Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 1999 18:59:24 +0800 (CST)
From:      Yin-Jieh Chen <yinjieh@Crazyman.Dorm13.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14203: Update port games/xpuyopuyo to 0.2.3
Message-ID:  <199910081059.SAA02123@Crazyman.Dorm13.NCTU.edu.tw>

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

>Number:         14203
>Category:       ports
>Synopsis:       Update port games/xpuyopuyo to 0.2.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct  8 04:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Yin-Jieh Chen
>Release:        FreeBSD 3.3-RC i386
>Organization:
NCTU CSIE
>Environment:
FreeBSD Crazyman.Dorm13.NCTU.edu.tw 3.3-RC FreeBSD 3.3-RC #28: Sun Sep 12 16:12:
16 CST 1999     root@Crazyman.Dorm13.NCTU.edu.tw:/home2/src/sys/compile/YINJIEH
 i386
>Description:

	Update games/xpuyopuyo to 0.2.3,
	add gtk/gnome support and other features.

>How-To-Repeat:

diff -ruN /usr/ports/games/xpuyopuyo/Makefile ./Makefile
--- /usr/ports/games/xpuyopuyo/Makefile	Sat Oct  2 17:49:00 1999
+++ ./Makefile	Fri Oct  8 11:25:14 1999
@@ -1,33 +1,38 @@
 # New ports collection makefile for:	xpuyopuyo
-# Version required:	0.1.1
+# Version required:	0.2.3
 # Date created:		19 Sep 1999
 # Whom:			Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
 #
 # $FreeBSD: ports/games/xpuyopuyo/Makefile,v 1.2 1999/09/29 21:53:12 asami Exp $
 #
 
-DISTNAME=	xpuyopuyo-0.1.1
+DISTNAME=	xpuyopuyo-0.2.3
 CATEGORIES=	games
 MASTER_SITES=	http://chaos2.org/xpuyopuyo/
 
 MAINTAINER=	yinjieh@csie.nctu.edu.tw
 
-LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm \
+		gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+		gnomeui.2:${PORTSDIR}/x11/gnomelibs
+
+GLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?=	${X11BASE}/bin/gtk12-config
 
 USE_X_PREFIX=	yes
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
+		GLIB_CONFIG="${GLIB_CONFIG}"
+CONFIGURE_ARG=	--with-gnome
 USE_GMAKE=	yes
 
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/xpuyopuyo ${PREFIX}/bin
-
 post-install:
 	@${MKDIR} ${PREFIX}/share/xpuyopuyo
 .for i in AUTHORS COPYING ChangeLog INSTALL NEWS README TESTED TODO
 	@${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/xpuyopuyo
 .endfor
 	@${MKDIR} ${PREFIX}/share/xpuyopuyo/img
-	@${INSTALL_DATA} ${WRKSRC}/img/* ${PREFIX}/share/xpuyopuyo/img
+	@${INSTALL_DATA} ${WRKSRC}/img/*.xpm ${PREFIX}/share/xpuyopuyo/img
 
 .include <bsd.port.mk>
diff -ruN /usr/ports/games/xpuyopuyo/files/md5 ./files/md5
--- /usr/ports/games/xpuyopuyo/files/md5	Tue Sep 28 20:22:03 1999
+++ ./files/md5	Fri Oct  8 10:24:14 1999
@@ -1 +1 @@
-MD5 (xpuyopuyo-0.1.1.tar.gz) = 84c26c1d2c7e58d64ebac185eadd92c9
+MD5 (xpuyopuyo-0.2.3.tar.gz) = 19f19aa1ebe10b4d703a6ea3110515ff
diff -ruN /usr/ports/games/xpuyopuyo/patches/patch-aa ./patches/patch-aa
--- /usr/ports/games/xpuyopuyo/patches/patch-aa	Tue Sep 28 20:22:03 1999
+++ ./patches/patch-aa	Fri Oct  8 10:36:05 1999
@@ -1,31 +1,12 @@
-Only in .: Makefile
-diff -ru /tmp/xpuyopuyo-0.1.1/Makefile.in ./Makefile.in
---- /tmp/xpuyopuyo-0.1.1/Makefile.in	Sun Sep 19 07:34:55 1999
-+++ ./Makefile.in	Sun Sep 19 19:54:09 1999
-@@ -119,8 +119,8 @@
- pfield.o pmanip.o ppiece.o pplayer.o pwindow.o pgame.o
- xpuyopuyo_DEPENDENCIES = 
+diff -ru /tmp/xpuyopuyo-0.2.3/Makefile.in ./Makefile.in
+--- /tmp/xpuyopuyo-0.2.3/Makefile.in	Sat Sep 25 18:11:27 1999
++++ ./Makefile.in	Fri Oct  8 10:34:51 1999
+@@ -135,7 +135,7 @@
+ @GTK_FALSE@xpuyopuyo_DEPENDENCIES =  libxpuyopuyo.a
+ @GTK_TRUE@xpuyopuyo_DEPENDENCIES =  libxpuyopuyo.a
  xpuyopuyo_LDFLAGS = 
 -CFLAGS = @CFLAGS@
--COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 +CFLAGS += @CFLAGS@
-+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(X_CFLAGS)
- LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
- DIST_COMMON =  README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
- Makefile.in NEWS TODO aclocal.m4 config.guess config.h.in config.sub \
-Only in .: config.cache
-Only in .: config.h
-Only in .: config.log
-Only in .: config.status
-Only in .: getopt.o
-Only in .: getopt1.o
-Only in .: pai.o
-Only in .: pfield.o
-Only in .: pgame.o
-Only in .: pimg.o
-Only in .: pmanip.o
-Only in .: ppiece.o
-Only in .: pplayer.o
-Only in .: pwindow.o
-Only in .: xpuyopuyo
-Only in .: xpuyopuyo.o
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)

>Fix:
	
	Please update this port, thanks.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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