Commit graph

52 commits

Author SHA1 Message Date
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Dmitry Marakasov
7da8420855 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-07-29 15:21:43 +00:00
Baptiste Daroussin
b564653452 Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2

With hat:	portmgr
2014-07-24 13:32:58 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Steve Wills
34b813a9fc - Update the pkg-descr to include the current home page and the description
from there

Reported by:	"vadim s. sabinich" <vadim@sabini.ch>
2014-03-31 14:16:48 +00:00
Steve Wills
9677e5537f - Update to 0.8.4
- Support STAGEDIR

PR:		ports/187662
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
2014-03-17 19:53:51 +00:00
Baptiste Daroussin
87e749cf4b Back out unintentional changes and fix pkg-plist properties
Reported by:	mat
2014-01-21 23:38:26 +00:00
Baptiste Daroussin
56fcf8379f Fix properties on pkg-plist 2014-01-21 23:18:05 +00:00
Antoine Brodin
944cefafc5 Fix LIB_DEPENDS and plist 2013-12-24 10:16:18 +00:00
Antoine Brodin
7eca7b3692 Fix LIB_DEPENDS 2013-12-20 11:57:16 +00:00
Baptiste Daroussin
b5482324dc In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
2013-12-11 18:08:52 +00:00
Baptiste Daroussin
36117d7097 Add NO_STAGE all over the place in preparation for the staging support (cat: databases) 2013-09-20 16:13:47 +00:00
Martin Wilke
1ae396094f - Remove mysql 4X reference 2013-05-22 14:30:51 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Steve Wills
a4ac04e6c4 - Update to 0.8.3 2012-09-02 15:09:19 +00:00
Carlo Strub
d5fda8cb2c Fix typos in COMMENT 2012-07-25 06:32: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
Doug Barton
7ec7e2a3cf Remove references to mysql 323 and 40, most commonly of the form:
IGNORE_WITH_MYSQL=     323 40
2011-10-17 04:35:02 +00:00
Steve Wills
ab95e61e34 - Improve rc script so that it only checks mysql_proxy_backend_addresses
on startup
- Various other rc cleanups

Submitted by:	dougb
2011-09-27 13:42:12 +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
Steve Wills
a2930bd803 - Update to 0.8.2
- Sort plist
- Adjust rc script to removal of admin plugin from default list of loaded
  plugins. Note: If you wish to load it at startup, you can do so via
  mysql_proxy_flags in rc.conf.

Changes:	http://dev.mysql.com/doc/refman/5.5/en/mysql-proxy-news-0-8-2.html
2011-09-18 19:58:15 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Steve Wills
e940573967 - Fix rc script
PR:		ports/157332
Submitted by:	Andrei Lavreniyuk <andy.lavr@gmail.com>
2011-05-29 21:54:14 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Steve Wills
17bb8b8770 - Update to 0.8.1 [1]
- Rename rc script
- Add path to mysql_config

PR:		ports/152368 [1]
Submitted by:	Florian Smeets <flo at smeets.im> [1]
Approved by:	pgollucci (mentor)
2010-12-12 04:33:28 +00:00
Steve Wills
9d6f89f51e - Remove support for building with MySQL 4.1 since it is broken
PR:		ports/138533
Approved by:    pgollucci (mentor)
2010-12-12 00:55:06 +00:00
Steve Wills
96393a5695 - Takeover some of clsung's ports
Approved by:	pgollucci (mentor)
2010-12-09 02:36:55 +00:00
Martin Matuska
39b68bb4fe Update libevent to 1.4.14b
PR:		ports/147723
Approved by:	maintainer (timeout)
2010-07-25 15:39:20 +00:00
Cheng-Lung Sung
88632daaf4 - Update to 0.8.0
PR:		ports/143255
Submitted by:	Florian Smeets <flo_AT_kasimir dot com>
2010-04-27 07:24:17 +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
Cheng-Lung Sung
b3c440aee0 - fix rw-splitting.
- See full description at http://bugs.mysql.com/bug.php?id=46141
- bump PORTREVISION

PR:		ports/140695
Submitted by:	Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
2009-12-03 09:22:27 +00:00
Cheng-Lung Sung
f35609a9e6 - fix broken rw-spliting
- bump PORTREVISION

PR:		ports/140039
Submitted by:	Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
2009-10-28 06:35:35 +00:00
Cheng-Lung Sung
f9b4f3b956 - fix broken rw-spliting
- bump PORTREVISION

PR:		ports/139792
Submitted by:	Vladimir Korkodinov <viper_AT_perm dot raid dot ru>
2009-10-28 01:38:01 +00:00
Cheng-Lung Sung
b781a0f4fe - allow multiple backend addresses with mysql-proxy startup script
- bump PORTREVISION

PR:		ports/136028
Submitted by:	Alexey V dot Degtyarev <alexey_AT_renatasystems dot org>
2009-10-27 12:31:22 +00:00
Cheng-Lung Sung
07baf448da - Update to 0.7.2 2009-08-17 08:44:51 +00:00
Cheng-Lung Sung
f8680edbe5 - Update to 0.7.1
PR:		ports/134042
2009-07-09 02:49:52 +00:00
Marcus Alves Grando
907d5d1a39 - Update libevent dependency and bump PORTREVISION 2008-08-19 16:40:17 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Cheng-Lung Sung
e40bf3a9d5 - Startup script to mysql-proxy
Changes:
PR:		ports/120183
Submitted by:	<bartlomiej dot syryjczyk_AT_expro dot pl>
Reviewed by:	clsung
2008-03-27 02:05:18 +00:00
Vanilla I. Shu
a5efc17f62 Fix build (was due to lua's upgrade).
Submitted by:	pav@ via email
Approved by:	clsung@ (maintainer)
2008-03-22 02:57:04 +00:00
Cheng-Lung Sung
b503df38e4 - Update to 0.6.1
Changes:
2008-01-30 10:11:27 +00:00
Cheng-Lung Sung
036f2082eb - builds on mysql 4.1
Changes:
Submitted by:	bartlomiej dot syryjczyk_AT_expro dot pl
2008-01-29 07:33:04 +00:00
Marcus Alves Grando
5265c7a798 - Bump PORTREVISION since devel/libevent are updated. 2008-01-02 23:43:03 +00:00
Cheng-Lung Sung
5a9d7587f5 - fix install error 2007-10-15 03:16:13 +00:00
Cheng-Lung Sung
3d87ef2d55 - Update to 0.6.0
- Reset maintainership

PR:		ports/116527
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-10-04 06:26:55 +00:00
Marcus Alves Grando
5a1d1148e1 - Change libevent lib and bump PORTREVISION since devel/libevent are updated. 2007-09-21 20:21:30 +00:00
Pav Lucistnik
2aa69eb649 - Does not build with MySQL < 5.0
PR:		ports/114285
Reported by:	Bartomiej Syryjczyk <bartlomiej.syryjczyk@expro.pl>
Submitted by:	Gea-Suan Lin <gslin@gslin.org> (maintainer)
2007-07-28 19:48:24 +00:00
Cheng-Lung Sung
f2f4464d3d - forgot to add pkg-plist
PR:		ports/114348
2007-07-09 01:42:00 +00:00