From owner-svn-ports-head@freebsd.org Tue Nov 5 13:32:04 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7533A1A77F4; Tue, 5 Nov 2019 13:32:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 476rDh2bsPz4K78; Tue, 5 Nov 2019 13:32:04 +0000 (UTC) (envelope-from danfe@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24F9CD626; Tue, 5 Nov 2019 13:32:04 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA5DW41p037992; Tue, 5 Nov 2019 13:32:04 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA5DW3hD037991; Tue, 5 Nov 2019 13:32:03 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201911051332.xA5DW3hD037991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 5 Nov 2019 13:32:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516795 - head/lang/smalltalk X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/lang/smalltalk X-SVN-Commit-Revision: 516795 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2019 13:32:04 -0000 Author: danfe Date: Tue Nov 5 13:32:03 2019 New Revision: 516795 URL: https://svnweb.freebsd.org/changeset/ports/516795 Log: - Unbreak packaging when SDL option is disabled [*] - Amend LIB_DEPENDS, USE_{XORG,GL} lists per `stage-qa' report - Link against libltdl.so:devel/libltdl to fix the following: ... configure: WARNING: using included copy of libltdl configure: WARNING: this is deprecated and will go away configure: WARNING: it is suggested to install libltdl PR: 240070 [*] Modified: head/lang/smalltalk/Makefile head/lang/smalltalk/pkg-plist Modified: head/lang/smalltalk/Makefile ============================================================================== --- head/lang/smalltalk/Makefile Tue Nov 5 12:34:42 2019 (r516794) +++ head/lang/smalltalk/Makefile Tue Nov 5 13:32:03 2019 (r516795) @@ -17,19 +17,16 @@ BROKEN_sparc64= Fails to install BUILD_DEPENDS= zip:archivers/zip \ gawk:lang/gawk LIB_DEPENDS= libgdbm.so:databases/gdbm \ - libcairo.so:graphics/cairo + libffi.so:devel/libffi \ + libltdl.so:devel/libltdl \ + libcairo.so:graphics/cairo \ + libexpat.so:textproc/expat2 -OPTIONS_DEFINE= PGSQL SDL -OPTIONS_DEFAULT=PGSQL SDL -OPTIONS_SUB= yes -PGSQL_USES= pgsql -SDL_USE= SDL=image,mixer,sdl,sound,ttf - -USES= gmake iconv libtool localbase makeinfo pathfix pkgconfig \ - shebangfix sqlite tar:xz +USES= gl gmake gnome iconv libtool makeinfo pathfix pkgconfig \ + readline shebangfix sqlite tar:xz xorg +USE_GL= gl glu glut USE_GNOME= pango -USE_XORG= ice xi xmu -USE_GL= gl glut +USE_XORG= ice sm x11 xi xmu GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_EMACS=no ac_cv_prog_AWK=gawk CONFIGURE_ARGS= --enable-generational-gc=no \ @@ -47,6 +44,13 @@ PLIST_SUB= VERSION="${PORTVERSION}" PORTDATA= * INFO= gst gst-base gst-libs + +OPTIONS_DEFINE= PGSQL SDL +OPTIONS_DEFAULT= PGSQL SDL +OPTIONS_SUB= yes + +PGSQL_USES= pgsql +SDL_USE= SDL=image,mixer,sdl,sound,ttf post-patch: @${REINPLACE_CMD} -e 's/ia64-\*-\* /&|amd64-*-* /' \ Modified: head/lang/smalltalk/pkg-plist ============================================================================== --- head/lang/smalltalk/pkg-plist Tue Nov 5 12:34:42 2019 (r516794) +++ head/lang/smalltalk/pkg-plist Tue Nov 5 13:32:03 2019 (r516795) @@ -40,9 +40,9 @@ lib/smalltalk/i18n.so lib/smalltalk/iconv-%%VERSION%%.so lib/smalltalk/iconv.a lib/smalltalk/iconv.so -lib/smalltalk/sdl-%%VERSION%%.so -lib/smalltalk/sdl.a -lib/smalltalk/sdl.so +%%SDL%%lib/smalltalk/sdl-%%VERSION%%.so +%%SDL%%lib/smalltalk/sdl.a +%%SDL%%lib/smalltalk/sdl.so lib/smalltalk/zlib-%%VERSION%%.so lib/smalltalk/zlib.a lib/smalltalk/zlib.so