aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-16 16:10:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-16 16:10:35 +0000
commit34f0918046ecce1c64bd00deb766c94053bbfa9a (patch)
treeffd8791d3a3f4cf7f898710017600a950b258dbd /sysutils
parentd6df40771cedb241c1a5e35279e34529c42e8c84 (diff)
downloadports-34f0918046ecce1c64bd00deb766c94053bbfa9a.tar.gz
ports-34f0918046ecce1c64bd00deb766c94053bbfa9a.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/screen/Makefile2
-rw-r--r--sysutils/screen/files/patch-Makefile.in22
2 files changed, 18 insertions, 6 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index a9fb7a829f17..d545247d2928 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -35,8 +35,6 @@ SYSTEM_SCREENRC_DESC= Install system screenrc with helpful status line
OPTIONS_SUB=
-MAKE_JOBS_UNSAFE= yes
-
USES= gmake cpe
CPE_VENDOR= gnu
diff --git a/sysutils/screen/files/patch-Makefile.in b/sysutils/screen/files/patch-Makefile.in
index 29be61cf8bae..c8e172578696 100644
--- a/sysutils/screen/files/patch-Makefile.in
+++ b/sysutils/screen/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2014-04-26 03:58:35.000000000 -0700
-+++ Makefile.in 2014-04-29 18:55:12.050906602 -0700
-@@ -83,19 +83,13 @@
+--- Makefile.in.orig 2015-06-28 21:22:55 UTC
++++ Makefile.in
+@@ -83,19 +83,13 @@ screen: $(OFILES)
$(OPTIONS) $(CFLAGS) $<
install_bin: .version screen
@@ -23,7 +23,7 @@
-if [ -d /usr/lib/terminfo ]; then \
PATH="$$PATH:/usr/5bin" tic ${srcdir}/terminfo/screeninfo.src; \
chmod 644 /usr/lib/terminfo/s/screen*; \
-@@ -108,7 +102,7 @@
+@@ -108,7 +102,7 @@ install: installdirs install_bin
installdirs:
# Path leading to ETCSCREENRC and Socketdirectory not checked.
$(srcdir)/etc/mkinstalldirs $(DESTDIR)$(bindir) $(DESTDIR)$(SCREENENCODINGS)
@@ -32,3 +32,17 @@
uninstall: .version
rm -f $(DESTDIR)$(bindir)/$(SCREEN)
+@@ -350,7 +344,10 @@ layout.o: layout.h viewport.h canvas.h l
+ viewport.o: layout.h viewport.h canvas.h viewport.c config.h screen.h os.h osdef.h ansi.h acls.h \
+ comm.h layer.h term.h image.h display.h window.h extern.h \
+ braille.h
+-list_generic.o: list_generic.h list_generic.c layer.h screen.h osdef.h
+-list_display.o: list_generic.h list_display.c layer.h screen.h osdef.h
+-list_window.o: list_generic.h list_window.c window.h layer.h screen.h osdef.h
++list_generic.o: list_generic.h list_generic.c layer.h screen.h os.h osdef.h ansi.h acls.h \
++ comm.h layer.h term.h image.h display.h window.h
++list_display.o: list_generic.h list_display.c layer.h screen.h os.h osdef.h ansi.h acls.h \
++ comm.h layer.h term.h image.h display.h window.h
++list_window.o: list_generic.h list_window.c window.h layer.h screen.h os.h osdef.h ansi.h acls.h \
++ comm.h layer.h term.h image.h display.h window.h
+