aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2019-09-15 06:01:13 +0800
committerJan Beich <jbeich@FreeBSD.org>2019-09-15 06:01:13 +0800
commite5688543b0a7b773d34e63d05359814d3cc70857 (patch)
tree36f0e35aadb76ca2b55eb19335845f4f9ae5476d /net
parent002af553a418a4773bd1ae3e8bc6e7ea4cbd85b7 (diff)
downloadfreebsd-ports-gnome-e5688543b0a7b773d34e63d05359814d3cc70857.tar.gz
freebsd-ports-gnome-e5688543b0a7b773d34e63d05359814d3cc70857.tar.zst
freebsd-ports-gnome-e5688543b0a7b773d34e63d05359814d3cc70857.zip
Drop C++11 workaround for GCC < 6 after r449590
lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528
Diffstat (limited to 'net')
-rw-r--r--net/nethogs/Makefile1
-rw-r--r--net/ulxmlrpcpp/Makefile2
-rw-r--r--net/ulxmlrpcpp/files/patch-ulxmlrpcpp-ulxmlrpcpp.h11
-rw-r--r--net/yami4/Makefile1
4 files changed, 1 insertions, 14 deletions
diff --git a/net/nethogs/Makefile b/net/nethogs/Makefile
index 890dd1daa904..79bf2b9d85cd 100644
--- a/net/nethogs/Makefile
+++ b/net/nethogs/Makefile
@@ -18,7 +18,6 @@ USE_GITHUB= yes
GH_ACCOUNT= raboof
USES= gmake shebangfix
-CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
SHEBANG_FILES= determineVersion.sh
bash_CMD= /bin/sh
diff --git a/net/ulxmlrpcpp/Makefile b/net/ulxmlrpcpp/Makefile
index 82075d59fe3b..49ff8e54d395 100644
--- a/net/ulxmlrpcpp/Makefile
+++ b/net/ulxmlrpcpp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ulxmlrpcpp
PORTVERSION= 1.7.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net devel
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
diff --git a/net/ulxmlrpcpp/files/patch-ulxmlrpcpp-ulxmlrpcpp.h b/net/ulxmlrpcpp/files/patch-ulxmlrpcpp-ulxmlrpcpp.h
deleted file mode 100644
index bc1df871cf47..000000000000
--- a/net/ulxmlrpcpp/files/patch-ulxmlrpcpp-ulxmlrpcpp.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ulxmlrpcpp/ulxmlrpcpp.h.orig Sat Jan 27 12:57:48 2007
-+++ ulxmlrpcpp/ulxmlrpcpp.h Sat Jan 27 12:58:07 2007
-@@ -743,7 +743,7 @@
- #if defined(__CYGWIN__)
- # define ulxr_snprintf snprintf
- #else
--# define ulxr_snprintf std::snprintf
-+# define ulxr_snprintf snprintf
- #endif
-
- # define ulxr_swprintf std::swprintf
diff --git a/net/yami4/Makefile b/net/yami4/Makefile
index 6c5dd8cca019..ba91e6507a0d 100644
--- a/net/yami4/Makefile
+++ b/net/yami4/Makefile
@@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/gpl-3.0.txt
USES= compiler:c++11-lang zip
MAKE_ARGS= COMPILER="${CXX}" OPTIONS="${CXXFLAGS}"
-CXXFLAGS+= -D_GLIBCXX_USE_C99 # XXX ports/193528
PORTDOCS= *