diff options
author | kwm <kwm@FreeBSD.org> | 2013-06-18 00:47:35 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-06-18 00:47:35 +0800 |
commit | 157c242bb2eff663ee4aafef64114ef43d31f9f7 (patch) | |
tree | cf03318080583d22a2580356502653270f240b61 /databases | |
parent | c32a4986ccd289db5e3fcc0b13ae223eef6f732a (diff) | |
download | freebsd-ports-gnome-157c242bb2eff663ee4aafef64114ef43d31f9f7.tar.gz freebsd-ports-gnome-157c242bb2eff663ee4aafef64114ef43d31f9f7.tar.zst freebsd-ports-gnome-157c242bb2eff663ee4aafef64114ef43d31f9f7.zip |
Remove Broken, it works now.
Trim header, remove commented lines.
switch to USES=shared-mime-info
Diffstat (limited to 'databases')
-rw-r--r-- | databases/glom/Makefile | 27 | ||||
-rw-r--r-- | databases/glom/pkg-plist | 4 |
2 files changed, 5 insertions, 26 deletions
diff --git a/databases/glom/Makefile b/databases/glom/Makefile index 3a9d4093f2ab..189f025910ec 100644 --- a/databases/glom/Makefile +++ b/databases/glom/Makefile @@ -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/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- 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> diff --git a/databases/glom/pkg-plist b/databases/glom/pkg-plist index d85e321c25fd..75612dca3af4 100644 --- a/databases/glom/pkg-plist +++ b/databases/glom/pkg-plist @@ -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 |