summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-09-22 08:45:30 +0800
commitd9b7a5d08f21fddb6cfde0f9007bf386efa262c3 (patch)
tree0c2b10e51baf43285a81e5ec64568d9cf79d1dd9 /editors
parent7c7d7065529de83ad11e25e81432355d363a367e (diff)
downloadmarcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.gz
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.tar.zst
marcuscom-ports-d9b7a5d08f21fddb6cfde0f9007bf386efa262c3.zip
Add NO_STAGE to all ports, until we convert each one.
Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit-plugins/Makefile1
-rw-r--r--editors/gedit-plugins3/Makefile3
-rw-r--r--editors/gedit/Makefile7
-rw-r--r--editors/gedit3/Makefile9
-rw-r--r--editors/ghex/Makefile1
-rw-r--r--editors/ghex3/Makefile1
6 files changed, 14 insertions, 8 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index 4c5e2e96e..399feb419 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= gedit:${PORTSDIR}/editors/gedit \
CONFLICTS= gedit-plugins-3.[0-9]*
+NO_STAGE= yes
USE_LDCONFIG= yes
USE_BZIP2= yes
USES= gettext gmake pathfix pkgconfig
diff --git a/editors/gedit-plugins3/Makefile b/editors/gedit-plugins3/Makefile
index ec6a9017a..028490aec 100644
--- a/editors/gedit-plugins3/Makefile
+++ b/editors/gedit-plugins3/Makefile
@@ -12,12 +12,13 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Plugins for GEdit 3
BUILD_DEPENDS= gedit>=${GEDITVER}:${PORTSDIR}/editors/gedit3
-LIB_DEPENDS= peas-1.0.0:${PORTSDIR}/devel/libpeas
+LIB_DEPENDS= libpeas-1.0.so:${PORTSDIR}/devel/libpeas
RUN_DEPENDS= gedit>=${GEDITVER}:${PORTSDIR}/editors/gedit3
CONFLICTS= gedit-plugins-2.[0-9]*
GEDITVER= 3.6.0
+NO_STAGE= yes
LATEST_LINK= gedit-plugins3
USE_LDCONFIG= yes
USE_XZ= yes
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 86a08138c..ec6bd8fed 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -10,15 +10,16 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A small but powerful text editor for GNOME 2 Desktop Environment
+COMMENT= 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:${PORTSDIR}/textproc/enchant \
- soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
CONFLICTS= gedit-3.[0-9]*
+NO_STAGE= yes
USE_XORG= sm
USE_BZIP2= yes
USES= desktop-file-utils gettext gmake pathfix
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile
index 0145c55f8..1d5eb92ea 100644
--- a/editors/gedit3/Makefile
+++ b/editors/gedit3/Makefile
@@ -9,19 +9,20 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
-COMMENT= A small but powerful text editor for GNOME 3 Desktop Environment
+COMMENT= Small but powerful text editor for GNOME 3 Desktop Environment
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \
itstool:${PORTSDIR}/textproc/itstool
-LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \
- peas-gtk-1.0:${PORTSDIR}/devel/libpeas \
- soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant \
+ libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \
+ libsoup-2.4.so:${PORTSDIR}/devel/libsoup
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas
CONFLICTS= gedit-2.[0-9]*
+NO_STAGE= yes
LATEST_LINK= gedit3
USE_XORG= sm
USE_XZ= yes
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index d29922f51..938035a3c 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -14,6 +14,7 @@ COMMENT= GNOME 2 hex editor
CONFLICT= ghex-3.\*
+NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui gnomedocutils
USES= gettext gmake pathfix pkgconfig
diff --git a/editors/ghex3/Makefile b/editors/ghex3/Makefile
index 9c6ee7f50..9fef6fb06 100644
--- a/editors/ghex3/Makefile
+++ b/editors/ghex3/Makefile
@@ -15,6 +15,7 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
CONFLICT= ghex-2.\*
+NO_STAGE= yes
USE_XZ= yes
USE_GNOME= gnomeprefix gtk30 intlhack libxml2:build
USES= gettext gmake pathfix pkgconfig