From nobody@FreeBSD.org  Tue Jul 30 23:22:54 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id 261F9708
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 30 Jul 2013 23:22:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 130FE2FA0
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 30 Jul 2013 23:22:54 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6UNMrb6035297
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 30 Jul 2013 23:22:53 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6UNMr6a035294;
	Tue, 30 Jul 2013 23:22:53 GMT
	(envelope-from nobody)
Message-Id: <201307302322.r6UNMr6a035294@oldred.freebsd.org>
Date: Tue, 30 Jul 2013 23:22:53 GMT
From: Stephen Hurd <shurd@sasktel.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: comms/amtterm requires the optional gtk library
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180956
>Category:       ports
>Synopsis:       comms/amtterm requires the optional gtk library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 30 23:30:00 UTC 2013
>Closed-Date:    Mon Aug 05 09:06:43 UTC 2013
>Last-Modified:  Mon Aug  5 09:10:00 UTC 2013
>Originator:     Stephen Hurd
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD cracked.hurd.local 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:11:52 UTC 2013     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The comms/amtterm Makefile contains:

LIB_DEPENDS=    gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20

However, the GTK amt utility is optional and auto-detected in the makefile.
>How-To-Repeat:
Attempt to build on a headless system.
>Fix:
Use options to control if the gamt utility should be built and patch the makefile to depend on the option rather than auto-detection.

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 30 23:30:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180956 
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Mon Aug 5 09:06:42 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180956: commit references a PR
Date: Mon,  5 Aug 2013 09:06:39 +0000 (UTC)

 Author: crees
 Date: Mon Aug  5 09:06:31 2013
 New Revision: 324267
 URL: http://svnweb.freebsd.org/changeset/ports/324267
 
 Log:
   We never actually build the GTK frontend anyway.  If anyone would like the
   GTK frontend built as an OPTION, they should feel free so to request.
   
   PR:		ports/180956
   Submitted by:	Stephen Hurd <shurd@sasktel.net>
 
 Modified:
   head/comms/amtterm/Makefile
 
 Modified: head/comms/amtterm/Makefile
 ==============================================================================
 --- head/comms/amtterm/Makefile	Mon Aug  5 08:48:10 2013	(r324266)
 +++ head/comms/amtterm/Makefile	Mon Aug  5 09:06:31 2013	(r324267)
 @@ -2,7 +2,7 @@
  
  PORTNAME=	amtterm
  PORTVERSION=	1.3
 -PORTREVISION=	1
 +PORTREVISION=	2
  CATEGORIES=	comms
  MASTER_SITES=	https://www.kraxel.org/releases/${PORTNAME}/
  
 @@ -12,12 +12,12 @@ COMMENT=	Serial-over-lan client for Inte
  LICENSE=	GPLv2
  LICENSE_FILE=	${WRKSRC}/COPYING
  
 -LIB_DEPENDS=	gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
  RUN_DEPENDS=	p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite
  
  USE_GMAKE=	yes
  MAKEFILE=	GNUmakefile
  MAKE_ENV+=	mandir=${MANPREFIX}/man
 +MAKE_ARGS+=	HAVE_GTK=no
  
  PLIST_FILES=	bin/${PORTNAME} \
  		bin/amttool \
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
