Commit graph

29 commits

Author SHA1 Message Date
Baptiste Daroussin
62fddef0e1 Convert to new options framework 2013-06-04 15:47:06 +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
Pawel Pekala
07dbece66c - Update to version 4.3.9
- Add LICENSE

PR:		ports/160852
Submitted by:	Mikhail T. <m.tsatsenko@gmail.com> (maintainer)
Approved by:	miwi, wen (mentors implicit)
2011-09-28 20:46:32 +00:00
Chris Rees
893ca6053d Pass maintainership to Mikhail Tsatsenko.
Thank you for volunteering.
2011-09-07 19:34:00 +00:00
Philip M. Gollucci
433bf21b4c - I do not wish to maintain this port 2011-09-07 03:12:19 +00:00
Andrey A. Chernov
82f1686d2a According to agreement with current maintainer m.tsatsenko@gmail.com
return this port back to pgollucci@FreeBSD.org who commits my e-mail
address to MAINTAINER field at v1.17 apparently by mistake syncing
this port with milter-greylist.

Approved by:    Mikhail Tsatsenko <m.tsatsenko@gmail.com>
2011-08-30 19:48:41 +00:00
Matthias Andree
cb9b93bc67 Make Mikhail Tsatsenko, m.tsatsenko at gmail.com, the new maintainer. 2011-08-30 15:47:01 +00:00
Andrey A. Chernov
45ba9805ed Remove myself from MAINTAINER 2011-08-30 07:57:26 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Philip M. Gollucci
8a6688a000 - Sync with mail/milter-greylist
- Update to 4.3.5 latest development version
2010-04-27 00:57:51 +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
Philip M. Gollucci
59286b9085 - Update to 4.3.4
- Pet Portlint
2009-12-10 11:09:45 +00:00
Pav Lucistnik
0934c96612 - Update to 4.3.3
PR:		ports/138190
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	maintainer timeout (pgollucci; 22 days)
Feature safe:	yes
2009-09-17 11:47:48 +00:00
Pav Lucistnik
b3e595a1db - Flip MAKE_JOBS_SAFE -> MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-05-25 21:16:42 +00:00
Philip M. Gollucci
abf5b5ffc0 - Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
2009-05-16 06:27:56 +00:00
Philip M. Gollucci
04a6fbae98 - Update to 4.3.2 2009-04-22 04:15:21 +00:00
Philip M. Gollucci
8d43f79404 - Update to 4.2.2 2009-04-10 06:20:37 +00:00
Philip M. Gollucci
2cca34765a - Update to 4.1.10
- Remove 0 byte file
2009-02-04 10:32:55 +00:00
Philip M. Gollucci
2db9ae46c9 use my FreeBSD.org e-mail address 2009-02-03 11:30:53 +00:00
Philip M. Gollucci
e6cfcb52e1 - Remove empty file pkg-message
- %%var%% ify pkg-message.in

Reported by:    pav
2009-01-08 13:29:33 +00:00
Philip M. Gollucci
dd3d2b2479 Add fortten files in the previous commit
PR:             ports/125657
Reported by:    miwi
Pointyhat to:   pgollucci
Approved by:    araujo (mentor, implicit)
2008-12-25 16:08:41 +00:00
Philip M. Gollucci
e8da354a45 - Take maintainership
- rename [files/milter-greylist.sh -> files/milter-greylist.in, pkg-message -> files/pkg-message.in]
- Bump PORTREVISION
- drop 5.x support
- use SUB_FILES for pkg-message processing
- make use of @dirrmtry in pkg-plist

PR:             ports/125657
Approved by:    araujo (mentor, implicit)
2008-12-25 15:27:02 +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
Andrey A. Chernov
9904523a3e Reset MAINTAINER - address is dead 2006-12-09 20:51:15 +00:00
Edwin Groothuis
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +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
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
6bd6df0b9a - Update to 2.0b1
PR:		ports/77274
Submitted by:	Cyril Guibourg <aragorn+ports@teaser.fr> (maintainer)
2005-02-09 12:30:03 +00:00
Hajimu UMEMOTO
f3839975da New port milter-greylist-devel for development version of milter-greylist.
PR:		ports/76954
Submitted by:	Cyril Guibourg <aragorn+ports@teaser.fr>
2005-02-03 18:42:24 +00:00