diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/xlocale/Makefile | 27 | ||||
-rw-r--r-- | devel/xlocale/pkg-descr | 4 | ||||
-rw-r--r-- | devel/xlocale/pkg-plist | 3 |
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 |