diff options
author | stas <stas@FreeBSD.org> | 2009-10-02 20:01:07 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-10-02 20:01:07 +0800 |
commit | 86d9ec31d06c30e051816b5a4d71f5195d609159 (patch) | |
tree | 1c895db99936a66879863ba22c96d75bbdd5bbdb /devel | |
parent | 4e99ea6763dddf138ea4454c1081b87eceaebd71 (diff) | |
download | freebsd-ports-gnome-86d9ec31d06c30e051816b5a4d71f5195d609159.tar.gz freebsd-ports-gnome-86d9ec31d06c30e051816b5a4d71f5195d609159.tar.zst freebsd-ports-gnome-86d9ec31d06c30e051816b5a4d71f5195d609159.zip |
- Set correct permissons on libtool.m4 before trying to patch it. Otherwise
the build will fail under orinary user as the libtool.m4 file installed
has no write permissions (SHAREMODE).
Approved by: pgollucci (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr/files/patch-apr_buildconf | 10 | ||||
-rw-r--r-- | devel/apr0/files/patch-apr_buildconf | 10 | ||||
-rw-r--r-- | devel/apr1/files/patch-apr_buildconf | 10 | ||||
-rw-r--r-- | devel/apr2/files/patch-apr_buildconf | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/apr/files/patch-apr_buildconf b/devel/apr/files/patch-apr_buildconf new file mode 100644 index 000000000000..64f812b1d4b8 --- /dev/null +++ b/devel/apr/files/patch-apr_buildconf @@ -0,0 +1,10 @@ +--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300 ++++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400 +@@ -71,6 +71,7 @@ + + echo "buildconf: Using libtool.m4 at ${ltfile}." + ++chmod 644 build/libtool.m4 + cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4 + + # libtool.m4 from 1.6 requires ltsugar.m4 diff --git a/devel/apr0/files/patch-apr_buildconf b/devel/apr0/files/patch-apr_buildconf new file mode 100644 index 000000000000..64f812b1d4b8 --- /dev/null +++ b/devel/apr0/files/patch-apr_buildconf @@ -0,0 +1,10 @@ +--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300 ++++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400 +@@ -71,6 +71,7 @@ + + echo "buildconf: Using libtool.m4 at ${ltfile}." + ++chmod 644 build/libtool.m4 + cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4 + + # libtool.m4 from 1.6 requires ltsugar.m4 diff --git a/devel/apr1/files/patch-apr_buildconf b/devel/apr1/files/patch-apr_buildconf new file mode 100644 index 000000000000..64f812b1d4b8 --- /dev/null +++ b/devel/apr1/files/patch-apr_buildconf @@ -0,0 +1,10 @@ +--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300 ++++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400 +@@ -71,6 +71,7 @@ + + echo "buildconf: Using libtool.m4 at ${ltfile}." + ++chmod 644 build/libtool.m4 + cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4 + + # libtool.m4 from 1.6 requires ltsugar.m4 diff --git a/devel/apr2/files/patch-apr_buildconf b/devel/apr2/files/patch-apr_buildconf new file mode 100644 index 000000000000..64f812b1d4b8 --- /dev/null +++ b/devel/apr2/files/patch-apr_buildconf @@ -0,0 +1,10 @@ +--- apr-1.3.8/buildconf.orig 2009-02-24 06:37:18.000000000 +0300 ++++ apr-1.3.8/buildconf 2009-09-27 14:25:11.000000000 +0400 +@@ -71,6 +71,7 @@ + + echo "buildconf: Using libtool.m4 at ${ltfile}." + ++chmod 644 build/libtool.m4 + cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4 + + # libtool.m4 from 1.6 requires ltsugar.m4 |