ports/162757: graphics/gegl doesn't build

Piotr Kubaj pkubaj at gmail.com
Tue Nov 22 18:20:02 UTC 2011


>Number:         162757
>Category:       ports
>Synopsis:       graphics/gegl doesn't build
>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 Nov 22 18:20:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Piotr Kubaj
>Release:        9.0-PREREASE
>Organization:
>Environment:
FreeBSD beastie 9.0-PRERELEASE FreeBSD 9.0-PRERELEASE #13: Tue Nov 15 00:10:51 CET 2011     root at beastie:/usr/obj/usr/src/sys/BEASTIE  amd64
>Description:
graphics/gegl port doesn't build. The problem is a slash at the end of a line in Makefile.am file.
>How-To-Repeat:
cd /usr/ports/graphics/gegl && make install clean
>Fix:


Patch attached with submission follows:

*** Makefile.am	Tue Nov 22 19:06:30 2011
--- Makefile1.am	Tue Nov 22 19:06:19 2011
***************
*** 7,13 ****
  	libs \
  	gegl \
  	operations \
- 	bin \
  
  if ENABLE_DOCS
  SUBDIRS+= docs
--- 7,13 ----
  	libs \
  	gegl \
  	operations \
+ 	bin
  
  if ENABLE_DOCS
  SUBDIRS+= docs


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



More information about the freebsd-ports-bugs mailing list