aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gkrellm2/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /sysutils/gkrellm2/files
parent8c307777eaf81af4195ae428b3ebbeba734fc5af (diff)
Diffstat (limited to 'sysutils/gkrellm2/files')
-rw-r--r--sysutils/gkrellm2/files/patch-ad28
-rw-r--r--sysutils/gkrellm2/files/patch-ae23
-rw-r--r--sysutils/gkrellm2/files/patch-af74
3 files changed, 0 insertions, 125 deletions
diff --git a/sysutils/gkrellm2/files/patch-ad b/sysutils/gkrellm2/files/patch-ad
deleted file mode 100644
index b6bd8edf9a92..000000000000
--- a/sysutils/gkrellm2/files/patch-ad
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: Makefile.top
-diff -u Makefile.top.orig Makefile.top
---- Makefile.top.orig Sun Jul 9 04:03:15 2000
-+++ Makefile.top Mon Jul 10 20:01:27 2000
-@@ -24,7 +24,7 @@
- #
- # Default
- #--------
--GTK_CONFIG = gtk-config
-+#GTK_CONFIG = gtk-config
- BINMODE = 755
-
- # FreeBSD 2.X
-@@ -71,12 +71,12 @@
-
- freebsd2:
- (cd locale && ${MAKE} all)
-- (cd src && ${MAKE} GTK_CONFIG=gtk12-config GTOP_LIBS= GTOP_INCLUDE= \
-+ (cd src && ${MAKE} GTK_CONFIG=$(GTK_CONFIG) GTOP_LIBS= GTOP_INCLUDE= \
- SYS_LIBS="-lkvm" gkrellm )
-
- freebsd3 freebsd4 freebsd5 freebsd:
- (cd locale && ${MAKE} all)
-- (cd src && ${MAKE} GTK_CONFIG=gtk12-config GTOP_LIBS= GTOP_INCLUDE= \
-+ (cd src && ${MAKE} GTK_CONFIG=$(GTK_CONFIG) GTOP_LIBS= GTOP_INCLUDE= \
- SYS_LIBS="-lkvm -ldevstat" gkrellm )
-
- gtop:
diff --git a/sysutils/gkrellm2/files/patch-ae b/sysutils/gkrellm2/files/patch-ae
deleted file mode 100644
index a6bebc432a4f..000000000000
--- a/sysutils/gkrellm2/files/patch-ae
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: src/Makefile.src
-diff -u src/Makefile.src.orig src/Makefile.src
---- src/Makefile.src.orig Tue Oct 17 06:05:39 2000
-+++ src/Makefile.src Thu Oct 19 16:32:03 2000
-@@ -13,7 +13,7 @@
- GTK_LIB = `$(GTK_CONFIG) --libs gthread`
- IMLIB_LIB = `imlib-config --libs-gdk`
-
--FLAGS = -O2 -I.. $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GTOP_INCLUDE)
-+FLAGS = -I.. $(GTK_INCLUDE) $(IMLIB_INCLUDE) $(GTOP_INCLUDE)
- FLAGS+= $(PTHREAD_INC)
-
- LIBS = $(GTK_LIB) $(IMLIB_LIB) $(GTOP_LIBS) $(SYS_LIBS)
-@@ -33,8 +33,7 @@
- FLAGS += -DHAVE_GETADDRINFO
- endif
-
--
--CC = gcc -Wall $(FLAGS) $(CFLAGS)
-+CFLAGS += $(FLAGS)
-
- OBJS = main.o apm.o clock.o cpu.o disk.o fs.o hostname.o \
- inet.o mail.o meminfo.o net.o proc.o sensors.o uptime.o \
diff --git a/sysutils/gkrellm2/files/patch-af b/sysutils/gkrellm2/files/patch-af
deleted file mode 100644
index efca767acaf6..000000000000
--- a/sysutils/gkrellm2/files/patch-af
+++ /dev/null
@@ -1,74 +0,0 @@
-Index: gkrellm.1
-diff -u gkrellm.1.orig gkrellm.1
---- gkrellm.1.orig Wed Mar 14 21:04:26 2001
-+++ gkrellm.1 Thu Mar 15 00:12:14 2001
-@@ -1,4 +1,4 @@
--.TH gkrellm 1 "Febuary 3, 2001" "Olympus GNU/Linux" "User's Manual"
-+.TH gkrellm 1 "Febuary 3, 2001" "FreeBSD" "User's Manual"
-
- .SH "NAME"
- gkrellm \- The GNU Krell Monitors
-@@ -322,18 +322,18 @@
- ppp is connecting, and the on state is the ppp link connected.
- The phone line lock is determined by the existence of the modem
- lock file
--.IR /var/lock/LCK..modem.
-+.IR /var/spool/lock/LCK..modem.
- If your pppd setup does not use
- .IR /dev/modem,
- then you can configure an alternative with:
- .PP
- .RS
- .nf
--ln -s /var/lock/LCK..ttySx ~/.gkrellm/LCK..modem
-+ln -s /var/spool/lock/LCK..cuaaS ~/.gkrellm/LCK..modem
- .fi
- .RE
- .IP
--where ttySx is the tty device your modem uses. The ppp on
-+where cuaaS is the tty device your modem uses. The ppp on
- state is detected by the existence of
- .IR /var/run/pppX.pid
- and the time stamp of this file is the base for the on line time.
-@@ -781,7 +781,7 @@
- .PP
- .B gkrellm
- also searches
--.IR /usr/share/gkrellm/themes
-+.IR /usr/X11R6/share/gkrellm/themes
- for any system wide themes installed as part of a distribution.
- Finally, a theme you simply want to check out can be untarred anywhere and
- used by running:
-@@ -806,12 +806,12 @@
- The directories
- .IR /usr/local/lib/gkrellm/plugins
- and
--.IR /usr/lib/gkrellm/plugins
-+.IR /usr/X11R6/libexec/gkrellm/plugins
- are also searched for plugins to install.
- For compatibility with pre 1.0.6 versions, plugins from the directories
- .IR /usr/local/share/gkrellm/plugins
- and
--.IR /usr/share/gkrellm/plugins
-+.IR /usr/X11R6/libexec/gkrellm/plugins
- are still installed, but this is not compatible with the FHS.
- .PP
- Some plugins may be available only as source files and they will
-@@ -832,7 +832,7 @@
- .I ~/.gkrellm/plugins
- User plugin directory.
- .TP
--.I /usr/lib/gkrellm/plugins
-+.I /usr/X11R6/libexec/gkrellm/plugins
- System wide plugin directory.
- .TP
- .I /usr/local/lib/gkrellm/plugins
-@@ -841,7 +841,7 @@
- .I ~/.gkrellm/themes
- User theme directory.
- .TP
--.I /usr/share/gkrellm/themes
-+.I /usr/X11R6/share/gkrellm/themes
- System wide theme directory.
- .TP
- .I /usr/local/share/gkrellm/themes