Commit graph

174 commits

Author SHA1 Message Date
Tijl Coosemans
3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Oliver Lehmann
e4554178ec remove -rpath as it is causing problems with new CLang on CURRENT 2014-03-30 07:22:37 +00:00
Oliver Lehmann
0dd791de0b add GNUTILS option
PR:		ports/183705
Submitted by:	madpilot
2014-03-01 16:08:54 +00:00
Oliver Lehmann
bdd497c3c5 update to 4.15 2014-02-21 13:33:23 +00:00
Antoine Brodin
604485f846 Convert the tree to USES=fam
Approved by:	portmgr (bapt)
2014-01-04 23:40:44 +00:00
Oliver Lehmann
ebddbe9787 update to 4.14 2013-10-17 07:21:30 +00:00
Baptiste Daroussin
fd61959c15 Add NO_STAGE all over the place in preparation for the staging support (cat: mail) 2013-09-20 19:59:12 +00:00
Andrej Zverev
dcf99688a1 - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-15 07:14:12 +00:00
Jason Helfman
2a8fb99db4 - adoption of optionsNG
Approved by:	portmgr (miwi)
2013-05-23 02:19:02 +00:00
Oliver Lehmann
e636fb6418 remove DRAC support as the patch is no longer working 2013-05-22 19:32:41 +00:00
Oliver Lehmann
5c68f49c1a update courier-imap to 4.13 2013-05-08 12:17:10 +00:00
Oliver Lehmann
122fce5fd9 update to 4.12.0 2013-01-15 13:07:54 +00:00
Oliver Lehmann
fb35016913 update to 4.11.0
Feature safe:	yes
2012-10-14 13:26:42 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Oliver Lehmann
982ddab874 update courier-imap to 4.10.0
Feature safe:   yes
2011-12-08 20:44:31 +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
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Oliver Lehmann
9706acdbb2 update to 4.9.3
include updated DRAC patch [1]

PR:		ports/157619 [1]
Submitted by:	AIDA Shinra <shinra@j10n.org> [1]
2011-06-08 07:36:11 +00:00
Oliver Lehmann
511d3a2381 update to 4.9.1 2011-04-29 11:42:17 +00:00
Oliver Lehmann
528d8e7379 update to 4.8.1
replace hardcoded dependency to libfam with USE_FAM [1]

PR:		ports/150254 [1]
Submitted by:	Wayne Sierke <ws@au.dyndns.ws> [1]
2010-10-17 10:26:54 +00:00
Oliver Lehmann
83f9d9d39d update to 4.8.0 2010-05-31 14:43:41 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Oliver Lehmann
3317365486 update to 4.7.0 2010-01-02 17:33:19 +00:00
Oliver Lehmann
278cb6ea38 update to 4.6.0
Feature safe:   yes
2009-09-20 18:08:03 +00:00
Dmitry Marakasov
a13d9a603d - Switch SourceForge ports to the new File Release System: categories starting with M 2009-08-22 00:28:34 +00:00
Oliver Lehmann
5be1dfe697 update to 4.5.1 2009-07-27 17:33:17 +00:00
Oliver Lehmann
c7ae40249b update to 4.5.0 2009-05-25 17:14:02 +00:00
Oliver Lehmann
cbd4ec5262 update to 4.4.1
disable DRAC support since the supplied patch is no longer compatible with 4.4.1
and the author has not updated it :/
2008-08-27 17:52:32 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Oliver Lehmann
13bf666614 update to 4.3.1 2008-03-25 16:32:22 +00:00
Ade Lovett
9a2d43fbcb Rework to use the newer USE_RC_SUBR method
PR:		119873
Submitted by:	ade
Approved by:	oliver (maintainer)
2008-01-27 00:04:46 +00:00
Oliver Lehmann
21d45d4174 remove the openssl configure option - there is none any more 2008-01-21 16:06:46 +00:00
Oliver Lehmann
a6a0fbfc42 resetting PORTEPOCH wasn't the brightest idea at all
Noted by:	"Derkjan de Haan" <haanjdj@gmail.com>
Pointy hat to:	myself
2007-12-12 15:51:28 +00:00
Oliver Lehmann
44de886249 update to 4.3.0 2007-12-11 21:03:57 +00:00
Oliver Lehmann
a05d72c0e6 change the default setting TLS_PROTOCOL=SSL3 to TLS_PROTOCOL=SSL23 to try
SSLv2 and SSLv3 instead of SSLv3 only - this fixes the error some people
where experiencing with the ssl clients:

connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number

Noted by:	Oliver Brandmueller <ob@e-Gitt.NET>
Suggested by:	Oliver Brandmueller <ob@e-Gitt.NET>
2007-10-24 15:00:26 +00:00
Oliver Lehmann
a33f84978c update to 4.2.1 2007-10-14 18:58:19 +00:00
Edwin Groothuis
81cd10f8d2 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 01:53:45 +00:00
Oliver Lehmann
6b1c1f22fe update to 4.2.0 2007-10-03 12:09:01 +00:00
Oliver Lehmann
9fc232701a update to 4.1.3 2007-04-26 20:16:51 +00:00
Oliver Lehmann
aa075c0f4b put drac patch back in
PR:		109706
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
2007-03-01 05:54:56 +00:00
Oliver Lehmann
3e6a8b0c2b fix build on FreeBSD 4
Noted by:	Adi Pircalabu<apircalabu@bitdefender.com>
PR:		107427
2007-01-02 13:20:55 +00:00
Oliver Lehmann
e7c5793300 update to 4.1.2 2007-01-02 05:47:48 +00:00
Oliver Lehmann
1e647b567f fix status command
Noted by:	AIDA Shinra <shinra@j10n.org>
2006-09-28 14:53:15 +00:00
Oliver Lehmann
466cede7b4 add DRAC to OPTIONS again 2006-08-25 13:55:38 +00:00
Oliver Lehmann
724dbf58d1 readd drac checksums
Noted by:	Sebastian Inacker <inacker@gmail.com>
2006-07-05 09:31:25 +00:00
Oliver Lehmann
acd0276c26 fix FreeBSD 4 build
PR:		98217
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-05-31 14:43:00 +00:00
Oliver Lehmann
c6e7a2728b update to 4.1.1 2006-05-30 04:35:39 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +00:00
Oliver Lehmann
8c5dee48ea fix FAM handling when BATCH is defined
Reported by:	 Bjoern Voigt <bjoern@cs.tu-berlin.de>
2006-04-04 16:44:08 +00:00