ports/51684: Update misc/wmwork: 0.2.2 -> 0.2.4

Kirill Ponomarew ponomarew at oberon.net
Fri May 2 08:40:11 UTC 2003


>Number:         51684
>Category:       ports
>Synopsis:       Update misc/wmwork: 0.2.2 -> 0.2.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 02 01:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update misc/wmwork: 0.2.2 -> 0.2.4

Bug fixes
Use USE_GETOPT_LONG

>How-To-Repeat:
>Fix:

diff -ruN wmwork.orig/Makefile wmwork/Makefile
--- wmwork.orig/Makefile	Fri Feb 21 22:27:58 2003
+++ wmwork/Makefile	Fri May  2 10:28:40 2003
@@ -6,10 +6,10 @@
 #
 
 PORTNAME=	wmwork
-PORTVERSION=	0.2.2
+PORTVERSION=	0.2.4
 CATEGORIES=	misc windowmaker afterstep
 MASTER_SITES=	http://www.godisch.de/debian/wmwork/
-DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
+DISTNAME=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	A dockapp that keeps track of time you have spent on something
@@ -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 -ruN wmwork.orig/distinfo wmwork/distinfo
--- wmwork.orig/distinfo	Fri Jan 17 12:23:59 2003
+++ wmwork/distinfo	Fri May  2 10:28:43 2003
@@ -1 +1 @@
-MD5 (wmwork_0.2.2.orig.tar.gz) = a074dcfd3c3826e68e25f0fd81478380
+MD5 (wmwork-0.2.4.tar.gz) = e83e972548bd5434ae775ed806691ad9
diff -ruN wmwork.orig/files/patch-Makefile.in wmwork/files/patch-Makefile.in
--- wmwork.orig/files/patch-Makefile.in	Fri Jan 17 12:23:59 2003
+++ wmwork/files/patch-Makefile.in	Fri May  2 10:30:09 2003
@@ -1,19 +1,19 @@
---- 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	Fri May  2 10:29:14 2003
++++ Makefile.in	Fri May  2 10:29:51 2003
+@@ -9,9 +9,11 @@
+ 
  CC          = @CC@
- CFLAGS      = -I. -Wall @CFLAGS@
+ CFLAGS      = -I. @CFLAGS@
 +CPPFLAGS    = @CPPFLAGS@
  LDFLAGS     = @LDFLAGS@
  LIBS        = @LIBS@
- INSTALL     = @INSTALL@
+-INSTALL     = @INSTALL@
 +INSTALL_PROGRAM = @INSTALL_PROGRAM@
 +INSTALL_DATA = @INSTALL_DATA@
- OBJS        = wmwork.o wmgeneral.o
  
  all: wmwork
-@@ -22,8 +25,8 @@
+ 
+@@ -22,8 +24,8 @@
  wmgeneral.o: wmgeneral.c wmgeneral.h
  
  install: wmwork wmwork.1
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list