af93f62e24
it now uses the fltk2 toolkit instead of gtk1 add a patch to fix accessing websites that have ipv6 addr while you don't full changelog: http://cvs.auriga.wearlab.de/cgi-bin/cvsweb.cgi/dillo2/ChangeLog?rev=HEAD;cvsroot=dillo from new MAINTAINER James Turner (former maintainer Jim Uhl resigned) requested by kili@
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
$OpenBSD: patch-dpid_Makefile_in,v 1.3 2008/10/19 08:42:55 ajacoutot Exp $
|
|
--- dpid/Makefile.in.orig Fri Oct 10 16:48:19 2008
|
|
+++ dpid/Makefile.in Fri Oct 17 07:25:33 2008
|
|
@@ -485,13 +485,13 @@ uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIP
|
|
|
|
|
|
install-data-local :
|
|
- $(mkinstalldirs) $(DESTDIR)$(sysconfdir)
|
|
- echo dpi_dir=$(libdir)/dillo/dpi > $(DESTDIR)$(sysconfdir)/dpidrc
|
|
- echo >> $(DESTDIR)$(sysconfdir)/dpidrc
|
|
- echo "proto.file=file/file.dpi" >> $(DESTDIR)$(sysconfdir)/dpidrc
|
|
- echo "proto.ftp=ftp/ftp.filter.dpi" >> $(DESTDIR)$(sysconfdir)/dpidrc
|
|
- echo "proto.https=https/https.filter.dpi" >> $(DESTDIR)$(sysconfdir)/dpidrc
|
|
- echo "proto.data=datauri/datauri.filter.dpi" >> $(DESTDIR)$(sysconfdir)/dpidrc
|
|
+ $(mkinstalldirs) $(PREFIX)/share/examples/dillo/
|
|
+ echo dpi_dir=$(libdir)/dillo/dpi > $(PREFIX)/share/examples/dillo/dpidrc
|
|
+ echo >> $(PREFIX)/share/examples/dillo/dpidrc
|
|
+ echo "proto.file=file/file.dpi" >> $(PREFIX)/share/examples/dillo/dpidrc
|
|
+ echo "proto.ftp=ftp/ftp.filter.dpi" >> $(PREFIX)/share/examples/dillo/dpidrc
|
|
+ echo "proto.https=https/https.filter.dpi" >> $(PREFIX)/share/examples/dillo/dpidrc
|
|
+ echo "proto.data=datauri/datauri.filter.dpi" >> $(PREFIX)/share/examples/dillo/dpidrc
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|