Skip site navigation (1)Skip section navigation (2)
Date:      19 May 2003 22:25:53 -0000
From:      Rui Lopes <rui@ruilopes.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52447: [PATCH] for gtk20-apireference .devhelp filenames
Message-ID:  <20030519222553.33191.qmail@ns.webtt.biz>
Resent-Message-ID: <200305192230.h4JMU2nj094016@freefall.freebsd.org>

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

>Number:         52447
>Category:       ports
>Synopsis:       [PATCH] for gtk20-apireference .devhelp filenames
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 19 15:30:02 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 5.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD disty 5.0-RELEASE-p2 FreeBSD 5.0-RELEASE-p2 #7: Sun Feb 23 17:54:25 WET 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
DevHelp expects to find .devhelp files in a directory like this:
   gtk/gtk.devhelp

but this port install it to:
   gtk20/gtk.devhelp

and not to:
   gtk20/gtk20.devhelp

so, this patch will correct this.
	
>How-To-Repeat:
	
>Fix:

	

--- Makefile.diff begins here ---
--- Makefile.orig	Fri Feb 21 20:16:22 2003
+++ Makefile	Mon May 19 22:28:21 2003
@@ -25,6 +25,7 @@
 	${RM} -f ${PLIST}; \
 	${RM} -f ${PLIST}.tmp; \
 	for dir in gdk glib gtk; do \
+	    ${MV} $${dir}/$${dir}.devhelp $${dir}/$${dir}20.devhelp; \
 	    find $${dir} -type f >> ${PLIST}.tmp ; \
 	    ${ECHO} "@dirrm share/doc/$${dir}20" >> ${PLIST}.tmp; \
 	done; \
--- Makefile.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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