1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

44 Commits

Author SHA1 Message Date
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
Baptiste Daroussin
62fddef0e1 Convert to new options framework 2013-06-04 15:47:06 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Gabor Kovesdan
2fc6a06a9b - Track dependencies after databases/gdbm update 2011-09-12 13:46:58 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +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
Marcelo Araujo
eec7530ccd - Update to 1.5.5.
PR:		ports/138329
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2009-08-31 23:29:38 +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
Beech Rintoul
6a500058e9 - Update to 1.5.4
PR:		ports/125145
Submitted by:	Bartlomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl>
Approved by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2008-07-03 01:24:54 +00:00
Martin Wilke
78ecb7ed51 - Add "Save mbox indices" option
- Accomodate OPTIONS algorithm change

PR:		112070
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2007-04-24 22:12:25 +00:00
Li-Wen Hsu
f161590883 - Install config files with right permissions by s/INSTALL_SCRIPT/INSTALL_DATA/
- Bump PORTREVISION

PR:		111845
Submitted by:	Alexander Logvinov <ports AT logvinov.com>
Approved by:	Boris Kovalenko <boris AT tagnet.ru> (maintainer),
	 	clsung (mentor)
2007-04-20 02:31:02 +00:00
Li-Wen Hsu
0cd3bdb74a - Add /etc/passwd authentication method support
- Bump PORTREVISION

PR:		111806
Submitted by:	Alexander Logvinov <ports AT logvinov.com>
Approved by:	Boris Kovalenko <boris AT tagnet.ru> (maintainer),
	 	clsung (mentor)
2007-04-18 06:08:10 +00:00
Frank J. Laszlo
df3589e28c This update contains extra patch which is not approved by Chris Lightfoot
(the tpop3d author) as he is unreachable for a long time period. Indeed this
patch may help people who have coredumps with auth-perl and multithreaded perl.
Big thanks to George A Eliseeff <kuzmich at inbox.ru>.

PR:		ports/106365
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-12-05 18:40:12 +00:00
Martin Wilke
551fd43fe6 - Proper startup order for rcNG script
PR:		ports/103133
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 11:32:05 +00:00
Rong-En Fan
52ff2674db - Change the way OPTIONS is checked as suggested by Porters Handbook
PR:		ports/100158
Submitted by:	Boris Kovalenko <boris tagnet.ru> (maintainer)
2006-07-12 15:02:53 +00:00
Rong-En Fan
130a8036a0 - Update rcNG script to allow startup on 6.1-RELEASE.
Bump PORTREVISION.
- Cosmetic fixes

PR:	ports/99537
Submitted by:	maintainer
Approved by:	delphij (mentor)
2006-06-28 02:54:19 +00:00
Edwin Groothuis
efe7d5f7f4 Remove USE_REINPLACE from ports starting with M 2006-05-10 22:37:39 +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
80840e8dc5 SHA256ify
Approved by: krion@
2006-01-22 12:50:54 +00:00
Pav Lucistnik
7629b2581a - Add option for optional DRAC RFC for POP-before-SMTP relaying (default off)
PR:		ports/85518
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2005-08-31 19:57:49 +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
Sergey Matveychuk
aadc59d2ce - Remove unnecessary IS_INTERACTIVE from Makefile
- Added patch to prevent crashing whith nonexistent maildir

PR:		ports/79495
Submitted by:	maintainer
2005-04-03 05:42:25 +00:00
Sergey Matveychuk
0786e76dd7 Second patch form the PR was missed
- Found serious OPTIONS interaction errors. Fixed.

PR:		ports/78723
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2005-03-12 16:29:57 +00:00
Sergey Matveychuk
97cfaa5ff5 - Minor changes to be sure Maildir will be properly compiled
if options was changed.
-Pass maintainership to submitter

PR:		ports/78723
Submitted by:	Boris Kovalenko <boris@tagnet.ru>
Approved by:	Chris Elsworth <chris@shagged.org> (maintainer)
2005-03-12 15:19:51 +00:00
Pav Lucistnik
f7d3313e01 - Use OPTIONS, add more options
- Provide RCng script
- Tweaks

PR:		ports/78659
Submitted by:	Boris Kovalenko <boris@tagnet.ru>
Approved by:	Chris Elsworth <chris@shagged.org> (maintainer)
2005-03-11 22:08:12 +00:00
Sergey Matveychuk
e452bf0519 - Add missing TLS support
PR:		ports/75331
Submitted by:	Gea-Suan Lin <gslin(at)netnews.NCTU.edu.tw>
Approved by:	maintainer
2004-12-21 09:30:20 +00:00
Pav Lucistnik
8ff34a9dfc - Change optional LDAP dependency from openldap20-client which is gone,
to openldap22-client.

Bumped into by:	Sean McNeil <sean@mcneil.com>
2004-11-15 22:36:23 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Sergei Kolobov
2c96136918 - Update to 1.5.3
While I'm here:
- Group related Makefile variables together
- Combine some .if's
- Install some documentation

PR:		59689
Submitted by:	maintainer
2003-12-04 13:16:47 +00:00
Erwin Lansing
f5ebbc7ea5 use REINPLACE instead of perl to fix build on 5.x
Submitted by:	maintainer
Noticed by:	bento via kris
2003-11-01 10:45:37 +00:00
Erwin Lansing
a10b0f0698 use USE_MYSQL
PR:		57645
Approved by:	maintainer timeout (3 weeks)
2003-10-27 20:49:21 +00:00
Erwin Lansing
5672d6458f Update to 1.5.2
Added a better sample configuration file

PR:		56629
Submitted by:	maintainer
2003-09-09 20:07:10 +00:00
Kirill Ponomarev
897b001ea6 - Fix typo in CONFIGURE_ARGS
Submitted by:	maintainer
2003-08-20 21:37:21 +00:00
Kirill Ponomarev
ab374a56d7 - Update to 1.5.1
PR:		55801
Submitted by:	maintainer
2003-08-20 12:27:07 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Edwin Groothuis
e53dff475f Point dependencies on net/openldap2 to net/openldap20 2003-02-24 02:56:37 +00:00
Akinori MUSHA
4d0a0dc1c6 De-pkg-comment. 2003-02-21 12:51:06 +00:00
Ying-Chieh Liao
66f32fc34e upgrade to 1.4.2
PR:		40016
Submitted by:	maintainer
2002-06-30 16:42:16 +00:00
Anders Nordby
14f1b18fe5 Update to 1.4.1.
Add OpenLDAP support.

PR:		37141
Submitted by:	maintainer
2002-05-04 14:09:58 +00:00
Patrick Li
22fc6d6a26 Update to 1.3.5
PR:		33540
Submitted by:	Matthew Reimer <mreimer@vpop.net>
Approved by:	maintainer
2002-02-11 21:37:22 +00:00
Pete Fritchman
3b958fc914 add tpop3d 1.3.4
Virtual-domain capable POP3 server supporting MySQL auth

PR:		29265
Submitted by:	Chris Elsworth <chris@shagged.org>
2001-08-31 05:43:57 +00:00