aboutsummaryrefslogtreecommitdiff
path: root/www/encompass/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-02 21:04:21 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-02 21:04:21 +0000
commitb6c47a8abda2d7bb926c0e31d263ce8315781a3a (patch)
tree6a0a2ab00184c5c38edb1251b08d9741f3330577 /www/encompass/files
parent400729503874358bb416a8f4d92581572f3f7712 (diff)
downloadports-b6c47a8abda2d7bb926c0e31d263ce8315781a3a.tar.gz
ports-b6c47a8abda2d7bb926c0e31d263ce8315781a3a.zip
Notes
Diffstat (limited to 'www/encompass/files')
-rw-r--r--www/encompass/files/patch-ae11
-rw-r--r--www/encompass/files/patch-configure14
-rw-r--r--www/encompass/files/patch-src::Makefile.in14
3 files changed, 14 insertions, 25 deletions
diff --git a/www/encompass/files/patch-ae b/www/encompass/files/patch-ae
deleted file mode 100644
index c56a9cd0bb47..000000000000
--- a/www/encompass/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in 2000/12/01 14:27:47 1.1
-+++ Makefile.in 2000/12/01 14:28:02
-@@ -122,7 +122,7 @@
- pixmapdir = $(gnomedatadir)/pixmaps
- pixmap_DATA = encompass.png
-
--desktopdir = $(gnomedatadir)/gnome/apps/Internet
-+desktopdir = $(gnomedatadir)/apps/Internet
- desktop_DATA = encompass.desktop
-
- soundlistdir = $(sysconfdir)/sound/events
diff --git a/www/encompass/files/patch-configure b/www/encompass/files/patch-configure
new file mode 100644
index 000000000000..514e1ef9fbd5
--- /dev/null
+++ b/www/encompass/files/patch-configure
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- configure 2002/03/02 14:17:13 1.1
++++ configure 2002/03/02 14:17:28
+@@ -5029,7 +5029,7 @@
+
+
+
+-GNOME_HELP_DIR="`gnome-config --datadir`/gnome/help"
++GNOME_HELP_DIR="`gnome-config --datadir`/help"
+
+
+ PACKAGE_PIXMAPS_DIR="`gnome-config --datadir`/pixmaps/${PACKAGE}"
diff --git a/www/encompass/files/patch-src::Makefile.in b/www/encompass/files/patch-src::Makefile.in
deleted file mode 100644
index 990a9f04a2c6..000000000000
--- a/www/encompass/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/Makefile.in 2001/07/23 07:30:54 1.1
-+++ src/Makefile.in 2001/07/23 07:31:09
-@@ -123,7 +123,7 @@
- encompass_SOURCES = encompass.c config.h toolbar.c bookmarks.c bookmarks.h menu.c menu.h toolbar.h html.c html.h prefs.c prefs.h print.c print.h htmlurl.c htmlurl.h history.h history.c search.c search.h full-screen.c full-screen.h io.c io.h io-jpg.c io-jpg.h io-png.c io-png.h
-
-
--encompass_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) $(NEON_LIBS) -lpthread -lz -ljpeg -lpng
-+encompass_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS) $(NEON_LIBS) -lz -ljpeg -lpng
-
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = ../config.h