From owner-svn-ports-all@FreeBSD.ORG Fri Jul 26 07:03:26 2013 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 ESMTP id 031C35B4; Fri, 26 Jul 2013 07:03:26 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E30222882; Fri, 26 Jul 2013 07:03:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6Q73PwX022174; Fri, 26 Jul 2013 07:03:25 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6Q73PPF022173; Fri, 26 Jul 2013 07:03:25 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307260703.r6Q73PPF022173@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 26 Jul 2013 07:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323700 - head/graphics/reallyslick 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.14 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: Fri, 26 Jul 2013 07:03:26 -0000 Author: bapt Date: Fri Jul 26 07:03:25 2013 New Revision: 323700 URL: http://svnweb.freebsd.org/changeset/ports/323700 Log: Fix build with linker that does not copy the dt_need from libraries it links with like recent binutils. [1] Trim header Convert to USES=gmake Obtained from: DPorts [1] Modified: head/graphics/reallyslick/Makefile Modified: head/graphics/reallyslick/Makefile ============================================================================== --- head/graphics/reallyslick/Makefile Fri Jul 26 07:00:10 2013 (r323699) +++ head/graphics/reallyslick/Makefile Fri Jul 26 07:03:25 2013 (r323700) @@ -1,9 +1,5 @@ -# New ports collection makefile for: reallyslick -# Date created: 24 Nov 2002 -# Whom: David Yeske -# +# Created by: David Yeske # $FreeBSD$ -# PORTNAME= reallyslick PORTVERSION= 0.9.1 @@ -24,8 +20,7 @@ GLEW_DESC= Enable GLEW support USE_BZIP2= yes USE_GL= glut -USES= pathfix -USE_GMAKE= yes +USES= pathfix gmake GNU_CONFIGURE= yes MAN1= biof.1 busyspheres.1 colorfire.1 cyclone.1 drempels.1 \ @@ -35,7 +30,7 @@ MAN1= biof.1 busyspheres.1 colorfire.1 solarwinds.1 spirographx.1 sundancer2.1 CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lXext .include