From owner-svn-ports-all@FreeBSD.ORG Wed Aug 27 10:06:11 2014 Return-Path: Delivered-To: svn-ports-all@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 E240C583; Wed, 27 Aug 2014 10:06:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CDFA03C75; Wed, 27 Aug 2014 10:06:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RA6BBB076242; Wed, 27 Aug 2014 10:06:11 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7RA6BGa076241; Wed, 27 Aug 2014 10:06:11 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408271006.s7RA6BGa076241@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 27 Aug 2014 10:06:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366298 - head/polish/tleenx2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 10:06:12 -0000 Author: tijl Date: Wed Aug 27 10:06:11 2014 New Revision: 366298 URL: http://svnweb.freebsd.org/changeset/ports/366298 QAT: https://qat.redports.org/buildarchive/r366298/ Log: Fix missing library problem when the linker enforces explicit linking PR: 192062 Modified: head/polish/tleenx2/Makefile Modified: head/polish/tleenx2/Makefile ============================================================================== --- head/polish/tleenx2/Makefile Wed Aug 27 08:19:29 2014 (r366297) +++ head/polish/tleenx2/Makefile Wed Aug 27 10:06:11 2014 (r366298) @@ -16,7 +16,7 @@ LIB_DEPENDS= libtlen.so:${PORTSDIR}/poli USES= pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_XORG= xscrnsaver +USE_XORG= x11 xscrnsaver CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/TleenX2-${PORTVERSION} @@ -25,7 +25,7 @@ PORTDOCS= README gg.txt sms.txt post-patch: @${REINPLACE_CMD} \ - -e '/^tleenx2_LDADD =/,+1s,/usr/X11R6/lib/libXss.a,-lXss,' \ + -e '/^tleenx2_LDADD =/,+1s,/usr/X11R6/lib/libXss.a,-lXss -lX11,' \ -e 's,/usr/X11R6/lib/libXss.a,,' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},g; s,gcc,${CC},' \