Date: Thu, 06 May 2010 21:26:40 +0400 From: Anonymous <swell.k@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/146359: [patch] games/wesnoth-devel: update to 1.8.1 and drop USE_GCC Message-ID: <86y6fxym9b.fsf@gmail.com> Resent-Message-ID: <201005061730.o46HU2Vn043512@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 146359 >Category: ports >Synopsis: [patch] games/wesnoth-devel: update to 1.8.1 and drop USE_GCC >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: Thu May 06 17:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Anonymous >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: >Description: USE_GCC was added in r1.75 for 6.x and marked BROKEN on 6.x in r1.76. If it doesn't fix 6.x then there is no point in keeping. >How-To-Repeat: >Fix: --- a.diff begins here --- Index: games/wesnoth-devel/Makefile =================================================================== RCS file: /a/.cvsup/ports/games/wesnoth-devel/Makefile,v retrieving revision 1.85 diff -u -p -r1.85 Makefile --- games/wesnoth-devel/Makefile 2 May 2010 11:02:20 -0000 1.85 +++ games/wesnoth-devel/Makefile 6 May 2010 17:04:18 -0000 @@ -6,9 +6,9 @@ # PORTNAME= wesnoth -PORTVERSION= 1.8 +PORTVERSION= 1.8.1 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}.0 \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ http://files.wesnoth.org/ PKGNAMESUFFIX= -devel @@ -19,7 +19,6 @@ LIB_DEPENDS= boost_thread.4:${PORTSDIR}/ CONFLICTS= wesnoth-[0-9]* -USE_GCC= 4.2+ USE_SDL= image mixer net ttf USE_GNOME= desktopfileutils gnometarget pango USE_GMAKE= yes @@ -36,8 +36,8 @@ --with-libintl-prefix=${LOCALBASE} \ --with-localedir=${PREFIX}/share/locale -MANLANG_GAME= gl zh_TW -MANLANG= "" cs de en_GB es et fi fr hu it ja lt pl pt_BR sk \ +MANLANG_GAME= zh_TW +MANLANG= "" cs de en_GB es et fi fr gl hu it ja lt pl pt_BR sk \ sr sr@ijekavian sr@ijekavianlatin sr@latin tr zh_CN MAN6= wesnoth.6 Index: games/wesnoth-devel/distinfo =================================================================== RCS file: /a/.cvsup/ports/games/wesnoth-devel/distinfo,v retrieving revision 1.55 diff -u -p -r1.55 distinfo --- games/wesnoth-devel/distinfo 2 May 2010 11:02:20 -0000 1.55 +++ games/wesnoth-devel/distinfo 6 May 2010 16:19:33 -0000 @@ -1,3 +1,3 @@ -MD5 (wesnoth-1.8.tar.bz2) = 07e4b97512e307c54dcfd86659a61e41 -SHA256 (wesnoth-1.8.tar.bz2) = f4defab05ccc50abf4e029b58026e9b062bd3c58c8fff2aaa23b4f3e62cf929b -SIZE (wesnoth-1.8.tar.bz2) = 287912025 +MD5 (wesnoth-1.8.1.tar.bz2) = 3d008b0eac291c761a1d27d05651f25f +SHA256 (wesnoth-1.8.1.tar.bz2) = 7c48ecf11a8789689509ea545e2e63ba75dfc765988b1d08b49c6badf19de24d +SIZE (wesnoth-1.8.1.tar.bz2) = 288248141 --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86y6fxym9b.fsf>