From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 13 03:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org 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 E554CA7E for ; Wed, 13 Nov 2013 03:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5DB12EA7 for ; Wed, 13 Nov 2013 03:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAD3U0SD034983 for ; Wed, 13 Nov 2013 03:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAD3U02D034973; Wed, 13 Nov 2013 03:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 13 Nov 2013 03:30:00 GMT Resent-Message-Id: <201311130330.rAD3U02D034973@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josh Tolbert 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 ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183910: [maintainer update] Fix x11/xscreensaver.app to build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Josh Tolbert List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 03:30:01 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 13 03:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Josh Tolbert >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 --- xscreensaver.app.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: