Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2014 23:53:16 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367317 - head/print/gribouy
Message-ID:  <201409042353.s84NrGYb034833@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Thu Sep  4 23:53:15 2014
New Revision: 367317
URL: http://svnweb.freebsd.org/changeset/ports/367317
QAT: https://qat.redports.org/buildarchive/r367317/

Log:
  This port is hopelessly dependent upon g_return_if_fail from non-void functions.
  Force build with GCC, where anything goes.
  
  While here, add a missing file to plist and add some stuff to USES. Not
  alphabetized, just for danfe and marino.

Modified:
  head/print/gribouy/Makefile
  head/print/gribouy/pkg-plist

Modified: head/print/gribouy/Makefile
==============================================================================
--- head/print/gribouy/Makefile	Thu Sep  4 23:21:06 2014	(r367316)
+++ head/print/gribouy/Makefile	Thu Sep  4 23:53:15 2014	(r367317)
@@ -3,15 +3,21 @@
 
 PORTNAME=	gribouy
 PORTVERSION=	0.0.8
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	print gnome
 MASTER_SITES=	LOCAL/bland
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Gribouy is a Type1 font editor
 
-USES=		gmake pkgconfig
-USE_GNOME=	gnomeprefix gnomehack libglade2 libgnomeui
+USES=		gmake pkgconfig pathfix gettext
+USE_GNOME=	gnomeprefix libglade2 libgnomeui
 GNU_CONFIGURE=	yes
 
+USE_GCC=	any
+
+post-patch:
+	@${REINPLACE_CMD} -e '/^LIBS =/s|$$| -lm|' \
+		${WRKSRC}/src/Makefile.in
+
 .include <bsd.port.mk>

Modified: head/print/gribouy/pkg-plist
==============================================================================
--- head/print/gribouy/pkg-plist	Thu Sep  4 23:21:06 2014	(r367316)
+++ head/print/gribouy/pkg-plist	Thu Sep  4 23:53:15 2014	(r367317)
@@ -1,5 +1,6 @@
 bin/gribouy
 share/applications/gribouy.desktop
+share/locale/fr/LC_MESSAGES/gribouy.mo
 share/gnome-2.0/ui/gribouy-ui.xml
 share/gribouy/glade/gribouy.glade
 share/pixmaps/gribouy.png



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