Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Nov 2005 02:00:19 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/88345: Update port: graphics/aqsis to 1.0.1
Message-ID:  <20051102020019.04af18bf.tkato432@yahoo.com>
Resent-Message-ID: <200511011710.jA1HAGd2022430@freefall.freebsd.org>

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

>Number:         88345
>Category:       ports
>Synopsis:       Update port: graphics/aqsis to 1.0.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 01 17:10:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.1

Remove file:
files/patch-render::ri.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/aqsis/Makefile graphics/aqsis/Makefile
--- /usr/ports/graphics/aqsis/Makefile	Mon Jul 11 13:30:50 2005
+++ graphics/aqsis/Makefile	Tue Nov  1 22:12:37 2005
@@ -7,8 +7,7 @@
 #
 
 PORTNAME=	aqsis
-PORTVERSION=	1.0.0
-PORTREVISION=	1
+PORTVERSION=	1.0.1
 CATEGORIES=	graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,7 +19,7 @@
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff \
 		fltk.1:${PORTSDIR}/x11-toolkits/fltk
 
-USE_GCC=	3.4
+USE_GCC=	3.4+
 USE_GNOME=	gnometarget
 USE_BISON=	yes
 USE_REINPLACE=	yes
@@ -32,8 +31,8 @@
 
 MAN1=		aqsis.1
 
-CFLAGS+=	-O0
-CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -fPIC
+CFLAGS+=	-fPIC
+CPPFLAGS=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
 LDFLAGS=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
 .include <bsd.port.pre.mk>
@@ -44,7 +43,5 @@
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|PLUGIN_FLAGS=|#PLUGIN_FLAGS=|g' ${WRKSRC}/configure
-	@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
-		's|malloc\.h|stdlib.h|g'
 
 .include <bsd.port.post.mk>
diff -urN /usr/ports/graphics/aqsis/distinfo graphics/aqsis/distinfo
--- /usr/ports/graphics/aqsis/distinfo	Mon Apr 11 13:28:34 2005
+++ graphics/aqsis/distinfo	Tue Nov  1 18:49:47 2005
@@ -1,2 +1,2 @@
-MD5 (aqsis-1.0.0.tar.gz) = 1d144d49cda08aa8e1f6c83291e4812b
-SIZE (aqsis-1.0.0.tar.gz) = 2667965
+MD5 (aqsis-1.0.1.tar.gz) = 17e58818ab647f002c642c8abe591e35
+SIZE (aqsis-1.0.1.tar.gz) = 2788459
diff -urN /usr/ports/graphics/aqsis/files/patch-render::ri.cpp graphics/aqsis/files/patch-render::ri.cpp
--- /usr/ports/graphics/aqsis/files/patch-render::ri.cpp	Mon Apr 12 21:26:51 2004
+++ graphics/aqsis/files/patch-render::ri.cpp	Thu Jan  1 09:00:00 1970
@@ -1,11 +0,0 @@
---- render/ri.cpp.orig	Mon Apr 12 13:49:57 2004
-+++ render/ri.cpp	Mon Apr 12 13:51:26 2004
-@@ -3608,7 +3608,7 @@
-                 TqInt iElem;
-                 for( iElem = 0; iElem < fvcount; ++iElem )
-                 {
--                    const unsigned char* pval = static_cast<const unsigned char*>( values[ iUserParam ] ) + ( aFVList[ iElem ] * elem_size );
-+                    unsigned char* pval = static_cast<unsigned char*>( values[ iUserParam ] ) + ( aFVList[ iElem ] * elem_size );
-                     memcpy( pNew, pval, elem_size );
-                     pNew += elem_size;
-                 }
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051102020019.04af18bf.tkato432>