Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2011 18:16:08 GMT
From:      Piotr Kubaj <pkubaj@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162757: graphics/gegl doesn't build
Message-ID:  <201111221816.pAMIG8EG043120@red.freebsd.org>
Resent-Message-ID: <201111221820.pAMIK13i023183@freefall.freebsd.org>

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

>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@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:



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