Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2000 16:50:25 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/20546: Update port: misc/wmcp
Message-ID:  <20000811235025.CF2CF37C13E@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         20546
>Category:       ports
>Synopsis:       Update port: misc/wmcp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 17:00:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW:
- Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/misc/wmcp/Makefile misc/wmcp/Makefile
--- /usr/ports/misc/wmcp/Makefile	Thu Aug  3 21:24:09 2000
+++ misc/wmcp/Makefile	Fri Aug 11 02:29:39 2000
@@ -8,19 +8,13 @@
 PORTNAME=	wmcp
 PORTVERSION=	1.2.8
 CATEGORIES=	misc windowmaker
-MASTER_SITES=	http://users.linuxbox.com/~bac/src/wmcp/
+MASTER_SITES=	http://users.linuxave.net/~bac/src/wmcp/
 
 MAINTAINER=	jim@FreeBSD.org
 
-USE_GMAKE=	yes
 USE_X_PREFIX=	yes
 USE_XPM=	yes
-
-pre-build:
-	(cd ${WRKSRC} && ${GMAKE} clean)
-
-do-build:
-	(cd ${WRKSRC} && ${GMAKE})
+ALL_TARGET=	clean wmcp
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/wmcp ${PREFIX}/bin
diff -urN /usr/ports/misc/wmcp/patches/patch-aa misc/wmcp/patches/patch-aa
--- /usr/ports/misc/wmcp/patches/patch-aa	Wed Jun 30 02:09:23 1999
+++ misc/wmcp/patches/patch-aa	Fri Aug 11 02:28:26 2000
@@ -1,19 +1,21 @@
---- Makefile.orig	Thu May 27 00:17:20 1999
-+++ Makefile	Tue Jun 29 10:07:22 1999
-@@ -1,6 +1,6 @@
+--- Makefile.orig	Thu May 27 16:17:20 1999
++++ Makefile	Fri Aug 11 02:28:17 2000
+@@ -1,7 +1,7 @@
  
  
 -INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11
-+INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11
- LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
+-LIBINC =-L/usr/X11R6/lib -L/usr/include/lib
++INCLUDES = -I${X11BASE}/include/X11 -I${X11BASE}/include
++LIBINC = -L${X11BASE}/lib
  LIBS = -lm -lX11 -lXpm -lXext
  
+ TARGET  = wmcp
 @@ -31,10 +31,10 @@
  ###################################################################
  
  ${OBJECTS}: ${SOURCE}
 -	gcc -g -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o
-+	${CC} ${CFLAGS} -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o
++	${CC} ${CFLAGS} -c ${INCLUDES} ${FLAGS} $< -o $@
  
  ${TARGET}: ${OBJECTS}
 -	gcc -g -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS}
diff -urN /usr/ports/misc/wmcp/pkg/COMMENT misc/wmcp/pkg/COMMENT
--- /usr/ports/misc/wmcp/pkg/COMMENT	Sun Jun 27 03:52:46 1999
+++ misc/wmcp/pkg/COMMENT	Sat Aug 12 04:40:57 2000
@@ -1 +1 @@
-A dockable pager for WindowMaker
+A dockable pager for Window Maker
diff -urN /usr/ports/misc/wmcp/pkg/DESCR misc/wmcp/pkg/DESCR
--- /usr/ports/misc/wmcp/pkg/DESCR	Sat Aug 14 19:47:40 1999
+++ misc/wmcp/pkg/DESCR	Fri Aug 11 02:30:32 2000
@@ -3,6 +3,6 @@
 1..9 key code to the root window.  If you love Window Maker but can't
 live without a pager, this app may be of use to you. 
 
-WWW: http://www.linuxbox.com/~bac/
+WWW: http://www.linuxave.net/~bac/
 
 - Jim <jim@FreeBSD.org>


>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?20000811235025.CF2CF37C13E>