From owner-svn-ports-head@freebsd.org Wed Oct 30 20:23:15 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 7F74A1604DC; Wed, 30 Oct 2019 20:23:15 +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 473Kdv2WtFz4XvS; Wed, 30 Oct 2019 20:23:15 +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 3AE82FBC5; Wed, 30 Oct 2019 20:23:15 +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 x9UKNFSj072454; Wed, 30 Oct 2019 20:23:15 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9UKNE6n072452; Wed, 30 Oct 2019 20:23:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201910302023.x9UKNE6n072452@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 30 Oct 2019 20:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516105 - head/graphics/xaos X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/xaos X-SVN-Commit-Revision: 516105 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: Wed, 30 Oct 2019 20:23:15 -0000 Author: amdmi3 Date: Wed Oct 30 20:23:14 2019 New Revision: 516105 URL: https://svnweb.freebsd.org/changeset/ports/516105 Log: - Add LICENSE - Switch to USES=localbase - Cosmetic fixes - Sinence patching - Update WWW Modified: head/graphics/xaos/Makefile head/graphics/xaos/pkg-descr Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Wed Oct 30 20:15:56 2019 (r516104) +++ head/graphics/xaos/Makefile Wed Oct 30 20:23:14 2019 (r516105) @@ -10,54 +10,59 @@ MASTER_SITES= SF/${PORTNAME}/XaoS/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Real-time fractal browser +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libpng.so:graphics/png \ libgsl.so:math/gsl -USES= gmake +USES= gmake localbase GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE=yes +INFO= xaos + +PLIST_SUB= XAOSDIR="share/XaoS" + +DESKTOP_ENTRIES="XaoS" \ + "" \ + "${PREFIX}/share/pixmaps/xaos.png" \ + "xaos" \ + "" \ + false + OPTIONS_DEFINE= THREADS NLS OPTIONS_MULTI= DRIVER OPTIONS_MULTI_DRIVER= AALIB GTK2 X11 -DRIVER_DESC= User Interface OPTIONS_DEFAULT= X11 -OPTIONS_SUB= yes +OPTIONS_SUB= yes +DRIVER_DESC= User Interface + AALIB_LIB_DEPENDS= libaa.so:graphics/aalib AALIB_CONFIGURE_WITH= aa-driver AALIB_CONFIGURE_ON= ac_cv_aalib_ver_ok=yes -GTK2_DESC= GTK+ User Interface (experimental) -GTK2_USE= GNOME=gtk20 -GTK2_USES= pkgconfig +GTK2_DESC= GTK+ User Interface (experimental) +GTK2_USE= GNOME=gtk20 +GTK2_USES= pkgconfig GTK2_CONFIGURE_WITH= gtk-driver -X11_USE= XORG=x11,xext +X11_USE= XORG=x11,xext X11_CONFIGURE_WITH= x11-driver x -NLS_USES= gettext iconv +NLS_USES= gettext iconv NLS_CONFIGURE_ENABLE= nls -THREADS_DESC= Enable SMP support (experimental) +THREADS_DESC= Enable SMP support (experimental) THREADS_CONFIGURE_WITH= pthread -THREADS_LIBS= -lpthread +THREADS_LIBS= -lpthread -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -INFO= xaos - -PLIST_SUB+= XAOSDIR="share/XaoS" - -MAKE_JOBS_UNSAFE= yes -DESKTOP_ENTRIES= "XaoS" "" "${PREFIX}/share/pixmaps/xaos.png" \ - "xaos" "" false - pre-configure: - ${REINPLACE_CMD} -e 's,/usr\(/share/locale\),${PREFIX}\1,g' \ + @${REINPLACE_CMD} -e 's,/usr\(/share/locale\),${PREFIX}\1,g' \ ${WRKSRC}/configure \ ${WRKSRC}/src/ui/ui.c - ${REINPLACE_CMD} 's,malloc.h,stdlib.h,' \ + @${REINPLACE_CMD} 's,malloc.h,stdlib.h,' \ ${WRKSRC}/src/ui/ui-drv/aa/ui_aa.c post-install: Modified: head/graphics/xaos/pkg-descr ============================================================================== --- head/graphics/xaos/pkg-descr Wed Oct 30 20:15:56 2019 (r516104) +++ head/graphics/xaos/pkg-descr Wed Oct 30 20:23:14 2019 (r516105) @@ -11,4 +11,4 @@ Features: - palette rotation - random dot stereograms -WWW: http://xaos.sf.net +WWW: http://matek.hu/xaos/doku.php