FreeBSD Bugzilla – Attachment 188253 Details for
Bug 223855
sysutils/gdisk: update to 1.0.3 + fix libicu linking with recent binutils
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] update to 1.0.3 & libicu link fix
pr-up-1.0.3+libicu-fix.diff (text/plain), 1.49 KB, created by
John Hein
on 2017-11-24 21:22:48 UTC
(
hide
)
Description:
[patch] update to 1.0.3 & libicu link fix
Filename:
MIME Type:
Creator:
John Hein
Created:
2017-11-24 21:22:48 UTC
Size:
1.49 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 454819) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gdisk >-PORTVERSION= 0.8.10 >-PORTREVISION= 6 >+PORTVERSION= 1.0.3 > CATEGORIES= sysutils > MASTER_SITES= SF/gptfdisk/gptfdisk/${PORTVERSION} > DISTNAME= gptfdisk-${PORTVERSION} >@@ -15,6 +14,7 @@ > > LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ > libpopt.so:devel/popt >+USES= localbase:ldflags > > WRKSRC= ${WRKDIR}/gptfdisk-${PORTVERSION} > >@@ -25,10 +25,11 @@ > CGDISK_DESC= Curses-based interactive program > UTF16_DESC= Support for Unicode partition names > UTF16_CPPFLAGS+= -DUSE_UTF16 >-UTF16_LDFLAGS+= -licuio >+# -licuuc is not explicitly needed by gdisk, but is needed by libicuio >+# (as of at least icu-60.1). Alternate fix: -Wl,--copy-dt-needed-entries >+# after binutils 2.22. See bug 197006 comment 4. >+UTF16_LDFLAGS+= -licuio -licuuc > >-CPPFLAGS+= -I${LOCALBASE}/include >-LDFLAGS+= -L${LOCALBASE}/lib > MAKEFILE= Makefile.freebsd > > PROGRAM_LIST= fixparts gdisk sgdisk >Index: distinfo >=================================================================== >--- distinfo (revision 454819) >+++ distinfo (working copy) >@@ -1,2 +1,3 @@ >-SHA256 (gptfdisk-0.8.10.tar.gz) = 73e64151203ae0c347c488358e71ca582bb7fb7f0d66df86b71c42050390eb9b >-SIZE (gptfdisk-0.8.10.tar.gz) = 190666 >+TIMESTAMP = 1511345902 >+SHA256 (gptfdisk-1.0.3.tar.gz) = 89fd5aec35c409d610a36cb49c65b442058565ed84042f767bba614b8fc91b5c >+SIZE (gptfdisk-1.0.3.tar.gz) = 199924
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:
jcfyecrayz
:
maintainer-approval?
(
wg
)
Actions:
View
|
Diff
Attachments on
bug 223855
: 188253