Date: Tue, 6 Apr 1999 01:05:33 +0900 (JST) From: k5@respo.or.jp To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10962: Update port: emulators/xsystem35 Message-ID: <199904051605.BAA33853@souffle.respo.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 10962 >Category: ports >Synopsis: Update port: emulators/xsystem35 >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: Mon Apr 5 09:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: FUJISHIMA Satsuki >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: update to version 1.0.5: o none of files are added/removed. o newly depends on gtk12 instead of gtk11. o remove 'strip' from Makefile because ${INSTALL_PROGRAM} does it. >How-To-Repeat: >Fix: Index: ports/emulators/xsystem35/Makefile =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 1999/02/12 17:26:06 1.13 +++ Makefile 1999/04/05 15:38:35 @@ -6,17 +6,14 @@ # $Id: Makefile,v 1.13 1999/02/12 17:26:06 flathill Exp $ # -DISTNAME= xsystem35-1.0.2 -PKGNAME= xsystem-3.5-1.0.2 +DISTNAME= xsystem35-1.0.5 +PKGNAME= xsystem-3.5-1.0.5 CATEGORIES= emulators MASTER_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ -#PATCH_SITES= http://www.aist-nara.ac.jp/~masaki-c/private/unitbase/xsys35/down/ -#PATCHFILES= patch-19981123.diff.gz - MAINTAINER= k5@respo.or.jp -LIB_DEPENDS+= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS+= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_IMAKE= YES WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -33,7 +30,6 @@ ${INSTALL_SCRIPT} ${WRKSRC}/../contrib/instgame ${PREFIX}/bin post-install: - strip ${PREFIX}/bin/xsystem35 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/ja/xsystem35 @(cd ${WRKSRC}/../doc;\ Index: ports/emulators/xsystem35/files/md5 =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/files/md5,v retrieving revision 1.8 diff -u -r1.8 md5 --- md5 1999/02/12 17:26:06 1.8 +++ md5 1999/04/05 14:57:05 @@ -1 +1 @@ -MD5 (xsystem35-1.0.2.tar.gz) = 28dd0b169a71d0cf7f9aa46007d2fbbf +MD5 (xsystem35-1.0.5.tar.gz) = f632985dd5c6710be6970184de10a50c Index: ports/emulators/xsystem35/patches/patch-af =================================================================== RCS file: /home/ncvs/ports/emulators/xsystem35/patches/patch-af,v retrieving revision 1.1 diff -u -r1.1 patch-af --- patch-af 1999/01/23 18:38:32 1.1 +++ patch-af 1999/03/28 21:26:14 @@ -5,10 +5,10 @@ * include / library / definition */ -SYS_LIBRARIES = -lm `gtk-config --libs` -+SYS_LIBRARIES = -lm `gtk11-config --libs` ++SYS_LIBRARIES = -lm `gtk12-config --libs` EXTRA_LIBRARIES = $(OSDEPLIB) -EXTRA_INCLUDES = `gtk-config --cflags` $(OSDEPINC) -+EXTRA_INCLUDES = `gtk11-config --cflags` $(OSDEPINC) ++EXTRA_INCLUDES = `gtk12-config --cflags` $(OSDEPINC) EXTRA_DEFINES = $(OSDEPDEF) /* >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?199904051605.BAA33853>