ports/70267: Update port: x11-wm/bbconf 1.10
KATO Tsuguru
tkato432 at yahoo.com
Tue Aug 10 18:10:28 UTC 2004
>Number: 70267
>Category: ports
>Synopsis: Update port: x11-wm/bbconf 1.10
>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: Tue Aug 10 18:10:28 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Update to version 1.10
Remove file:
files/patch-Makefile.in
files/patch-admin::ltmain.sh
pkg-plist
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/x11-wm/bbconf/Makefile x11-wm/bbconf/Makefile
--- /usr/ports/x11-wm/bbconf/Makefile Wed Aug 11 00:54:50 2004
+++ x11-wm/bbconf/Makefile Wed Aug 11 02:20:41 2004
@@ -6,7 +6,7 @@
#
PORTNAME= bbconf
-PORTVERSION= 1.8
+PORTVERSION= 1.10
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,17 +15,31 @@
COMMENT= Configurator for the Blackbox window manager
USE_X_PREFIX= yes
-USE_INC_LIBTOOL_VER=13
-USE_PERL5_BUILD=yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET=
-CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_QT_VER= 3
+USE_PERL5_BUILD= yes
+USE_LIBTOOL_VER= 15
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= bbconf.1
+PORTDOCS= AUTHORS ChangeLog README README.html TODO
+PLIST_FILES= bin/bbconf \
+ lib/bbconf/plugins/libbbconf.so \
+ lib/bbconf/plugins/libkeybindings.so \
+ lib/bbconf/plugins/libmenu.so \
+ lib/bbconf/plugins/libthemes.so
+PLIST_DIRS= lib/bbconf/plugins lib/bbconf
post-patch:
- @${FIND} ${WRKSRC} -name 'Makefile.in' -print | \
- ${XARGS} ${PERL} -pi.orig -e 's#lib/bbconf#libexec/bbconf#g'
+ @${PERL} -pi -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
+ @${PERL} -pi -e 's|-O2 ||g ; \
+ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff -urN /usr/ports/x11-wm/bbconf/distinfo x11-wm/bbconf/distinfo
--- /usr/ports/x11-wm/bbconf/distinfo Fri Mar 19 11:50:32 2004
+++ x11-wm/bbconf/distinfo Tue Aug 10 22:55:33 2004
@@ -1,2 +1,2 @@
-MD5 (bbconf-1.8.tar.gz) = c0dde269ad1670fac6d7651e7d09d07e
-SIZE (bbconf-1.8.tar.gz) = 698764
+MD5 (bbconf-1.10.tar.gz) = 8ced4ce5683c40aa71e568e1fdc6ad35
+SIZE (bbconf-1.10.tar.gz) = 720599
diff -urN /usr/ports/x11-wm/bbconf/files/patch-Makefile.in x11-wm/bbconf/files/patch-Makefile.in
--- /usr/ports/x11-wm/bbconf/files/patch-Makefile.in Tue Sep 10 20:35:31 2002
+++ x11-wm/bbconf/files/patch-Makefile.in Thu Jan 1 09:00:00 1970
@@ -1,29 +0,0 @@
-$FreeBSD: ports/x11-wm/bbconf/files/patch-Makefile.in,v 1.2 2002/08/28 06:06:22 kevlo Exp $
-
---- 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
-
--docdir = $(prefix)/doc/bbconf
-+docdir = $(prefix)/share/doc/bbconf
-
- doc_DATA = AUTHORS COPYING ChangeLog README README.html TODO
-
-@@ -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 \
-@@ -320,6 +321,7 @@
- $(INSTALL_DATA) $$p $(DESTDIR)$(docdir)/$$p; \
- fi; fi; \
- done
-+.endif
-
- uninstall-docDATA:
- @$(NORMAL_UNINSTALL)
diff -urN /usr/ports/x11-wm/bbconf/files/patch-admin::ltmain.sh x11-wm/bbconf/files/patch-admin::ltmain.sh
--- /usr/ports/x11-wm/bbconf/files/patch-admin::ltmain.sh Tue Nov 6 23:30:20 2001
+++ x11-wm/bbconf/files/patch-admin::ltmain.sh Thu Jan 1 09:00:00 1970
@@ -1,19 +0,0 @@
-$FreeBSD: ports/x11-wm/bbconf/files/patch-admin::ltmain.sh,v 1.1 2001/11/06 14:30:20 petef Exp $
-
---- admin/ltmain.sh.orig Tue Oct 30 15:44:54 2001
-+++ admin/ltmain.sh Tue Oct 30 15:44:57 2001
-@@ -4609,10 +4609,10 @@
- fi
-
- # Install the pseudo-library for information purposes.
-- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
-- instname="$dir/$name"i
-- $show "$install_prog $instname $destdir/$name"
-- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ #name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
-+ #instname="$dir/$name"i
-+ #$show "$install_prog $instname $destdir/$name"
-+ #$run eval "$install_prog $instname $destdir/$name" || exit $?
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff -urN /usr/ports/x11-wm/bbconf/pkg-plist x11-wm/bbconf/pkg-plist
--- /usr/ports/x11-wm/bbconf/pkg-plist Tue Sep 10 20:35:31 2002
+++ x11-wm/bbconf/pkg-plist Thu Jan 1 09:00:00 1970
@@ -1,14 +0,0 @@
-bin/bbconf
-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
-%%PORTDOCS%%share/doc/bbconf/README
-%%PORTDOCS%%share/doc/bbconf/README.html
-%%PORTDOCS%%share/doc/bbconf/TODO
-%%PORTDOCS%%@dirrm share/doc/bbconf
- at dirrm libexec/bbconf/plugins
- at dirrm libexec/bbconf
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list