From owner-svn-ports-all@freebsd.org Sat Mar 2 00:20:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EECB0150743C; Sat, 2 Mar 2019 00:20:38 +0000 (UTC) (envelope-from amdmi3@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 930A66ADA1; Sat, 2 Mar 2019 00:20:38 +0000 (UTC) (envelope-from amdmi3@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 72B47244E5; Sat, 2 Mar 2019 00:20:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x220Kc9b062489; Sat, 2 Mar 2019 00:20:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x220KbSw062486; Sat, 2 Mar 2019 00:20:37 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201903020020.x220KbSw062486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 2 Mar 2019 00:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494347 - head/graphics/sdl2_ttf X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/sdl2_ttf X-SVN-Commit-Revision: 494347 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 930A66ADA1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 02 Mar 2019 00:20:39 -0000 Author: amdmi3 Date: Sat Mar 2 00:20:37 2019 New Revision: 494347 URL: https://svnweb.freebsd.org/changeset/ports/494347 Log: - Update to 2.0.15 - Fix dependency on OpenGL - Update pkg-descr Modified: head/graphics/sdl2_ttf/Makefile head/graphics/sdl2_ttf/distinfo head/graphics/sdl2_ttf/pkg-descr head/graphics/sdl2_ttf/pkg-plist Modified: head/graphics/sdl2_ttf/Makefile ============================================================================== --- head/graphics/sdl2_ttf/Makefile Fri Mar 1 23:55:43 2019 (r494346) +++ head/graphics/sdl2_ttf/Makefile Sat Mar 2 00:20:37 2019 (r494347) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= sdl2_ttf -PORTVERSION= 2.0.14 -PORTREVISION= 1 +PORTVERSION= 2.0.15 CATEGORIES= graphics MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/ DISTNAME= SDL2_ttf-${PORTVERSION} @@ -15,18 +14,26 @@ LICENSE_FILE= ${WRKSRC}/COPYING.txt LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= pkgconfig:build pathfix gmake libtool localbase +USES= gmake libtool localbase pathfix pkgconfig sdl USE_SDL= sdl2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL +OPTIONS_SUB= yes -OPENGL_USE= GL=yes +OPENGL_DESC= Build sdl2-glfont demo program +OPENGL_USES= gl +OPENGL_USE= GL=gl +post-patch-OPENGL-off: + @${REINPLACE_CMD} -e '/have_opengl=yes/d' ${WRKSRC}/configure + post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin/sdl2-glfont ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showfont ${STAGEDIR}${PREFIX}/bin/sdl2-showfont + +post-install-OPENGL-on: + ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin/sdl2-glfont .include Modified: head/graphics/sdl2_ttf/distinfo ============================================================================== --- head/graphics/sdl2_ttf/distinfo Fri Mar 1 23:55:43 2019 (r494346) +++ head/graphics/sdl2_ttf/distinfo Sat Mar 2 00:20:37 2019 (r494347) @@ -1,2 +1,3 @@ -SHA256 (SDL2_ttf-2.0.14.tar.gz) = 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276 -SIZE (SDL2_ttf-2.0.14.tar.gz) = 4147462 +TIMESTAMP = 1551469142 +SHA256 (SDL2_ttf-2.0.15.tar.gz) = a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33 +SIZE (SDL2_ttf-2.0.15.tar.gz) = 4479718 Modified: head/graphics/sdl2_ttf/pkg-descr ============================================================================== --- head/graphics/sdl2_ttf/pkg-descr Fri Mar 1 23:55:43 2019 (r494346) +++ head/graphics/sdl2_ttf/pkg-descr Sat Mar 2 00:20:37 2019 (r494347) @@ -1,15 +1,8 @@ -This library is a wrapper around the excellent FreeType library. +SDL_ttf is a TrueType font rendering library that is used with the +SDL library, and almost as portable. It depends on freetype2 to +handle the TrueType font data. It allows a programmer to use multiple +TrueType fonts without having to code a font rendering routine +themselves. With the power of outline fonts and antialiasing, high +quality text output can be obtained without much effort. -WARNING: There may be patent issues with using the FreeType library. Check the -FreeType website for up-to-date details. - -This library allows you to use TrueType fonts to render text in SDL -applications. - -Be careful when including fonts with your application, as many of them are -copyrighted. The Microsoft fonts, for example, are not freely redistributable -and even the free "web" fonts they provide are only redistributable in their -special executable installer form (May 1998). There are plenty of freeware and -shareware fonts available on the Internet though, and may suit your purposes. - -WWW: http://www.libsdl.org/projects/SDL_ttf/ +WWW: https://www.libsdl.org/projects/SDL_ttf/ Modified: head/graphics/sdl2_ttf/pkg-plist ============================================================================== --- head/graphics/sdl2_ttf/pkg-plist Fri Mar 1 23:55:43 2019 (r494346) +++ head/graphics/sdl2_ttf/pkg-plist Sat Mar 2 00:20:37 2019 (r494347) @@ -1,8 +1,8 @@ -bin/sdl2-glfont +%%OPENGL%%bin/sdl2-glfont bin/sdl2-showfont include/SDL2/SDL_ttf.h lib/libSDL2_ttf-2.0.so.0 -lib/libSDL2_ttf-2.0.so.0.14.0 +lib/libSDL2_ttf-2.0.so.0.14.1 lib/libSDL2_ttf.a lib/libSDL2_ttf.so libdata/pkgconfig/SDL2_ttf.pc