Date: Tue, 27 Aug 2002 15:11:15 +0200 (CEST) From: Stijn Hoop <stijn@win.tue.nl> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Tilman Linneweh <tilman@arved.de> Subject: ports/42079: [MAINTAINER UPDATE]: x11-wm/bbconf Message-ID: <200208271311.g7RDBFZf060872@pcwin002.win.tue.nl>
next in thread | raw e-mail | index | archive | help
>Number: 42079 >Category: ports >Synopsis: [MAINTAINER UPDATE]: x11-wm/bbconf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Aug 27 06:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Stijn Hoop >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD pcwin002.win.tue.nl 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Aug 21 04:35:22 CEST 2002 src@pcwin002.win.tue.nl:/usr/obj/usr/src/sys/PCWIN002 i386 >Description: - Update to 1.8, mostly submitted by Tilwan Linneweh <tilman@arved.de>. Thanks! >How-To-Repeat: N/A >Fix: diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/Makefile bbconf/Makefile --- /usr/ports/x11-wm/bbconf/Makefile Wed Jan 23 05:42:27 2002 +++ bbconf/Makefile Tue Aug 27 15:06:48 2002 @@ -6,16 +6,23 @@ # PORTNAME= bbconf -PORTVERSION= 1.4 +PORTVERSION= 1.8 CATEGORIES= x11-wm -MASTER_SITES= http://bbconf.sourceforge.net/code/ +MASTER_SITES= http://bbconf.sourceforge.net/code/ MAINTAINER= stijn@win.tue.nl USE_X_PREFIX= yes +USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_QT_VER= 2 +CONFIGURE_TARGET= +CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_QT_VER= 3 MAN1= bbconf.1 + +post-patch: + @find ${WRKSRC} -name 'Makefile.in' -print | \ + xargs ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g' .include <bsd.port.mk> diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/distinfo bbconf/distinfo --- /usr/ports/x11-wm/bbconf/distinfo Wed Jan 23 05:42:27 2002 +++ bbconf/distinfo Tue Aug 27 14:47:01 2002 @@ -1 +1 @@ -MD5 (bbconf-1.4.tar.gz) = bf094ec7f7b401828895082ce97d574c +MD5 (bbconf-1.8.tar.gz) = c0dde269ad1670fac6d7651e7d09d07e diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/files/patch-Makefile.in bbconf/files/patch-Makefile.in --- /usr/ports/x11-wm/bbconf/files/patch-Makefile.in Tue Nov 6 15:30:20 2001 +++ bbconf/files/patch-Makefile.in Mon Jun 24 12:04:13 2002 @@ -1,8 +1,8 @@ $FreeBSD: ports/x11-wm/bbconf/files/patch-Makefile.in,v 1.1 2001/11/06 14:30:20 petef Exp $ ---- Makefile.in.orig Mon Nov 5 06:11:07 2001 -+++ Makefile.in Mon Nov 5 06:11:27 2001 -@@ -218,7 +218,7 @@ +--- Makefile.in.orig Mon May 27 20:42:54 2002 ++++ Makefile.in Thu Jun 13 14:17:29 2002 +@@ -234,7 +234,7 @@ MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files @@ -11,17 +11,17 @@ doc_DATA = AUTHORS COPYING ChangeLog README README.html TODO -@@ -304,6 +304,7 @@ - -rm -f config.h - uninstall-info-am: +@@ -309,6 +309,7 @@ + maintainer-clean-hdr: + install-docDATA: $(doc_DATA) +.ifndef NOPORTDOCS @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(docdir) @list='$(doc_DATA)'; for p in $$list; do \ -@@ -312,6 +313,7 @@ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(docdir)/$$f; \ +@@ -320,6 +321,7 @@ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \ + fi; fi; \ done +.endif diff -urN --exclude=CVS /usr/ports/x11-wm/bbconf/pkg-plist bbconf/pkg-plist --- /usr/ports/x11-wm/bbconf/pkg-plist Tue Nov 6 15:30:19 2001 +++ bbconf/pkg-plist Mon Jun 24 12:04:13 2002 @@ -1,8 +1,8 @@ bin/bbconf -share/bbconf/plugins/libbbconf.so -share/bbconf/plugins/libkeybindings.so -share/bbconf/plugins/libmenu.so -share/bbconf/plugins/libthemes.so +libexec/bbconf/plugins/libbbconf.so +libexec/bbconf/plugins/libkeybindings.so +libexec/bbconf/plugins/libmenu.so +libexec/bbconf/plugins/libthemes.so %%PORTDOCS%%share/doc/bbconf/AUTHORS %%PORTDOCS%%share/doc/bbconf/COPYING %%PORTDOCS%%share/doc/bbconf/ChangeLog @@ -10,5 +10,5 @@ %%PORTDOCS%%share/doc/bbconf/README.html %%PORTDOCS%%share/doc/bbconf/TODO %%PORTDOCS%%@dirrm share/doc/bbconf -@dirrm share/bbconf/plugins -@dirrm share/bbconf +@dirrm libexec/bbconf/plugins +@dirrm libexec/bbconf >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?200208271311.g7RDBFZf060872>