Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 12:03:38 +0200 (CEST)
From:      Stijn Hoop <stijn@win.tue.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39773: [MAINTAINER UPDATE]: x11-wm/bbkeys
Message-ID:  <200206241003.g5OA3cwh059259@pcwin002.win.tue.nl>

next in thread | raw e-mail | index | archive | help

>Number:         39773
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: x11-wm/bbkeys
>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:   Mon Jun 24 03:10: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: Mon Jun 17 04:35:36 CEST 2002 src@pcwin002.win.tue.nl:/usr/obj/usr/src/sys/PCWIN002 i386

>Description:

- Remove dependency on QT and bbconf (they're not needed anymore)
- Use REINPLACE_CMD instead of PERL
- Don't remove a shared directory on deinstall if not empty

>How-To-Repeat:

N/A

>Fix:

diff -urN --exclude=CVS /usr/ports/x11-wm/bbkeys/Makefile bbkeys/Makefile
--- /usr/ports/x11-wm/bbkeys/Makefile	Wed May 15 05:43:41 2002
+++ bbkeys/Makefile	Mon Jun 24 11:55:00 2002
@@ -13,21 +13,21 @@
 
 MAINTAINER=	stijn@win.tue.nl
 
-RUN_DEPENDS=	bbconf:${PORTSDIR}/x11-wm/bbconf \
-		blackbox:${PORTSDIR}/x11-wm/blackbox
+RUN_DEPENDS=	blackbox:${PORTSDIR}/x11-wm/blackbox
 
 USE_X_PREFIX=	yes
+USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
-USE_QT_VER=	2
 
 MAN1=		bbkeys.1
 MAN5=		bbkeysrc.5 bbkeys.bb.5
 
 pre-patch:
 .if !defined(NOPORTDOCS)
-	@${PERL} -pi -e 's@doc/bbkeys@share/doc/bbkeys@g' ${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} 's@doc/bbkeys@share/doc/bbkeys@g' \
+		${WRKSRC}/Makefile.in
 .else
-	@${PERL} -ni -e '/^(docdir|doc_DATA)/ && next; print' \
+	@${REINPLACE_CMD} '/^(docdir|doc_DATA)/ && next; print' \
 		${WRKSRC}/Makefile.in
 .endif
 
diff -urN --exclude=CVS /usr/ports/x11-wm/bbkeys/pkg-plist bbkeys/pkg-plist
--- /usr/ports/x11-wm/bbkeys/pkg-plist	Wed May 15 05:43:41 2002
+++ bbkeys/pkg-plist	Thu Jun 13 14:31:39 2002
@@ -8,4 +8,4 @@
 %%PORTDOCS%%share/doc/bbkeys/AUTHORS
 %%PORTDOCS%%share/doc/bbkeys/ChangeLog
 %%PORTDOCS%%@dirrm share/doc/bbkeys
-@dirrm share/bbtools
+@unexec rmdir %D/share/bbtools >/dev/null 2>&1 || true
>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?200206241003.g5OA3cwh059259>