- Update to 1.01

- Unbreak on amd64

PR:		ports/78033
Submitted by:	Johan van Selst <johans@stack.nl>
This commit is contained in:
Pav Lucistnik 2005-02-25 20:44:22 +00:00
parent beed52e97c
commit 521a0afff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129797
2 changed files with 9 additions and 9 deletions

View File

@ -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,14 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Pr
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
MAN1= iterm.1
MAN3= IPA.3
MANCOMPRESSED= yes
do-configure:
@(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT})
@(cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,-o,-fPIC &, ; s|perl/man|man|' Makefile)
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -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