svn commit: r342614 - head/math/sage/files

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Feb 4 22:23:29 UTC 2014


Author: stephen
Date: Tue Feb  4 22:23:28 2014
New Revision: 342614
URL: http://svnweb.freebsd.org/changeset/ports/342614
QAT: https://qat.redports.org/buildarchive/r342614/

Log:
  - Add patch to readline subpackage hoping it will work with FreeBSD-10.

Added:
  head/math/sage/files/patch-build_pkgs_readline_fbsd-patch-src_support_shlib-install   (contents, props changed)

Added: head/math/sage/files/patch-build_pkgs_readline_fbsd-patch-src_support_shlib-install
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/sage/files/patch-build_pkgs_readline_fbsd-patch-src_support_shlib-install	Tue Feb  4 22:23:28 2014	(r342614)
@@ -0,0 +1,15 @@
+--- /dev/null	2014-02-04 16:10:34.000000000 -0600
++++ build/pkgs/readline/fbsd-patch-src_support_shlib-install	2014-02-04 16:14:11.000000000 -0600
+@@ -0,0 +1,12 @@
++--- src/support/shlib-install-orig	2014-02-04 16:09:16.000000000 -0600
+++++ src/support/shlib-install	2014-02-04 16:10:32.000000000 -0600
++@@ -177,7 +177,8 @@
++ 	fi
++ 	;;
++ 
++-freebsd[4-9]*|freebsdelf*|dragonfly*)
+++# FreeBSD less than 4 no longer supported.  So freebsd[4-9]* to freebsd*.
+++freebsd*|freebsdelf*|dragonfly*)
++ 	# libname.so -> libname.so.M
++ 	${echo} ${RM} ${INSTALLDIR}/$LINK1
++ 	if [ -z "$uninstall" ]; then


More information about the svn-ports-all mailing list