svn commit: r538656 - head/lang/ecl/files

Lorenzo Salvadore salvadore at FreeBSD.org
Sat Jun 13 09:26:20 UTC 2020


Author: salvadore
Date: Sat Jun 13 09:26:19 2020
New Revision: 538656
URL: https://svnweb.freebsd.org/changeset/ports/538656

Log:
  lang/ecl: Fix r538595
  
  Move the comment introduced in r538595 so that it does not break the port
  anymore.
  
  Reported by:	mat
  Reviewed by:	mat
  Approved by:	tcberner (co-mentor)
  Differential Revision:	https://reviews.freebsd.org/D25244

Modified:
  head/lang/ecl/files/extra-patch-src_Makefile.in

Modified: head/lang/ecl/files/extra-patch-src_Makefile.in
==============================================================================
--- head/lang/ecl/files/extra-patch-src_Makefile.in	Sat Jun 13 09:01:23 2020	(r538655)
+++ head/lang/ecl/files/extra-patch-src_Makefile.in	Sat Jun 13 09:26:19 2020	(r538656)
@@ -1,3 +1,5 @@
+Patch from SageMath
+
 --- src/Makefile.in.orig	2016-12-19 10:25:00 UTC
 +++ src/Makefile.in
 @@ -304,10 +304,14 @@ install:
@@ -6,7 +8,7 @@
  	    $(INSTALL_LIBRARY) $$i $(DESTDIR)$(bindir); \
 -	   fi; \
 -	   $(INSTALL_LIBRARY) $$i $(DESTDIR)$(libdir); \
-+	   else \	# patch from SageMath
++	   else \
 +	    $(INSTALL_LIBRARY) $$i $(DESTDIR)$(libdir); \
 +	   fi \
  	  fi \


More information about the svn-ports-all mailing list