Commit graph

316 commits

Author SHA1 Message Date
Alex Dupre
5e5954d6db Update to 5.1.60 release.
Feature safe:	yes
2011-11-18 09:47:56 +00:00
Alex Dupre
fdfee4fddb Update to 5.1.59 release.
Feature safe:	yes
2011-11-11 12:04:46 +00:00
Martin Wilke
e1c6649edf - Remove WITH_FBSD10_FIX, is no longer needed 2011-11-09 15:26:04 +00:00
Martin Wilke
860549c9d0 - Fix build on FreeBSD 10 2011-10-29 11:29:05 +00:00
Eitan Adler
7e3b32fff8 - remove maintainer tags from pkg-descr
Approved by:	portmgr
Approved by:	bapt (mentor)
2011-10-22 23:50:23 +00:00
Alex Dupre
837afdac31 Update to 5.1.58 release. 2011-07-12 14:04:04 +00:00
Alex Dupre
36eafb5727 Update to 5.1.57 release. 2011-05-10 08:03:21 +00:00
Alex Dupre
a7392280dc Update to 5.1.56 release. 2011-03-18 23:45:35 +00:00
Alex Dupre
d0741b37c1 Update to 5.1.55 release.
Feature safe:	yes
2011-02-08 12:50:45 +00:00
Alex Dupre
87c875c263 Fix startup script and bump PORTREVISION.
PR:		ports/153296 [1]
Submitted by:	Steve Wills <steve@mouf.net> [1], dougb
Lesson learned:	Two identical PRs don't make a good patch.
2010-12-20 08:57:57 +00:00
Alex Dupre
d1ca5d12f3 Update to 5.1.54 release:
- allow custom pid file [1] [2]

PR:		ports/84650 [1], ports/152739 [2]
Submitted by:	Toshiya SAITOH <toshiya@saitoh.nu> [1],
		Frank Wall <fw@moov.de> [2]
2010-12-16 08:27:58 +00:00
Alex Dupre
1fa17acd2a Update to 5.1.53 release.
Fix plist when BUILD_STATIC is set. [1]

PR:		ports/152076 [1]
Submitted by:	Jarrod Sayers <jarrod@downtools.com.au>
2010-11-23 08:29:34 +00:00
Alex Dupre
1dfe5fd64e Update to 5.1.52 release. 2010-11-03 08:35:08 +00:00
Alex Dupre
569dca908a Switch to use daemon(8) in rc script to avoid keeping a tty open.
Submitted by:	koitsu, ed
2010-09-30 09:10:49 +00:00
Alex Dupre
71e6106a46 Update to 5.1.51 release. 2010-09-27 13:32:18 +00:00
Alex Dupre
2c34c67def Install required header and bump PORTREVISION.
Submitted by:	Charles Sprickman <spork@bway.net>
2010-08-25 09:07:27 +00:00
Alex Dupre
a476829eec Update to 5.1.50 release. 2010-08-24 13:54:58 +00:00
Alex Dupre
e5d23c0c63 Update to 5.1.49 release. 2010-07-26 10:29:02 +00:00
Alex Dupre
0c433e540f Update to 5.1.48 release
PR:		ports/147953
Submitted by:	Volodymyr Kostyrko <c.kworr@gmail.com>
Feature safe:	yes
2010-06-18 12:57:17 +00:00
Alex Dupre
0da3db6a57 Update to 5.1.47 release. 2010-05-20 12:31:01 +00:00
Alex Dupre
38915387ae Update to 5.1.46 release. 2010-05-05 14:44: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
Alex Dupre
9f6f66ed88 Update to 5.1.45 release. 2010-03-18 15:42:33 +00:00
Alex Dupre
9f63694df5 Fix for MySQL Bug #45058.
Feature safe:	yes
2010-03-05 11:42:26 +00:00
Alex Dupre
4bd30cbdf2 - Update to 5.1.44 release
- Switch to USERS/GROUPS [1]

PR:		ports/143387 [1]
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk> [1]
Feature safe:	yes
2010-02-24 15:18:48 +00:00
Alex Dupre
ddb2676ec0 Update to 5.1.43 release.
Feature safe:	yes
2010-02-16 11:03:26 +00:00
Alex Dupre
02deaaf2a7 As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS. 2010-01-11 11:58:42 +00:00
Alex Dupre
3bcba751cd Update to 5.1.42 release. 2010-01-04 10:52:41 +00:00
Alex Dupre
573e2695ab Update to 5.1.41 release. 2009-11-18 08:50:12 +00:00
Alex Dupre
e394d5aa99 Update to 5.1.40 release. 2009-10-27 07:08:32 +00:00
Alex Dupre
0e979f348e Update to 5.1.39 release.
Feature safe:	yes
2009-09-21 06:50:02 +00:00
Alex Dupre
3256846cea Update to 5.1.38 release:
- Add support for openssl instead of yassl (for backward compatability)
- Fix plist when built static (no plugins)
- Allow static build with yassl
2009-09-04 13:37:14 +00:00
Alex Dupre
ca2be91e9e Update to 5.1.37 release and use bundled libtool. 2009-08-28 08:23:35 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Alex Dupre
813ae9bd0d Update CONFLICTS. 2009-07-21 08:27:37 +00:00
Alex Dupre
66dd12dd6b Update to 5.1.36 release. 2009-07-21 06:05:28 +00:00
Alex Dupre
9a216ce0bb Update to 5.1.35 release and install additional manpages. 2009-06-08 06:49:58 +00:00
Alex Dupre
3969a8b320 Update to 5.1.34 release. 2009-04-23 07:09:13 +00:00
Alex Dupre
7bd0b24591 Update to 5.1.33 release. 2009-04-01 08:50:54 +00:00
Martin Matuska
2478af75fd - Mark MAKE_JOBS_SAFE for SMP compilation
PR:		ports/132965
Approved by:	ale (maintainer, private e-mail)
2009-03-25 12:57:46 +00:00
Alex Dupre
e2eb67cc32 Update to 5.1.32 release. 2009-03-04 07:50:02 +00:00
Alex Dupre
2920056f61 Update to 5.1.31 and add mysqld embedded server library. 2009-03-03 16:35:52 +00:00
Mark Linimon
cbfb36bb87 Move the USE_PERL5 definition for the scripts slave ports from the master
to the slave port, to move it before the inclusion of bsd.port.pre.mk.

Approved by:	maintainer
2009-01-16 22:41:06 +00:00
Alex Dupre
227612a39b Update to 5.1.30 Generaly Available release. 2008-12-07 23:03:58 +00:00
Alex Dupre
6d4ed3627c Accept all linuxthreads library major versions. 2008-11-17 09:28:40 +00:00
Alex Dupre
4f6f936f4b Update to 5.1.29 release. 2008-10-31 07:58:03 +00:00
Alex Dupre
c7d5687bb9 - Fix client input validation vulnerability
- Fix my.cnf search path
2008-10-10 18:35:13 +00:00
Alex Dupre
a4b9511333 Update to 5.1.28-rc release. 2008-09-23 05:43:45 +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
Alex Dupre
71e1e1936f Make startup script ssh-friendly.
PR:		ports/81915
Submitted by:	David Marshall <marshall@chezmarshall.com>
2008-07-30 06:11:16 +00:00