View | Details | Raw Unified | Return to bug 58487
Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-20 Link Here
6
#
6
#
7
7
8
PORTNAME=	detachtty
8
PORTNAME=	detachtty
9
PORTVERSION=	6
9
PORTVERSION=	8
10
CATEGORIES=	misc
10
CATEGORIES=	misc
11
MASTER_SITES=	ftp://ftp.linux.org.uk/pub/lisp/
11
MASTER_SITES=	ftp://ftp.linux.org.uk/pub/lisp/detachtty/
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
12
DISTNAME=	${PORTNAME}_${PORTVERSION}
13
13
14
MAINTAINER=	johs@copyleft.no
14
MAINTAINER=	johs@copyleft.no
15
COMMENT=	Run interactive programs non-interactively
15
COMMENT=	Run interactive programs non-interactively
16
16
17
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
17
WRKSRC=		${WRKDIR}/${PORTNAME}
18
USE_GMAKE=	yes
18
USE_GMAKE=	yes
19
19
20
MAN1=		detachtty.1
20
MAN1=		detachtty.1
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (detachtty_6.tar.gz) = a6eb413286998b1635436da9ef876b54
1
MD5 (detachtty_8.tar.gz) = 16983e0eda360cc783c80d7f38f3a602
(-)files/patch-aa (-6 / +6 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Wed Sep 18 00:41:36 2002
1
--- Makefile.orig	Fri Oct 24 13:11:13 2003
2
+++ Makefile	Tue Mar 25 23:20:18 2003
2
+++ Makefile	Fri Oct 24 13:17:47 2003
3
@@ -3,9 +3,9 @@
3
@@ -3,9 +3,9 @@
4
 # for details
4
 # for details
5
 
5
 
Lines 11-19 Link Here
11
+OS_CFLAGS=-DNEED_LIBUTIL_H                  
11
+OS_CFLAGS=-DNEED_LIBUTIL_H                  
12
 # Solaris, some version of
12
 # Solaris, some version of
13
 #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H
13
 #OS_CFLAGS=-DNEED_STRINGS_H -DNEED_LOCAL_FORKPTY_H
14
 
14
 # MacOS X needs libpoll from fink
15
@@ -19,7 +19,7 @@
15
@@ -23,7 +23,7 @@
16
 # no forkpty in Solaris
16
 # no forkpty in Solaris or MacOS X
17
 # OS_OBJECTS=forkpty.o
17
 # OS_OBJECTS=forkpty.o
18
 
18
 
19
-INSTALL_DIR=/usr/local/bin
19
-INSTALL_DIR=/usr/local/bin
Lines 21-27 Link Here
21
 
21
 
22
 # You probably don't need to edit anything below this line
22
 # You probably don't need to edit anything below this line
23
 
23
 
24
@@ -31,7 +31,7 @@
24
@@ -35,7 +35,7 @@
25
 	-rm *.o *~ attachtty detachtty
25
 	-rm *.o *~ attachtty detachtty
26
 
26
 
27
 install: all
27
 install: all

Return to bug 58487