diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-18 11:46:10 +0000 |
commit | c44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch) | |
tree | e6dd259a421e47b261f2bd597fcca9e4eec75ae0 /misc | |
parent | 06e0fcfad4fcd1229d0855aef4a391838f476cf3 (diff) | |
download | ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.tar.gz ports-c44fa33a5e74f28fd77012aba7e3a9c8d633e36a.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gpt/Makefile | 8 | ||||
-rw-r--r-- | misc/gpt31/Makefile | 8 | ||||
-rw-r--r-- | misc/pinfo/Makefile | 9 | ||||
-rw-r--r-- | misc/posixtestsuite/Makefile | 4 |
4 files changed, 3 insertions, 26 deletions
diff --git a/misc/gpt/Makefile b/misc/gpt/Makefile index 6f6b5ae4018b..8f07f69ac03b 100644 --- a/misc/gpt/Makefile +++ b/misc/gpt/Makefile @@ -50,12 +50,6 @@ FIX_VAR_FILES= ${WRKSRC}/packaging_tools/perl/GPT/Localize.pm \ ${WRKSRC}/packaging_tools/perl/scripts/gpt-config \ ${WRKSRC}/tools/testArchiveTar -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif - post-patch: @${REINPLACE_CMD} -e "s|@@PERL@@|${PERL}|g" ${WRKSRC}/build_gpt @${REINPLACE_CMD} -e 's|$$gpath/var/lib/perl|/var/db/gpt|g' ${FIX_VAR_FILES} @@ -65,4 +59,4 @@ do-install: @cd ${WRKSRC}; \ GPT_LOCATION=${PREFIX} ./build_gpt --with-perl=${PERL} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/gpt31/Makefile b/misc/gpt31/Makefile index fba6486dc944..74cef5a0c1f8 100644 --- a/misc/gpt31/Makefile +++ b/misc/gpt31/Makefile @@ -51,12 +51,6 @@ FIX_VAR_FILES= ${WRKSRC}/packaging_tools/perl/GPT/Localize.pm \ ${WRKSRC}/packaging_tools/perl/scripts/gpt-config \ ${WRKSRC}/tools/testArchiveTar -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build" -.endif - post-patch: @${REINPLACE_CMD} -e "s|@@PERL@@|${PERL}|g" ${WRKSRC}/build_gpt @${REINPLACE_CMD} -e 's|$$gpath/var/lib/perl|/var/db/gpt|g' ${FIX_VAR_FILES} @@ -66,4 +60,4 @@ do-install: @cd ${WRKSRC}; \ GPT_LOCATION=${PREFIX} ./build_gpt --with-perl=${PERL} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 7b658fe0b75a..ccacf00193ed 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -24,13 +24,6 @@ CONFIGURE_ARGS= --with-readline \ MAN1= pinfo.1 INFO= pinfo -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses -CONFIGURE_ARGS+= --with-ncurses=${LOCALBASE} -.endif - .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " @@ -39,4 +32,4 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/misc/posixtestsuite/Makefile b/misc/posixtestsuite/Makefile index 61758f23a122..5728748b48ff 100644 --- a/misc/posixtestsuite/Makefile +++ b/misc/posixtestsuite/Makefile @@ -25,11 +25,7 @@ USE_GMAKE= YES .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -REGR_LOG= log.run-4stable -.else REGR_LOG= log.run-5current -.endif RUN_RESULT= ${WRKSRC}/run.result LOCAL_REGR_LOG= ${WRKSRC}/regression.result |