Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 05:38:27 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338973 - in head/textproc/libunibreak: . files
Message-ID:  <201401070538.s075cRPT040568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Jan  7 05:38:26 2014
New Revision: 338973
URL: http://svnweb.freebsd.org/changeset/ports/338973

Log:
  - Support staging
  - Stop providing outdated static compat library

Added:
  head/textproc/libunibreak/files/
  head/textproc/libunibreak/files/patch-src__Makefile.in   (contents, props changed)
Modified:
  head/textproc/libunibreak/Makefile
  head/textproc/libunibreak/pkg-plist   (contents, props changed)

Modified: head/textproc/libunibreak/Makefile
==============================================================================
--- head/textproc/libunibreak/Makefile	Tue Jan  7 01:38:37 2014	(r338972)
+++ head/textproc/libunibreak/Makefile	Tue Jan  7 05:38:26 2014	(r338973)
@@ -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>

Added: head/textproc/libunibreak/files/patch-src__Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/libunibreak/files/patch-src__Makefile.in	Tue Jan  7 05:38:26 2014	(r338973)
@@ -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}

Modified: head/textproc/libunibreak/pkg-plist
==============================================================================
--- head/textproc/libunibreak/pkg-plist	Tue Jan  7 01:38:37 2014	(r338972)
+++ head/textproc/libunibreak/pkg-plist	Tue Jan  7 05:38:26 2014	(r338973)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401070538.s075cRPT040568>