summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
commit8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch)
treec9a458d29164af55be5bf3330f3f659428ac04ac /www
parentgraphics/opencv2: reset maintainership (diff)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r--www/chromium/Makefile6
-rw-r--r--www/nextcloud/Makefile10
-rw-r--r--www/owncloud/Makefile6
-rw-r--r--www/webkit-gtk2/Makefile5
-rw-r--r--www/webkit-gtk3/Makefile5
-rw-r--r--www/webkit2-gtk3/Makefile5
6 files changed, 1 insertions, 36 deletions
diff --git a/www/chromium/Makefile b/www/chromium/Makefile
index 5e89055f87d2..491c69fb5874 100644
--- a/www/chromium/Makefile
+++ b/www/chromium/Makefile
@@ -187,12 +187,6 @@ GN_ARGS+= is_clang=true
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang
.endif
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
-BUILD_DEPENDS+= ${LOCALBASE}/lib/c++/libstdc++.so:devel/libc++
-GN_ARGS+= extra_cxxflags="-stdlib=libc++ -isystem ${LOCALBASE}/include/c++/v1" \
- extra_ldflags="-L${LOCALBASE}/lib"
-.endif
-
.if ${OSVERSION} < 1100000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-10
.endif
diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile
index 3a17a8865575..c514955f6357 100644
--- a/www/nextcloud/Makefile
+++ b/www/nextcloud/Makefile
@@ -42,18 +42,10 @@ SQLITE_USE= PHP=pdo_sqlite,sqlite3
SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient
SSL_USE= PHP=openssl
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
-WITH_OPENSSL_PORT= yes
-.endif
-
-post-stage:
- ${RM} ${STAGEDIR}${WWWDIR}/updater/updater.phar
-
do-install:
@${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
+ @${RM} ${STAGEDIR}${WWWDIR}/updater/updater.phar
@${MKDIR} ${STAGEDIR}${WWWDIR}/data
.include <bsd.port.mk>
diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile
index c3fc935527bc..13d99fad904c 100644
--- a/www/owncloud/Makefile
+++ b/www/owncloud/Makefile
@@ -46,12 +46,6 @@ SQLITE_USE= PHP=pdo_sqlite,sqlite3
SMB_RUN_DEPENDS= pecl-smbclient>=0.8.0:net/pecl-smbclient
SSL_USE= PHP=openssl
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1002000
-WITH_OPENSSL_PORT= yes
-.endif
-
do-install:
@${MKDIR} -m 0755 ${STAGEDIR}${WWWDIR}
@cd ${WRKSRC} && \
diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile
index ed8b92f48f20..71638d5f9c1d 100644
--- a/www/webkit-gtk2/Makefile
+++ b/www/webkit-gtk2/Makefile
@@ -86,11 +86,6 @@ CFLAGS+= -mminimal-toc
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= flex>=0:textproc/flex
-CONFIGURE_ENV+= FLEX="${LOCALBASE}/bin/flex"
-.endif
-
.if ${CHOSEN_COMPILER_TYPE} == clang
CXXFLAGS+= -Wno-c++11-extensions # Shutup warning spam
CXXFLAGS+= -Qunused-arguments
diff --git a/www/webkit-gtk3/Makefile b/www/webkit-gtk3/Makefile
index c59c9b402c43..b1dfb68b8b36 100644
--- a/www/webkit-gtk3/Makefile
+++ b/www/webkit-gtk3/Makefile
@@ -88,11 +88,6 @@ CFLAGS+= -mminimal-toc
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= flex>=0:textproc/flex
-CONFIGURE_ENV+= FLEX="${LOCALBASE}/bin/flex"
-.endif
-
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
# Needed for __atomic_fetch_add_8
CFLAGS+= -march=i586
diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile
index d43a070c762c..d6e7705db68b 100644
--- a/www/webkit2-gtk3/Makefile
+++ b/www/webkit2-gtk3/Makefile
@@ -64,11 +64,6 @@ CMAKE_ARGS+= -DENABLE_JIT:BOOL=OFF
CFLAGS+= -mminimal-toc
.endif
-.if ${OSVERSION} < 1000033
-BUILD_DEPENDS+= flex>=0:textproc/flex
-CONFIGURE_ENV+= FLEX_PATH="${LOCALBASE}/bin/flex"
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \
${WRKSRC}/Source/WebKit2/UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp