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

Stephen Montgomery-Smith stephen at FreeBSD.org
Mon Jul 21 12:55:41 UTC 2014


Author: stephen
Date: Mon Jul 21 12:55:41 2014
New Revision: 362432
URL: http://svnweb.freebsd.org/changeset/ports/362432
QAT: https://qat.redports.org/buildarchive/r362432/

Log:
  - Unset group write priveleges in the pynac subpackage, so that it will build
    as root.
  
  PR:		191834
  Submitted by:	claus at endresconsulting.com

Modified:
  head/math/sage/files/patch-build_pkgs_pynac_spkg-install

Modified: head/math/sage/files/patch-build_pkgs_pynac_spkg-install
==============================================================================
--- head/math/sage/files/patch-build_pkgs_pynac_spkg-install	Mon Jul 21 12:40:49 2014	(r362431)
+++ head/math/sage/files/patch-build_pkgs_pynac_spkg-install	Mon Jul 21 12:55:41 2014	(r362432)
@@ -1,7 +1,10 @@
---- build/pkgs/pynac/spkg-install-orig	2014-05-15 02:26:11.000000000 +0000
-+++ build/pkgs/pynac/spkg-install	2014-05-15 02:19:32.000000000 +0000
-@@ -33,6 +33,9 @@
+--- build/pkgs/pynac/spkg-install.orig	2014-05-06 11:21:42.000000000 +0000
++++ build/pkgs/pynac/spkg-install	2014-07-21 04:36:42.000000000 +0000
+@@ -31,8 +31,12 @@
+ 
+ build_pynac()
  {
++    chmod -R g-w ${PYNACDIR}
      cd ${PYNACDIR}
      PKG_CONFIG_PATH=${SAGE_LOCAL}/lib/pkgconfig; export PKG_CONFIG_PATH
 +    aclocal


More information about the svn-ports-head mailing list