FreeBSD Bugzilla – Attachment 128571 Details for
Bug 172437
[PATCH] textproc/xmlwrapp: Converting port to new options framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xmlwrapp-0.6.3.patch
xmlwrapp-0.6.3.patch (text/plain), 1.16 KB, created by
Michael Gmelin
on 2012-10-07 05:20:20 UTC
(
hide
)
Description:
xmlwrapp-0.6.3.patch
Filename:
MIME Type:
Creator:
Michael Gmelin
Created:
2012-10-07 05:20:20 UTC
Size:
1.16 KB
patch
obsolete
>diff -ruN --exclude=CVS ../xmlwrapp.orig/Makefile ./Makefile >--- ../xmlwrapp.orig/Makefile 2012-10-07 01:24:24.905236975 +0200 >+++ ./Makefile 2012-10-07 01:27:18.825385486 +0200 >@@ -1,10 +1,5 @@ >-# ex:ts=8 >-# Ports collection makefile for: xmlwrapp >-# Date created: Jan 14, 2003 >-# Whom: ijliao >-# >-# $FreeBSD: ports/textproc/xmlwrapp/Makefile,v 1.20 2012/07/26 05:40:22 bapt Exp $ >-# >+# Created by: ijliao >+# $FreeBSD: $ > > PORTNAME= xmlwrapp > PORTVERSION= 0.6.3 >@@ -19,7 +14,8 @@ > > LIB_DEPENDS= boost_iostreams.4:${PORTSDIR}/devel/boost-libs > >-OPTIONS= XSLT "build libxsltwrap library (requires libxslt)" off >+OPTIONS_DEFINE= DOCS XSLT >+XSLT_DESC= Build libxsltwrap library (requires libxslt) > > USE_GNOME= gnomehack libxml2 > USE_PERL5_BUILD=yes >@@ -34,7 +30,7 @@ > > .include <bsd.port.options.mk> > >-.if defined(WITH_XSLT) >+.if ${PORT_OPTIONS:MXSLT} > USE_GNOME+= libxslt > PLIST_SUB+= XSLT="" > .else >@@ -47,7 +43,7 @@ > @${REINPLACE_CMD} '/^SUBDIRS/s|docs||' ${WRKSRC}/Makefile.in > > post-install: >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @(cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ > ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) > .endif
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 172437
: 128571