diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-04 15:13:47 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-04 15:13:47 +0000 |
commit | cab34d713468934f14cc34278273df7f8f5501ca (patch) | |
tree | 7cb9abc52f357d59fb55f8c2fcfd5eaff45307f5 /mail | |
parent | Canonicalize name of null maintainer. (diff) |
Proper link when use OPENSSL from ports.
PR: 86861
Pointed by: Uffe Vedenbrant <uffe@vedenbrant.se>
Approved by: vivek@khera.org (maintainer), pav (mentor)
Notes
Notes:
svn path=/head/; revision=144172
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix22/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix22/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix23/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix23/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix24/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix24/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix25/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix25/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix26/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix26/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix27/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix27/scripts/configure.postfix | 4 | ||||
-rw-r--r-- | mail/postfix28/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix28/scripts/configure.postfix | 4 |
16 files changed, 40 insertions, 40 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix/scripts/configure.postfix b/mail/postfix/scripts/configure.postfix index aa62398d7d47..59db7ff3300c 100644 --- a/mail/postfix/scripts/configure.postfix +++ b/mail/postfix/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 125d3b3395d2..f09297ef7f74 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix index 31976e1df797..bd182b5c8c75 100644 --- a/mail/postfix23/scripts/configure.postfix +++ b/mail/postfix23/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix24/Makefile b/mail/postfix24/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix24/Makefile +++ b/mail/postfix24/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix24/scripts/configure.postfix b/mail/postfix24/scripts/configure.postfix index 1b6c63514642..3c2e99bdccc3 100644 --- a/mail/postfix24/scripts/configure.postfix +++ b/mail/postfix24/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix24/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix25/scripts/configure.postfix b/mail/postfix25/scripts/configure.postfix index 2da60c9cdf9d..35fa0c23e817 100644 --- a/mail/postfix25/scripts/configure.postfix +++ b/mail/postfix25/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix25/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix26/scripts/configure.postfix b/mail/postfix26/scripts/configure.postfix index bca2c850b90d..f9c194fb4756 100644 --- a/mail/postfix26/scripts/configure.postfix +++ b/mail/postfix26/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix26/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix27/scripts/configure.postfix b/mail/postfix27/scripts/configure.postfix index 9a6072cdbe27..9d517d4a88ae 100644 --- a/mail/postfix27/scripts/configure.postfix +++ b/mail/postfix27/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix27/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix28/scripts/configure.postfix b/mail/postfix28/scripts/configure.postfix index f5d6285b3eff..19f7afa19ddd 100644 --- a/mail/postfix28/scripts/configure.postfix +++ b/mail/postfix28/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix28/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) |