diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-06-16 23:20:24 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-06-16 23:20:24 +0000 |
commit | e2fa11337b952217eb4b4401e319ce2302089032 (patch) | |
tree | d66f6bbf644996e20a563a62fd3b6775b74d8b1c /misc | |
parent | pkg_config -> pkg-config (diff) |
It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amanda-server/Makefile | 8 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 8 | ||||
-rw-r--r-- | misc/amanda26-server/Makefile | 8 | ||||
-rw-r--r-- | misc/amanda32-server/Makefile | 8 |
4 files changed, 24 insertions, 8 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 9cc78ac43cf6..4a29a1706ea0 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,11 +22,15 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes +USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_GMAKE= yes -HAS_CONFIGURE= yes PATCH_STRIP= .include <bsd.port.pre.mk> + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + # amanda-server part .if !defined(CLIENT_ONLY) diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 9cc78ac43cf6..4a29a1706ea0 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,11 +22,15 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes +USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_GMAKE= yes -HAS_CONFIGURE= yes PATCH_STRIP= .include <bsd.port.pre.mk> + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + # amanda-server part .if !defined(CLIENT_ONLY) diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 9cc78ac43cf6..4a29a1706ea0 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,11 +22,15 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes +USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_GMAKE= yes -HAS_CONFIGURE= yes PATCH_STRIP= .include <bsd.port.pre.mk> + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + # amanda-server part .if !defined(CLIENT_ONLY) diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 9cc78ac43cf6..4a29a1706ea0 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,11 +22,15 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes +USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_GMAKE= yes -HAS_CONFIGURE= yes PATCH_STRIP= .include <bsd.port.pre.mk> + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + # amanda-server part .if !defined(CLIENT_ONLY) |