Date: Sat, 10 Apr 1999 12:33:31 -0700 (PDT) From: mharo@area51.fremont.ca.us To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11066: Update: games/wmtimebomb (0.1.6 -> 0.2.0) Message-ID: <199904101933.MAA11817@patrol.area51.fremont.ca.us>
next in thread | raw e-mail | index | archive | help
>Number: 11066 >Category: ports >Synopsis: Update: games/wmtimebomb (0.1.6 -> 0.2.0) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 10 12:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Michael Haro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: >Description: Changes: - New version (0.1.6 -> 0.2.0) portlint: 0 warnings, 0 errors patches: 1 new, 0 removed supports PREFIX: yes supports CFLAGS: yes >How-To-Repeat: >Fix: diff -u -urN -x CVS wmtimebomb.old/Makefile wmtimebomb/Makefile --- wmtimebomb.old/Makefile Sun Jan 17 22:42:59 1999 +++ wmtimebomb/Makefile Fri Apr 9 09:17:16 1999 @@ -5,18 +5,27 @@ # # $Id: Makefile,v 1.4 1999/01/18 06:42:59 asami Exp $ -DISTNAME= wmtimebomb.6 -PKGNAME= wmtimebomb-0.1.6 +DISTNAME= wmtimebomb.20 +PKGNAME= wmtimebomb-0.2.0 CATEGORIES= games windowmaker -MASTER_SITES= http://www.gpf.or.th/~mhz/wmtimebomb/ +MASTER_SITES= ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + PropList.1:${PORTSDIR}/devel/libPropList \ + tiff.4:${PORTSDIR}/graphics/tiff34 \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + gif.3:${PORTSDIR}/graphics/giflib \ + png.3:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${PREFIX}/lib/libWMaker.a:${PORTSDIR}/x11-wm/windowmaker -WRKSRC= ${WRKDIR}/wmtimebomb +WRKSRC= ${WRKDIR}/wmtimebomb.app USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + +post-patch: + ${PERL} -pi -e 's,\@LOCALBASE\@,${LOCALBASE},g' ${WRKSRC}/Imakefile + ${PERL} -pi -e 's,\@X11BASE\@,${X11BASE},g' ${WRKSRC}/Imakefile .include <bsd.port.mk> diff -u -urN -x CVS wmtimebomb.old/files/md5 wmtimebomb/files/md5 --- wmtimebomb.old/files/md5 Mon Aug 10 00:57:57 1998 +++ wmtimebomb/files/md5 Thu Apr 8 09:04:21 1999 @@ -1 +1 @@ -MD5 (wmtimebomb.6.tar.gz) = c3ba3058b4281f02beb344d82136d157 +MD5 (wmtimebomb.20.tar.gz) = f4e2df169704d146f20540e4e31d9e11 diff -u -urN -x CVS wmtimebomb.old/patches/patch-aa wmtimebomb/patches/patch-aa --- wmtimebomb.old/patches/patch-aa Wed Dec 31 16:00:00 1969 +++ wmtimebomb/patches/patch-aa Thu Apr 8 13:22:07 1999 @@ -0,0 +1,14 @@ +--- Imakefile.orig Thu Apr 8 09:13:44 1999 ++++ Imakefile Thu Apr 8 09:14:16 1999 +@@ -1,7 +1,9 @@ +-XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif +-WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList ++XPMLIB = -L@X11BASE@/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif ++WMAKER = -L@LOCALBASE@/lib -lWMaker -lWINGs -lwraster -lPropList + + LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB) ++ ++EXTRA_INCLUDES= -I@LOCALBASE@/include + + SRCS = timebomb.c + OBJS = timebomb.o >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?199904101933.MAA11817>