summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-02-24 18:50:36 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-02-24 18:50:36 +0000
commit11fa5fd9f2f88f41ee76e1062847078c2db4949c (patch)
treef8db48ce6de3d17a4b46944b8fc62cc3d82df72e
parentUpdate deviceatlas API to version 2.1.2 (diff)
After r434738, also remove devel/xlocale, as it uses devel/libc++ as its
MASTERDIR. The port itself is not used by anything else. Approved by: portmgr (antoine) PR: 217257
Notes
Notes: svn path=/head/; revision=434740
-rw-r--r--devel/Makefile1
-rw-r--r--devel/xlocale/Makefile27
-rw-r--r--devel/xlocale/pkg-descr4
-rw-r--r--devel/xlocale/pkg-plist3
4 files changed, 0 insertions, 35 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 94b120068922..c9a74488f716 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5754,7 +5754,6 @@
SUBDIR += xdg-utils
SUBDIR += xfce4-dev-tools
SUBDIR += xfce4-vala
- SUBDIR += xlocale
SUBDIR += xmake
SUBDIR += xmltooling
SUBDIR += xorg-macros
diff --git a/devel/xlocale/Makefile b/devel/xlocale/Makefile
deleted file mode 100644
index 3eedcc84ffbd..000000000000
--- a/devel/xlocale/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= xlocale
-
-COMMENT?= Minimal xlocale implementation
-
-LICENSE= BSD2CLAUSE
-
-MASTERDIR= ${.CURDIR}/../libc++
-
-BUILD_WRKSRC= ${WRKSRC}/src/support/solaris
-CFLAGS+= -I${WRKSRC}/include/support/solaris
-
-PLIST= ${.CURDIR}/pkg-plist
-DESCR= ${.CURDIR}/pkg-descr
-
-do-build:
- cd ${BUILD_WRKSRC}; ${CC} ${CFLAGS} -fPIC -c xlocale.c ; \
- ${CC} ${LDFLAGS} xlocale.o -shared -o libxlocale.so.0 -Wl,-soname=libxlocale.so.0
-
-do-install:
- ${INSTALL_LIB} ${BUILD_WRKSRC}/libxlocale.so.0 ${STAGEDIR}${PREFIX}/lib
- ${INSTALL_DATA} ${WRKSRC}/include/support/solaris/xlocale.h ${STAGEDIR}${PREFIX}/include
- ${LN} -sf libxlocale.so.0 ${STAGEDIR}${PREFIX}/lib/libxlocale.so
-
-.include "${MASTERDIR}/../libc++/Makefile.svn_rev"
-.include "${MASTERDIR}/../libc++/Makefile"
diff --git a/devel/xlocale/pkg-descr b/devel/xlocale/pkg-descr
deleted file mode 100644
index 4db8a2a5b4e2..000000000000
--- a/devel/xlocale/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Minimal xlocale implementation for Solaris. This implements the subset of the
-xlocale APIs that libc++ depends on.
-
-WWW: http://libcxx.llvm.org
diff --git a/devel/xlocale/pkg-plist b/devel/xlocale/pkg-plist
deleted file mode 100644
index 331b1a7dcd2e..000000000000
--- a/devel/xlocale/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/libxlocale.so.0
-lib/libxlocale.so
-include/xlocale.h