diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 03:45:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-01-01 03:45:12 +0000 |
commit | e0b379fa6f3d155233755f07a2c1262bcdb4faa8 (patch) | |
tree | 47a0ecc20682a7a4895cc432843a845b1c7f6905 /sysutils | |
parent | 411a42077f495f437d1991bb81e508d52f3cd6ea (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/intel-pcm/Makefile | 2 | ||||
-rw-r--r-- | sysutils/ioping/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lnav/Makefile | 2 | ||||
-rw-r--r-- | sysutils/node_exporter/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pftop/Makefile | 2 | ||||
-rw-r--r-- | sysutils/sample/Makefile | 1 | ||||
-rw-r--r-- | sysutils/sbsigntool/Makefile | 2 | ||||
-rw-r--r-- | sysutils/showbeastie/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tmate-slave/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tmate/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xen-tools/Makefile | 1 |
11 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/intel-pcm/Makefile b/sysutils/intel-pcm/Makefile index c9ec14f04ad1..6042a9cf8afd 100644 --- a/sysutils/intel-pcm/Makefile +++ b/sysutils/intel-pcm/Makefile @@ -19,8 +19,6 @@ ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR}/IntelPerformanceCounterMonitor-V${PORTVERSION} MAKE_ARGS= CXX="${CXX}" LIB=-lpthread -BROKEN_FreeBSD_9= Does not build - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/*.x ${STAGEDIR}${PREFIX}/sbin diff --git a/sysutils/ioping/Makefile b/sysutils/ioping/Makefile index 59bf1fba3aae..53b7d5656ba5 100644 --- a/sysutils/ioping/Makefile +++ b/sysutils/ioping/Makefile @@ -12,8 +12,6 @@ COMMENT= Simple disk I/0 latency measuring tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_9= does not build on FreeBSD 9.x: lack of mkostemp() - USE_GITHUB= yes GH_ACCOUNT= koct9i diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index a197a0de760d..bbdb3f83d77e 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -14,8 +14,6 @@ LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcrecpp.so:devel/pcre -BROKEN_FreeBSD_9_i386= does not build - USE_GITHUB= yes GH_ACCOUNT= tstack diff --git a/sysutils/node_exporter/Makefile b/sysutils/node_exporter/Makefile index 4886f2aa4e31..b202fe23205b 100644 --- a/sysutils/node_exporter/Makefile +++ b/sysutils/node_exporter/Makefile @@ -11,8 +11,6 @@ COMMENT= Prometheus exporter for machine metrics LICENSE= APACHE20 -BROKEN_FreeBSD_9= does not build - USES= go USE_GITHUB= yes diff --git a/sysutils/pftop/Makefile b/sysutils/pftop/Makefile index b192fb52f503..db4a802e956b 100644 --- a/sysutils/pftop/Makefile +++ b/sysutils/pftop/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/ MAINTAINER= araujo@FreeBSD.org COMMENT= Utility for real-time display of statistics for pf -BROKEN_FreeBSD_9= does not build - .include <bsd.port.pre.mk> .if ${OSVERSION} >= 1100080 diff --git a/sysutils/sample/Makefile b/sysutils/sample/Makefile index 2f49d6562172..0c91d4a65a41 100644 --- a/sysutils/sample/Makefile +++ b/sysutils/sample/Makefile @@ -13,7 +13,6 @@ LICENSE= BSD3CLAUSE BROKEN_i386= does not build: don't know how to make sample_support_i386.c BROKEN_powerpc64= does not build BROKEN_sparc64= does not build: don't know how to make sample_support_sparc64.c -BROKEN_FreeBSD_9= does not build BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:devel/libbfd \ ${LOCALBASE}/lib/libiberty.a:devel/gnulibiberty \ diff --git a/sysutils/sbsigntool/Makefile b/sysutils/sbsigntool/Makefile index fa1321713c78..ec23773d49b8 100644 --- a/sysutils/sbsigntool/Makefile +++ b/sysutils/sbsigntool/Makefile @@ -26,8 +26,6 @@ USES= gmake localbase pkgconfig ssl LDFLAGS+= -L${OPENSSLLIB} CFLAGS+= -I${OPENSSLINC} -BROKEN_FreeBSD_9= requires FreeBSD 10 or later - post-patch: @${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' ${WRKSRC}/configure ${WRKSRC}/lib/ccan/ccan/hash/hash.c diff --git a/sysutils/showbeastie/Makefile b/sysutils/showbeastie/Makefile index dbcaf7a9eb95..f292ce588c8f 100644 --- a/sysutils/showbeastie/Makefile +++ b/sysutils/showbeastie/Makefile @@ -25,8 +25,6 @@ PLIST_FILES= bin/${PORTNAME} # Make sure building succeeds on HEAD MAKE_ARGS+= -m ${SRC_BASE}/share/mk -BROKEN_FreeBSD_9= builds but expects newer loader environment - WRKSRC_SUBDIR= ficl pre-patch: diff --git a/sysutils/tmate-slave/Makefile b/sysutils/tmate-slave/Makefile index 6edb49b29e4a..0f2080849c79 100644 --- a/sysutils/tmate-slave/Makefile +++ b/sysutils/tmate-slave/Makefile @@ -23,6 +23,4 @@ LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate-slave -BROKEN_FreeBSD_9= Does not build - .include <bsd.port.mk> diff --git a/sysutils/tmate/Makefile b/sysutils/tmate/Makefile index ce577455fb34..5d213eaab9c6 100644 --- a/sysutils/tmate/Makefile +++ b/sysutils/tmate/Makefile @@ -22,6 +22,4 @@ LDFLAGS+= -lexecinfo PLIST_FILES= bin/tmate man/man1/tmate.1.gz -BROKEN_FreeBSD_9= Does not build - .include <bsd.port.mk> diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index df7e0cbf71a5..1508ddb086e6 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -13,7 +13,6 @@ COMMENT= Xen management tool, based on LibXenlight LICENSE= GPLv2 LGPL3 LICENSE_COMB= multi -BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_10= does not build LIB_DEPENDS= libyajl.so:devel/yajl \ |