Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Jan 2006 11:50:51 +0100 (CET)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91211: [MAINTAINER] graphics/cal3d: Fix build
Message-ID:  <20060102105051.341AC3B0E@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200601021100.k02B0OGw036294@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91211
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/cal3d: Fix build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 02 11:00:24 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.4-STABLE FreeBSD 5.4-STABLE #0: Tue Nov 29 15:11:17 CET 2005
>Description:
Fix build (as done in cal3d-devel).

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- cal3d-0.10.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/cvs/FreeBSD/ports/graphics/cal3d/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	15 Nov 2005 06:49:24 -0000	1.8
+++ Makefile	2 Jan 2006 10:49:59 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	cal3d
 PORTVERSION=	0.10.0
+PORTREVISION=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -18,6 +19,7 @@
 CONFLICTS=	cal3d-devel-[0-9]*
 
 USE_BZIP2=		yes
+USE_REINPLACE=		yes
 USE_GNOME=		pkgconfig
 USE_AUTOTOOLS=	automake:19 autoheader:259 libtool:15:inc
 AUTOMAKE_ARGS=		"--add-missing"
@@ -26,6 +28,9 @@
 
 .include <bsd.port.pre.mk>
 
+post-patch:
+	@${REINPLACE_CMD} -e '/^all_libraries/d' ${WRKSRC}/src/cal3d/Makefile.am
+
 pre-configure:
 	cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/aclocal
 	cd ${WRKSRC} && ${AUTOHEADER}
--- cal3d-0.10.0_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?20060102105051.341AC3B0E>