Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 18:00:36 +0100 (CET)
From:      Johan van Selst <johans@stack.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/78033: graphics/IPA: update to 1.01 and unbreak on amd64
Message-ID:  <20050224170036.5F3B3171F7@mud.stack.nl>
Resent-Message-ID: <200502241700.j1OH0Toa076408@freefall.freebsd.org>

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

>Number:         78033
>Category:       ports
>Synopsis:       graphics/IPA: update to 1.01 and unbreak on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 24 17:00:28 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Johan van Selst
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Jan 31 22:31:14 CET 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386


	
>Description:
	Update to current version 1.01

	Add -fPIC for amd64 installation
	
>How-To-Repeat:
	
>Fix:

	

diff -uNr IPA/Makefile IPA/Makefile
--- IPA/Makefile	Thu Feb 24 17:14:20 2005
+++ IPA/Makefile	Thu Feb 24 17:40:24 2005
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	IPA
-PORTVERSION=	1.00
+PORTVERSION=	1.01
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.prima.eu.org/IPA/
 
@@ -18,14 +18,12 @@
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
+USE_REINPLACE=	yes
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64"
-BROKEN=		"Does not compile on amd64 (shared libraries need to be compiled with -fPIC)"
-.endif
-
 do-configure:
 	@(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT})
+	@(cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,-o,-fPIC &,' Makefile)
 
 .include <bsd.port.post.mk>
diff -uNr IPA/distinfo IPA/distinfo
--- IPA/distinfo	Thu Jan 29 08:24:13 2004
+++ IPA/distinfo	Thu Feb 24 17:15:10 2005
@@ -1,2 +1,2 @@
-MD5 (IPA-1.00.tar.gz) = 1557b262645523c5cc3bbc847a14e096
-SIZE (IPA-1.00.tar.gz) = 123840
+MD5 (IPA-1.01.tar.gz) = 9a214f2993a05fb4e5a3e1c3d171fed6
+SIZE (IPA-1.01.tar.gz) = 62282

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050224170036.5F3B3171F7>