ports/51059: Update port: misc/wmwork to 0.2.3

KATO Tsuguru tkato at prontomail.com
Wed Apr 16 18:40:41 UTC 2003


>Number:         51059
>Category:       ports
>Synopsis:       Update port: misc/wmwork to 0.2.3
>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:   Wed Apr 16 11:40:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 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	Tue Apr 15 13:19:46 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
@@ -28,10 +28,12 @@
 CPPFLAGS=	-I${X11BASE}/include
 LDFLAGS=	-L${X11BASE}/lib
 
-.if !exists(/usr/include/getopt.h)
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500041
 LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-CPPFLAGS+=	-I${LOCALBASE}/include -I${X11BASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lgnugetopt
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib -lgnugetopt
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.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