Date: Fri, 17 Dec 1999 11:59:26 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@freebsd.org Subject: ports/15538: Update port: x11/wmmatrix Message-ID: <19991217195926.7B9351579C@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 15538 >Category: ports >Synopsis: Update port: x11/wmmatrix >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 Dec 17 12:00:07 PST 1999 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.3-RELEASE i386 >Organization: >Environment: >Description: * Changed file name to use lower case only * Modified patches/to support X11BASE properly * Added WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/wmmatrix/Makefile x11/wmmatrix/Makefile --- /usr/ports/x11/wmmatrix/Makefile Wed Nov 3 10:33:51 1999 +++ x11/wmmatrix/Makefile Sat Dec 18 00:23:46 1999 @@ -1,5 +1,5 @@ # New ports collection makefile for: wmMatrix -# Version required: 0.2 +# Version required: 0.2 # Date created: 13 October 1999 # Whom: Brian Handy <handy@physics.montana.edu> # @@ -17,5 +17,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes ALL_TARGET= clean all + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix .include <bsd.port.mk> diff -urN /usr/ports/x11/wmmatrix/patches/patch-aa x11/wmmatrix/patches/patch-aa --- /usr/ports/x11/wmmatrix/patches/patch-aa Wed Nov 3 10:33:52 1999 +++ x11/wmmatrix/patches/patch-aa Sat Dec 18 00:29:02 1999 @@ -1,14 +1,16 @@ ---- Makefile.orig Mon Aug 16 10:01:58 1999 -+++ Makefile Wed Oct 13 17:20:45 1999 -@@ -1,7 +1,8 @@ +--- Makefile.orig Tue Aug 17 01:01:58 1999 ++++ Makefile Sat Dec 18 00:11:18 1999 +@@ -1,8 +1,8 @@ -CC = gcc -CFLAGS = -O2 -Wall +-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include +-DESTDIR= /usr/X11R6 +-LIBDIR = -L/usr/X11R6/lib +CC ?= gcc +CFLAGS ?= -O2 -Wall -+CFLAGS += -Wall - INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include --DESTDIR= /usr/X11R6 ++INCDIR = -I${X11BASE}/include +DESTDIR= ${PREFIX} - LIBDIR = -L/usr/X11R6/lib ++LIBDIR = -L${X11BASE}/lib # for Linux + LIBS = -lXpm -lX11 -lXext diff -urN /usr/ports/x11/wmmatrix/pkg/DESCR x11/wmmatrix/pkg/DESCR --- /usr/ports/x11/wmmatrix/pkg/DESCR Wed Nov 3 10:33:52 1999 +++ x11/wmmatrix/pkg/DESCR Sat Dec 18 00:14:09 1999 @@ -3,3 +3,5 @@ Author: Mike Henderson <mghenderson@lanl.gov> + +WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml diff -urN /usr/ports/x11/wmmatrix/pkg/PLIST x11/wmmatrix/pkg/PLIST --- /usr/ports/x11/wmmatrix/pkg/PLIST Wed Nov 3 10:33:52 1999 +++ x11/wmmatrix/pkg/PLIST Sat Dec 18 00:13:11 1999 @@ -1 +1 @@ -bin/wmMatrix +bin/wmmatrix >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?19991217195926.7B9351579C>