[csw-devel] SF.net SVN: gar:[5744] csw/mgar/pkg/sendmail/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Thu Jul 30 19:34:56 CEST 2009
Revision: 5744
http://gar.svn.sourceforge.net/gar/?rev=5744&view=rev
Author: valholla
Date: 2009-07-30 17:34:55 +0000 (Thu, 30 Jul 2009)
Log Message:
-----------
current workings
Modified Paths:
--------------
csw/mgar/pkg/sendmail/trunk/Makefile
csw/mgar/pkg/sendmail/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/sendmail/trunk/files/site.config.m4
Modified: csw/mgar/pkg/sendmail/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-30 17:14:45 UTC (rev 5743)
+++ csw/mgar/pkg/sendmail/trunk/Makefile 2009-07-30 17:34:55 UTC (rev 5744)
@@ -22,6 +22,18 @@
STRIP_LIBTOOL = 1
-CONFIGURE_ARGS = $(DIRPATHS)
+DISTFILES += site.config.m4
+CONFIGURE_SCRIPTS = custom
+BUILD_SCRIPTS = custom
+
include gar/category.mk
+
+configure-custom:
+ @( cp $(DOWNLOADDIR)/site.config.m4 $(WORKSRC)/devtools/Site/ )
+ @$(MAKECOOKIE)
+
+build-custom:
+ @gmake -C $(WORKSRC) fresh
+ @$(MAKECOOKIE)
+
Modified: csw/mgar/pkg/sendmail/trunk/checksums
===================================================================
--- csw/mgar/pkg/sendmail/trunk/checksums 2009-07-30 17:14:45 UTC (rev 5743)
+++ csw/mgar/pkg/sendmail/trunk/checksums 2009-07-30 17:34:55 UTC (rev 5744)
@@ -1 +1,2 @@
a5ee5d26e1f546a2da5fb9a513bd6bce download/sendmail.8.14.3.tar.gz
+008b0a8f2f3a94ee6e12fe3045a07583 download/site.config.m4
Added: csw/mgar/pkg/sendmail/trunk/files/site.config.m4
===================================================================
--- csw/mgar/pkg/sendmail/trunk/files/site.config.m4 (rev 0)
+++ csw/mgar/pkg/sendmail/trunk/files/site.config.m4 2009-07-30 17:34:55 UTC (rev 5744)
@@ -0,0 +1,30 @@
+define(`confCC', `/opt/studio/SOS11/SUNWspro/bin/cc')
+define(`confLDOPTS_SO', `-G')
+define(`confLDOPTS', `-L/opt/csw/lib -R/opt/csw/lib')
+define(`confBEFORE', `sysexits.h')
+define(`confMAPDEF', `-DNEWDB -DNIS -DNISPLUS -DMAP_REGEX -DLDAPMAP')
+define(`confENVDEF', `-DSOLARIS=20800 -DNETINET6 -DSM_CONF_LDAP_MEMFREE')
+define(`confSM_OS_HEADER', `sm_os_sunos')
+define(`confLIBS', `-lsocket -lnsl')
+define(`confMTCCOPTS', `-D_REENTRANT')
+define(`confMTLDOPTS', `-lpthread')
+define(`confSBINGRP', `sys')
+define(`confINSTALL', `${BUILDBIN}/install.sh')
+define(`confDEPEND_TYPE', `CC-M')
+define(`confINCDIRS', `-I/opt/csw/include -I/opt/csw/include/sasl')
+define(`confLIBDIRS', `-L/opt/csw/lib')
+define(`confMBINDIR', `/opt/csw/lib')
+define(`confEBINDIR', `/opt/csw/lib')
+define(`confUBINDIR', `/opt/csw/bin')
+define(`confSBINDIR', `/opt/csw/sbin')
+define(`confSTDIR', `/opt/csw/etc/mail')
+define(`confSHAREDLIBDIR', `/opt/csw/lib')
+define(`confMANROOT', `/opt/csw/share/man/cat')
+define(`confMANROOTMAN', `/opt/csw/share/man/man')
+define(`confLIBSEARCHPATH', `/opt/csw/lib/\$ISALIST /opt/csw/lib')
+define(`confLIBSEARCH', `db bind wrap ldap')
+APPENDDEF(`conf_sendmail_ENVDEF', `-DSTARTTLS')
+APPENDDEF(`conf_sendmail_LIBS', `-lssl -lcrypto')
+APPENDDEF(`conf_sendmail_ENVDEF', `-DSASL')
+APPENDDEF(`conf_sendmail_LIBS', `-lsasl2')
+
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