diff options
-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", |