ports/75397: Update port: games/qgo to 1.0.0.2

KATO Tsuguru tkato432 at yahoo.com
Wed Dec 22 17:10:29 UTC 2004


>Number:         75397
>Category:       ports
>Synopsis:       Update port: games/qgo to 1.0.0.2
>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:   Wed Dec 22 17:10:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p5 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.0.2

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/qgo/Makefile games/qgo/Makefile
--- /usr/ports/games/qgo/Makefile	Sun Dec 19 09:43:33 2004
+++ games/qgo/Makefile	Wed Dec 22 00:22:27 2004
@@ -7,13 +7,16 @@
 #
 
 PORTNAME=	qgo
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.0.2
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
+DISTNAME=	${PORTNAME}-${PORTVERSION:R}-r${PORTVERSION:E}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A Go board and SGF editor written with the Qt library
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
 
 USE_QT_VER=	3
 USE_REINPLACE=	yes
diff -urN /usr/ports/games/qgo/distinfo games/qgo/distinfo
--- /usr/ports/games/qgo/distinfo	Sun Dec 19 09:43:33 2004
+++ games/qgo/distinfo	Wed Dec 22 00:21:30 2004
@@ -1,2 +1,2 @@
-MD5 (qgo-1.0.0.tar.gz) = a455fb3a850e340c9d07bb5e514026ef
-SIZE (qgo-1.0.0.tar.gz) = 1420181
+MD5 (qgo-1.0.0-r2.tar.gz) = 3f6da3d12c450d893c50af80f92ec9a2
+SIZE (qgo-1.0.0-r2.tar.gz) = 1422224
diff -urN /usr/ports/games/qgo/files/patch-src::wavfile.c games/qgo/files/patch-src::wavfile.c
--- /usr/ports/games/qgo/files/patch-src::wavfile.c	Sun Dec 19 03:46:04 2004
+++ games/qgo/files/patch-src::wavfile.c	Wed Dec 22 00:16:40 2004
@@ -32,29 +32,3 @@
  
  
  
-@@ -138,6 +145,12 @@
-  * Error reporting function for this source module:
-  */
- static void
-+_v_erf(const char *format,va_list ap) {
-+	vsprintf(emsg,format,ap);		/* Capture message into emsg[] */
-+}
-+
-+
-+static void
- err(const char *format,...) {
- 	va_list ap;
-    fprintf(stdout, "error : %s \n",format);
-@@ -146,12 +159,6 @@
- 	va_start(ap,format);
- 	_v_erf(format,ap);			/* Use caller's supplied function */
- 	va_end(ap);
--}
--
--
--static void
--_v_erf(const char *format,va_list ap) {
--	vsprintf(emsg,format,ap);		/* Capture message into emsg[] */
- }
- 
- 
diff -urN /usr/ports/games/qgo/files/patch-src::wavplay.c games/qgo/files/patch-src::wavplay.c
--- /usr/ports/games/qgo/files/patch-src::wavplay.c	Sun Dec 19 03:46:04 2004
+++ games/qgo/files/patch-src::wavplay.c	Wed Dec 22 00:17:30 2004
@@ -22,7 +22,7 @@
 +#if defined(__linux__)
  #include <linux/soundcard.h>
 +#endif
-+#if defined(__linux__)
++#if defined(__FreeBSD__)
 +#include <sys/soundcard.h>
 +#endif
  #include "wavplay.h"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list