From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 30 15:50:02 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FE4F16A4CE for ; Sat, 30 Apr 2005 15:50:02 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30DD643D48 for ; Sat, 30 Apr 2005 15:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3UFo2oH035104 for ; Sat, 30 Apr 2005 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3UFo29M035099; Sat, 30 Apr 2005 15:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 30 Apr 2005 15:50:02 GMT Resent-Message-Id: <200504301550.j3UFo29M035099@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A379D16A4CE for ; Sat, 30 Apr 2005 15:47:20 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E0E43D3F for ; Sat, 30 Apr 2005 15:47:20 +0000 (GMT) (envelope-from bkoenig@alpha-tierchen.de) Received: from alpha-tierchen.de (port-212-202-39-77.dynamic.qsc.de [212.202.39.77]) by mail.efacilitas.de (Postfix) with ESMTP id 462941239D8 for ; Sat, 30 Apr 2005 17:46:09 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by alpha-tierchen.de (Postfix) with ESMTP id ADBF712B0FC for ; Sat, 30 Apr 2005 17:47:12 +0200 (CEST) Received: from alpha-tierchen.de ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 01210-09 for ; Sat, 30 Apr 2005 17:47:08 +0200 (CEST) Received: by alpha-tierchen.de (Postfix, from userid 2000) id 6760812B0F6; Sat, 30 Apr 2005 17:47:08 +0200 (CEST) Message-Id: <20050430154708.6760812B0F6@alpha-tierchen.de> Date: Sat, 30 Apr 2005 17:47:08 +0200 (CEST) From: To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80480: Update port: print/acroread7 - fix incomplete plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: bkoenig@cs.tu-berlin.de List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 15:50:02 -0000 >Number: 80480 >Category: ports >Synopsis: Update port: print/acroread7 - fix incomplete plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Apr 30 15:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: >Release: >Organization: >Environment: >Description: The patch below fixes the incomplete package list and prevents a warning during the deinstallation of this port. >How-To-Repeat: >Fix: --- acroread7.diff begins here --- --- Makefile.orig Sat Apr 30 17:18:39 2005 +++ Makefile Sat Apr 30 17:17:27 2005 @@ -24,8 +24,6 @@ ${LINUXBASE}/usr/lib/libpango-1.0.so.0:${PORTSDIR}/x11-toolkits/linux-pango \ ${LINUXBASE}/usr/X11R6/lib/libXext.so.6:${PORTSDIR}/x11/linux-XFree86-libs -BROKEN= Incomplete pkg-plist - CONFLICTS= acroread ONLY_FOR_ARCHS= amd64 i386 @@ -45,9 +43,13 @@ @${MKDIR} ${WRKSRC}/tmp cd ${WRKSRC}/tmp; \ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} | ${CPIO} -id; \ + ${RM} -rf usr/bin/acroread; \ ${FIND} * -type f -o -type l > ${PLIST} \ && ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' | \ ${GREP} -vE "(usr/bin$$|local$$|share$$|usr$$)" >> ${PLIST} + @${ECHO} @cwd %%LOCALBASE%% >> ${PLIST} + @${ECHO} bin/acroread7 >> ${PLIST} + @${ECHO} bin/acroread >> ${PLIST} do-install: @rpm -U --ignorearch --ignoreos --root ${PREFIX} --dbpath /var/lib/rpm \ --- acroread7.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: