Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= screen |
8 |
PORTNAME= screen |
9 |
PORTVERSION= 4.0.3 |
9 |
PORTVERSION= 4.0.3 |
10 |
PORTREVISION= 4 |
10 |
PORTREVISION= 5 |
11 |
CATEGORIES= sysutils |
11 |
CATEGORIES= sysutils |
12 |
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ |
12 |
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ |
13 |
http://komquats.com/distfiles/ \ |
13 |
http://komquats.com/distfiles/ \ |
Lines 23-29
Link Here
|
23 |
MAN "Build and install man pages" ON \ |
23 |
MAN "Build and install man pages" ON \ |
24 |
NETHACK "Enable nethack-style messages" ON \ |
24 |
NETHACK "Enable nethack-style messages" ON \ |
25 |
XTERM_256 "Enable support for 256 colour xterm" OFF \ |
25 |
XTERM_256 "Enable support for 256 colour xterm" OFF \ |
26 |
HOSTINLOCKED "Print user@host in locked message" OFF |
26 |
HOSTINLOCKED "Print user@host in locked message" OFF \ |
|
|
27 |
SHOWENC "Show encoding on the status line" OFF |
27 |
|
28 |
|
28 |
NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host |
29 |
NO_PACKAGE= Tends to loop using 100% CPU when used from package - perhaps it hard-codes information about the build host |
29 |
|
30 |
|
Lines 67-72
Link Here
|
67 |
EXTRA_PATCHES+= ${FILESDIR}/opt-hostinlocked |
68 |
EXTRA_PATCHES+= ${FILESDIR}/opt-hostinlocked |
68 |
.endif |
69 |
.endif |
69 |
|
70 |
|
|
|
71 |
# show encoding on the status line via option "showenc" |
72 |
.if defined(WITH_SHOWENC) |
73 |
EXTRA_PATCHES+= ${FILESDIR}/opt-showencoding |
74 |
.endif |
75 |
|
70 |
post-patch: |
76 |
post-patch: |
71 |
@${RM} ${WRKSRC}/doc/screen.info* |
77 |
@${RM} ${WRKSRC}/doc/screen.info* |
72 |
@${REINPLACE_CMD} -e 's|/dev/ptmx|/nonexistent|' ${WRKSRC}/configure |
78 |
@${REINPLACE_CMD} -e 's|/dev/ptmx|/nonexistent|' ${WRKSRC}/configure |