- Update to 1.3.26

PR:		ports/76577
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
This commit is contained in:
Pav Lucistnik 2005-01-23 18:22:54 +00:00
parent 096420d5ad
commit eac554e2b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127142
2 changed files with 10 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= pixie
PORTVERSION= 1.3.25
PORTVERSION= 1.3.26
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -39,6 +39,12 @@ PIXIE_SHLIBS= file framebuffer rgbe
PKGMESSAGE= ${WRKDIR}/pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
NOT_FOR_ARCHS= alpha
.endif
post-patch:
@${REINPLACE_CMD} -i "" -e 's|malloc\.h|stdlib\.h|g' \
`${FIND} -E ${WRKSRC} -iregex '.*\.(cpp|h)'`
@ -106,4 +112,4 @@ post-install:
@(${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%PORTNAME%%|${PORTNAME}|' \
<pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE})
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (Pixie-src-1.3.25.tgz) = f0a726a007f7f35f6d13d56bbb4ebd29
SIZE (Pixie-src-1.3.25.tgz) = 4973521
MD5 (Pixie-src-1.3.26.tgz) = 41edc8e96dcb7d4a1a669f28be36e31c
SIZE (Pixie-src-1.3.26.tgz) = 4969827