diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-15 06:18:26 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-15 06:18:26 +0000 |
commit | 3ce147e0c0d95e3db04fab5ab85ef68cdd57f91d (patch) | |
tree | 14ad21c44bc6e11b89d7faaae312b90db300a5a9 | |
parent | Reflect repo-copy from glibwww2 to glibwww and update glibwww to version 0.2. (diff) |
Unbroke the port:
- update md5 (distfile has been re-rolled);
- make it working with glibwww instead of glibwww2.
Notes
Notes:
svn path=/head/; revision=32630
-rw-r--r-- | www/encompass/Makefile | 2 | ||||
-rw-r--r-- | www/encompass/distinfo | 2 | ||||
-rw-r--r-- | www/encompass/files/patch-aa | 10 | ||||
-rw-r--r-- | www/encompass/files/patch-ab | 15 |
4 files changed, 19 insertions, 10 deletions
diff --git a/www/encompass/Makefile b/www/encompass/Makefile index cadf2d661fb0..4f74dd07fd28 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 1ecfc5e95bc0..640ddd21aab7 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 7067c1f88392..1e610d778517 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 2c4b9be0dee8..9db672dcfe49 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" |