From owner-svn-ports-all@freebsd.org Tue Dec 15 22:12:05 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F29BA48A8F; Tue, 15 Dec 2015 22:12:05 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 3129D1AF1; Tue, 15 Dec 2015 22:12:05 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBFMC47W009806; Tue, 15 Dec 2015 22:12:04 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBFMC456009805; Tue, 15 Dec 2015 22:12:04 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201512152212.tBFMC456009805@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Tue, 15 Dec 2015 22:12:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403820 - head/lang/smalltalk 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.20 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: Tue, 15 Dec 2015 22:12:05 -0000 Author: johans Date: Tue Dec 15 22:12:04 2015 New Revision: 403820 URL: https://svnweb.freebsd.org/changeset/ports/403820 Log: Use modern USES features (execinfo, localbase); no functional changes PR: 205347 Submitted by: pawel Modified: head/lang/smalltalk/Makefile Modified: head/lang/smalltalk/Makefile ============================================================================== --- head/lang/smalltalk/Makefile Tue Dec 15 22:06:12 2015 (r403819) +++ head/lang/smalltalk/Makefile Tue Dec 15 22:12:04 2015 (r403820) @@ -13,7 +13,6 @@ COMMENT= GNU Smalltalk BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ gawk:${PORTSDIR}/lang/gawk LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ - libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libcairo.so:${PORTSDIR}/graphics/cairo OPTIONS_DEFINE= TK PGSQL SDL @@ -24,7 +23,8 @@ TK_CONFIGURE_WITH=tcl=${LOCALBASE}/lib/t PGSQL_USES= pgsql SDL_USE= SDL=image,mixer,sdl,sound,ttf -USES= gmake iconv libtool makeinfo pkgconfig shebangfix tar:xz +USES= execinfo gmake iconv libtool localbase makeinfo pkgconfig \ + shebangfix tar:xz USE_GNOME= pango USE_SQLITE= yes USE_XORG= ice xi xmu @@ -47,9 +47,6 @@ PORTDATA= * INFO= gst gst-base gst-libs -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - BROKEN_sparc64= Fails to install on sparc64 post-patch: