FreeBSD Bugzilla – Attachment 196092 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
libunibreak (text/plain), 4.60 KB, created by
Nathan
on 2018-08-11 16:36:40 UTC
(
hide
)
Description:
Update
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-11 16:36:40 UTC
Size:
4.60 KB
patch
obsolete
>textproc/libunibreak: Update to 4.0 > >* Changed source to Github > -- Latest versions are hosted there >* Added patch-src_Makefile > -- Fixes Error: Bad symlink 'lib/liblinebreak.a' > pointing inside the stage directory > >Changelog: https://github.com/adah1972/libunibreak/blob/23aa7415254420de0aa4186e72f602257762c9ec/NEWS > >Index: textproc/libunibreak/Makefile >=================================================================== >--- textproc/libunibreak/Makefile (revision 476788) >+++ 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: >+ cd ${WRKSRC}/src && ${PATCH} -p1 < ${FILESDIR}/patch_src_Makefile >+ > .include <bsd.port.mk> >Index: textproc/libunibreak/distinfo >=================================================================== >--- textproc/libunibreak/distinfo (revision 476788) >+++ textproc/libunibreak/distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (libunibreak-1.1.tar.gz) = 968bc1314f40c336ad008fff457a058551167cef312d41206a652e23083dc508 >-SIZE (libunibreak-1.1.tar.gz) = 601337 >+TIMESTAMP = 1534000458 >+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 476788) >+++ 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/files/patch_src_Makefile >=================================================================== >--- textproc/libunibreak/files/patch_src_Makefile (nonexistent) >+++ textproc/libunibreak/files/patch_src_Makefile (working copy) >@@ -0,0 +1,11 @@ >+--- src/Makefile.orig 2018-08-11 15:35:48 UTC >++++ src/Makefile >+@@ -834,7 +834,7 @@ uninstall-am: uninstall-includeHEADERS u >+ install-exec-hook: >+ - [ -f $(DESTDIR)/${libdir}/libunibreak.a ] && \ >+ rm -f $(DESTDIR)/${libdir}/liblinebreak.a && \ >+- ${LN_S} $(DESTDIR)/${libdir}/libunibreak.a $(DESTDIR)/${libdir}/liblinebreak.a >++ ${INSTALL_DATA} $(DESTDIR)/${libdir}/libunibreak.a $(DESTDIR)/${libdir}/liblinebreak.a >+ >+ distclean-local: >+ rm -f LineBreak.txt WordBreakData.txt GraphemeBreakData.txt filter_dup${EXEEXT} > >Property changes on: textproc/libunibreak/files/patch_src_Makefile >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: textproc/libunibreak/pkg-plist >=================================================================== >--- textproc/libunibreak/pkg-plist (revision 476788) >+++ 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