FreeBSD Bugzilla – Attachment 196106 Details for
Bug 230539
textproc/libunibreak: Update to 4.0; Take MAINTAINER'ship
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update; Removed patches
libunibreak (text/plain), 3.55 KB, created by
Nathan
on 2018-08-11 21:00:54 UTC
(
hide
)
Description:
Update; Removed patches
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-11 21:00:54 UTC
Size:
3.55 KB
patch
obsolete
>textproc/libunibreak: Update to 4.0 > >* Changed source to Github > -- Latest versions are hosted there >* Removed un-needed patches with this version >* Changed LN_S to INSTALL_DATA in src/Makefile > -- Fixes stage-qa: Error: Bad symlink 'lib/liblinebreak.a' > pointing inside the stage directory >* Fixes deskutils/fbreader; > -- Was saying a library was missing from libunibreak > >Index: textproc/libunibreak/Makefile >=================================================================== >--- textproc/libunibreak/Makefile (revision 476945) >+++ textproc/libunibreak/Makefile (working copy) >@@ -2,21 +2,25 @@ > # $FreeBSD$ > > PORTNAME= libunibreak >-PORTVERSION= 1.1 >-PORTREVISION= 3 >-PORTEPOCH= 1 >+PORTVERSION= 4.0 > CATEGORIES= textproc >-MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= ndowens@yahoo.com > COMMENT= Implementation of the line and word breaking algorithm for Unicode > > LICENSE= ZLIB > LICENSE_FILE= ${WRKSRC}/LICENCE > >-USES= libtool pathfix >+USES= autoreconf libtool pathfix > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes > >+USE_GITHUB= yes >+GH_ACCOUNT= adah1972 >+GH_TAGNAME= 23aa741 >+ >+post-configure: >+ @${REINPLACE_CMD} -e '837s,LN_S,INSTALL_DATA,' ${WRKSRC}/src/Makefile >+ > .include <bsd.port.mk> >Index: textproc/libunibreak/distinfo >=================================================================== >--- textproc/libunibreak/distinfo (revision 476945) >+++ textproc/libunibreak/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (libunibreak-1.1.tar.gz) = 968bc1314f40c336ad008fff457a058551167cef312d41206a652e23083dc508 >-SIZE (libunibreak-1.1.tar.gz) = 601337 >+TIMESTAMP = 1534020597 >+SHA256 (adah1972-libunibreak-4.0-23aa741_GH0.tar.gz) = 3d86e498a4103c2ee093e6d53e6076fe67148778ae6b377adf1fd2a35d79888c >+SIZE (adah1972-libunibreak-4.0-23aa741_GH0.tar.gz) = 86106 >Index: textproc/libunibreak/files/patch-src__Makefile.in >=================================================================== >--- textproc/libunibreak/files/patch-src__Makefile.in (revision 476945) >+++ textproc/libunibreak/files/patch-src__Makefile.in (nonexistent) >@@ -1,15 +0,0 @@ >---- src/Makefile.in.orig 2015-09-25 12:28:51 UTC >-+++ src/Makefile.in >-@@ -521,9 +521,9 @@ uninstall-am: uninstall-includeHEADERS u >- >- >- 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} > >Property changes on: textproc/libunibreak/files/patch-src__Makefile.in >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: textproc/libunibreak/pkg-plist >=================================================================== >--- textproc/libunibreak/pkg-plist (revision 476945) >+++ textproc/libunibreak/pkg-plist (working copy) >@@ -1,9 +1,12 @@ >+include/graphemebreak.h > include/linebreak.h > include/linebreakdef.h >+include/unibreakbase.h >+include/unibreakdef.h > include/wordbreak.h >-include/wordbreakdef.h >+lib/liblinebreak.a > lib/libunibreak.a > lib/libunibreak.so >-lib/libunibreak.so.1 >-lib/libunibreak.so.1.0.1 >+lib/libunibreak.so.3 >+lib/libunibreak.so.3.1.0 > libdata/pkgconfig/libunibreak.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230539
:
196092
|
196093
| 196106 |
196261