diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-21 11:54:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-21 11:54:13 +0800 |
commit | 0127464dab6ffa6b95815bf4688cd435c48d2abb (patch) | |
tree | 5eb66ebf3fc6a969370fa9ca18619b8fcda2c495 /misc | |
parent | 4cf1d9c15a76dd1a4b948e3f624bdfa989ab37f7 (diff) | |
download | freebsd-ports-gnome-0127464dab6ffa6b95815bf4688cd435c48d2abb.tar.gz freebsd-ports-gnome-0127464dab6ffa6b95815bf4688cd435c48d2abb.tar.zst freebsd-ports-gnome-0127464dab6ffa6b95815bf4688cd435c48d2abb.zip |
Incorporate new upstream version with changes basically irrelevant
to FreeBSD: formatting and addition of some Solaris support.
PR: ports/58487
Submitted by: Johannes Groedem <johs@copyleft.no> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/detachtty/Makefile | 6 | ||||
-rw-r--r-- | misc/detachtty/distinfo | 2 | ||||
-rw-r--r-- | misc/detachtty/files/patch-aa | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/misc/detachtty/Makefile b/misc/detachtty/Makefile index c0416011f346..e86e83231846 100644 --- a/misc/detachtty/Makefile +++ b/misc/detachtty/Makefile @@ -6,15 +6,15 @@ # PORTNAME= detachtty -PORTVERSION= 6 +PORTVERSION= 8 CATEGORIES= misc -MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/ +MASTER_SITES= ftp://ftp.linux.org.uk/pub/lisp/detachtty/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= johs@copyleft.no COMMENT= Run interactive programs non-interactively -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME} USE_GMAKE= yes MAN1= detachtty.1 diff --git a/misc/detachtty/distinfo b/misc/detachtty/distinfo index 50badd2c9467..d16cc1dcf5dd 100644 --- a/misc/detachtty/distinfo +++ b/misc/detachtty/distinfo @@ -1 +1 @@ -MD5 (detachtty_6.tar.gz) = a6eb413286998b1635436da9ef876b54 +MD5 (detachtty_8.tar.gz) = 16983e0eda360cc783c80d7f38f3a602 diff --git a/misc/detachtty/files/patch-aa b/misc/detachtty/files/patch-aa index 21ff2159333a..4ad1cf9ac051 100644 --- a/misc/detachtty/files/patch-aa +++ b/misc/detachtty/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Sep 18 00:41:36 2002 -+++ Makefile Tue Mar 25 23:20:18 2003 +--- Makefile.orig Fri Oct 24 13:11:13 2003 ++++ Makefile Fri Oct 24 13:17:47 2003 @@ -3,9 +3,9 @@ # for details @@ -11,9 +11,9 @@ +OS_CFLAGS=-DNEED_LIBUTIL_H # Solaris, some version of #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H - -@@ -19,7 +19,7 @@ - # no forkpty in Solaris + # MacOS X needs libpoll from fink +@@ -23,7 +23,7 @@ + # no forkpty in Solaris or MacOS X # OS_OBJECTS=forkpty.o -INSTALL_DIR=/usr/local/bin @@ -21,7 +21,7 @@ # You probably don't need to edit anything below this line -@@ -31,7 +31,7 @@ +@@ -35,7 +35,7 @@ -rm *.o *~ attachtty detachtty install: all |