ports/161192: [patch] /graphics/gegl unneeded use of ruby

Oliver Heesakkers dev2 at heesakkers.info
Sat Oct 1 11:10:11 UTC 2011


>Number:         161192
>Category:       ports
>Synopsis:       [patch] /graphics/gegl unneeded use of ruby
>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:   Sat Oct 01 11:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Heesakkers
>Release:        9.0-BETA3 amd64
>Organization:
>Environment:
>Description:
Trying to keep this system free of ruby I read that ruby is needed only when compiling from git:
http://gegl.org/#_dependencies

Removing USE_RUBY and RUBY_NO_RUN_DEPENDS quickly confirmed that gegl from ports builds fine without ruby (and with clang)
>How-To-Repeat:
Not really a problem
>Fix:
diff -ruN gegl.orig/Makefile gegl/Makefile
--- gegl.orig/Makefile  2011-10-01 12:56:41.000000000 +0200
+++ gegl/Makefile       2011-10-01 12:57:39.000000000 +0200
@@ -39,8 +39,6 @@
 USE_GNOME=     gtk20 glib20 pkgconfig gnomehack
 USE_BZIP2=     yes
 USE_GMAKE=     yes
-USE_RUBY=      yes
-RUBY_NO_RUN_DEPENDS=   yes
 USE_LDCONFIG=  ${PREFIX}/lib/gegl-0.1
 GNU_CONFIGURE= yes
 CPPFLAGS+=     -I${LOCALBASE}/include

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



More information about the freebsd-ports-bugs mailing list