ports/51234: Update port: misc/wmwork to 0.2.3 (fix ports/51059)

KATO Tsuguru tkato at prontomail.com
Mon Apr 21 17:40:37 UTC 2003


>Number:         51234
>Category:       ports
>Synopsis:       Update port: misc/wmwork to 0.2.3 (fix ports/51059)
>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:   Mon Apr 21 10:40:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.2.3

Following PR(s) should be superseded by this PR:
[2003/04/16] ports/51059  ports-bugs  Update port: misc/wmwork to 0.2.3

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/wmwork/Makefile misc/wmwork/Makefile
--- /usr/ports/misc/wmwork/Makefile	Sat Apr 12 23:00:16 2003
+++ misc/wmwork/Makefile	Sun Apr 20 13:13:36 2003
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	wmwork
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.3
 CATEGORIES=	misc windowmaker afterstep
-MASTER_SITES=	http://www.godisch.de/debian/wmwork/
+MASTER_SITES=	ftp://ftp.debian.org/debian/pool/main/w/wmwork/
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	ports at FreeBSD.org
@@ -18,6 +18,7 @@
 
 USE_X_PREFIX=	yes
 USE_XPM=	yes
+USE_GETOPT_LONG=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -27,11 +28,5 @@
 
 CPPFLAGS=	-I${X11BASE}/include
 LDFLAGS=	-L${X11BASE}/lib
-
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt
-.endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/misc/wmwork/distinfo misc/wmwork/distinfo
--- /usr/ports/misc/wmwork/distinfo	Fri Jan 17 19:41:15 2003
+++ misc/wmwork/distinfo	Tue Apr 15 13:13:01 2003
@@ -1 +1 @@
-MD5 (wmwork_0.2.2.orig.tar.gz) = a074dcfd3c3826e68e25f0fd81478380
+MD5 (wmwork_0.2.3.orig.tar.gz) = 95ccb2bf88315802f2656b79fd3d69c1
diff -urN /usr/ports/misc/wmwork/files/patch-Makefile.in misc/wmwork/files/patch-Makefile.in
--- /usr/ports/misc/wmwork/files/patch-Makefile.in	Fri Jan 17 19:41:15 2003
+++ misc/wmwork/files/patch-Makefile.in	Tue Apr 15 13:16:56 2003
@@ -1,18 +1,18 @@
---- Makefile.in.orig	Fri Jan  3 06:02:41 2003
-+++ Makefile.in	Sat Jan 11 19:09:30 2003
-@@ -8,9 +8,12 @@
- mandir      = @mandir@
+--- Makefile.in.orig	Sun Jan 26 22:49:58 2003
++++ Makefile.in	Tue Apr 15 13:15:53 2003
+@@ -9,9 +9,12 @@
+ 
  CC          = @CC@
- CFLAGS      = -I. -Wall @CFLAGS@
+ CFLAGS      = -I. @CFLAGS@
 +CPPFLAGS    = @CPPFLAGS@
  LDFLAGS     = @LDFLAGS@
  LIBS        = @LIBS@
  INSTALL     = @INSTALL@
 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
 +INSTALL_DATA = @INSTALL_DATA@
- OBJS        = wmwork.o wmgeneral.o
  
  all: wmwork
+ 
 @@ -22,8 +25,8 @@
  wmgeneral.o: wmgeneral.c wmgeneral.h
  
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list