[csw-devel] SF.net SVN: gar:[14822] csw/mgar/pkg/sendmail/trunk

bonivart at users.sourceforge.net bonivart at users.sourceforge.net
Wed Jun 15 23:09:59 CEST 2011


Revision: 14822
          http://gar.svn.sourceforge.net/gar/?rev=14822&view=rev
Author:   bonivart
Date:     2011-06-15 21:09:59 +0000 (Wed, 15 Jun 2011)

Log Message:
-----------
sendmail/trunk: add bdb hash support

Modified Paths:
--------------
    csw/mgar/pkg/sendmail/trunk/Makefile
    csw/mgar/pkg/sendmail/trunk/files/site.config.m4

Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile	2011-06-15 20:03:34 UTC (rev 14821)
+++ csw/mgar/pkg/sendmail/trunk/Makefile	2011-06-15 21:09:59 UTC (rev 14822)
@@ -54,7 +54,7 @@
 RUNTIME_DEP_PKGS_CSWsendmail += CSWosslrt
 RUNTIME_DEP_PKGS_CSWsendmail += CSWsasl
 RUNTIME_DEP_PKGS_CSWsendmail += CSWtcpwrap 
-#RUNTIME_DEP_PKGS_CSWsendmail += CSWbdb48 # not needed? makemap not compiled with hash support?
+RUNTIME_DEP_PKGS_CSWsendmail += CSWbdb48
 
 INITSMF     = /etc/opt/csw/init.d/cswsendmail
 SAMPLECONF += $(addprefix /etc/opt/csw/mail/,$(CONFFILES))
@@ -204,7 +204,7 @@
 		ginstall -m 644 $(DOWNLOADDIR)/$$file \
 		$(DESTDIR)$(sysconfdir)/mail/$$file; \
 		done )
-	( mv $(DOWNLOADDIR)/sm-client.st \
+	( ginstall -m 644  $(DOWNLOADDIR)/sm-client.st \
 		$(DESTDIR)/var/opt/csw/spool/clientmqueue/ )
 
 	@# usergroup

Modified: csw/mgar/pkg/sendmail/trunk/files/site.config.m4
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/site.config.m4	2011-06-15 20:03:34 UTC (rev 14821)
+++ csw/mgar/pkg/sendmail/trunk/files/site.config.m4	2011-06-15 21:09:59 UTC (rev 14822)
@@ -23,11 +23,9 @@
 APPENDDEF(`conf_sendmail_ENVDEF', `-I/opt/csw/include')
 
 dnl ### add BerkeleyDB hash support
-dnl APPENDDEF(`confLIBDIRS', `-L/opt/csw/bdb48/lib')
-dnl APPENDDEF(`confINCDIRS', `-I/opt/csw/bdb48/include')
-dnl APPENDDEF(`confLIBDIRS', `-L/opt/csw/lib')
-dnl APPENDDEF(`confINCDIRS', `-I/opt/csw/include')
-dnl APPENDDEF(`confENVDEF', `-DNEWDB')
+APPENDDEF(`confLIBDIRS', `-L/opt/csw/bdb48/lib -R/opt/csw/bdb48/lib')
+APPENDDEF(`confINCDIRS', `-I/opt/csw/bdb48/include')
+APPENDDEF(`confENVDEF', `-DNEWDB')
 
 dnl ### add NIS/NIS+ support
 APPENDDEF(`confENVDEF', `-DNIS')


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list