diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-25 02:08:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-25 02:08:18 +0800 |
commit | f03214718cdfe90b2f3e46b8339c65b2cf57a42b (patch) | |
tree | 6eeabaae35708c4456fc72df736fd80b171b4408 /sysutils | |
parent | 3bdcd9548a9b4e32fcc2a5e265df101af538af83 (diff) | |
download | freebsd-ports-gnome-f03214718cdfe90b2f3e46b8339c65b2cf57a42b.tar.gz freebsd-ports-gnome-f03214718cdfe90b2f3e46b8339c65b2cf57a42b.tar.zst freebsd-ports-gnome-f03214718cdfe90b2f3e46b8339c65b2cf57a42b.zip |
Add another check for FreeBSD 6.X to get the services tool working again.
Obtained from: gnome-system-tools CVS
Diffstat (limited to 'sysutils')
4 files changed, 24 insertions, 2 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 6d9d2aea0dc9..2610cc45f270 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomesystemtools PORTVERSION= 0.91.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.91 diff --git a/sysutils/gnome-system-tools/files/patch-backends_services-conf.in b/sysutils/gnome-system-tools/files/patch-backends_services-conf.in new file mode 100644 index 000000000000..052b39456c6a --- /dev/null +++ b/sysutils/gnome-system-tools/files/patch-backends_services-conf.in @@ -0,0 +1,11 @@ +--- backends/services-conf.in.orig Tue Aug 24 14:06:32 2004 ++++ backends/services-conf.in Tue Aug 24 14:06:53 2004 +@@ -55,7 +55,7 @@ + "pld-1.0", "pld-1.1", "pld-1.99", + "slackware-9.1.0", "slackware-10.0.0", + "vine-3.0", "vine-3.1", +- "gentoo", "freebsd-5", "suse-9.0"); ++ "gentoo", "freebsd-5", "freebsd-6", "suse-9.0"); + + $description =<<"end_of_description;"; + Configures which services are to be started or stopped at which runlevels diff --git a/sysutils/gnomesystemtools/Makefile b/sysutils/gnomesystemtools/Makefile index 6d9d2aea0dc9..2610cc45f270 100644 --- a/sysutils/gnomesystemtools/Makefile +++ b/sysutils/gnomesystemtools/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomesystemtools PORTVERSION= 0.91.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-system-tools/0.91 diff --git a/sysutils/gnomesystemtools/files/patch-backends_services-conf.in b/sysutils/gnomesystemtools/files/patch-backends_services-conf.in new file mode 100644 index 000000000000..052b39456c6a --- /dev/null +++ b/sysutils/gnomesystemtools/files/patch-backends_services-conf.in @@ -0,0 +1,11 @@ +--- backends/services-conf.in.orig Tue Aug 24 14:06:32 2004 ++++ backends/services-conf.in Tue Aug 24 14:06:53 2004 +@@ -55,7 +55,7 @@ + "pld-1.0", "pld-1.1", "pld-1.99", + "slackware-9.1.0", "slackware-10.0.0", + "vine-3.0", "vine-3.1", +- "gentoo", "freebsd-5", "suse-9.0"); ++ "gentoo", "freebsd-5", "freebsd-6", "suse-9.0"); + + $description =<<"end_of_description;"; + Configures which services are to be started or stopped at which runlevels |