From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 12 08:10:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD8537B401 for ; Thu, 12 Jun 2003 08:10:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C7C243FD7 for ; Thu, 12 Jun 2003 08:10:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h5CFA9Up019874 for ; Thu, 12 Jun 2003 08:10:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h5CFA9T7019872; Thu, 12 Jun 2003 08:10:09 -0700 (PDT) Resent-Date: Thu, 12 Jun 2003 08:10:09 -0700 (PDT) Resent-Message-Id: <200306121510.h5CFA9T7019872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ying-Chieh Chen" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C74C37B401 for ; Thu, 12 Jun 2003 08:04:18 -0700 (PDT) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 518DE43FCB for ; Thu, 12 Jun 2003 08:04:15 -0700 (PDT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) h5CF335x070607 for ; Thu, 12 Jun 2003 23:03:03 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.9/8.12.3/Submit) id h5CF338b070606; Thu, 12 Jun 2003 23:03:03 +0800 (CST) Message-Id: <200306121503.h5CF338b070606@alumni.csie.nctu.edu.tw> Date: Thu, 12 Jun 2003 23:03:03 +0800 (CST) From: "Ying-Chieh Chen" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/53253: fix ports/games/asc and take over maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 15:10:13 -0000 >Number: 53253 >Category: ports >Synopsis: fix ports/games/asc and take over maintainership >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: Thu Jun 12 08:10:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.8-RELEASE i386 >Organization: yinjieh's lab >Environment: System: FreeBSD stable.yinjieh.com 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: Fix ports/games/asc and take over maintainership. Both compiled and tested on 4.8-RELEASE and 5.1-RELEASE. The patch is as follows: >How-To-Repeat: N/A >Fix: --- asc.patch begins here --- diff -ruN /usr/ports/games/asc/Makefile /tmp/asc/Makefile --- /usr/ports/games/asc/Makefile Sun Jun 1 21:25:00 2003 +++ /tmp/asc/Makefile Thu Jun 12 13:09:15 2003 @@ -12,12 +12,11 @@ MASTER_SITE_SUBDIR= asc-hq DISTNAME= ${PORTNAME}-source-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yinjieh@csie.nctu.edu.tw COMMENT= A turn based, multiplayer strategic game with very nice graphics LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ - gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ SDLmm.8:${PORTSDIR}/devel/sdlmm \ SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ paragui.3:${PORTSDIR}/x11-toolkits/paragui @@ -32,9 +31,12 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_LIBTOOL= yes +USE_GETOPT_LONG= yes CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ CPPFLAGS="`${SDL_CONFIG} --cflags`" \ LIBS="`${SDL_CONFIG} --libs` -lgnugetopt -lm" + +CONFIGURE_ARGS= --disable-paraguitest pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure diff -ruN /usr/ports/games/asc/files/patch-configure /tmp/asc/files/patch-configure --- /usr/ports/games/asc/files/patch-configure Sun Jun 1 21:25:00 2003 +++ /tmp/asc/files/patch-configure Thu Jun 12 11:22:25 2003 @@ -1,8 +1,5 @@ - -$FreeBSD: ports/games/asc/files/patch-configure,v 1.7 2003/06/01 13:25:00 sobomax Exp $ - ---- configure.orig Sun Jun 1 16:23:11 2003 -+++ configure Sun Jun 1 16:23:24 2003 +--- configure.orig Thu Jun 12 10:13:34 2003 ++++ configure Thu Jun 12 10:15:34 2003 @@ -7381,6 +7381,7 @@ # This can be used to rebuild libtool when needed @@ -20,3 +17,11 @@ game_datadir=`( test "x$prefix" = xNONE && prefix="$ac_default_prefix" test "x$exec_prefix" = xNONE && exec_prefix="${prefix}" +@@ -11178,6 +11179,7 @@ + cat conftest.$ac_ext >&5 + Unicode_broken=yes + fi ++Unicode_broken=yes + rm -f conftest.$ac_objext conftest.$ac_ext + + if test "x$Unicode_broken" = x ; then diff -ruN /usr/ports/games/asc/pkg-descr /tmp/asc/pkg-descr --- /usr/ports/games/asc/pkg-descr Sun Feb 18 05:51:30 2001 +++ /tmp/asc/pkg-descr Thu Jun 12 11:41:57 2003 @@ -1,4 +1,7 @@ Advanced Strategic Command (ASC) - a turn-based, multiplayer network game -with nice proffesional-looking graphics. +with nice professional-looking graphics. WWW: http://www.asc-hq.org/ + +Ying-Chieh Chen +yinjieh@csie.nctu.edu.tw --- asc.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: