Commit Graph

48 Commits

Author SHA1 Message Date
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00
Dmitry Marakasov 610847a262 - Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
2017-11-30 09:00:19 +00:00
Mathieu Arnold f037e39601 USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx  -> USES=bdb:xx.

Other modernisations when I see them.

PR:		209183
Sponsored by:	Absolight
2016-08-08 13:46:50 +00:00
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Kurt Jaeger 536a7e97be dns/fastresolve: fix segfault
PR:		207589, 207628
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>, Dan Lukes <dan@obluda.cz>, Chris Hutchinsin <portmaster@bsdforge.com> (maintainer)
2016-03-02 07:58:13 +00:00
Bartek Rutkowski ba72726d01 dns/fastresolve: add WWW
PR:		199437
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2015-04-22 11:35:31 +00:00
Alexey Dokuchaev 2a61f4fbe1 - Unbreak by providing working mastersite
- Improve COMMENT, canonicalize Makefile header
- Unmute installation commands, misc. cleanups
- Reformat port description; kill EOL whitespace
- Remove defunct WWW from port description
- Transfer maintainership to the submitter

PR:		199324
Submitted by:	Chris Hutchinson
2015-04-13 06:51:44 +00:00
Baptiste Daroussin a9a4b8f402 Mark as broken unfetchable ports 2015-04-05 20:50:42 +00:00
Baptiste Daroussin 530a33f611 Cleanup plist 2014-10-27 12:13:22 +00:00
Matthias Andree b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger 08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Antoine Brodin 3fa2a1a8d1 Unbreak link
Reported by:	pkg-fallout
2014-02-22 16:22:33 +00:00
Baptiste Daroussin 1c56057664 Support stage
Do not patch to allow discovering bdb just do it manually (that avoid dependencies on ancient autotools)
Global modernization
2014-02-06 13:19:22 +00:00
Baptiste Daroussin 24a1652ff4 Add NO_STAGE all over the place in preparation for the staging support (cat: dns) 2013-09-20 16:31:57 +00:00
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Andrej Zverev 99ad912735 - Convert to new perl framework
- Trim Makefile header
2013-08-03 08:45:51 +00:00
Andrej Zverev 2f57eb0926 - Remove SITE_PERL from *_DEPENDS 2012-06-28 18:37:23 +00:00
Martin Matuska 8c26bbc254 Return maintainership back to pool 2012-02-26 12:10:28 +00:00
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Martin Matuska e3a244403e - Add LICENSE knob(s) 2011-03-23 15:53:22 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Ade Lovett 4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Martin Wilke 5055e5aee5 - Fix build after addition of getdelim() and strndup()
PR:		133053
Submitted by:	David Schultz <das@freebsd.org>
2009-03-25 15:46:07 +00:00
Martin Matuska 0bcde9db87 - Mark port MAKE_JOBS_SAFE 2009-03-23 12:18:31 +00:00
Martin Matuska a68677ce19 - Add missing aclocal:14 to USE_AUTOTOOLS 2009-03-03 10:43:20 +00:00
Martin Matuska 8413b1b1d5 - updated maintainer e-mail address
Approved by:	garga (mentor)
2007-04-05 13:19:09 +00:00
Ion-Mihai Tetcu f7a1262eb5 - make use of the new bsd.bdb.mk infrastructure
- add support for BDB ver. 4.4

PR:		ports/98991
Submitted by:	maintainer
2006-06-17 10:20:04 +00:00
Joe Marcus Clarke e3e7faeda3 Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
2006-04-24 02:43:51 +00:00
Sergey Matveychuk 2201ea0607 - Bump adns library version and PORTREVISION after last dns/adns update
for all affected ports.

Reproached by:	kris
2006-04-21 18:39:19 +00:00
Kris Kennaway 5c54054346 Convert .error to IGNORE when a port-specific combination of otherwise
legal user-configurable variables is encountered; such an occurrence
should not prevent global tasks like INDEX builds, only the build of
the port in question.

PR:		ports/92443 (partial)
Submitted by:	linimon
2006-02-11 03:55:27 +00:00
Edwin Groothuis acd87b4ad8 SHA256ify
Approved by:    krion@
2006-01-22 08:34:46 +00:00
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Pav Lucistnik eb492635c9 - Add support for BDB 4.3
PR:		ports/83534
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
2005-07-16 00:56:03 +00:00
Yen-Ming Lee 0601a51252 - update Martin's email address
PR:		77938
Submitted by:	Martin Matuska <martin at matuska.org>
2005-02-24 01:44:07 +00:00
Kirill Ponomarev 45c5547a8b Fix build with gcc-3.4
PR:		ports/72302
Submitted by:	maintainer
Approved by:	portmgr (implicit)
2004-10-09 07:45:54 +00:00
Kris Kennaway fe54d2a7c7 BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 17:49:31 +00:00
Thierry Thomas 1882e9f8bb - Update of sysutils/fastresolve to support BDB ver. 4.2;
- Move to the dns category.

PR:		ports/70127 & ports/70179
Submitted by:	Michael Edenfield & maintainer
Repocopied by:	marcus.
2004-08-08 21:59:24 +00:00
Ade Lovett 1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Trevor Johnson 8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sergey A. Osokin b70039a2af Update port with following changes:
support for BerkeleyDB 3.x, 4.0.x, 4.1.x, obeys WITH_BDB_VER;
  p5-BerkeleyDB in RUN_DEPENDS, perl parts of fastresolve require it to run;

Change maintainership to submitter.
Bump PORTREVISION.

Submitted by:	Martin Matuska <martin@tradex.sk>
PR:		56580
2003-09-08 11:26:23 +00:00
Edwin Groothuis bf60be81d1 Chase repocopies towards ports/dns
PR:		ports/56020
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:	portmgr
2003-09-05 07:33:51 +00:00
Sergey A. Osokin 972542c246 Fix building on -CURRENT by update to 2.10.
Reset maintainership.

Update based on PR 50411, which was submitted
by Martin Matuska <martin@tradex.sk>

Spotted by:	Mark Linimon <linimon@lonesome.com>
Approved by:	maintainer timeout ( >3 monthes )
2003-09-03 10:59:27 +00:00
Kris Kennaway 23e6a2b3da BROKEN on 5.1: bad C++ 2003-05-18 10:15:24 +00:00
Akinori MUSHA 4c2e4f1862 De-pkg-comment. 2003-02-21 13:28:59 +00:00
Tilman Keskinoz 06242fa2c6 Fix for convert-ip-db script and additional message
PR:		42402
Submitted by:	Amar Takhar <verm@drunkmonk.net> (maintainer)
2003-01-08 18:16:42 +00:00
Ade Lovett 76d6ac6122 BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
2002-08-22 19:13:46 +00:00
Ying-Chieh Liao 759a8b35fc add fastresolve 2.8
Programs that process web logs to get DNS and domain ownership info

PR:		40587
Submitted by:	Amar Takhar <verm@drunkmonk.net>
2002-07-15 11:36:32 +00:00