FreeBSD Bugzilla – Attachment 196261 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]
Updated patch based on discussion
libunibreak_updated.diff (text/plain), 2.64 KB, created by
Steve Wills
on 2018-08-16 19:57:14 UTC
(
hide
)
Description:
Updated patch based on discussion
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2018-08-16 19:57:14 UTC
Size:
2.64 KB
patch
obsolete
>diff --git textproc/libunibreak/Makefile textproc/libunibreak/Makefile >index 262abf2d1584..2da76323c658 100644 >--- textproc/libunibreak/Makefile >+++ textproc/libunibreak/Makefile >@@ -2,21 +2,21 @@ > # $FreeBSD$ > > PORTNAME= libunibreak >-PORTVERSION= 1.1 >-PORTREVISION= 3 >+PORTVERSION= 4.0 > PORTEPOCH= 1 > CATEGORIES= textproc >-MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} >+MASTER_SITES= https://github.com/adah1972/${PORTNAME}/releases/download/${PORTNAME}_${PORTVERSION:C/\./_/}/ > >-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 >+MAKE_ARGS= LN_S="${INSTALL_DATA}" > > .include <bsd.port.mk> >diff --git textproc/libunibreak/distinfo textproc/libunibreak/distinfo >index aacc85a48f85..5423a0c2ab48 100644 >--- textproc/libunibreak/distinfo >+++ textproc/libunibreak/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (libunibreak-1.1.tar.gz) = 968bc1314f40c336ad008fff457a058551167cef312d41206a652e23083dc508 >-SIZE (libunibreak-1.1.tar.gz) = 601337 >+TIMESTAMP = 1534449131 >+SHA256 (libunibreak-4.0.tar.gz) = f7329bef1eb169d3363f040cefcc323cfd0a0bc53290a35a395e1d1adc849539 >+SIZE (libunibreak-4.0.tar.gz) = 629403 >diff --git textproc/libunibreak/files/patch-src__Makefile.in textproc/libunibreak/files/patch-src__Makefile.in >deleted file mode 100644 >index 2f410f9a270c..000000000000 >--- textproc/libunibreak/files/patch-src__Makefile.in >+++ /dev/null >@@ -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} >diff --git textproc/libunibreak/pkg-plist textproc/libunibreak/pkg-plist >index 7454b0d8cd2d..56d476427a5d 100644 >--- textproc/libunibreak/pkg-plist >+++ textproc/libunibreak/pkg-plist >@@ -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
Actions:
View
|
Diff
Attachments on
bug 230539
:
196092
|
196093
|
196106
| 196261