diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1997-03-08 13:00:11 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1997-03-08 13:00:11 +0800 |
commit | eb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414 (patch) | |
tree | 749b42aebb68b132649d72f2d74ee99d7a8fb05d /misc | |
parent | e8ec600dbf5a2e224ab24b51ae32f0450118714f (diff) | |
download | freebsd-ports-gnome-eb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414.tar.gz freebsd-ports-gnome-eb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414.tar.zst freebsd-ports-gnome-eb6468b5e1fccb798f3ae6ac6eb6a0a2da7b4414.zip |
Upgrade to 2.3.0 ... also pick up CFLAGS from /etc/make.conf
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-client/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda-server/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda24-client/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda24-server/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda24/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda26-client/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda32-client/Makefile | 15 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 15 |
12 files changed, 132 insertions, 48 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda/Makefile b/misc/amanda/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda/Makefile +++ b/misc/amanda/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda24-client/Makefile b/misc/amanda24-client/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda24-client/Makefile +++ b/misc/amanda24-client/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda24-server/Makefile b/misc/amanda24-server/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda24-server/Makefile +++ b/misc/amanda24-server/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda24/Makefile b/misc/amanda24/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda24/Makefile +++ b/misc/amanda24/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda26-client/Makefile +++ b/misc/amanda26-client/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-client/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 1afbb923fd80..d91598b25a69 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: amanda -# Version required: 2.2.6.5 +# Version required: 2.3.0 # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.7 1996/11/18 14:06:06 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/19 01:18:00 asami Exp $ # -DISTNAME= amanda-2.2.6.5 +DISTNAME= amanda-2.3.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/contrib/wpi-patches/ +MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ MAINTAINER= gpalmer@FreeBSD.ORG @@ -16,4 +16,11 @@ PATCH_STRIP= MAN8= amanda.8 amadmin.8 amcheck.8 amcleanup.8 amdump.8 \ amflush.8 amlabel.8 amrestore.8 amtape.8 +pre-configure: + echo "${CFLAGS}" > /tmp/build-ports-misc-amanda-cflags + +post-install: + mkdir -p ${PREFIX}/share/examples/amanda + cp -R ${WRKSRC}/example/* ${PREFIX}/share/examples/amanda + .include <bsd.port.mk> |