FreeBSD Bugzilla – Attachment 69729 Details for
Bug 101943
[PATCH] devel/xxl: enable threading, install docs, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xxl-1.0.1_1.patch
xxl-1.0.1_1.patch (text/plain), 1.19 KB, created by
Stanislav Sedov
on 2006-08-12 21:00:33 UTC
(
hide
)
Description:
xxl-1.0.1_1.patch
Filename:
MIME Type:
Creator:
Stanislav Sedov
Created:
2006-08-12 21:00:33 UTC
Size:
1.19 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/devel/xxl/Makefile /var/tmp/ruby/xxl/Makefile >--- /usr/ports/devel/xxl/Makefile Wed Jul 19 13:21:13 2006 >+++ /var/tmp/ruby/xxl/Makefile Sat Aug 12 23:39:44 2006 >@@ -5,17 +5,31 @@ > # $FreeBSD: ports/devel/xxl/Makefile,v 1.7 2006/07/19 07:21:13 miwi Exp $ > # > >-PORTNAME= xxl >-PORTVERSION= 1.0.1 >-CATEGORIES= devel >-MASTER_SITES= http://www.zork.org/software/ >+PORTNAME= xxl >+PORTVERSION= 1.0.1 >+PORTREVISION= 1 >+CATEGORIES= devel >+MASTER_SITES= http://www.zork.org/software/ > >-MAINTAINER= ports@FreeBSD.org >-COMMENT= C and C++ that provides exception handling and asset management >+MAINTAINER= ssedov@mbsd.msk.ru >+COMMENT= C/C++ library for exception handling and asset management > >-GNU_CONFIGURE= yes >-CONFIGURE_ARGS+= --without-threads >-INSTALLS_SHLIB= yes >-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} >+GNU_CONFIGURE= yes >+USE_GNOME= gnometarget >+USE_LDCONFIG= yes >+ >+.if defined(WITHOUT_THREADS) >+CONFIGURE_ARGS= --without-threads >+.endif >+ >+.if !defined(NOPORTDOCS) >+PORTDOCS= xxl.pdf xxl.html >+.endif >+ >+post-install: >+.if !defined(NOPORTDOCS) >+ @${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ >+.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 101943
: 69729