From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 14 03:50:18 2004 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 7663216A4CF for ; Sat, 14 Feb 2004 03:50:18 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BCB643D1F for ; Sat, 14 Feb 2004 03:50:18 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1EBoIbv055438 for ; Sat, 14 Feb 2004 03:50:18 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1EBoIEW055437; Sat, 14 Feb 2004 03:50:18 -0800 (PST) (envelope-from gnats) Resent-Date: Sat, 14 Feb 2004 03:50:18 -0800 (PST) Resent-Message-Id: <200402141150.i1EBoIEW055437@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, Matthew Seaman Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3DC016A4CE for ; Sat, 14 Feb 2004 03:48:14 -0800 (PST) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1588E43D2D for ; Sat, 14 Feb 2004 03:48:14 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i1EBlxM4003328 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 14 Feb 2004 11:47:59 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i1EBlxVE003327; Sat, 14 Feb 2004 11:47:59 GMT (envelope-from matthew) Message-Id: <200402141147.i1EBlxVE003327@happy-idiot-talk.infracaninophile.co.uk> Date: Sat, 14 Feb 2004 11:47:59 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/62831: graphic/libggi -- broken MLINKS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 11:50:18 -0000 >Number: 62831 >Category: ports >Synopsis: graphic/libggi -- broken MLINKS >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Feb 14 03:50:17 PST 2004 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 4.9-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 4.9-STABLE FreeBSD 4.9-STABLE #54: Sat Feb 7 12:08:52 GMT 2004 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: The graphics/libggi port installs some broken symbolic links under /usr/local/man/man3: % ls -laL ggi*etGamma* lrwxr-xr-x 1 root wheel 19 Feb 10 20:52 ggiGetGamma.3.gz@ -> ggiSetGamma.3ggi.gz lrwxr-xr-x 1 root wheel 19 Feb 10 20:52 ggiGetGammaMap.3.gz@ -> ggiSetGamma.3ggi.gz -r--r--r-- 1 root wheel 43 Feb 10 20:52 ggiSetGamma.3.gz lrwxr-xr-x 1 root wheel 19 Feb 10 20:52 ggiSetGammaMap.3.gz@ -> ggiSetGamma.3ggi.gz Problem is confusion between using a man section of '3' versus using '3ggi'. >How-To-Repeat: >Fix: --- libggi.diff begins here --- diff -Nur /usr/ports/graphics/libggi/Makefile libggi/Makefile --- /usr/ports/graphics/libggi/Makefile Tue Feb 10 19:43:46 2004 +++ libggi/Makefile Sat Feb 14 11:41:24 2004 @@ -91,7 +91,7 @@ ggiSetGCClipping.3 ggiGetGCClipping.3 \ ggiSetGCForeground.3 ggiGetGCBackground.3 \ - ggiGetGCForeground.3 - ggiSetGCBackground.3 \ - ggiSetGamma.3ggi ggiGetGamma.3 - ggiGetGammaMap.3 \ + ggiSetGamma.3 ggiGetGamma.3 - ggiGetGammaMap.3 \ - ggiSetGammaMap.3 \ ggiSetGraphMode.3 ggiCheckGraphMode.3 \ - ggiCheckSimpleMode.3 - ggiCheckTextMode.3 \ --- libggi.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: