aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-23 18:22:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-23 18:22:54 +0000
commiteac554e2b589a447eba3bb822b6598f79c267ecf (patch)
tree7b5f8493b866d8031901cec62d26656f0d3cef3e /graphics
parent096420d5ad2d21324a384a028d79d0cdec079a3f (diff)
downloadports-eac554e2b589a447eba3bb822b6598f79c267ecf.tar.gz
ports-eac554e2b589a447eba3bb822b6598f79c267ecf.zip
- Update to 1.3.26
PR: ports/76577 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Notes
Notes: svn path=/head/; revision=127142
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pixie/Makefile10
-rw-r--r--graphics/pixie/distinfo4
2 files changed, 10 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile
index 21fa7cbda03b..c3159a5b80eb 100644
--- a/graphics/pixie/Makefile
+++ b/graphics/pixie/Makefile
@@ -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>
diff --git a/graphics/pixie/distinfo b/graphics/pixie/distinfo
index ad749d7fdeb0..65b23c4c4d9d 100644
--- a/graphics/pixie/distinfo
+++ b/graphics/pixie/distinfo
@@ -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