Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2013 16:47:35 +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: r321142 - head/databases/glom
Message-ID:  <201306171647.r5HGlZpY058845@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon Jun 17 16:47:35 2013
New Revision: 321142
URL: http://svnweb.freebsd.org/changeset/ports/321142

Log:
  Remove Broken, it works now.
  Trim header, remove commented lines.
  switch to USES=shared-mime-info

Modified:
  head/databases/glom/Makefile
  head/databases/glom/pkg-plist   (contents, props changed)

Modified: head/databases/glom/Makefile
==============================================================================
--- head/databases/glom/Makefile	Mon Jun 17 16:44:51 2013	(r321141)
+++ head/databases/glom/Makefile	Mon Jun 17 16:47:35 2013	(r321142)
@@ -1,10 +1,6 @@
-# New ports collection makefile for:	glom
-# Date created:				24 April, 2005
-# Whom:					Adam Weinberger <adamw@FreeBSD.org>
-#
+# Created by: Adam Weinberger <adamw@FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/databases/glom/Makefile,v 1.30 2010/11/04 15:57:03 kwm Exp $
-#
 
 PORTNAME=	glom
 PORTVERSION=	1.12.2
@@ -20,7 +16,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
-		gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \
+		gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \
 		gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
 		avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
 		epc-1.0.2:${PORTSDIR}/www/libepc \
@@ -30,14 +26,12 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
 		${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
 
-BROKEN=		bad-plist
-
 USE_BZIP2=	yes
 USE_PYTHON=	yes
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext pathfix shared-mime-info
 USE_GMAKE=	yes
-USE_GNOME=	gnomedocutils gnomehack gnomeprefix pygnomeextras
+USE_GNOME=	gnomedocutils gnomeprefix pygnomeextras
 USE_LDCONFIG=	yes
 USE_PGSQL=	yes
 INSTALLS_OMF=	yes
@@ -46,21 +40,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-postgres-utils=${LOCALBASE}/bin
 INSTALLS_ICONS=	yes
 
-#OPTIONS=	SELF_HOSTING "Host the database locally" on
-
-#.if defined(WITH_SELF_HOSTING)
 # Note: USE_PGSQL has already been set above.
 BUILD_DEPENDS+=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
 RUN_DEPENDS+=	postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
-#.else
-#CONFIGURE_ARGS+=--enable-client-only
-#.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|-update-mime-database|true|g' \
-		${WRKSRC}/Makefile.in
-
-post-install:
-	@-update-mime-database ${PREFIX}/share/mime
 
 .include <bsd.port.mk>

Modified: head/databases/glom/pkg-plist
==============================================================================
--- head/databases/glom/pkg-plist	Mon Jun 17 16:44:51 2013	(r321141)
+++ head/databases/glom/pkg-plist	Mon Jun 17 16:47:35 2013	(r321142)
@@ -241,13 +241,11 @@ share/omf/glom/glom-sv.omf
 @dirrm %%DATADIR%%/pixmaps
 @dirrm %%DATADIR%%/glade
 @dirrm %%DATADIR%%
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@dirrmtry share/applications
 @dirrmtry share/locale/rw/LC_MESSAGES
 @dirrmtry share/locale/rw
 @dirrmtry share/locale/dz/LC_MESSAGES
 @dirrmtry share/locale/dz
+@dirrmtry share/applications
 @dirrm include/glom-1.12/libglom/document/bakery/view
 @dirrm include/glom-1.12/libglom/document/bakery
 @dirrm include/glom-1.12/libglom/document



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