Date: Sun, 25 Mar 2001 19:31:45 +0200 (CEST) From: stijn@win.tue.nl To: FreeBSD-gnats-submit@freebsd.org Cc: patseal@hyperhost.net Subject: ports/26077: PORT UPDATE: x11-wm/bbkeys Message-ID: <200103251731.f2PHVjo16597@pcwin002.win.tue.nl>
next in thread | raw e-mail | index | archive | help
>Number: 26077 >Category: ports >Synopsis: PORT UPDATE: x11-wm/bbkeys >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 25 09:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.3-RC i386 >Organization: >Environment: System: FreeBSD 4.3-RC #0: Sun Mar 25 05:14:06 CEST 2001 >Description: - Update to bbkeys 0.3.6 - CC: maintainer >How-To-Repeat: N/A >Fix: diff -urN /usr/ports/x11-wm/bbkeys/Makefile bbkeys/Makefile --- /usr/ports/x11-wm/bbkeys/Makefile Fri Jul 21 00:23:05 2000 +++ bbkeys/Makefile Sun Mar 25 19:12:36 2001 @@ -6,7 +6,7 @@ # PORTNAME= bbkeys -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.6 CATEGORIES= x11-wm MASTER_SITES= http://movingparts.thelinuxcommunity.org/bbkeys/ @@ -20,10 +20,10 @@ do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) - @(cd ${WRKSRC}/bbkeysconf-1.2; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) + @(cd ${WRKSRC}/bbkeysconf-1.3; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) do-install: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - @(cd ${WRKSRC}/bbkeysconf-1.2 && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) + @(cd ${WRKSRC}/bbkeysconf-1.3 && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) .include <bsd.port.mk> diff -urN /usr/ports/x11-wm/bbkeys/distinfo bbkeys/distinfo --- /usr/ports/x11-wm/bbkeys/distinfo Wed Jul 19 15:18:16 2000 +++ bbkeys/distinfo Sun Mar 25 17:55:21 2001 @@ -1 +1 @@ -MD5 (bbkeys-0.3.3.tar.gz) = 04f8798acddb6fc0e475e5f9ad74a2cb +MD5 (bbkeys-0.3.6.tar.gz) = a8d24c463ea8900c4f5e5fdbc4ee8f9f diff -urN /usr/ports/x11-wm/bbkeys/files/patch-aa bbkeys/files/patch-aa --- /usr/ports/x11-wm/bbkeys/files/patch-aa Wed Jul 19 15:18:16 2000 +++ bbkeys/files/patch-aa Sun Mar 25 19:11:14 2001 @@ -1,11 +1,11 @@ ---- bbkeysconf-1.2/Makefile.orig Wed May 17 00:33:45 2000 -+++ bbkeysconf-1.2/Makefile Sat Jun 17 17:56:39 2000 +--- bbkeysconf-1.3/Makefile.orig Thu Mar 15 01:16:54 2001 ++++ bbkeysconf-1.3/Makefile Sun Mar 25 19:10:37 2001 @@ -1,11 +1,11 @@ -CXX= /usr/bin/g++ -QTDIR = /usr/lib/qt2 -MOC = /usr/bin/moc --LIBS = -L$(QTDIR)/lib -L/usr/lib -lqt --CXXFLAGS = -g -I/usr/include -I$(QTDIR)/include -I/usr/X11R6/include +-LIBS = -L$(QTDIR)/lib -L/usr/X11R6/lib -L/usr/lib -lqt -lX11 +-CXXFLAGS = -g -I/usr/include -I/usr/include/qt -I/usr/X11R6/include +CXX ?= /usr/bin/g++ +QTDIR = /usr/X11R6 +MOC = /usr/X11R6/bin/moc2 @@ -34,4 +34,6 @@ - /usr/bin/install -s $(TARGET) $(PREFIX)/$(TARGET) + echo "Installing $(TARGET) in $(PREFIX)/bin..."; \ + /usr/bin/install -s $(TARGET) $(PREFIX)/bin/$(TARGET) - + + gui.o: gui.cc gui.moc + main.o: main.cc >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?200103251731.f2PHVjo16597>