FreeBSD Bugzilla – Attachment 232313 Details for
Bug 262409
net/yaz: Use pkgconfig to detect libxml2, libxslt and icu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for yaz
libxml2-fixup-net-yaz.patch (text/plain), 1.07 KB, created by
Daniel Engberg
on 2022-03-07 23:43:10 UTC
(
hide
)
Description:
Patch for yaz
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-03-07 23:43:10 UTC
Size:
1.07 KB
patch
obsolete
>diff --git a/net/yaz/Makefile b/net/yaz/Makefile >index 6072f2e50f44..7047259e5019 100644 >--- a/net/yaz/Makefile >+++ b/net/yaz/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= yaz > DISTVERSION= 5.31.1 > CATEGORIES= net >-MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ >+MASTER_SITES= https://ftp.indexdata.dk/pub/yaz/ > > MAINTAINER= nc@FreeBSD.org > COMMENT= Z39.50/SR client and API library >@@ -14,8 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > LIB_DEPENDS= libicuuc.so:devel/icu \ > libgnutls.so:security/gnutls > >-USES= gnome iconv libtool ncurses pathfix pkgconfig readline \ >- shebangfix tcl >+USES= gnome iconv libtool ncurses pathfix localbase:ldflags \ >+ pkgconfig readline shebangfix tcl > SHEBANG_FILES= src/yaz-asncomp > GNU_CONFIGURE= yes > USE_GNOME= libxml2 libxslt >@@ -23,9 +23,7 @@ USE_LDCONFIG= yes > MAKE_JOBS_UNSAFE= yes > > CONFIGURE_ARGS= --enable-shared --with-iconv=${ICONV_PREFIX} \ >- --with-xml2=${LOCALBASE} --with-xslt=${LOCALBASE} \ >- --with-icu=${LOCALBASE} --enable-tcpd >-LDFLAGS+= -L${LOCALBASE}/lib >+ --with-xml2 --with-xslt --with-icu --enable-tcpd > LIBS+= -lexecinfo > > PORTDOCS= *
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 262409
: 232313