From owner-freebsd-ports Sun Sep 22 0:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7E5937B401 for ; Sun, 22 Sep 2002 00:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C83343E75 for ; Sun, 22 Sep 2002 00:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8M7o2Co052181 for ; Sun, 22 Sep 2002 00:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8M7o2YZ052180; Sun, 22 Sep 2002 00:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3911937B401 for ; Sun, 22 Sep 2002 00:44:08 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBA0A43E77 for ; Sun, 22 Sep 2002 00:44:07 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id AAFF42B67B for ; Sun, 22 Sep 2002 09:44:05 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id E72206A7124; Sun, 22 Sep 2002 17:44:02 +1000 (EST) Message-Id: <20020922074402.E72206A7124@k7.mavetju> Date: Sun, 22 Sep 2002 17:44:02 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/43235: [patch] remove extra file from x11-toolkits/Xaw3d 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: 43235 >Category: ports >Synopsis: [patch] remove extra file from x11-toolkits/Xaw3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 00:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/x11-toolkits/Xaw3d/Makefile,v 1.36 2002/01/29 12:14:14 knu Exp $ >Description: After installation of x11-toolkits/Xaw3d, the symlink lib/libXaw3d.so.6 still existed. Also it tried to remove lib/libXaw3d.so.7 twice (once explicitely, once via %%AWVER%%) >How-To-Repeat: make reinstall/deinstall in x11-toolkits/Xaw3d >Fix: --- Makefile.old Sun Sep 22 17:26:48 2002 +++ Makefile Sun Sep 22 17:40:09 2002 @@ -27,7 +27,6 @@ .if exists(${X11BASE}/bin/XFree86) post-build: ${CP} ${PKGDIR}/pkg-plist ${PLIST} - ${ECHO_CMD} "lib/libXaw3d.so.7" >> ${PLIST} .endif # Workaround a bug in egcs on FreeBSD/Alpha. @@ -42,6 +41,10 @@ ${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d .if exists(${X11BASE}/bin/XFree86) ${LN} -sf ${X11BASE}/lib/libXaw3d.so.7 ${X11BASE}/lib/libXaw3d.so.6 + ${CP} ${PLIST} ${PLIST}.new + ${ECHO_CMD} "lib/libXaw3d.so.6" >> ${PLIST}.new + ${CAT} ${PLIST}.new | uniq > ${PLIST} + ${RM} ${PLIST}.new .endif @${CAT} ${PKGMESSAGE} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message