Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2011 01:12:27 GMT
From:      Steve Wills <steve@mouf.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153879: [PATCH] graphics/edje leaves leftover file
Message-ID:  <201101110112.p0B1CRdN063198@red.freebsd.org>
Resent-Message-ID: <201101110120.p0B1K4lw066622@freefall.freebsd.org>

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

>Number:         153879
>Category:       ports
>Synopsis:       [PATCH] graphics/edje leaves leftover file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 11 01:20:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Steve Wills
>Release:        
>Organization:
>Environment:
>Description:
graphics/edje has a utility called inkscape2ed that it installs in ${PREFIX}/bin. This isn't in the plist. Since this seems like an extra utility that isn't needed to run, for now here's a patch that makes this not get installed. There may be a better way, but this fixes the plist issue for now.
>How-To-Repeat:
use tinderbox
>Fix:
see attached patch

Patch attached with submission follows:

Index: files/patch-Makefile.in
===================================================================
RCS file: files/patch-Makefile.in
diff -N files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Makefile.in	11 Jan 2011 01:06:12 -0000
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2011-01-10 20:05:51.296531136 -0500
++++ Makefile.in	2011-01-10 20:05:58.056225755 -0500
+@@ -297,7 +297,7 @@
+ version_info = @version_info@
+ vimdir = @vimdir@
+ ACLOCAL_AMFLAGS = -I m4
+-SUBDIRS = data src utils doc
++SUBDIRS = data src doc
+ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
+                        config.h.in config.sub configure install-sh \
+ 		       ltconfig ltmain.sh missing mkinstalldirs \


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



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