ports/74081: Update port: games/wmtimebomb

KATO Tsuguru tkato432 at yahoo.com
Thu Nov 18 15:10:22 UTC 2004


>Number:         74081
>Category:       ports
>Synopsis:       Update port: games/wmtimebomb
>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 Nov 18 15:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/wmtimebomb/Makefile games/wmtimebomb/Makefile
--- /usr/ports/games/wmtimebomb/Makefile	Thu Nov 18 22:06:11 2004
+++ games/wmtimebomb/Makefile	Thu Nov 18 22:29:36 2004
@@ -6,7 +6,7 @@
 
 PORTNAME=	wmtimebomb
 PORTVERSION=	0.2.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games windowmaker
 MASTER_SITES=	ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
 DISTNAME=	wmtimebomb.20
@@ -14,10 +14,7 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A minesweeper for WindowMaker
 
-BROKEN=		"Does not build with new version of windowmaker"
-
-LIB_DEPENDS=	PropList.2:${PORTSDIR}/devel/libPropList \
-		wraster.4:${PORTSDIR}/x11-wm/windowmaker
+LIB_DEPENDS=	wraster.4:${PORTSDIR}/x11-wm/windowmaker
 
 WRKSRC=		${WRKDIR}/wmtimebomb.app
 USE_IMAKE=	yes
diff -urN /usr/ports/games/wmtimebomb/files/patch-aa games/wmtimebomb/files/patch-aa
--- /usr/ports/games/wmtimebomb/files/patch-aa	Tue Mar 13 01:25:10 2001
+++ games/wmtimebomb/files/patch-aa	Wed Nov 17 23:59:58 2004
@@ -3,12 +3,12 @@
 @@ -1,10 +1,12 @@
 -XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif
 -WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList
-+XPMLIB = `get-wraster-flags --ldflags` `get-wraster-flags --libs`
-+WMAKER = -lWMaker -lWINGs -lPropList -L${LOCALBASE}/lib
++XPMLIB = `pkg-config --libs WINGs wmlib wrlib`
++WMAKER = -L${X11BASE}/lib -lWMaker
   
  LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB)
  
-+EXTRA_INCLUDES= `get-wraster-flags --cflags` -I${LOCALBASE}/include -I${X11BASE}/include/WINGs
++EXTRA_INCLUDES= `pkg-config --cflags WINGs wmlib wrlib` -I${X11BASE}/include 
 +
  SRCS = timebomb.c
  OBJS = timebomb.o
diff -urN /usr/ports/games/wmtimebomb/files/patch-ab games/wmtimebomb/files/patch-ab
--- /usr/ports/games/wmtimebomb/files/patch-ab	Tue Aug 14 18:34:33 2001
+++ games/wmtimebomb/files/patch-ab	Thu Nov 18 22:32:20 2004
@@ -2,7 +2,18 @@
 $FreeBSD: ports/games/wmtimebomb/files/patch-ab,v 1.2 2001/08/14 09:34:33 sobomax Exp $
 
 --- timebomb.c.orig	Mon Nov 16 16:42:54 1998
-+++ timebomb.c	Tue Aug 14 12:30:44 2001
++++ timebomb.c	Wed Nov 17 23:13:48 2004
+@@ -4,8 +4,8 @@
+ #include <X11/xpm.h>
+ #include <X11/Xproto.h>
+ #include <WMaker.h>
+-#include <WINGs.h>
+-#include "WINGsP.h"
++#include <WINGs/WINGs.h>
++#include <WINGs/WINGsP.h>
+ #include <wraster.h>
+ #include <signal.h>
+ #include "xlibgeneral.h"
 @@ -94,7 +94,7 @@
  XpmIcon rbuttonb;
  XpmIcon id;
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list