summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-15 22:34:32 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-15 22:34:32 +0800
commit2063fdf8aab781206f03319c451542085a95fb02 (patch)
tree4508ce313ca108f132fc1cef0a255f7679541f4f /x11-toolkits
parentccf321afee8f91f8192274c1fb7edbfeba627da2 (diff)
downloadmarcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.gz
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.tar.zst
marcuscom-ports-2063fdf8aab781206f03319c451542085a95fb02.zip
Make gnome-pty-helper into a slave port of vte3 and add run depends on it
for both vte ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15820 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnome-pty-helper/Makefile23
-rw-r--r--x11-toolkits/gnome-pty-helper/pkg-descr0
-rw-r--r--x11-toolkits/gnome-pty-helper/pkg-plist1
-rw-r--r--x11-toolkits/vte/Makefile6
-rw-r--r--x11-toolkits/vte3/Makefile10
-rw-r--r--x11-toolkits/vte3/pkg-plist1
6 files changed, 35 insertions, 6 deletions
diff --git a/x11-toolkits/gnome-pty-helper/Makefile b/x11-toolkits/gnome-pty-helper/Makefile
new file mode 100644
index 000000000..888fc4ae9
--- /dev/null
+++ b/x11-toolkits/gnome-pty-helper/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: vte
+# Date created: 05 October 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-pty-helper
+PORTREVISION?= 0
+
+COMMENT?= utmp/wtmp/lastlog helper program for the vte Terminal widget
+
+MASTERDIR= ${.CURDIR}/../../x11-toolkits/vte3
+WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
+PATCHDIR= ${.CURDIR}/files
+PLIST= ${.CURDIR}/pkg-plist
+CONFIGURE_ARGS= # empty
+PATCH_STRIP= -p1
+EXTRA_PATCHES+= ${MASTERDIR}/files/patch-gnome-pty-helper_Makefile.in \
+ ${MASTERDIR}/files/patch-gnome-pty-helper_gnome-pty-helper.c
+
+.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/gnome-pty-helper/pkg-descr b/x11-toolkits/gnome-pty-helper/pkg-descr
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/x11-toolkits/gnome-pty-helper/pkg-descr
diff --git a/x11-toolkits/gnome-pty-helper/pkg-plist b/x11-toolkits/gnome-pty-helper/pkg-plist
new file mode 100644
index 000000000..2423a40c1
--- /dev/null
+++ b/x11-toolkits/gnome-pty-helper/pkg-plist
@@ -0,0 +1 @@
+libexec/gnome-pty-helper
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile
index 8db5767bc..87b2effa4 100644
--- a/x11-toolkits/vte/Makefile
+++ b/x11-toolkits/vte/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/x11-toolkits/vte/Makefile,v 1.99 2010/12/04 07:34:24 ade Exp $
-# $MCom: ports/x11-toolkits/vte/Makefile,v 1.119 2011/04/10 20:46:10 mezz Exp $
+# $MCom: ports/x11-toolkits/vte/Makefile,v 1.120 2011/04/11 02:36:01 mezz Exp $
#
PORTNAME= vte
PORTVERSION= 0.26.2
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -20,6 +20,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
+
USE_GMAKE= yes
USE_BISON= build
USE_LDCONFIG= yes
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile
index fb6172e66..e03d47898 100644
--- a/x11-toolkits/vte3/Makefile
+++ b/x11-toolkits/vte3/Makefile
@@ -3,14 +3,15 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.6 2011/04/10 20:46:10 mezz Exp $
+# $MCom: ports/x11-toolkits/vte3/Makefile,v 1.7 2011/04/11 02:36:01 mezz Exp $
#
-PORTNAME= vte
+PORTNAME?= vte
PORTVERSION= 0.28.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
+DISTNAME= vte-${PORTVERSION}
DIST_SUBDIR= gnome3
MAINTAINER?= gnome@FreeBSD.org
@@ -20,6 +21,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
+
USE_GMAKE= yes
USE_BISON= build
USE_LDCONFIG= yes
@@ -33,6 +36,7 @@ CONFIGURE_ARGS?=--disable-python \
--with-gtk=3.0 \
--enable-introspection \
--disable-Bsymbolic \
+ --disable-gnome-pty-helper \
--disable-freetypetest
.if !defined(MASTERDIR)
diff --git a/x11-toolkits/vte3/pkg-plist b/x11-toolkits/vte3/pkg-plist
index 9f8f648fc..fd1658321 100644
--- a/x11-toolkits/vte3/pkg-plist
+++ b/x11-toolkits/vte3/pkg-plist
@@ -13,7 +13,6 @@ lib/libvte2_90.la
lib/libvte2_90.so
lib/libvte2_90.so.9
libdata/pkgconfig/vte-%%VERSION%%.pc
-libexec/gnome-pty-helper
share/gir-1.0/Vte-%%VERSION%%.gir
share/locale/am/LC_MESSAGES/vte-2.90.mo
share/locale/ang/LC_MESSAGES/vte-2.90.mo