FreeBSD Bugzilla – Attachment 61221 Details for
Bug 91756
[PATCH] www/cadaver: Support NLS, Correct path in EXTRACT_AFTER_ARGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.40 KB, created by
Hideyuki KURASHINA
on 2006-01-13 16:00:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hideyuki KURASHINA
Created:
2006-01-13 16:00:20 UTC
Size:
1.40 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/cadaver/Makefile,v >retrieving revision 1.36 >diff -u -r1.36 Makefile >--- Makefile 5 Jan 2006 08:38:44 -0000 1.36 >+++ Makefile 13 Jan 2006 15:15:55 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= cadaver > PORTVERSION= 0.22.3 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://www.webdav.org/cadaver/ \ > http://www.tcbug.org/ >@@ -34,8 +35,9 @@ > # them to be sure, a stray .h is not included instead of what's > # found under PREFIX (installed by the neon port): > EXTRACT_AFTER_ARGS= | ${TAR} -xf - \ >- --exclude '${PORTNAME}-${PORTVERSION}/expat/*.[ch]' \ >- --exclude '${PORTNAME}-${PORTVERSION}/libneon/*.[ch]' >+ --exclude '${PORTNAME}-${PORTVERSION}/lib/expat/*.[ch]' \ >+ --exclude '${PORTNAME}-${PORTVERSION}/lib/intl/*.[ch]' \ >+ --exclude '${PORTNAME}-${PORTVERSION}/lib/neon/*.[ch]' > > CPPFLAGS= -I${LOCALBASE}/include > LDFLAGS= -L${LOCALBASE}/lib >@@ -45,4 +47,19 @@ > CONFIGURE_ARGS+= --with-ssl --with-force-ssl > .endif > >+.if !defined(WITHOUT_NLS) >+USE_ICONV= yes >+USE_GETTEXT= yes >+CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ >+ --with-libintl-prefix=${LOCALBASE} >+LINGUAS= es it en@quot >+.for l in ${LINGUAS} >+PLIST_FILES+= share/locale/${l}/LC_MESSAGES/cadaver.mo >+.endfor >+.else >+CONFIGURE_ARGS+=--disable-nls \ >+ --without-libiconv-prefix \ >+ --without-libintl-prefix >+.endif >+ > .include <bsd.port.mk>
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 91756
: 61221