Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 10:58:50 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496635 - in head/x11-toolkits/gtkglarea2: . files
Message-ID:  <201903231058.x2NAwoei002975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Sat Mar 23 10:58:50 2019
New Revision: 496635
URL: https://svnweb.freebsd.org/changeset/ports/496635

Log:
  Fix build after base r345349
  
  While here, do some cleanup of the port.
  Release maintainer
  
  PR:		236141

Added:
  head/x11-toolkits/gtkglarea2/files/
  head/x11-toolkits/gtkglarea2/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/x11-toolkits/gtkglarea2/Makefile

Modified: head/x11-toolkits/gtkglarea2/Makefile
==============================================================================
--- head/x11-toolkits/gtkglarea2/Makefile	Sat Mar 23 10:42:25 2019	(r496634)
+++ head/x11-toolkits/gtkglarea2/Makefile	Sat Mar 23 10:58:50 2019	(r496635)
@@ -1,6 +1,5 @@
 # Created by: Marc Recht <marc@informatik.uni-bremen.de>
 # $FreeBSD$
-#    $MCom: ports/x11-toolkits/gtkglarea2/Makefile,v 1.2 2006/09/10 00:51:17 mezz Exp $
 
 PORTNAME=	gtkglarea
 PORTVERSION=	2.0.1
@@ -10,13 +9,17 @@ MASTER_SITES=	GNOME
 DISTNAME=	gtkglarea-${PORTVERSION}
 DIST_SUBDIR=	gnome2
 
-MAINTAINER=	gnome@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	OpenGL widget for the GTK+2 GUI toolkit
 
-USES=		compiler:c++11-lang libtool:keepla pathfix pkgconfig tar:bzip2
-USE_GNOME=	gtk20
-USE_GL=		yes
+LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+		libfontconfig.so:x11-fonts/fontconfig
+
+USES=		compiler:c++11-lang gl gnome libtool:keepla pathfix pkgconfig tar:bzip2
+USE_GNOME=	cairo gdkpixbuf2 gtk20
+USE_GL=		gl glu
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-lib-GL
 INSTALL_TARGET=	install-strip

Added: head/x11-toolkits/gtkglarea2/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-toolkits/gtkglarea2/files/patch-Makefile.in	Sat Mar 23 10:58:50 2019	(r496635)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2019-03-23 10:53:10 UTC
++++ Makefile.in
+@@ -208,7 +208,7 @@ top_srcdir = @top_srcdir@
+ # use the ACLOCAL_FLAGS env var when rerunning aclocal
+ ACLOCAL_FLAGS = 
+ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+-SUBDIRS = gtkgl examples docs # build
++SUBDIRS = gtkgl docs # build
+ pkgconfigdir = $(prefix)/libdata/pkgconfig
+ pkgconfig_DATA = gtkgl-2.0.pc
+ EXTRA_DIST = \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903231058.x2NAwoei002975>