Date: Sat, 4 Mar 2006 23:24:24 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94076: [PATCH] x11-wm/wampager: UNBREAK Message-ID: <1141507464.31975@it.buh.tecnik93.com> Resent-Message-ID: <200603042130.k24LU5Ob049630@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94076 >Category: ports >Synopsis: [PATCH] x11-wm/wampager: UNBREAK >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: Sat Mar 04 21:30:05 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: This version of the port needs GMAKE and files/patch-Makefile is not needed anymore. >How-To-Repeat: >Fix: --- wampager.diff begins here --- ? wampager.diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/wampager/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- Makefile 14 Jan 2006 09:27:43 -0000 1.5 +++ Makefile 4 Mar 2006 21:17:44 -0000 @@ -14,7 +14,7 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= A mini pager for the waimea window manager -BROKEN= Patch fails +USE_GMAKE= yes PLIST_FILES= bin/wampager Index: files/patch-Makefile =================================================================== RCS file: files/patch-Makefile diff -N files/patch-Makefile --- files/patch-Makefile 26 Feb 2003 18:01:37 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,24 +0,0 @@ ---- Makefile.orig Sat Jan 11 20:20:42 2003 -+++ Makefile Sat Jan 11 20:21:36 2003 -@@ -1,17 +1,13 @@ - CC = gcc --INC = -+INC = -I/usr/X11R6/include - LIBS = -L/usr/X11R6/lib -lX11 -lXpm -lXext - SRCS = wampager.c - OBJS = wampager.o --CFLAGS = -Wall - - all: wampager - - clean: -- rm -f $(OBJS) wampager -+ rm -f ${OBJS} wampager - --wampager : $(SRCS) -- $(CC) $(CFLAGS) $(SRCS) $(INC) -o wampager $(LIBS) -- --install : all -- install -c -s wampager /usr/local/bin -+wampager : ${SRCS} -+ ${CC} ${CFLAGS} ${SRCS} ${INC} -o wampager ${LIBS} --- wampager.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1141507464.31975>