summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED5
-rw-r--r--databases/Makefile4
-rw-r--r--databases/postgresql91-client/Makefile19
-rw-r--r--databases/postgresql91-contrib/Makefile29
-rw-r--r--databases/postgresql91-contrib/pkg-descr23
-rw-r--r--databases/postgresql91-plperl/Makefile7
-rw-r--r--databases/postgresql91-plpython/Makefile5
-rw-r--r--www/Makefile1
-rw-r--r--www/node010/Makefile61
-rw-r--r--www/node010/distinfo3
-rw-r--r--www/node010/files/patch-common.gypi10
-rw-r--r--www/node010/files/patch-deps_v8_src_platform-freebsd.cc29
-rw-r--r--www/node010/pkg-descr3
-rw-r--r--www/node010/pkg-message2
-rw-r--r--www/node010/pkg-plist103
15 files changed, 5 insertions, 299 deletions
diff --git a/MOVED b/MOVED
index 20accb0adf30..496f85ed58ac 100644
--- a/MOVED
+++ b/MOVED
@@ -8655,3 +8655,8 @@ security/nessus-libnasl||2016-09-30|Has expired: Abandoned, consider using OpenV
security/nessus||2016-09-30|Has expired: Abandoned, consider using OpenVAS
security/nessus-libraries||2016-09-30|Has expired: Abandoned, consider using OpenVAS
security/nessus-plugins||2016-09-30|Has expired: Abandoned, consider using OpenVAS
+www/node010||2016-10-01|Has expired: Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS
+databases/postgresql91-contrib||2016-10-01|Has expired: End-of-life is near
+databases/postgresql91-client||2016-10-01|Has expired: End-of-life is near
+databases/postgresql91-plpython||2016-10-01|Has expired: End-of-life is near
+databases/postgresql91-plperl||2016-10-01|Has expired: End-of-life is near
diff --git a/databases/Makefile b/databases/Makefile
index 51a40358a271..8e5a85e4a66d 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -661,12 +661,8 @@
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql-repmgr2
- SUBDIR += postgresql91-client
- SUBDIR += postgresql91-contrib
SUBDIR += postgresql91-docs
SUBDIR += postgresql91-pgtcl
- SUBDIR += postgresql91-plperl
- SUBDIR += postgresql91-plpython
SUBDIR += postgresql91-pltcl
SUBDIR += postgresql91-server
SUBDIR += postgresql92-client
diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile
deleted file mode 100644
index 09494e7cda96..000000000000
--- a/databases/postgresql91-client/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Created by: Palle Girgensohn <girgen@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= postgresql
-
-COMMENT= PostgreSQL database (client)
-
-MASTERDIR= ${.CURDIR}/../postgresql91-server
-
-BUILD_DIRS= config src/include src/interfaces src/port \
- src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \
- doc src/makefiles
-INSTALL_DIRS= ${BUILD_DIRS}
-
-CLIENT_ONLY= yes
-COMPONENT= -client
-USE_LDCONFIG= yes
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql91-contrib/Makefile b/databases/postgresql91-contrib/Makefile
deleted file mode 100644
index 15dcdefbebc2..000000000000
--- a/databases/postgresql91-contrib/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Palle Girgensohn <girgen@pingpong.net>
-# $FreeBSD$
-
-PORTNAME= postgresql
-CATEGORIES= databases
-PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
-
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= The contrib utilities from the PostgreSQL distribution
-
-LIB_DEPENDS= libxslt.so:textproc/libxslt \
- libxml2.so:textproc/libxml2
-
-MASTERDIR= ${.CURDIR}/../postgresql91-server
-
-USES+= bison pgsql:9.1
-
-BUILD_DIRS= src/port contrib
-INSTALL_DIRS= contrib
-
-SLAVE_ONLY= yes
-COMPONENT= -contrib
-CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl
-LDFLAGS+= -lpthread -L${PREFIX}/lib
-
-post-install:
- @- ${INSTALL_DATA} ${WRKSRC}/contrib/README ${STAGEDIR}${DOCSDIR}/extension/README
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql91-contrib/pkg-descr b/databases/postgresql91-contrib/pkg-descr
deleted file mode 100644
index f7a01fd35e15..000000000000
--- a/databases/postgresql91-contrib/pkg-descr
+++ /dev/null
@@ -1,23 +0,0 @@
-This is the port for all stuff that comes in the contrib subtree of
-the postgresql distribution. This subtree contains porting tools,
-analysis utilities, and plug-in features that are not part of the core
-PostgreSQL system, mainly because they address a limited audience or
-are too experimental to be part of the main source tree. This does
-not preclude their usefulness.
-
-Each subdirectory contains a README file with information about the
-module. Some directories supply new user-defined functions, operators,
-or types. After you have installed the files you need to register the
-new entities in the database system by running the commands in the
-supplied .sql file. For example,
-
- $ psql -d dbname -f module.sql
-
-The .sql files are installed into /usr/local/share/postgresql/contrib
-
-For more information, please see
-/usr/local/share/doc/postgresql/contrib/README*
-
-This software is part of the standard PostgreSQL distribution.
-
-WWW: http://www.postgresql.org/
diff --git a/databases/postgresql91-plperl/Makefile b/databases/postgresql91-plperl/Makefile
deleted file mode 100644
index 5096a0c75212..000000000000
--- a/databases/postgresql91-plperl/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-# Created by: Palle Girgensohn <girgen@partitur.se>
-# $FreeBSD$
-
-WANT_PGSQL_VER= 9.1
-COMPONENT= -plperl
-
-.include "${.CURDIR}/../postgresql95-plperl/Makefile"
diff --git a/databases/postgresql91-plpython/Makefile b/databases/postgresql91-plpython/Makefile
deleted file mode 100644
index d964ecfcc397..000000000000
--- a/databases/postgresql91-plpython/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD$
-
-WANT_PGSQL_VER= 9.1
-
-.include "${.CURDIR}/../postgresql95-plpython/Makefile"
diff --git a/www/Makefile b/www/Makefile
index fb084fefd700..84474dc596bb 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -534,7 +534,6 @@
SUBDIR += nginx-devel
SUBDIR += nibbleblog
SUBDIR += node
- SUBDIR += node010
SUBDIR += node012
SUBDIR += node4
SUBDIR += nostromo
diff --git a/www/node010/Makefile b/www/node010/Makefile
deleted file mode 100644
index 26e71417ce9c..000000000000
--- a/www/node010/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: Jin-Sih Lin <linpct@gmail.com>
-# $FreeBSD$
-
-PORTNAME= node
-PORTVERSION= 0.10.47
-DISTVERSIONPREFIX= v
-CATEGORIES= www
-MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
-PKGNAMESUFFIX= 010
-
-MAINTAINER= bradleythughes@fastmail.fm
-COMMENT= V8 JavaScript for client and server
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= compiler execinfo gmake python:2
-HAS_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-DEPRECATED= Upstream has placed 0.10.x in maintenance mode, see https://github.com/nodejs/LTS#lts_schedule
-EXPIRATION_DATE= 2016-10-01
-
-CONFLICTS_INSTALL= iojs-[0-9]* node-[0-9]* node-devel-[0-9]* node012-[0-9]* node4-[0-9]* node5-[0-9]*
-
-ONLY_FOR_ARCHS= i386 amd64
-CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib
-PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
-REINPLACE_ARGS= -i ''
-MAKE_ENV+= CC.host=${CC} CXX.host=${CXX} LINK.host=${CXX} LINK.target=${CXX}
-
-.include <bsd.port.pre.mk>
-
-.if ${COMPILER_TYPE} == clang
-MAKE_ENV+= LINK=clang++
-CFLAGS+= -Wno-unused-private-field
-.if ${COMPILER_VERSION} >= 33
-CFLAGS+= -Wno-nested-anon-types -Wno-unused-function
-.if ${COMPILER_VERSION} >= 34
-CFLAGS+= -Wno-unused-const-variable
-.endif
-.endif
-.else
-MAKE_ARGS+= strictaliasing=off
-USE_GCC= any
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e '1 s|${SETENV} python|${PYTHON_CMD}|' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \
- ${WRKSRC}/deps/v8/build/common.gypi \
- ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \
- ${WRKSRC}/deps/v8/src/d8.gyp
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
- ${WRKSRC}/deps/v8/build/common.gypi \
- ${WRKSRC}/deps/v8/tools/gyp/v8.gyp
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node
-
-.include <bsd.port.post.mk>
diff --git a/www/node010/distinfo b/www/node010/distinfo
deleted file mode 100644
index 32cee6a31730..000000000000
--- a/www/node010/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1475046652
-SHA256 (node-v0.10.47.tar.gz) = 5281fa7ddff755c34602a09ef8027f0bda0f7851b1e374fd0e0c33da93123056
-SIZE (node-v0.10.47.tar.gz) = 15696799
diff --git a/www/node010/files/patch-common.gypi b/www/node010/files/patch-common.gypi
deleted file mode 100644
index a177c8b3c87b..000000000000
--- a/www/node010/files/patch-common.gypi
+++ /dev/null
@@ -1,10 +0,0 @@
---- common.gypi.orig 2016-09-28 10:10:46 UTC
-+++ common.gypi
-@@ -180,7 +180,6 @@
- [ 'OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
- 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', '-pthread', ],
- 'cflags_cc': [
-- '-fno-delete-null-pointer-checks',
- '-fno-exceptions',
- '-fno-rtti',
- ],
diff --git a/www/node010/files/patch-deps_v8_src_platform-freebsd.cc b/www/node010/files/patch-deps_v8_src_platform-freebsd.cc
deleted file mode 100644
index 5a5ab069c219..000000000000
--- a/www/node010/files/patch-deps_v8_src_platform-freebsd.cc
+++ /dev/null
@@ -1,29 +0,0 @@
---- deps/v8/src/platform-freebsd.cc.orig 2016-09-27 16:20:44 UTC
-+++ deps/v8/src/platform-freebsd.cc
-@@ -343,7 +343,7 @@ VirtualMemory::VirtualMemory(size_t size
- void* reservation = mmap(OS::GetRandomMmapAddr(),
- request_size,
- PROT_NONE,
-- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE,
-+ MAP_PRIVATE | MAP_ANON,
- kMmapFd,
- kMmapFdOffset);
- if (reservation == MAP_FAILED) return;
-@@ -415,7 +415,7 @@ void* VirtualMemory::ReserveRegion(size_
- void* result = mmap(OS::GetRandomMmapAddr(),
- size,
- PROT_NONE,
-- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE,
-+ MAP_PRIVATE | MAP_ANON,
- kMmapFd,
- kMmapFdOffset);
-
-@@ -445,7 +445,7 @@ bool VirtualMemory::UncommitRegion(void*
- return mmap(base,
- size,
- PROT_NONE,
-- MAP_PRIVATE | MAP_ANON | MAP_NORESERVE | MAP_FIXED,
-+ MAP_PRIVATE | MAP_ANON | MAP_FIXED,
- kMmapFd,
- kMmapFdOffset) != MAP_FAILED;
- }
diff --git a/www/node010/pkg-descr b/www/node010/pkg-descr
deleted file mode 100644
index 9a04228d0c91..000000000000
--- a/www/node010/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-node v0.10.x - evented I/O for V8 javascript
-
-WWW: http://nodejs.org/
diff --git a/www/node010/pkg-message b/www/node010/pkg-message
deleted file mode 100644
index e807568bd054..000000000000
--- a/www/node010/pkg-message
+++ /dev/null
@@ -1,2 +0,0 @@
-
-Note: If you need npm (Node Package Manager), please install www/npm.
diff --git a/www/node010/pkg-plist b/www/node010/pkg-plist
deleted file mode 100644
index e65f436fcb33..000000000000
--- a/www/node010/pkg-plist
+++ /dev/null
@@ -1,103 +0,0 @@
-bin/node
-include/node/ares.h
-include/node/ares_version.h
-include/node/common.gypi
-include/node/config.gypi
-include/node/nameser.h
-include/node/node.h
-include/node/node_buffer.h
-include/node/node_internals.h
-include/node/node_object_wrap.h
-include/node/node_version.h
-include/node/openssl/aes.h
-include/node/openssl/asn1.h
-include/node/openssl/asn1_mac.h
-include/node/openssl/asn1t.h
-include/node/openssl/bio.h
-include/node/openssl/blowfish.h
-include/node/openssl/bn.h
-include/node/openssl/buffer.h
-include/node/openssl/camellia.h
-include/node/openssl/cast.h
-include/node/openssl/cmac.h
-include/node/openssl/cms.h
-include/node/openssl/comp.h
-include/node/openssl/conf.h
-include/node/openssl/conf_api.h
-include/node/openssl/crypto.h
-include/node/openssl/des.h
-include/node/openssl/des_old.h
-include/node/openssl/dh.h
-include/node/openssl/dsa.h
-include/node/openssl/dso.h
-include/node/openssl/dtls1.h
-include/node/openssl/e_os2.h
-include/node/openssl/ebcdic.h
-include/node/openssl/ec.h
-include/node/openssl/ecdh.h
-include/node/openssl/ecdsa.h
-include/node/openssl/engine.h
-include/node/openssl/err.h
-include/node/openssl/evp.h
-include/node/openssl/hmac.h
-include/node/openssl/idea.h
-include/node/openssl/krb5_asn.h
-include/node/openssl/kssl.h
-include/node/openssl/lhash.h
-include/node/openssl/md4.h
-include/node/openssl/md5.h
-include/node/openssl/mdc2.h
-include/node/openssl/modes.h
-include/node/openssl/obj_mac.h
-include/node/openssl/objects.h
-include/node/openssl/ocsp.h
-include/node/openssl/opensslconf.h
-include/node/openssl/opensslv.h
-include/node/openssl/ossl_typ.h
-include/node/openssl/pem.h
-include/node/openssl/pem2.h
-include/node/openssl/pkcs12.h
-include/node/openssl/pkcs7.h
-include/node/openssl/pqueue.h
-include/node/openssl/rand.h
-include/node/openssl/rc2.h
-include/node/openssl/rc4.h
-include/node/openssl/ripemd.h
-include/node/openssl/rsa.h
-include/node/openssl/safestack.h
-include/node/openssl/seed.h
-include/node/openssl/sha.h
-include/node/openssl/srp.h
-include/node/openssl/srtp.h
-include/node/openssl/ssl.h
-include/node/openssl/ssl2.h
-include/node/openssl/ssl23.h
-include/node/openssl/ssl3.h
-include/node/openssl/stack.h
-include/node/openssl/symhacks.h
-include/node/openssl/tls1.h
-include/node/openssl/ts.h
-include/node/openssl/txt_db.h
-include/node/openssl/ui.h
-include/node/openssl/ui_compat.h
-include/node/openssl/whrlpool.h
-include/node/openssl/x509.h
-include/node/openssl/x509_vfy.h
-include/node/openssl/x509v3.h
-include/node/uv-private/ngx-queue.h
-include/node/uv-private/stdint-msvc2008.h
-include/node/uv-private/tree.h
-include/node/uv-private/uv-bsd.h
-include/node/uv-private/uv-darwin.h
-include/node/uv-private/uv-linux.h
-include/node/uv-private/uv-sunos.h
-include/node/uv-private/uv-unix.h
-include/node/uv-private/uv-win.h
-include/node/uv.h
-include/node/v8-debug.h
-include/node/v8-preparser.h
-include/node/v8-profiler.h
-include/node/v8-testing.h
-include/node/v8.h
-include/node/v8stdint.h
-@(,,444) man/man1/node.1.gz