summaryrefslogtreecommitdiffstats
path: root/www/encompass
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-15 06:18:26 +0000
committersobomax <sobomax@FreeBSD.org>2000-09-15 06:18:26 +0000
commit1e54d4939cf6e387547e025f5ac875edc4fc657d (patch)
treef31dd43c0ef05e839904f61c3927797bf170f8b5 /www/encompass
parente18afd9c847cb5526efbb500f5ba67901476c3e4 (diff)
downloadFreeBSD-ports-1e54d4939cf6e387547e025f5ac875edc4fc657d.zip
FreeBSD-ports-1e54d4939cf6e387547e025f5ac875edc4fc657d.tar.gz
Unbroke the port:
- update md5 (distfile has been re-rolled); - make it working with glibwww instead of glibwww2.
Diffstat (limited to 'www/encompass')
-rw-r--r--www/encompass/Makefile2
-rw-r--r--www/encompass/distinfo2
-rw-r--r--www/encompass/files/patch-aa10
-rw-r--r--www/encompass/files/patch-ab15
4 files changed, 19 insertions, 10 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile
index cadf2d6..4f74dd0 100644
--- a/www/encompass/Makefile
+++ b/www/encompass/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
gtkhtml.4:${PORTSDIR}/www/gtkhtml \
- glibwww.1:${PORTSDIR}/www/glibwww2 \
+ glibwww.1:${PORTSDIR}/www/glibwww \
gconf-1.0:${PORTSDIR}/devel/gconf
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore \
${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
diff --git a/www/encompass/distinfo b/www/encompass/distinfo
index 1ecfc5e..640ddd2 100644
--- a/www/encompass/distinfo
+++ b/www/encompass/distinfo
@@ -1 +1 @@
-MD5 (encompass-0.2.0.tar.gz) = 116c96183eef5695bea3dc7f53e40345
+MD5 (encompass-0.2.0.tar.gz) = 1b1bf742f7a0a62d17d226c11015e6be
diff --git a/www/encompass/files/patch-aa b/www/encompass/files/patch-aa
index 7067c1f..1e610d7 100644
--- a/www/encompass/files/patch-aa
+++ b/www/encompass/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Aug 4 03:36:56 2000
-+++ Makefile Fri Aug 4 10:14:58 2000
+--- Makefile.orig Fri Aug 25 09:40:37 2000
++++ Makefile Fri Sep 15 08:56:07 2000
@@ -1,11 +1,11 @@
-CC = gcc
+#CC = gcc
@@ -7,13 +7,13 @@
-CFLAGS = -g `gnome-config --cflags gtk gnome gnomeui gtkhtml glibwww oaf` \
- `libwww-config --cflags`
+CFLAGS += `$(X11BASE)/bin/gnome-config --cflags gtk gnome gnomeui gtkhtml glibwww oaf` \
-+ `$(LOCALBASE)/bin/libwww-config --cflags` `$(X11BASE)/bin/gconf-config --cflags gconf`
++ `$(LOCALBASE)/bin/libwww-config --cflags`
LDFLAGS =
-LIBS = `gnome-config --libs gtk gnome gnomeui gtkhtml glibwww oaf` \
-- `libwww-config --libs` `gconf-config --libs gconf`
+- `libwww-config --libs`
-prefix = `gnome-config --prefix`
+LIBS = `$(X11BASE)/bin/gnome-config --libs gtk gnome gnomeui gtkhtml glibwww oaf` \
-+ `$(LOCALBASE)/bin/libwww-config --libs` `$(X11BASE)/bin/gconf-config --libs gconf`
++ `$(LOCALBASE)/bin/libwww-config --libs`
+prefix = $(PREFIX)
INSTALL = $(prefix)/bin/install -c
exec_prefix = ${prefix}
diff --git a/www/encompass/files/patch-ab b/www/encompass/files/patch-ab
index 2c4b9be..9db672d 100644
--- a/www/encompass/files/patch-ab
+++ b/www/encompass/files/patch-ab
@@ -1,6 +1,6 @@
---- config.h.orig Wed Jul 26 14:50:21 2000
-+++ config.h Wed Jul 26 14:50:25 2000
-@@ -7,6 +7,9 @@
+--- config.h.orig Fri Aug 25 09:40:37 2000
++++ config.h Fri Sep 15 08:57:40 2000
+@@ -6,6 +6,9 @@
#include <sys/stat.h>
#include <netdb.h>
@@ -10,3 +10,12 @@
#include <arpa/inet.h>
#include <libgnomeprint/gnome-print.h>
+@@ -24,7 +27,7 @@
+ #include <WWWStream.h>
+ #include <WWWInit.h>
+
+-#include <glibwww2/glibwww.h>
++#include <glibwww/glibwww.h>
+
+ #include "html.h"
+ #include "menu.h"
OpenPOWER on IntegriCloud