diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /sysutils | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/acerhdf-kmod/Makefile | 8 | ||||
-rw-r--r-- | sysutils/bhyve-rc/Makefile | 6 | ||||
-rw-r--r-- | sysutils/cbsd/Makefile | 8 | ||||
-rw-r--r-- | sysutils/cloudabi-utils/Makefile | 8 | ||||
-rw-r--r-- | sysutils/freefilesync/Makefile | 8 | ||||
-rw-r--r-- | sysutils/grub2-bhyve/Makefile | 8 | ||||
-rw-r--r-- | sysutils/hpacucli/Makefile | 3 | ||||
-rw-r--r-- | sysutils/intel-nvmupdate/Makefile | 4 | ||||
-rw-r--r-- | sysutils/intel-qcu/Makefile | 4 | ||||
-rw-r--r-- | sysutils/jobd/Makefile | 8 | ||||
-rw-r--r-- | sysutils/life-preserver/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pbi-manager/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pcbsd-appweb/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pcbsd-libsh/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pcbsd-syscache/Makefile | 8 | ||||
-rw-r--r-- | sysutils/pcbsd-utils-qt5/Makefile | 6 | ||||
-rw-r--r-- | sysutils/pcbsd-utils/Makefile | 8 | ||||
-rw-r--r-- | sysutils/u-boot-olimex-a20-som-evb/Makefile | 8 | ||||
-rw-r--r-- | sysutils/u-boot-pine64/Makefile | 8 | ||||
-rw-r--r-- | sysutils/u-boot-sinovoip-bpi-m3/Makefile | 3 | ||||
-rw-r--r-- | sysutils/vm-bhyve/Makefile | 8 | ||||
-rw-r--r-- | sysutils/warden/Makefile | 8 |
22 files changed, 16 insertions, 138 deletions
diff --git a/sysutils/acerhdf-kmod/Makefile b/sysutils/acerhdf-kmod/Makefile index 20bd652573ed..2ec77323260e 100644 --- a/sysutils/acerhdf-kmod/Makefile +++ b/sysutils/acerhdf-kmod/Makefile @@ -20,16 +20,10 @@ USE_GITHUB= yes GH_PROJECT= kmod-acerhdf GH_ACCOUNT= t6 -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1001000 -IGNORE= does not support FreeBSD versions older than 10.1 -.endif - ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= specific to one machine post-install: ${INSTALL_MAN} ${WRKSRC}/${KMODNAME}.4 ${STAGEDIR}${MANDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/bhyve-rc/Makefile b/sysutils/bhyve-rc/Makefile index c0cc3f54f7cc..6dd41054270e 100644 --- a/sysutils/bhyve-rc/Makefile +++ b/sysutils/bhyve-rc/Makefile @@ -19,10 +19,4 @@ NO_INSTALL= yes USE_RC_SUBR= bhyve -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= bhyve first appeared in FreeBSD 10.0 -.endif - .include <bsd.port.mk> diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile index 957202181964..34c1dd66bd8d 100644 --- a/sysutils/cbsd/Makefile +++ b/sysutils/cbsd/Makefile @@ -27,15 +27,9 @@ PLIST_FILES+= man/man8/cbsd.8.gz CBSD_HOME?= ${PREFIX}/cbsd -.include <bsd.port.pre.mk> - USERS= ${PORTNAME} GROUPS= ${PORTNAME} -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -IGNORE= does not support FreeBSD versions < 10.0 -.endif - do-install: @${ECHO} "Installing in ${CBSD_HOME}" ${MKDIR} ${STAGEDIR}${CBSD_HOME} @@ -50,4 +44,4 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/bsdconfig @${LN} -sf ${CBSD_HOME}/share/bsdconfig/cbsd ${STAGEDIR}${PREFIX}/libexec/bsdconfig/cbsd -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile index fdd4f0376815..1c4b8aec9af9 100644 --- a/sysutils/cloudabi-utils/Makefile +++ b/sysutils/cloudabi-utils/Makefile @@ -26,10 +26,4 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1001511 -IGNORE= requires a recent implementation of Capsicum -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index 6632bc744487..526c0a7e95e6 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -29,12 +29,6 @@ USES= compiler:c++14-lang dos2unix gmake pkgconfig zip USE_LDCONFIG= yes USE_WX= 3.0+ -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003000 -BROKEN= does not build on FreeBSD < 10.3 (lack of futimens(2)) -.endif - post-patch: @${REINPLACE_CMD} -e 's/wx-config/$${WX_CONFIG:T}/' \ -e 's,g++,$${CXX},' ${WRKSRC}/Makefile @@ -44,4 +38,4 @@ post-patch: @${REINPLACE_CMD} -e 's|CLOCK_MONOTONIC_RAW|CLOCK_MONOTONIC|' \ ${WRKDIR}/zen/tick_count.h -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/grub2-bhyve/Makefile b/sysutils/grub2-bhyve/Makefile index 4785479c0f29..0ecde2f1e1a5 100644 --- a/sysutils/grub2-bhyve/Makefile +++ b/sysutils/grub2-bhyve/Makefile @@ -27,12 +27,6 @@ CONFIGURE_ARGS= --with-platform=emu CC=${CC} LEX=${LOCALBASE}/bin/flex \ --enable-grub-mount=no --enable-grub-mkfont=no \ --enable-grub-emu-sdl=no --disable-nls --disable-werror -.include <bsd.port.pre.mk> - -.if ${OSVERSION} <= 1000000 -IGNORE= for FreeBSD 10 and higher -.endif - post-patch: @${REINPLACE_CMD} -e "s/libintl\.h/I_do_not_want_libintl.h/g" ${WRKSRC}/configure @${REINPLACE_CMD} -e "s/-lintl//g" ${WRKSRC}/grub-core/Makefile.in @@ -43,6 +37,6 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/grub-core/grub-emu ${STAGEDIR}${LOCALBASE}/sbin/grub-bhyve -.include <bsd.port.post.mk> +.include <bsd.port.mk> RUN_DEPENDS:= ${RUN_DEPENDS:Ngcc*} diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 1b316d59cffc..3a26dd09e190 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -32,9 +32,6 @@ do-install: .if ${ARCH} == amd64 USE_LDCONFIG32= ${APP_PREFIX} -. if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000019 -BROKEN= currently does not work on amd64 (see PR ports/128288) -. endif .else USE_LDCONFIG= ${APP_PREFIX} .endif diff --git a/sysutils/intel-nvmupdate/Makefile b/sysutils/intel-nvmupdate/Makefile index 2c07b6c4fe90..b3655489ee63 100644 --- a/sysutils/intel-nvmupdate/Makefile +++ b/sysutils/intel-nvmupdate/Makefile @@ -36,10 +36,6 @@ NVMUPDATE_DIR= intel-nvmupdate .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1001000 -IGNORE= is not supported on FreeBSD 10.0 and older -.endif - .if ${OSVERSION} >= 1100000 BROKEN= core dump on application startup .endif diff --git a/sysutils/intel-qcu/Makefile b/sysutils/intel-qcu/Makefile index 98d9389f2998..b544bc517405 100644 --- a/sysutils/intel-qcu/Makefile +++ b/sysutils/intel-qcu/Makefile @@ -29,10 +29,6 @@ PLIST_FILES= sbin/qcu .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1001000 -IGNORE= is not supported on FreeBSD 10.0 and older -.endif - .if ${OSVERSION} >= 1100000 BROKEN= core dump on application startup .endif diff --git a/sysutils/jobd/Makefile b/sysutils/jobd/Makefile index d9a3e780943e..97d23945e697 100644 --- a/sysutils/jobd/Makefile +++ b/sysutils/jobd/Makefile @@ -21,10 +21,4 @@ BROKEN_aarch64= Fails to compile: comparison of constant -1 with expression of BROKEN_mips64= Fails to configure: unrecognized command line option -std=c++11 BROKEN_sparc64= Fails to configure: unrecognized command line option -std=c++11 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/life-preserver/Makefile b/sysutils/life-preserver/Makefile index 89574d13b527..89d9b97e9a0e 100644 --- a/sysutils/life-preserver/Makefile +++ b/sysutils/life-preserver/Makefile @@ -24,10 +24,4 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= 3c4d2b -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/pbi-manager/Makefile b/sysutils/pbi-manager/Makefile index d963ec1f9eae..ce58f9858d80 100644 --- a/sysutils/pbi-manager/Makefile +++ b/sysutils/pbi-manager/Makefile @@ -22,10 +22,4 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= b77814 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/pcbsd-appweb/Makefile b/sysutils/pcbsd-appweb/Makefile index ba9539fd2da2..a42490cb7aa1 100644 --- a/sysutils/pcbsd-appweb/Makefile +++ b/sysutils/pcbsd-appweb/Makefile @@ -27,10 +27,4 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= 3c4d2b -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/pcbsd-libsh/Makefile b/sysutils/pcbsd-libsh/Makefile index 8fd9e941511b..9dd4ccc328f9 100644 --- a/sysutils/pcbsd-libsh/Makefile +++ b/sysutils/pcbsd-libsh/Makefile @@ -23,10 +23,4 @@ GH_TAGNAME= 2c5a0c PLIST_FILES= share/pcbsd/scripts/functions.sh -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/pcbsd-syscache/Makefile b/sysutils/pcbsd-syscache/Makefile index 2c3d53c31f5b..adfb9a619640 100644 --- a/sysutils/pcbsd-syscache/Makefile +++ b/sysutils/pcbsd-syscache/Makefile @@ -25,10 +25,4 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= 3c4d2b -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/pcbsd-utils-qt5/Makefile b/sysutils/pcbsd-utils-qt5/Makefile index 51ac7efbcd22..4c49ef4b480e 100644 --- a/sysutils/pcbsd-utils-qt5/Makefile +++ b/sysutils/pcbsd-utils-qt5/Makefile @@ -44,12 +44,6 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= 3c4d2b -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - post-install: @${FIND} ${STAGEDIR}${PREFIX}/share/pcbsd/doc/html -type f | \ ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} diff --git a/sysutils/pcbsd-utils/Makefile b/sysutils/pcbsd-utils/Makefile index bce9a5c6aab7..cd5e108219e9 100644 --- a/sysutils/pcbsd-utils/Makefile +++ b/sysutils/pcbsd-utils/Makefile @@ -23,10 +23,4 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= 3c4d2b -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/u-boot-olimex-a20-som-evb/Makefile b/sysutils/u-boot-olimex-a20-som-evb/Makefile index ab747a02f475..28c660fd7aed 100644 --- a/sysutils/u-boot-olimex-a20-som-evb/Makefile +++ b/sysutils/u-boot-olimex-a20-som-evb/Makefile @@ -32,12 +32,6 @@ PLIST_FILES= ${U_BOOT_DIR}/u-boot.img \ MAKE_ARGS+= ARCH=arm \ CROSS_COMPILE=arm-none-eabi- -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - post-patch: @${REINPLACE_CMD} -e "s,%%MODEL%%,${MODEL}," \ ${WRKSRC}/include/configs/sunxi-common.h @@ -54,4 +48,4 @@ do-install: ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/u-boot-pine64/Makefile b/sysutils/u-boot-pine64/Makefile index bd0b3022c026..6f071a0ef736 100644 --- a/sysutils/u-boot-pine64/Makefile +++ b/sysutils/u-boot-pine64/Makefile @@ -30,12 +30,6 @@ MAKE_ARGS+= ARCH=arm \ PLAT=sun50iw1p1 \ CONFIG_EFI=y -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - post-extract: (cd ${WRKSRC}; ${EXTRACT_CMD} xvf ${DISTDIR}/firmware-pine64-20160329-6.1.src.rpm) ${RM} -r ${WRKSRC}/arm-trusted-firmware @@ -56,4 +50,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/pine64.img ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR} ${INSTALL_DATA} ${DESCR} ${STAGEDIR}/${PREFIX}/${U_BOOT_DIR}/README -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/u-boot-sinovoip-bpi-m3/Makefile b/sysutils/u-boot-sinovoip-bpi-m3/Makefile index 2dba22939da5..0008d2beef95 100644 --- a/sysutils/u-boot-sinovoip-bpi-m3/Makefile +++ b/sysutils/u-boot-sinovoip-bpi-m3/Makefile @@ -18,9 +18,6 @@ WRKSRC= ${WRKDIR}/u-boot-${DISTVERSION} .include <bsd.port.pre.mk> NO_ARCH= yes -.if ${OSVERSION} < 1001000 -IGNORE= requires dtc -.endif MODEL?= sinovoip-bpi-m3 CONF_TARGET?= Sinovoip_BPI_M3_defconfig diff --git a/sysutils/vm-bhyve/Makefile b/sysutils/vm-bhyve/Makefile index de614d5a6e74..2b8218d6ad70 100644 --- a/sysutils/vm-bhyve/Makefile +++ b/sysutils/vm-bhyve/Makefile @@ -20,12 +20,6 @@ GH_ACCOUNT= churchers NO_ARCH= yes NO_BUILD= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= this port works only on FreeBSD 10 and newer -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/vm ${STAGEDIR}${PREFIX}/sbin ${INSTALL_SCRIPT} ${WRKSRC}/rc.d/vm ${STAGEDIR}${PREFIX}/etc/rc.d @@ -33,4 +27,4 @@ do-install: (cd ${WRKSRC}/sample-templates/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) ${INSTALL_MAN} ${WRKSRC}/vm.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/warden/Makefile b/sysutils/warden/Makefile index b36064ee2267..db9f34f2d15a 100644 --- a/sysutils/warden/Makefile +++ b/sysutils/warden/Makefile @@ -25,10 +25,4 @@ GH_ACCOUNT= pcbsd GH_PROJECT= pcbsd GH_TAGNAME= 2c5a0c -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -IGNORE= requires FreeBSD 10 or later -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |