Remove Broken, it works now.
Trim header, remove commented lines. switch to USES=shared-mime-info
This commit is contained in:
parent
0aaa2f6ac6
commit
0c4459626e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321142
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user