diff options
author | pav <pav@FreeBSD.org> | 2005-01-24 02:22:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-24 02:22:54 +0800 |
commit | ae44dcf5a5eed5f0c8aab48b39e4fee51f7c55f1 (patch) | |
tree | 4674d6e954cec3cda306685f0b3a6111660784f0 /graphics/pixie | |
parent | 4937cb5e3a27b34ce567d6d92039e57f20297eb1 (diff) | |
download | freebsd-ports-gnome-ae44dcf5a5eed5f0c8aab48b39e4fee51f7c55f1.tar.gz freebsd-ports-gnome-ae44dcf5a5eed5f0c8aab48b39e4fee51f7c55f1.tar.zst freebsd-ports-gnome-ae44dcf5a5eed5f0c8aab48b39e4fee51f7c55f1.zip |
- Update to 1.3.26
PR: ports/76577
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer)
Diffstat (limited to 'graphics/pixie')
-rw-r--r-- | graphics/pixie/Makefile | 10 | ||||
-rw-r--r-- | graphics/pixie/distinfo | 4 |
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 |