diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-03 01:43:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-03 01:43:05 +0800 |
commit | d84c359924fb2582d7ffe7f53c840112884798f4 (patch) | |
tree | 2b34e25cb620de1564b2c5952f358f72b04455c5 /sysutils/xosview/files | |
parent | 968b4146300f6a72a74bbe4664a2bce7c2494dd6 (diff) | |
download | freebsd-ports-gnome-d84c359924fb2582d7ffe7f53c840112884798f4.tar.gz freebsd-ports-gnome-d84c359924fb2582d7ffe7f53c840112884798f4.tar.zst freebsd-ports-gnome-d84c359924fb2582d7ffe7f53c840112884798f4.zip |
upgrade to 1.8.0
PR: 38809
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'sysutils/xosview/files')
-rw-r--r-- | sysutils/xosview/files/patch-ac | 11 | ||||
-rw-r--r-- | sysutils/xosview/files/patch-configure | 12 |
2 files changed, 9 insertions, 14 deletions
diff --git a/sysutils/xosview/files/patch-ac b/sysutils/xosview/files/patch-ac deleted file mode 100644 index 679881ad4bbd..000000000000 --- a/sysutils/xosview/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- config/Makefile.config.in.orig Thu Feb 25 12:12:41 1999 -+++ config/Makefile.config.in Sun Mar 14 13:05:07 1999 -@@ -22,7 +22,7 @@ - #----------------------------------------------------------------- - - # Optimized CXXFLAGS --CXXFLAGS += $(CFLAGS) -Wall -O4 -pipe -I@x_includes@ \ -+CXXFLAGS += $(CFLAGS) -Wall -I@x_includes@ \ - -DXOSVIEW_VERSION=\"$(VERS)\" -I$(TOP) -I$(TOP)/@host_dir@ @DEFS@ - # DEBUG CXXFLAGS - #CXXFLAGS += $(CFLAGS) -Wall -ggdb -pipe -I@x_includes@ \ diff --git a/sysutils/xosview/files/patch-configure b/sysutils/xosview/files/patch-configure index c0ffb8cc19b3..86de049d5beb 100644 --- a/sysutils/xosview/files/patch-configure +++ b/sysutils/xosview/files/patch-configure @@ -1,5 +1,11 @@ ---- configure.orig Tue Nov 16 23:16:57 1999 -+++ configure Thu May 11 07:47:08 2000 -@@ -1736 +1736 @@ +--- configure.orig Sat Jun 1 23:56:10 2002 ++++ configure Sat Jun 1 23:56:23 2002 +@@ -1851,7 +1851,7 @@ + + host_dir=bsd + host_os=freebsd ;; -freebsd[4]*) +freebsd[45]*) + EXTRALIBS="-lkvm $XPMLIB $DEVSTATLIB" + INSTALL_ARGS='-s -g kmem -m 02555' + NetMeter_Default_Setting=True |