diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-20 11:40:03 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-20 11:40:03 +0800 |
commit | 0347e5c317b5f7a09ee1e1fca181086063a62b90 (patch) | |
tree | d76b73eb226cf6b687aa52b3e31e04017a7cd561 /devel | |
parent | 0adf77cfd78d12506a6294bd5345626d89061fa8 (diff) | |
download | marcuscom-ports-0347e5c317b5f7a09ee1e1fca181086063a62b90.tar.gz marcuscom-ports-0347e5c317b5f7a09ee1e1fca181086063a62b90.tar.zst marcuscom-ports-0347e5c317b5f7a09ee1e1fca181086063a62b90.zip |
Add devfs and linprocfs to the list of ignored file systems.
Submitted by: ankon on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgtop2/Makefile | 3 | ||||
-rw-r--r-- | devel/libgtop2/files/patch-sysdeps_common_mountlist.c | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile index 3e1eb41ae..7f940300c 100644 --- a/devel/libgtop2/Makefile +++ b/devel/libgtop2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/libgtop2/Makefile,v 1.57 2006/01/31 20:36:48 marcus Exp $ +# $MCom: ports/devel/libgtop2/Makefile,v 1.58 2006/02/14 19:25:40 adamw Exp $ # PORTNAME= libgtop2 PORTVERSION= 2.13.3 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.13 diff --git a/devel/libgtop2/files/patch-sysdeps_common_mountlist.c b/devel/libgtop2/files/patch-sysdeps_common_mountlist.c new file mode 100644 index 000000000..1b26e907c --- /dev/null +++ b/devel/libgtop2/files/patch-sysdeps_common_mountlist.c @@ -0,0 +1,12 @@ +--- sysdeps/common/mountlist.c.orig Sun Feb 19 22:34:38 2006 ++++ sysdeps/common/mountlist.c Sun Feb 19 22:37:33 2006 +@@ -540,7 +540,9 @@ static gboolean ignore_mount_entry(const + static const char ignored[][12] = { + "autofs", + "binfmt_misc", ++ "devfs", + "devpts", ++ "linprocfs", + "mntfs", + "mqueue", + "none", |