diff options
author | fluffy <fluffy@FreeBSD.org> | 2014-01-07 13:38:26 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2014-01-07 13:38:26 +0800 |
commit | ee326d75fa55c8d9fa9010efb678a9a810bc3d63 (patch) | |
tree | b2e3ea32bd8ea265bd4da54f7ba07fe43692dc05 /textproc/libunibreak | |
parent | 46c9f6e941b979dce92a41562169ed07b61aa9dc (diff) | |
download | freebsd-ports-gnome-ee326d75fa55c8d9fa9010efb678a9a810bc3d63.tar.gz freebsd-ports-gnome-ee326d75fa55c8d9fa9010efb678a9a810bc3d63.tar.zst freebsd-ports-gnome-ee326d75fa55c8d9fa9010efb678a9a810bc3d63.zip |
- Support staging
- Stop providing outdated static compat library
Diffstat (limited to 'textproc/libunibreak')
-rw-r--r-- | textproc/libunibreak/Makefile | 2 | ||||
-rw-r--r-- | textproc/libunibreak/files/patch-src__Makefile.in | 15 | ||||
-rw-r--r-- | textproc/libunibreak/pkg-plist | 1 |
3 files changed, 16 insertions, 2 deletions
diff --git a/textproc/libunibreak/Makefile b/textproc/libunibreak/Makefile index ff25d51d3f00..522563869670 100644 --- a/textproc/libunibreak/Makefile +++ b/textproc/libunibreak/Makefile @@ -3,6 +3,7 @@ PORTNAME= libunibreak PORTVERSION= 1.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} @@ -14,5 +15,4 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= pathfix -NO_STAGE= yes .include <bsd.port.mk> diff --git a/textproc/libunibreak/files/patch-src__Makefile.in b/textproc/libunibreak/files/patch-src__Makefile.in new file mode 100644 index 000000000000..052c44efde9f --- /dev/null +++ b/textproc/libunibreak/files/patch-src__Makefile.in @@ -0,0 +1,15 @@ +--- ./src/Makefile.in.bak 2013-09-28 20:29:36.000000000 +1100 ++++ ./src/Makefile.in 2014-01-07 16:23:21.180600044 +1100 +@@ -521,9 +521,9 @@ + + + install-exec-hook: +- - [ -f ${libdir}/libunibreak.a ] && \ +- rm -f ${libdir}/liblinebreak.a && \ +- ${LN_S} ${libdir}/libunibreak.a ${libdir}/liblinebreak.a ++# - [ -f ${libdir}/libunibreak.a ] && \ ++# rm -f ${libdir}/liblinebreak.a && \ ++# ${LN_S} ${libdir}/libunibreak.a ${libdir}/liblinebreak.a + + distclean-local: + rm -f LineBreak.txt WordBreakData.txt filter_dup${EXEEXT} diff --git a/textproc/libunibreak/pkg-plist b/textproc/libunibreak/pkg-plist index 9731985ccdd7..d3234f39154a 100644 --- a/textproc/libunibreak/pkg-plist +++ b/textproc/libunibreak/pkg-plist @@ -2,7 +2,6 @@ include/linebreak.h include/linebreakdef.h include/wordbreak.h include/wordbreakdef.h -lib/liblinebreak.a lib/libunibreak.a lib/libunibreak.la lib/libunibreak.so |