Date: Sun, 23 Jan 2005 00:02:07 +0300 (MSK) From: Igor Pokrovsky <ip@doom.homeunix.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76577: Update port: graphics/pixie 1.3.25 -> 1.3.26 Message-ID: <200501222102.j0ML27ad090482@doom.homeunix.org> Resent-Message-ID: <200501222110.j0MLAOmO084513@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76577 >Category: ports >Synopsis: Update port: graphics/pixie 1.3.25 -> 1.3.26 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Jan 22 21:10:23 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Igor Pokrovsky >Release: FreeBSD 4.11-STABLE i386 >Organization: >Environment: System: FreeBSD doom.homeunix.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Thu Jan 13 13:24:12 MSK 2005 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL i386 >Description: Update to 1.3.26. Do not build on alpha-4 (triggers 'Could not find a spill register' error). >How-To-Repeat: >Fix: --- pixie.diff begins here --- diff -ru /usr/ports/graphics/pixie/Makefile pixie/Makefile --- /usr/ports/graphics/pixie/Makefile Tue Dec 28 09:03:40 2004 +++ pixie/Makefile Sat Jan 22 23:41:00 2005 @@ -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 @@ 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 @@ @(${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%PORTNAME%%|${PORTNAME}|' \ <pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ru /usr/ports/graphics/pixie/distinfo pixie/distinfo --- /usr/ports/graphics/pixie/distinfo Tue Dec 28 09:03:40 2004 +++ pixie/distinfo Sat Jan 22 23:37:08 2005 @@ -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 --- pixie.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501222102.j0ML27ad090482>