Date: Sat, 12 Aug 2006 23:52:31 +0600 (YEKST) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101943: [PATCH] devel/xxl: enable threading, install docs, take maintainership Message-ID: <20060812175231.88C9912BBA@fonon.realnet> Resent-Message-ID: <200608122000.k7CK0Y1V051813@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101943 >Category: ports >Synopsis: [PATCH] devel/xxl: enable threading, install docs, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 12 20:00:33 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Aug 2 21:44:37 MSD >Description: - Enable threading (it works well even on 4.x). Can be disabled - Install supplimentary docs - Fix comment - Replace deprecated variable - Take maintainership >How-To-Repeat: >Fix: --- xxl-1.0.1_1.patch begins here --- 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> --- xxl-1.0.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060812175231.88C9912BBA>