Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 09:00:43 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457357 - in head/converters/xdeview: . files
Message-ID:  <201712270900.vBR90hwA095897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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 <tcl.h>
  #endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712270900.vBR90hwA095897>