Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2015 07:48:44 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385090 - head/lang/gawk/files
Message-ID:  <201505010748.t417minh077316@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri May  1 07:48:43 2015
New Revision: 385090
URL: https://svnweb.freebsd.org/changeset/ports/385090

Log:
  Backout r385089 and unbreak again
  
  With hat:	portmgr

Added:
  head/lang/gawk/files/patch-extension_Makefile.in
     - copied unchanged from r385088, head/lang/gawk/files/patch-extension_Makefile.in
Modified:
  head/lang/gawk/files/patch-Makefile

Modified: head/lang/gawk/files/patch-Makefile
==============================================================================
--- head/lang/gawk/files/patch-Makefile	Fri May  1 07:45:08 2015	(r385089)
+++ head/lang/gawk/files/patch-Makefile	Fri May  1 07:48:43 2015	(r385090)
@@ -1,11 +1,11 @@
---- Makefile.in.orig	2015-04-29 07:35:51.000000000 +0200
-+++ Makefile.in	2015-05-01 09:30:45.000000000 +0200
-@@ -1175,7 +1175,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+--- Makefile.in.orig	2014-04-08 18:12:38.000000000 +0200
++++ Makefile.in	2014-04-21 14:23:45.000000000 +0200
+@@ -1151,7 +1151,7 @@ uninstall-am: uninstall-binPROGRAMS unin
  install-exec-hook:
  	(cd $(DESTDIR)$(bindir); \
  	$(LN) gawk$(EXEEXT) gawk-$(VERSION)$(EXEEXT) 2>/dev/null ; \
--	if [ ! -f awk$(EXEEXT) ]; \
+-	if [ ! -f awk ]; \
 +	if ! /usr/bin/which -s awk; \
- 	then	$(LN_S) gawk$(EXEEXT) awk$(EXEEXT); \
+ 	then	$(LN_S) gawk$(EXEEXT) awk; \
  	fi; exit 0)
  

Copied: head/lang/gawk/files/patch-extension_Makefile.in (from r385088, head/lang/gawk/files/patch-extension_Makefile.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/gawk/files/patch-extension_Makefile.in	Fri May  1 07:48:43 2015	(r385090, copy of r385088, head/lang/gawk/files/patch-extension_Makefile.in)
@@ -0,0 +1,12 @@
+--- extension/Makefile.in.orig	2014-04-08 18:13:03.000000000 +0200
++++ extension/Makefile.in	2014-04-21 14:26:04.000000000 +0200
+@@ -1230,9 +1230,6 @@ uninstall-man: uninstall-man3
+ 
+ 
+ install-data-hook:
+-	for i in $(pkgextension_LTLIBRARIES) ; do \
+-		$(RM) $(pkgextensiondir)/$$i ; \
+-	done
+ 
+ # Keep the uninstall check working:
+ uninstall-so:



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