From owner-freebsd-ports Sun May 7 1:12:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0426537BEC2 for ; Sun, 7 May 2000 01:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA64819; Sun, 7 May 2000 01:10:19 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from manatee.mammalia.org (manatee.mammalia.org.50.231.216.in-addr.arpa [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id E864037B72A for ; Sun, 7 May 2000 00:51:15 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id AAA00677; Sun, 7 May 2000 00:51:12 -0700 (PDT) (envelope-from rjoseph) Message-Id: <200005070751.AAA00677@manatee.mammalia.org> Date: Sun, 7 May 2000 00:51:12 -0700 (PDT) From: rjoseph@mammalia.org Reply-To: rjoseph@mammalia.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18430: Update ports/graphics/togl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18430 >Category: ports >Synopsis: Update ports/graphics/togl >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 May 07 01:10:19 PDT 2000 >Closed-Date: >Last-Modified: >Originator: R Joseph Wright >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: Currently the port only installs one or two files of all that are built during "make". This will change that to include two others that I need. Someone may want to look through it more thoroughly to see if any of the others should be included. >How-To-Repeat: >Fix: --- Makefile.orig Sun May 7 00:44:55 2000 +++ Makefile Sun May 7 00:46:12 2000 @@ -1,3 +1,4 @@ +t # New ports collection makefile for: Togl # Date created: Wed Aug 18 18:49:17 EDT 1999 lib/tk8.2/Togl-1.5/togl.h @@ -29,6 +30,8 @@ do-install: ${MKDIR} ${TOGL_INSTDIR} ${INSTALL_DATA} ${WRKSRC}/libtogl.so.1.3 ${TOGL_INSTDIR}/Togl.so + ${INSTALL_DATA} ${WRKSRC}/togl.h ${TOGL_INSTDIR} + ${INSTALL_DATA} ${WRKSRC}/togl.o ${TOGL_INSTDIR} ${ECHO} 'package ifneeded Togl 1.5 [list load [file join $$dir Togl.so]]'\ > ${PREFIX}/lib/tk8.2/${DISTNAME}/pkgIndex.tcl --- PLIST.orig Sun May 7 00:47:56 2000 +++ PLIST Sun May 7 00:47:10 2000 @@ -1,3 +1,5 @@ lib/tk8.2/Togl-1.5/Togl.so lib/tk8.2/Togl-1.5/pkgIndex.tcl +lib/tk8.2/Togl-1.5/togl.h +lib/tk8.2/Togl-1.5/togl.o @dirrm lib/tk8.2/Togl-1.5 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message