Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2005 22:09:59 +0400 (MSD)
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86422: Update port: graphics/pixie 1.4.5 -> 1.4.6
Message-ID:  <200509211809.j8LI9xiU015587@doom.homeunix.org>
Resent-Message-ID: <200509211820.j8LIK4a7055579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         86422
>Category:       ports
>Synopsis:       Update port: graphics/pixie 1.4.5 -> 1.4.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 18:20:04 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: Wed Sep 7 09:26:18 MSD 2005 root@doom.homeunix.org:/usr/obj/usr/src/sys/KERNEL-p3 i386


	
>Description:
Update to 1.4.6.
	
>How-To-Repeat:
	
>Fix:

	

--- pixie.diff begins here ---
diff -ru /usr/ports/graphics/pixie/Makefile pixie/Makefile
--- /usr/ports/graphics/pixie/Makefile	Mon Sep  5 21:53:07 2005
+++ pixie/Makefile	Wed Sep 21 21:47:10 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pixie
-PORTVERSION=	1.4.5
+PORTVERSION=	1.4.6
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -47,8 +47,8 @@
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -i "" -e 's|malloc\.h|stdlib\.h|g' \
-		`${FIND} -E ${WRKSRC} -iregex '.*\.(cpp|h)'`
+	@${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \
+		${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g'
 
 pre-configure:
 	@(cd ${WRKSRC} && ${ACLOCAL} && \
@@ -78,12 +78,8 @@
 .endfor
 
 .for i in ${PIXIE_SHLIBS}
-	${INSTALL_DATA} ${WRKSRC}/src/${i}/.libs/${i}.a \
+	${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/${i}.so \
 		${PREFIX}/lib/${PORTNAME}
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/${i}.so.0 \
-		${PREFIX}/lib/${PORTNAME}
-	${LN} -sf ${PREFIX}/lib/${PORTNAME}/${i}.so.0 \
-		${PREFIX}/lib/${PORTNAME}/${i}.so
 .endfor
 
 # includes
diff -ru /usr/ports/graphics/pixie/distinfo pixie/distinfo
--- /usr/ports/graphics/pixie/distinfo	Mon Sep  5 21:53:07 2005
+++ pixie/distinfo	Wed Sep 21 21:15:46 2005
@@ -1,2 +1,2 @@
-MD5 (Pixie-src-1.4.5.tgz) = 51378b014fea28b2efa239aa4b74bda9
-SIZE (Pixie-src-1.4.5.tgz) = 5424713
+MD5 (Pixie-src-1.4.6.tgz) = 72bb512a340015808e0ac162ed29793e
+SIZE (Pixie-src-1.4.6.tgz) = 5421306
diff -ru /usr/ports/graphics/pixie/pkg-plist pixie/pkg-plist
--- /usr/ports/graphics/pixie/pkg-plist	Thu Oct 28 22:24:08 2004
+++ pixie/pkg-plist	Wed Sep 21 21:48:05 2005
@@ -10,21 +10,15 @@
 include/pixie/ri.h
 include/pixie/sdr.h
 include/pixie/shadeop.h
-lib/pixie/file.a
 lib/pixie/file.so
-lib/pixie/file.so.0
-lib/pixie/framebuffer.a
 lib/pixie/framebuffer.so
-lib/pixie/framebuffer.so.0
 lib/pixie/libri.a
 lib/pixie/libri.so
 lib/pixie/libri.so.0
 lib/pixie/libsdr.a
 lib/pixie/libsdr.so
 lib/pixie/libsdr.so.0
-lib/pixie/rgbe.a
 lib/pixie/rgbe.so
-lib/pixie/rgbe.so.0
 %%PORTDOCS%%%%DOCSDIR%%/attributes.htm
 %%PORTDOCS%%%%DOCSDIR%%/autoraytracing.htm
 %%PORTDOCS%%%%DOCSDIR%%/display.htm
--- 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?200509211809.j8LI9xiU015587>