Commit Graph

71 Commits

Author SHA1 Message Date
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
tb
6376079493 www/dillo: prepare for upcoming libcrypto bump 2021-10-19 10:20:08 +00:00
bentley
a2336446f2 Hey dol! merry dol! set -fcommon in dillo!
Ring a dong! hop along! fal lal the willow!
2021-01-31 15:01:23 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
bentley
2069565d81 Use HTTPS for homepage/master_sites. 2017-11-09 11:07:52 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
65e305f38a replace libiconv module 2016-09-13 19:15:03 +00:00
sthen
b0afd3bc40 remove bcallah as maintainer of his ports, at his request 2015-08-25 13:18:24 +00:00
bcallah
104175dc8c Update to 3.0.5
Changelog: http://hg.dillo.org/dillo/raw-file/3.0.5/ChangeLog
2015-07-03 14:33:26 +00:00
bcallah
2bb5d011f9 Bugfix update to 3.0.4.1 2014-12-28 23:01:47 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
bcallah
7c2cf2299f Update to 3.0.4.
Prevent dillo from disabling threaded dns (from brad@)
ok brad@ jturner@
2014-04-11 17:44:08 +00:00
bcallah
eee22267dd Add RCS ID tags to a couple of files under patches/
Add a dillo.desktop and dillo.xpm, taken from Debian.
Original diff from Donovan Watteau <tsoomi AT gmail DOT com> with small
Makefile tweaks by me.
Extra eyes and ok jca@
2014-01-30 01:28:13 +00:00
naddy
611dc52f1c Drop USE_GROFF since groff and mandoc produce identical output. 2014-01-01 20:46:27 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
bcallah
2ea33c9beb Update www/dillo to 3.0.3
ok sthen@
2013-04-19 14:33:51 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
bcallah
21759f0853 Change my email to my openbsd email to match the other ports I maintain.
Bump REVISION.
ok aja@
2013-03-03 15:36:55 +00:00
bcallah
f4e5a57714 Change DESCR, dillo is now based on FLTK. Bump REVISION.
ok brad@
2013-01-08 00:23:14 +00:00
sthen
c384c66c4f update to Dillo 3.0.2, from Brian Callahan (taking MAINTAINER)
also tested by James Turner
2013-01-05 22:42:58 +00:00
benoit
0507f0128d - drop maintainership on it 2011-07-30 04:25:36 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
sthen
89d5cdea52 new-style LIB_DEPENDS/REVISION/WANTLIB 2010-11-11 12:35:09 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
c82c4422b0 USE_GROFF=Yes 2010-10-19 08:02:53 +00:00
benoit
5ab72aa347 - update dillo to 2.2
- update patches
- regen PLIST

This update fixes security vulnerability.
Detailed information: http://secunia.com/advisories/38569/

ok jasper@
2010-03-01 14:53:31 +00:00
benoit
e20033bf64 - update dillo to 2.1.1
- change maintainer
- enable ssl
- regen plist & patches

ok ajacoutot@, sthen@
2009-09-29 07:38:33 +00:00
jasper
67d9e30366 - remove maintainer per his request; any takers? 2009-08-10 18:46:49 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
ajacoutot
dffe3ad6b3 - configure default fonts rendering
- for ftp transfers, dillo relies on wget; add run_depends on it
(maintainer is actually working on making use of ftp(1) instead, thanks to
kili@'s suggestion; but for now we need ftp working)

from James Turner (MAINTAINER)
2008-11-03 11:05:25 +00:00
ajacoutot
8c6ef5e35a - load certificates from /etc/ssl/cert.pem
from James Turner (MAINTAINER)
2008-10-21 07:14:20 +00:00
ajacoutot
af93f62e24 - major upgrade to dillo 2.0
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@
2008-10-19 08:42:55 +00:00
merdely
ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00
espie
d4ebcd974d more base64 checksums 2007-04-05 17:26:05 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
jasper
303973f621 add missing WANTLIB (stdc++)
ok pvalchev
2006-10-01 12:35:47 +00:00
pvalchev
695561419c Update to new version (0.8.6) and unbreak.
From new maintainer Jim Uhl <juhl@mala.bc.ca>
2006-09-22 04:13:19 +00:00
espie
17b77a4af2 new lib specs 2006-08-04 00:10:42 +00:00
couderc
7bd810166b A memory allocation failure has been noticed by naddy@ on sparc64.
The problem can be reproduced using 'J' for malloc.conf and gives the following when trying to use bookmarks:

Dpi_parse_token: [<ÐÐÐÐÐÐÐÐÐÐÐÐÐÐÐsend_page' url='dpi:/bm/'>]

Despite having contacted the author, the 0.8.5 dpi has been rewritten but not fixed as the problem is still present.

That said, the port is now marked broken.
2006-01-29 00:21:56 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
alek
5364a42ec5 Add WANTLIB markers 2004-12-11 13:29:20 +00:00
couderc
b75d2a4134 update to 0.8.3, based on a diff from Chris Kuethe. 2004-12-04 20:44:27 +00:00
espie
e44839e34b new plists.
comment out netscape-dynmotif, since we don't have the required motif lib.
2004-09-15 18:49:48 +00:00
xsa
037401f236 - add @extra support
- better wording in INSTALL
okay couderc@.
2004-07-06 16:14:21 +00:00
couderc
3a4a9dee3a fix dpid daemon use, noticed by franciszek holop. 2004-02-26 13:43:26 +00:00
couderc
8055428c1a update to 0.8 2004-02-21 01:37:19 +00:00