From owner-svn-ports-head@freebsd.org Wed Dec 27 09:00:45 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F64BEAC7F4; Wed, 27 Dec 2017 09:00:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 038E77E335; Wed, 27 Dec 2017 09:00:44 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBR90h5i095901; Wed, 27 Dec 2017 09:00:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBR90hwA095897; Wed, 27 Dec 2017 09:00:43 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201712270900.vBR90hwA095897@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 Dec 2017 09:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457357 - in head/converters/xdeview: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/converters/xdeview: . files X-SVN-Commit-Revision: 457357 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Dec 2017 09:00:45 -0000 Author: amdmi3 Date: Wed Dec 27 09:00:43 2017 New Revision: 457357 URL: https://svnweb.freebsd.org/changeset/ports/457357 Log: - Unsilence installation commands - Regenerate patches Modified: head/converters/xdeview/Makefile head/converters/xdeview/files/patch-configure head/converters/xdeview/files/patch-tcl_Makefile.in head/converters/xdeview/files/patch-tcl_uutcl.c Modified: head/converters/xdeview/Makefile ============================================================================== --- head/converters/xdeview/Makefile Wed Dec 27 09:00:39 2017 (r457356) +++ head/converters/xdeview/Makefile Wed Dec 27 09:00:43 2017 (r457357) @@ -42,6 +42,6 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${FILESDIR}/porting.notes ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/porting.notes ${STAGEDIR}${DOCSDIR} .include Modified: head/converters/xdeview/files/patch-configure ============================================================================== --- head/converters/xdeview/files/patch-configure Wed Dec 27 09:00:39 2017 (r457356) +++ head/converters/xdeview/files/patch-configure Wed Dec 27 09:00:43 2017 (r457357) @@ -1,11 +1,11 @@ ---- configure.orig Thu Jan 9 08:22:00 1997 -+++ configure Thu Nov 4 11:29:23 1999 -@@ -3148,7 +3148,7 @@ +--- configure.orig 2004-03-01 23:06:18 UTC ++++ configure +@@ -2447,7 +2447,7 @@ EOF fi -for ac_hdr in fcntl.h unistd.h memory.h malloc.h errno.h direct.h +for ac_hdr in fcntl.h unistd.h memory.h errno.h direct.h do - ac_safe=`echo "$ac_hdr" | tr './\055' '___'` + ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 Modified: head/converters/xdeview/files/patch-tcl_Makefile.in ============================================================================== --- head/converters/xdeview/files/patch-tcl_Makefile.in Wed Dec 27 09:00:39 2017 (r457356) +++ head/converters/xdeview/files/patch-tcl_Makefile.in Wed Dec 27 09:00:43 2017 (r457357) @@ -1,7 +1,7 @@ ---- tcl/Makefile.in.orig Thu Jun 6 13:09:05 1996 -+++ tcl/Makefile.in Wed Apr 2 00:06:10 1997 -@@ -95,8 +95,8 @@ - rm -f uuwish [Xx]deview gif2gfp +--- tcl/Makefile.in.orig 2001-06-04 16:26:57 UTC ++++ tcl/Makefile.in +@@ -95,8 +95,8 @@ new: clean + rm -f uuwish make all -uuwish: $(OBJ) ../uulib/libuu.a @@ -9,5 +9,5 @@ +uuwish: $(OBJ) + $(CC) -o $@ $(OBJ) -luu $(LIBS) - xdeview: xdeview.head tk_MFSbox.tcl xdeview.tail - rm -f $@ + xdeview: + chmod 755 $@ Modified: head/converters/xdeview/files/patch-tcl_uutcl.c ============================================================================== --- head/converters/xdeview/files/patch-tcl_uutcl.c Wed Dec 27 09:00:39 2017 (r457356) +++ head/converters/xdeview/files/patch-tcl_uutcl.c Wed Dec 27 09:00:43 2017 (r457357) @@ -1,5 +1,5 @@ ---- tcl/uutcl.c.orig Sat Feb 19 18:56:55 2005 -+++ tcl/uutcl.c Sat Feb 19 18:57:08 2005 +--- tcl/uutcl.c.orig 2002-03-06 13:52:45 UTC ++++ tcl/uutcl.c @@ -48,14 +48,6 @@ #include #endif