From owner-svn-ports-all@freebsd.org Fri Jan 22 10:10:56 2021 Return-Path: Delivered-To: svn-ports-all@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 9100C4F038E; Fri, 22 Jan 2021 10:10:56 +0000 (UTC) (envelope-from fernape@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DMZlh3jw5z4fhy; Fri, 22 Jan 2021 10:10:56 +0000 (UTC) (envelope-from fernape@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 68B3B1CE00; Fri, 22 Jan 2021 10:10:56 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10MAAuwF041053; Fri, 22 Jan 2021 10:10:56 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10MAAug5041052; Fri, 22 Jan 2021 10:10:56 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202101221010.10MAAug5041052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Fri, 22 Jan 2021 10:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562291 - in head/emulators/tiemu3: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/emulators/tiemu3: . files X-SVN-Commit-Revision: 562291 X-SVN-Commit-Repository: ports 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.34 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, 22 Jan 2021 10:10:56 -0000 Author: fernape Date: Fri Jan 22 10:10:55 2021 New Revision: 562291 URL: https://svnweb.freebsd.org/changeset/ports/562291 Log: emulators/tiemu3: Modernize Makefile and fix issues * Add LIB_DEPENDS that stage-qa says should be there * Add USE_GNOME that stage-qa says should be there * Add localbase to USES and remove the parts setting those in CPPFLAGS and LDFLAGS * Correct the linker flag of -export-dynamic to -Wl,-E instead PR: 252890 Submitted by: cyberbotx@cyberbotx.com (maintainer) Modified: head/emulators/tiemu3/Makefile head/emulators/tiemu3/files/patch-man_Makefile.in Modified: head/emulators/tiemu3/Makefile ============================================================================== --- head/emulators/tiemu3/Makefile Fri Jan 22 10:10:44 2021 (r562290) +++ head/emulators/tiemu3/Makefile Fri Jan 22 10:10:55 2021 (r562291) @@ -3,7 +3,7 @@ PORTNAME= tiemu3 PORTVERSION= 3.03 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= emulators MASTER_SITES= SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION} DISTNAME= tiemu-${DISTVERSION} @@ -12,18 +12,23 @@ EXTRACT_SUFX= -nogdb.tar.gz MAINTAINER= cyberbotx@cyberbotx.com COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator -LIB_DEPENDS= libticalcs2.so:comms/libticalcs2 \ +LICENSE= GPLv2 + +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ libticables2.so:comms/libticables2 \ + libticalcs2.so:comms/libticalcs2 \ + libticonv.so:converters/libticonv \ libtifiles2.so:devel/libtifiles2 -USES= gmake gnome groff libtool pkgconfig sdl -GNU_CONFIGURE= yes -USE_GNOME= gtk20 libglade2 +USES= gmake gnome groff libtool localbase pkgconfig sdl +USE_GNOME= cairo gdkpixbuf2 gtk20 libglade2 USE_SDL= sdl -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gdb --without-kde + +LDFLAGS+= -Wl,-E OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/emulators/tiemu3/files/patch-man_Makefile.in ============================================================================== --- head/emulators/tiemu3/files/patch-man_Makefile.in Fri Jan 22 10:10:44 2021 (r562290) +++ head/emulators/tiemu3/files/patch-man_Makefile.in Fri Jan 22 10:10:55 2021 (r562291) @@ -1,6 +1,6 @@ ---- man/Makefile.in.orig 2009-04-30 16:45:57.000000000 -0400 -+++ man/Makefile.in 2011-07-02 12:20:12.000000000 -0400 -@@ -539,7 +539,7 @@ +--- man/Makefile.in.orig 2009-04-30 20:45:57 UTC ++++ man/Makefile.in +@@ -539,7 +539,7 @@ view: $(man_MANS) dist_win: $(man_MANS) groff -Tascii -man $(man_MANS) > Manpage