Date: Mon, 16 Nov 2015 09:12:16 -0800 (PST) From: Don Lewis <truckman@FreeBSD.org> To: amdmi3@FreeBSD.org Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401774 - in head/sysutils/screen: . files Message-ID: <201511161712.tAGHCG71011967@gw.catspoiler.org> In-Reply-To: <201511161610.tAGGAZEn040474@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16 Nov, Dmitry Marakasov wrote: > Author: amdmi3 > Date: Mon Nov 16 16:10:35 2015 > New Revision: 401774 > URL: https://svnweb.freebsd.org/changeset/ports/401774 > > Log: > - Add missing file dependencies to fix threaded build, remove MAKE_JOBS_UNSAFE > > PR: 201781 > Submitted by: truckman > Approved by: maintainer timeout (cy, 3.5 months) > > Modified: > head/sysutils/screen/Makefile > head/sysutils/screen/files/patch-Makefile.in > > Modified: head/sysutils/screen/Makefile > ============================================================================== > --- head/sysutils/screen/Makefile Mon Nov 16 16:09:30 2015 (r401773) > +++ head/sysutils/screen/Makefile Mon Nov 16 16:10:35 2015 (r401774) > @@ -35,8 +35,6 @@ SYSTEM_SCREENRC_DESC= Install system scr > > OPTIONS_SUB= > > -MAKE_JOBS_UNSAFE= yes > - > USES= gmake cpe > > CPE_VENDOR= gnu > > Modified: head/sysutils/screen/files/patch-Makefile.in > ============================================================================== > --- head/sysutils/screen/files/patch-Makefile.in Mon Nov 16 16:09:30 2015 (r401773) > +++ head/sysutils/screen/files/patch-Makefile.in Mon Nov 16 16:10:35 2015 (r401774) > @@ -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 > + Thanks! Pushing this upstream has been on my TODO list for a while.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511161712.tAGHCG71011967>