summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-13 14:28:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-13 14:28:08 +0000
commitb756237a1afe896a3b5ecfcdc85934cd08c0452b (patch)
treede9c7554614ea9659e771d00ac628ff603e0180d /x11
parent- Update to debian patch 5 (diff)
- Update to 0.7.1
- Take maintainership PR: ports/83190 Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
Notes
Notes: svn path=/head/; revision=139089
Diffstat (limited to 'x11')
-rw-r--r--x11/ggiterm/Makefile11
-rw-r--r--x11/ggiterm/distinfo4
-rw-r--r--x11/ggiterm/files/patch-ggiterm.c20
-rw-r--r--x11/ggiterm/pkg-plist3
4 files changed, 8 insertions, 30 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile
index 2c2c6ca799df..93cd2d88dfe2 100644
--- a/x11/ggiterm/Makefile
+++ b/x11/ggiterm/Makefile
@@ -6,24 +6,22 @@
#
PORTNAME= ggiterm
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ggiterm
DISTNAME= ${PORTNAME}-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= antoine.brodin@laposte.net
COMMENT= A terminal emulator for GGI
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_REINPLACE= yes
-INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE}
+CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -41,9 +39,6 @@ CONFIGURE_ARGS+=--without-freetype
MAN1= ggiterm.1
-post-patch:
- @${REINPLACE_CMD} -e 's|-lggi |-lggi ${PTHREAD_LIBS} |' ${WRKSRC}/configure
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
diff --git a/x11/ggiterm/distinfo b/x11/ggiterm/distinfo
index 8598e6930474..1db4437afb4a 100644
--- a/x11/ggiterm/distinfo
+++ b/x11/ggiterm/distinfo
@@ -1,2 +1,2 @@
-MD5 (ggiterm-0.7.0.tar.gz) = abdaca4081e5b313330b9b597ce88596
-SIZE (ggiterm-0.7.0.tar.gz) = 159164
+MD5 (ggiterm-0.7.1.tar.gz) = 4a70de30a012a29c2ba2411ddbd4974d
+SIZE (ggiterm-0.7.1.tar.gz) = 380467
diff --git a/x11/ggiterm/files/patch-ggiterm.c b/x11/ggiterm/files/patch-ggiterm.c
deleted file mode 100644
index 0480e1462f3d..000000000000
--- a/x11/ggiterm/files/patch-ggiterm.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ggiterm.c.orig Fri Oct 22 11:32:34 2004
-+++ ggiterm.c Sun Dec 5 23:39:35 2004
-@@ -38,6 +38,8 @@
-
- /* for openpty() */
- #include <sys/ioctl.h> /* some systems (BSD) need it even with OPENPTY_HEADER */
-+/* for pid_t, strangely not included by OPENPTY_HEADER */
-+#include <sys/types.h>
- #ifdef OPENPTY_HEADER
- # include OPENPTY_HEADER
- #else
-@@ -52,8 +54,6 @@
- # include <utmp.h>
- #endif
-
--/* for pid_t, strangely not included by OPENPTY_HEADER */
--#include <sys/types.h>
- /* for execve, read, write */
- #include <unistd.h>
-
diff --git a/x11/ggiterm/pkg-plist b/x11/ggiterm/pkg-plist
index 69a5c287dc1f..dc57ba68482d 100644
--- a/x11/ggiterm/pkg-plist
+++ b/x11/ggiterm/pkg-plist
@@ -1,4 +1,7 @@
bin/ggiterm
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/README
+share/ggiterm/ggiterm.png
+share/ggiterm/ggiterm.svg
@dirrm %%DOCSDIR%%
+@dirrm share/ggiterm