Date: Sat, 3 Apr 1999 13:42:06 -0800 (PST) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10936: Minor cleanups to audio/gmixer port Message-ID: <19990403214206.384D0169A@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 10936 >Category: ports >Synopsis: Minor cleanups to audio/gmixer port >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: Sat Apr 3 13:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD norn.ca.eu.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Mar 30 13:53:01 PST 1999 norn@norn.ca.eu.org:/usr/src/sys/compile/NORN.ata i386 >Description: Use gtk12 and ${INSTALL_*}. >How-To-Repeat: >Fix: Index: gmixer/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gmixer/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/03 01:48:17 1.1.1.1 +++ Makefile 1999/04/03 21:32:26 @@ -12,11 +12,14 @@ MAINTAINER= cpiazza@home.net -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 ALL_TARGET= gmixer pre-install: @ ${MKDIR} ${PREFIX}/share/pixmaps +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gmixer ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/icons/gmixer.xpm ${PREFIX}/share/pixmaps .include <bsd.port.mk> Index: gmixer/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/audio/gmixer/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/03 01:48:17 1.1.1.1 +++ patch-aa 1999/04/03 21:34:10 @@ -1,18 +1,14 @@ ---- Makefile.orig Thu Feb 25 21:31:39 1999 -+++ Makefile Thu Feb 25 21:36:58 1999 -@@ -1,11 +1,11 @@ +--- Makefile.orig Sat Apr 3 13:33:52 1999 ++++ Makefile Sat Apr 3 13:33:54 1999 +@@ -1,9 +1,9 @@ -CC = gcc -+#CC = gcc ++CC ?= gcc #CC = egcs #FLAGS = -g gmixer: gmixer.c - $(CC) $(FLAGS) `gtk-config --cflags` `gtk-config --libs` gmixer.c -o gmixer -+ $(CC) $(CFLAGS) `gtk11d-config --cflags` `gtk11d-config --libs` gmixer.c -o gmixer ++ $(CC) $(CFLAGS) `gtk12-config --cflags` `gtk12-config --libs` gmixer.c -o gmixer install: gmixer -- install -s -m 755 -o 0 -g 0 gmixer /usr/X11R6/bin/ -- install -m 644 -o 0 -g 0 icons/gmixer.xpm /usr/share/pixmaps/ -+ install -c -s -m 755 -o 0 -g 0 gmixer $(PREFIX)/bin -+ install -c -m 644 -o 0 -g 0 icons/gmixer.xpm $(PREFIX)/share/pixmaps - clean: - rm -f gmixer + install -s -m 755 -o 0 -g 0 gmixer /usr/X11R6/bin/ + install -m 644 -o 0 -g 0 icons/gmixer.xpm /usr/share/pixmaps/ >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?19990403214206.384D0169A>