Date: Sun, 10 Apr 2005 18:22:18 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79741: [UPDATE PORTS] Update ports/graphics/aqsis to 1.0.0 Message-ID: <200504101022.j3AAMIaY072961@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200504101030.j3AAUIhl068637@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79741 >Category: ports >Synopsis: [UPDATE PORTS] Update ports/graphics/aqsis to 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Apr 10 10:30:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.11-RELEASE-p1 i386 >Organization: MANA lab, CS, CCU >Environment: System: FreeBSD nb.mana.cs.ccu.edu.tw 4.11-RELEASE-p1 FreeBSD 4.11-RELEASE-p1 #3: Sat Apr 2 21:45:26 CST 2005 root@nb.mana.cs.ccu.edu.tw:/usr/obj/usr/src/sys/KERNEL i386 >Description: Update ports/graphics/aqsis to 1.0.0. >How-To-Repeat: Apply the following patch. >Fix: Apply the following patch: --- aqsis.patch begins here --- diff -ruN /usr/ports/graphics/aqsis/Makefile aqsis/Makefile --- /usr/ports/graphics/aqsis/Makefile Tue Feb 1 12:54:16 2005 +++ aqsis/Makefile Sun Apr 10 08:33:28 2005 @@ -7,7 +7,7 @@ # PORTNAME= aqsis -PORTVERSION= 0.9.2 +PORTVERSION= 1.0.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN /usr/ports/graphics/aqsis/distinfo aqsis/distinfo --- /usr/ports/graphics/aqsis/distinfo Fri Sep 10 00:36:40 2004 +++ aqsis/distinfo Sun Apr 10 08:33:38 2005 @@ -1,2 +1,2 @@ -MD5 (aqsis-0.9.2.tar.gz) = db643748ebfbf7e14aa7f3b0fa2c143a -SIZE (aqsis-0.9.2.tar.gz) = 2708467 +MD5 (aqsis-1.0.0.tar.gz) = 1d144d49cda08aa8e1f6c83291e4812b +SIZE (aqsis-1.0.0.tar.gz) = 2667965 diff -ruN /usr/ports/graphics/aqsis/files/patch-libaqsistypes::plugins.cpp aqsis/files/patch-libaqsistypes::plugins.cpp --- /usr/ports/graphics/aqsis/files/patch-libaqsistypes::plugins.cpp Thu Aug 19 02:20:35 2004 +++ aqsis/files/patch-libaqsistypes::plugins.cpp Sun Apr 10 08:36:44 2005 @@ -1,11 +1,11 @@ ---- libaqsistypes/plugins.cpp.orig Fri Jul 23 23:50:39 2004 -+++ libaqsistypes/plugins.cpp Tue Aug 17 14:10:36 2004 -@@ -150,7 +150,7 @@ +--- libaqsistypes/plugins.cpp.orig Sun Apr 10 08:35:35 2005 ++++ libaqsistypes/plugins.cpp Sun Apr 10 08:35:58 2005 +@@ -153,7 +153,7 @@ // Free the buffer. LocalFree( lpMsgBuf ); #elif not defined AQSIS_SYSTEM_MACOSX - char* error = dlerror(); + const char* error = dlerror(); - if( dlerror ) + if( error ) errorlog = error; #endif --- aqsis.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504101022.j3AAMIaY072961>