diff options
author | markd <markd@pkgsrc.org> | 2006-12-29 21:44:09 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-12-29 21:44:09 +0000 |
commit | 3cff6d1109404e2af159e77a14e5c9556d72c905 (patch) | |
tree | 02e719e6e6c98f0c9bac0ea2ec12ee8b851ea3d8 /mail/sendmail | |
parent | a35f4e9517ca59b40c57eddd747d62ba0db87bfb (diff) | |
download | pkgsrc-3cff6d1109404e2af159e77a14e5c9556d72c905.tar.gz |
Fix rpath for Solaris 10 and 11 so that pkg libraries are found. As per
existing patches for earlier Solaris versions. Bump PKGREVISION.
Diffstat (limited to 'mail/sendmail')
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | mail/sendmail/distinfo | 4 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-al | 12 | ||||
-rw-r--r-- | mail/sendmail/patches/patch-am | 12 |
4 files changed, 29 insertions, 3 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index bc7032f908b..2399c1774d6 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.93 2006/10/12 21:04:27 tv Exp $ +# $NetBSD: Makefile,v 1.94 2006/12/29 21:44:09 markd Exp $ .include "../../mail/sendmail/Makefile.common" PKGNAME= sendmail-${DIST_VERS} -PKGREVISION= 2 +PKGREVISION= 3 COMMENT= The well known Mail Transport Agent CONFLICTS+= courier-mta-[0-9]* fastforward>=0.51nb2 postfix-[0-9]* diff --git a/mail/sendmail/distinfo b/mail/sendmail/distinfo index 7ab2af0d2e4..3b18d2c3d85 100644 --- a/mail/sendmail/distinfo +++ b/mail/sendmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.33 2006/09/05 20:01:37 tv Exp $ +$NetBSD: distinfo,v 1.34 2006/12/29 21:44:09 markd Exp $ SHA1 (sendmail.8.13.8.tar.gz) = 8e97c10f52efe5204c08f6cb3f90c08e077ac505 RMD160 (sendmail.8.13.8.tar.gz) = a5d333b073d681f056421e836df4067f331a8ac8 @@ -14,3 +14,5 @@ SHA1 (patch-ah) = e6be09008b9230ffdd1560aaacbdbb2ee4fb8028 SHA1 (patch-ai) = 8ade5888074ad9a328f87d66836c04eacf7785d5 SHA1 (patch-aj) = e65e6fe44380de2f9c397c1a97677eb4ad285433 SHA1 (patch-ak) = 43b26ff1c78d4360909455124a382f65394377b3 +SHA1 (patch-al) = f5d8cef8c4abba5d5ae813b754c16037190a7ef1 +SHA1 (patch-am) = d84eedbff0f037c1db341255dc9e1877866f12c7 diff --git a/mail/sendmail/patches/patch-al b/mail/sendmail/patches/patch-al new file mode 100644 index 00000000000..e84291b905b --- /dev/null +++ b/mail/sendmail/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.5 2006/12/29 21:44:09 markd Exp $ + +--- devtools/OS/SunOS.5.10.orig 2006-12-30 07:59:24.000000000 +1300 ++++ devtools/OS/SunOS.5.10 +@@ -10,6 +10,7 @@ define(`confMAPDEF', `-DNDBM -DNIS -DNIS + define(`confENVDEF', `-DSOLARIS=21000 -DNETINET6') + define(`confSM_OS_HEADER', `sm_os_sunos') + define(`confLIBS', `-lsocket -lnsl') ++define(`confLDOPTS', `${LDFLAGS}') + define(`confMTCCOPTS', `-D_REENTRANT') + define(`confMTLDOPTS', `-lpthread') + define(`confMBINDIR', `/usr/lib') diff --git a/mail/sendmail/patches/patch-am b/mail/sendmail/patches/patch-am new file mode 100644 index 00000000000..4afb4b3323b --- /dev/null +++ b/mail/sendmail/patches/patch-am @@ -0,0 +1,12 @@ +$NetBSD: patch-am,v 1.3 2006/12/29 21:44:09 markd Exp $ + +--- devtools/OS/SunOS.5.11.orig 2006-12-30 07:59:28.000000000 +1300 ++++ devtools/OS/SunOS.5.11 +@@ -10,6 +10,7 @@ define(`confMAPDEF', `-DNDBM -DNIS -DNIS + define(`confENVDEF', `-DSOLARIS=21100 -DNETINET6') + define(`confSM_OS_HEADER', `sm_os_sunos') + define(`confLIBS', `-lsocket -lnsl') ++define(`confLDOPTS', `${LDFLAGS}') + define(`confMTCCOPTS', `-D_REENTRANT') + define(`confMTLDOPTS', `-lpthread') + define(`confMBINDIR', `/usr/lib') |