diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-19 06:38:14 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-19 06:38:14 +0800 |
commit | ec6fb7fc2cbae3b1d6eea3427f695997a2772578 (patch) | |
tree | 55c442b2d9f6be0f93d17e53f2661137eff8b01e /devel/glib20/files/patch-ae | |
parent | 29e64ec2fc02f43b7fa314774311774ec6022ee6 (diff) | |
download | marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.tar marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.tar.gz marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.tar.bz2 marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.tar.lz marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.tar.xz marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.tar.zst marcuscom-ports-ec6fb7fc2cbae3b1d6eea3427f695997a2772578.zip |
* Remove a long-dead patch
* Add support for mount change polling (since FreeBSD doesn't offer mtab).
Every three seconds, the list of mounts will be polled, and checked for
changes. If any are found, a change signal will be emitted. This
facilitates auto-mounting.
* Add a missing check for sysctlbyname()
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10777 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glib20/files/patch-ae')
-rw-r--r-- | devel/glib20/files/patch-ae | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae index 30c4a2497..2ba6ab189 100644 --- a/devel/glib20/files/patch-ae +++ b/devel/glib20/files/patch-ae @@ -1,5 +1,5 @@ ---- configure.orig 2008-03-10 22:55:52.000000000 -0400 -+++ configure 2008-03-10 22:58:48.000000000 -0400 +--- configure.orig 2008-03-17 23:32:05.000000000 -0400 ++++ configure 2008-03-18 17:55:42.000000000 -0400 @@ -32748,6 +32748,12 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ @@ -13,6 +13,15 @@ int main () { +@@ -34051,7 +34057,7 @@ done + + + +-for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid ++for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname + do + as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` + { echo "$as_me:$LINENO: checking for $ac_func" >&5 @@ -39139,6 +39145,8 @@ fi ;; esac |