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
Oliver Lehmann
b8359f66ae
add syscontool call on package installation, create shared directories on
...
package installation
PR: ports/95070
2006-04-03 14:49:10 +00:00
Oliver Lehmann
010656e78f
update DRAC patch
...
Submitted By: Mamoru KOMACHI <usata@usata.org>
2006-03-27 12:33:36 +00:00
Oliver Lehmann
050520a556
update to 4.1.0
2006-03-15 05:17:07 +00:00
Doug Barton
c49d1a3273
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
...
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
3b5981766e
SHA256ify
...
Approved by: krion@
2006-01-30 12:42:14 +00:00
Kris Kennaway
b74540fcdb
BROKEN when WITHOUT_SSL: Incomplete pkg-plist
2006-01-26 04:16:14 +00:00
Edwin Groothuis
0416031c9b
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
...
Approved by: krion@
PR: ports/88711 (related)
2006-01-22 02:20:05 +00:00
Oliver Lehmann
0415cc8c7b
finally fix the compilation without fam even if it's installed
2005-10-30 18:53:18 +00:00
Oliver Lehmann
dd9441a6a5
disable FAM when WITHOUT_FAM is set - even when fam is installed (requires
...
some configure changes since there is no --without-fam option)
PR: 88205
2005-10-30 08:35:38 +00:00
Oliver Lehmann
c4b72fa537
readd DRAC functionality
...
Submitted by: Mamoru KOMACHI <usata@usata.org>
2005-10-09 20:36:17 +00:00
Oliver Lehmann
87d8d0a155
change
...
COURIERAUTHCONFIG=${LOCALBASE}/bin/courierauthconfig
to
COURIERAUTHCONFIG=${PREFIX}/bin/courierauthconfig
2005-09-27 10:39:53 +00:00
Oliver Lehmann
47566dbd50
make the configure a bit more readable, and enhance a prefixed installation.
...
PR: 86609
Submitted by: Martin Piayda <martin.piayda@udo.edu>
2005-09-26 20:38:10 +00:00
Oliver Lehmann
4c61da7a84
update to 4.0.6
2005-09-24 12:56:19 +00:00
Oliver Lehmann
25c786b1f5
update to 4.0.5
2005-09-17 09:49:17 +00:00
Oliver Lehmann
c38741dfc6
right now, there is no 4.0.4 compatible drac patch - so mark it borken when
...
WITH_DRAC was specified and remove DRAC from the options list.
PR: 84388
Submitted by: Ryota <miyaoka@saku2.com>
2005-07-31 14:58:20 +00:00
Oliver Lehmann
68a376ebe0
update to 4.0.4
2005-07-25 12:46:30 +00:00
Oliver Lehmann
5875869055
readd DRAC support to mail/courier-imap
...
PR: ports/82463
Submitted by: nork
2005-06-23 14:18:34 +00:00
Oliver Lehmann
1644293591
fix build when WITH_GDBM is specified
2005-05-16 17:20:34 +00:00
Oliver Lehmann
8178f820d4
update to 4.0.3
2005-05-13 17:16:15 +00:00
Oliver Lehmann
ae22d39bbb
re-enable WITH_DRAC (new patch made by Mamoru KOMACHI <usata@usata.org>)
...
bump PORTREVISION
2005-04-28 17:07:15 +00:00
Oliver Lehmann
3c879ce4c5
chase courier-authlib move
2005-04-26 19:22:11 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00