Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 2000 00:51:12 -0700 (PDT)
From:      rjoseph@mammalia.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18430: Update ports/graphics/togl
Message-ID:  <200005070751.AAA00677@manatee.mammalia.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005070751.AAA00677>