Commit graph

28 commits

Author SHA1 Message Date
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
John Marino
8f3cf904a9 databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
2015-03-25 09:33:52 +00:00
Adam Weinberger
4586d2ad5c Nuke NOPORTDOCS. While, here, correct a couple offenders who label examples
with PORTDOCS. And, fix a couple WITH_foo invocations.
2014-07-03 21:48:44 +00:00
Jimmy Olgeni
76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00
Akinori MUSHA
1f7d9ae906 Add staging support. 2014-06-10 05:58:55 +00:00
Gerald Pfeifer
7e339abf8a Replace USE_GCC=4.2+ by USE_GCC=any. [1]
And USE_GMAKE by USES=gmake where touching a port because of the above.

Approved by:	portmgr (bapt) [1]
2014-03-01 21:23:14 +00:00
Akinori MUSHA
a07f361be6 Update to 0.9.13. Set USE_PERL5=run. 2014-02-12 04:52:54 +00:00
Akinori MUSHA
fb93cfc8db Set USE_MYSQL=server. 2014-01-29 08:57:07 +00:00
Akinori MUSHA
b1fe189546 Take care of CONFIGURE_ARGS and PKGNAMEPREFIX also. 2014-01-28 12:06:29 +00:00
Akinori MUSHA
41a994e689 Make use of ${_MYSQL_SERVER} to support Percona/MariaDB along with MySQL.
PR:		ports/186116
Submitted by:	fluffy
2014-01-28 11:56:48 +00:00
Akinori MUSHA
bd26a962f2 Add USE_GCC=4.2+ for FreeBSD 10+.
Properly declare a dependency on Perl5 (for bin/q4m-forward) and bump
PORTREVISION for this.
2014-01-23 10:15:01 +00:00
Akinori MUSHA
f81c34e7ba Update to 0.9.10, adding support for MySQL 5.5+. 2014-01-22 11:03:44 +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
Bernhard Froehlich
c039bae4e3 - Fix to not require internet access during building
Submitted by:	myself
Approved by:	Akinori MUSHA <knu@FreeBSD.org> (maintainer)
Reported by:	pointyhat-west
2012-05-22 15:23:28 +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
Akinori MUSHA
f48f8c2555 Update to 0.9.5.
PR:		ports/156150
Submitted by:	Tomislav Filipcic <tomislav@me.com>
2011-05-16 12:45:42 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Akinori MUSHA
81646c9585 Update to 0.9.2. 2010-05-21 04:51:05 +00:00
Akinori MUSHA
af39f77ee7 Update to 0.9. 2010-01-15 12:25:16 +00:00
Akinori MUSHA
613d093047 Update to 0.8.9. 2009-10-26 13:53:11 +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
Akinori MUSHA
0c3ce7c128 Update to 0.8.5. 2009-04-28 15:28:33 +00:00
Akinori MUSHA
7974bf2316 Update to 0.8.4. 2009-02-21 06:00:25 +00:00
Pav Lucistnik
935c58f804 - Another attempt to fix objformat thing
Reported by:	QAT
Approved by:	portmgr (self)
2008-09-15 23:14:27 +00:00
Pav Lucistnik
63c73ede28 - Fix on 7.x and above (objformat)
Reported by:	QAT
Approved by:	portmgr (self)
2008-09-15 22:50:34 +00:00
Pav Lucistnik
dd2c1e37fe - Fix build on pointyhat by preinstalling build-depend for mysql-server target
(ugly hack, but it works)

Approved by:	knu (maintainer)
Approved by:	portmgr (self)
2008-09-15 20:56:16 +00:00
Akinori MUSHA
4bd89b5599 Fix permissions of example files so that make test works after
installation.

COPYTREE_* macros install files with cpio -dumpl (l -- hardlink) and
then do chmod & chown against the newly installed files, so when
WRKSRC and PREFIX are under the same filesystem, permissions of the
original files under the working directory are also affected.  That
was how installing files with wrong permissions caused make test under
the working directory to fail.
2008-09-03 09:06:58 +00:00
Akinori MUSHA
0f74e1f3b7 Add mysql-q4m, a message queue that works as a pluggable storage
engine of MySQL.
2008-09-02 11:32:01 +00:00