Fix rpath for Solaris 10 and 11 so that pkg libraries are found. As per
existing patches for earlier Solaris versions. Bump PKGREVISION.
This commit is contained in:
parent
a35f4e9517
commit
3cff6d1109
4 changed files with 29 additions and 3 deletions
|
@ -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]*
|
||||
|
|
|
@ -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
|
||||
|
|
12
mail/sendmail/patches/patch-al
Normal file
12
mail/sendmail/patches/patch-al
Normal file
|
@ -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')
|
12
mail/sendmail/patches/patch-am
Normal file
12
mail/sendmail/patches/patch-am
Normal file
|
@ -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')
|
Loading…
Reference in a new issue