From hemi@puresimplicity.net  Wed Nov 13 03:23:08 2013
Return-Path: <hemi@puresimplicity.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 048629E8
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Nov 2013 03:23:08 +0000 (UTC)
Received: from just.puresimplicity.net (just.puresimplicity.net [192.241.58.38])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C32A52E76
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 13 Nov 2013 03:23:07 +0000 (UTC)
Received: from just.puresimplicity.net (localhost [127.0.0.1])
	by just.puresimplicity.net (8.14.7/8.14.7) with ESMTP id rAD3EUwT006443
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 12 Nov 2013 21:14:30 -0600 (CST)
	(envelope-from hemi@just.puresimplicity.net)
Received: (from hemi@localhost)
	by just.puresimplicity.net (8.14.7/8.14.7/Submit) id rAD3EUrV006442;
	Tue, 12 Nov 2013 21:14:30 -0600 (CST)
	(envelope-from hemi)
Message-Id: <201311130314.rAD3EUrV006442@just.puresimplicity.net>
Date: Tue, 12 Nov 2013 21:14:30 -0600 (CST)
From: Josh Tolbert <hemi@puresimplicity.net>
Reply-To: Josh Tolbert <hemi@puresimplicity.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] Fix x11/xscreensaver.app to build on 10.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         183910
>Category:       ports
>Synopsis:       [maintainer update] Fix x11/xscreensaver.app to build on 10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 13 03:30:00 UTC 2013
>Closed-Date:    Wed Nov 20 19:49:35 UTC 2013
>Last-Modified:  Wed Nov 20 19:50:00 UTC 2013
>Originator:     Josh Tolbert <hemi@puresimplicity.net>
>Release:        FreeBSD 10.0-BETA3 i386
>Organization:
>Environment:
System: FreeBSD beta 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov  3 21:15:32 UTC 2013     root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
x11/xscreensaver.app needed some fixing up to build properly on 10.0. Build
and install tested on both 10.0 and 9.2.
>How-To-Repeat:
On a 10.0 machine, cd /usr/ports/x11/xscreensaver.app && make install clean

Watch the build break with a linker error.
>Fix:
Apply attached patch.

--- xscreensaver.app.diff begins here ---
diff -ruN xscreensaver.app.orig/Makefile xscreensaver.app/Makefile
--- xscreensaver.app.orig/Makefile	2013-11-12 20:08:33.000000000 -0600
+++ xscreensaver.app/Makefile	2013-11-12 20:07:06.000000000 -0600
@@ -17,7 +17,7 @@
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAKE_ARGS=	"LDFLAGS+=-L${LOCALBASE}/lib"
+MAKE_ARGS=	"LDFLAGS+=-L${LOCALBASE}/lib -lX11"
 
 NO_STAGE=	yes
 .include <bsd.port.mk>
--- xscreensaver.app.diff ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: rakuco 
State-Changed-When: Wed Nov 20 19:49:34 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/183910: commit references a PR
Date: Wed, 20 Nov 2013 19:49:22 +0000 (UTC)

 Author: rakuco
 Date: Wed Nov 20 19:49:14 2013
 New Revision: 334446
 URL: http://svnweb.freebsd.org/changeset/ports/334446
 
 Log:
   Fix build on 10 and HEAD.
   
   PR:		ports/183910
   Submitted by:	Josh Tolbert <hemi@puresimplicity.net> (maintainer)
 
 Modified:
   head/x11/xscreensaver.app/Makefile
 
 Modified: head/x11/xscreensaver.app/Makefile
 ==============================================================================
 --- head/x11/xscreensaver.app/Makefile	Wed Nov 20 19:47:42 2013	(r334445)
 +++ head/x11/xscreensaver.app/Makefile	Wed Nov 20 19:49:14 2013	(r334446)
 @@ -17,7 +17,7 @@ GNU_CONFIGURE=	yes
  CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
 -MAKE_ARGS=	"LDFLAGS+=-L${LOCALBASE}/lib"
 +MAKE_ARGS=	"LDFLAGS+=-L${LOCALBASE}/lib -lX11"
  
  NO_STAGE=	yes
  .include <bsd.port.mk>
 _______________________________________________
 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:
