diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-04-27 05:23:07 +0800 |
commit | 65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9 (patch) | |
tree | 0648e0ce504a559632af430d3494fe2008d104aa /editors/gedit | |
parent | 613b43090f18ebf78cb6ffd8eac82a763a0ce226 (diff) | |
download | marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.gz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.bz2 marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.lz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.xz marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.tar.zst marcuscom-ports-65b53dfde8bfeb6ae17c3e99a409dc36324e8dd9.zip |
Massive port framework maintaince/update (long over due too)
Deal with recent USES changes, pet portlint here and there.
Sync with ports, more to come.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18393 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/Makefile | 25 | ||||
-rw-r--r-- | editors/gedit/pkg-plist | 2 |
2 files changed, 9 insertions, 18 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 3c95490bc..3f3bf6199 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/editors/gedit/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gedit PORTVERSION= 2.30.4 @@ -17,21 +13,21 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A small but powerful text editor for GNOME 2 Desktop Environment BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \ + soup-2.4:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFLICTS= gedit-3.[0-9]* USE_XORG= sm USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext pathfix desktop-file-utils INSTALLS_OMF= yes USE_LDCONFIG= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gtksourceview2 \ - desktopfileutils gnomedocutils ltasneededhack +USE_GNOME= gnomeprefix intlhack gconf2 gtksourceview2 \ + gnomedocutils ltasneededhack WANT_GNOME= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -45,7 +41,7 @@ GCONF_SCHEMAS= gedit.schemas gedit-file-browser.schemas WITH_GNOME= yes .endif -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${HAVE_GNOME:Mpygtksourceview}!="" USE_PYTHON= yes @@ -64,7 +60,4 @@ PLIST_SUB+= PYTHON="@comment " # ${TOUCH} ${WRKSRC}/bindings/python/.deps/${ff} #.endfor -post-install: - @-update-desktop-database - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/editors/gedit/pkg-plist b/editors/gedit/pkg-plist index 0823a841a..820f57741 100644 --- a/editors/gedit/pkg-plist +++ b/editors/gedit/pkg-plist @@ -635,8 +635,6 @@ share/omf/gedit/gedit-zh_TW.omf @dirrmtry lib/gedit-2 @dirrm include/gedit-%%VERSION%%/gedit @dirrm include/gedit-%%VERSION%% -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @dirrmtry share/locale/xh/LC_MESSAGES |