summaryrefslogtreecommitdiff
path: root/misc/detachtty
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-11-21 03:54:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-11-21 03:54:13 +0000
commitfc755d51f2139ae9889f9dcf7f09e10a99c4af31 (patch)
tree232be9575e36557c80d8456e7daa40699ebce611 /misc/detachtty
parentAvoid use of Perl. (diff)
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)
Notes
Notes: svn path=/head/; revision=94602
Diffstat (limited to 'misc/detachtty')
-rw-r--r--misc/detachtty/Makefile6
-rw-r--r--misc/detachtty/distinfo2
-rw-r--r--misc/detachtty/files/patch-aa12
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