From nobody@FreeBSD.org  Tue Nov 22 18:16:08 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC9931065672
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Nov 2011 18:16:08 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id BD7948FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Nov 2011 18:16:08 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAMIG8D5043121
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 22 Nov 2011 18:16:08 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAMIG8EG043120;
	Tue, 22 Nov 2011 18:16:08 GMT
	(envelope-from nobody)
Message-Id: <201111221816.pAMIG8EG043120@red.freebsd.org>
Date: Tue, 22 Nov 2011 18:16:08 GMT
From: Piotr Kubaj <pkubaj@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: graphics/gegl doesn't build
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162757
>Category:       ports
>Synopsis:       graphics/gegl doesn't build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gahr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 22 18:20:01 UTC 2011
>Closed-Date:    Wed Nov 23 08:52:47 UTC 2011
>Last-Modified:  Wed Nov 23 09:00:21 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->gahr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 22 18:20:13 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162757 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Wed Nov 23 08:52:46 UTC 2011 
State-Changed-Why:  
A fix has been committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162757 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162757: commit references a PR
Date: Wed, 23 Nov 2011 08:52:46 +0000 (UTC)

 gahr        2011-11-23 08:52:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     graphics/gegl        Makefile 
   Log:
   - Fix build with NOPORTDOCS
   
   PR:             162757
   Submitted by:   Piotr Kubaj <pkubaj@gmail.com>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.27      +1 -1      ports/graphics/gegl/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
