Commit Graph

37 Commits

Author SHA1 Message Date
Veniamin Gvozdikov
810cae6dac - Update to 1.6.8.720 2016-06-15 14:22:19 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Veniamin Gvozdikov
87342c7028 - Upgrade to 1.6.8.529 2016-02-26 16:02:50 +00:00
Veniamin Gvozdikov
c3bfa5c307 - Update to 1.6.8.371 2016-01-21 12:20:10 +00:00
Antoine Brodin
ab93bf2689 Fix when PERL_VERSION is set in make.conf 2015-11-03 06:49:00 +00:00
Antoine Brodin
94d4d7fdbe Unbreak after the switch from USE_GCC=4.8+ to USE_GCC=yes
Reported by:	pkg-fallout
2015-11-01 21:25:50 +00:00
Gerald Pfeifer
9c88366292 Replace USE_GCC=4.8+ by USE_GCC=yes. Both are equivalent as of today,
and generally we want to use the default version of GCC in cases like
these.

Approved by:	portmgr blanket
2015-10-25 20:38:11 +00:00
Mark Linimon
a7a9674638 Mark as ignore on sparc64: not yet ported to this architecture.
Hat:	sparc64 blanket
2015-10-06 04:42:28 +00:00
Veniamin Gvozdikov
4549fdcdaf - Updated to 1.6.6
- Copied patch from lang/luajit
2015-08-28 19:02:10 +00:00
Veniamin Gvozdikov
1ae3b69e02 - Updated to lates 1.6.5-305-g3a9640b 2015-08-22 22:58:53 +00:00
Veniamin Gvozdikov
4080606225 - Fix build with GCC 4.8
- Fix build on FreeBSD 9.X
- Fix build on i386
2015-08-22 21:58:12 +00:00
Veniamin Gvozdikov
250458d716 - Fixed bug with run as daemon
- Updated description of port
- Added extra patches to change group
- Bump port revision
- Added gettext depend
2015-07-10 10:59:40 +00:00
Veniamin Gvozdikov
ba372be09b - Update to 1.6.5
- Added tarantool user and group
2015-07-07 16:59:55 +00:00
Antoine Brodin
dd4290ee91 Add explicit USES=readline 2015-06-15 20:59:16 +00:00
Antoine Brodin
be7709b088 Fix build on head
Reported by:	pkg-fallout
2015-05-11 14:15:34 +00:00
Mark Felder
2bd7a6fd87 Update "BSD" licenses in databases category 2014-12-05 00:30:20 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Chris Rees
4cb60faedd Finally retire USE_PGSQL 2014-11-22 20:40:08 +00:00
Baptiste Daroussin
3edc030b9f Cleanup plist 2014-10-20 10:41:12 +00:00
Veniamin Gvozdikov
b8ae48cb31 Up to 1.5.3:
* Added new plugins: sql, sophia (disk storage)
* Added broken on FreeBSD less than 9.0 (doesn't build)

Submitted by:	myself
2014-05-02 17:07:03 +00:00
Antoine Brodin
1f138bb3e6 Finish stage support
Note: this port seems broken on FreeBSD 8
2014-01-25 11:53:57 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +00:00
Veniamin Gvozdikov
83c061b97e - Update to new version
- Fixed bugs at init script
- Added auto init storage at init script
- Added more information at pkg-message
- Groupped plugins

Submitted by:	myself
2013-11-23 08:47:39 +00:00
Baptiste Daroussin
fccb515040 Remove custom code and replace it by USES=compiler 2013-10-09 06:54:26 +00:00
Veniamin Gvozdikov
9ca46bc484 - Update to 1.5.1
- Added plugins support
- Removed static build, doesn't work more details:
https://github.com/tarantool/tarantool/issues/19
- Added patch from devel/libev

Approved by:	eadler (mentor)
2013-10-03 22:12:08 +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
Andrej Zverev
a5341091eb - convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
2013-09-16 17:03:42 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Veniamin Gvozdikov
862c06b489 - Changed my email
- Trim Makefile headers and positions name and surname within

Approved by:	eadler, rm (mentors)
2013-07-22 14:34:22 +00:00
Raphael Kubo da Costa
a731c13b45 Update to 1.4.9.
PR:		ports/178737
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-05-19 13:26:55 +00:00
Raphael Kubo da Costa
f1128a89e1 Update to the latest 1.4.8 production version.
PR:		ports/177603
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2013-05-11 21:16:32 +00:00
Alex Kozlov
5003029118 - Convert USE_GETTEXT to USES (part 2)
Approved by:	portmgr (bapt)
2013-04-24 13:36:18 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Martin Wilke
a22cc9533a - Update to latest git version 31-g9ca7fda
PR:		175815
Submitted by:	maintainer
2013-02-09 14:05:33 +00:00
Ruslan Makhmatkhanov
7697605885 - update to 1.4.8
PR:		170348
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
2012-12-11 20:00: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
Eitan Adler
4ca7312e0e Tarantool/Box, or simply Tarantool, is a high performance key/value
storage server. The code is available for free under the terms of
BSD license. Supported platforms are GNU/Linux and FreeBSD.

WWW:	http://tarantool.org/

PR:		ports/163213
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2012-01-02 15:41:28 +00:00