From owner-freebsd-ports Mon Jun 24 3:10:38 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFAE337B411 for ; Mon, 24 Jun 2002 03:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5OAA1964897; Mon, 24 Jun 2002 03:10:01 -0700 (PDT) (envelope-from gnats) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 10BE337B409 for ; Mon, 24 Jun 2002 03:03:40 -0700 (PDT) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.3/8.12.3) with ESMTP id g5OA3cNi059260 for ; Mon, 24 Jun 2002 12:03:38 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.3/8.12.3/Submit) id g5OA3cwh059259; Mon, 24 Jun 2002 12:03:38 +0200 (CEST) Message-Id: <200206241003.g5OA3cwh059259@pcwin002.win.tue.nl> Date: Mon, 24 Jun 2002 12:03:38 +0200 (CEST) From: Stijn Hoop Reply-To: Stijn Hoop To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39773: [MAINTAINER UPDATE]: x11-wm/bbkeys Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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