Commit graph

65 commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Sunpoet Po-Chuan Hsieh
bdaa822924 Fix build with curl 7.62.0 2018-11-03 22:44:20 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Sunpoet Po-Chuan Hsieh
73ecf0cde0 Update to 1.10.2
Changes:	https://github.com/tarantool/tarantool/releases
2018-10-14 16:27:45 +00:00
Sunpoet Po-Chuan Hsieh
8faa5bb6b5 Update to 1.9.2
Changes:	https://github.com/tarantool/tarantool/releases
2018-09-06 18:23:09 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
Changes:	http://site.icu-project.org/download/62
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		229359
Exp-run by:	antoine (only 10.4)
2018-06-29 14:22:11 +00:00
Sunpoet Po-Chuan Hsieh
5c3f3b3141 Update to 1.9.1
Changes:	https://github.com/tarantool/tarantool/releases
2018-05-21 15:00:28 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Sunpoet Po-Chuan Hsieh
2075c77ea2 Update to 1.9.0
- Add LICENSE_FILE
- Use CMAKE_BOOL and CMAKE_ON
- Clean up Makefile
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/tarantool/tarantool/releases
		https://github.com/tarantool/tarantool/commits/1.9
2018-03-01 13:34:54 +00:00
Rene Ladan
fbd43637e1 Reset vg@'s ports after he resigned.
With hat:	portmgr-secretary
2018-02-23 21:09:47 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Jimmy Olgeni
7610c137d3 databases/tarantool: silence warning message in startup script.
PR:		221024
Submitted by:	olgeni
Approved by:	maintainer timeout
2017-09-09 07:59:39 +00:00
Veniamin Gvozdikov
984d506034 - Update to 1.7.4.260 2017-07-10 13:54:08 +00:00
Veniamin Gvozdikov
fb0ac569bf - Update to 1.7.4.99 2017-07-04 13:55:46 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Tobias C. Berner
5e373eaa92 Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
2017-06-25 21:07:58 +00:00
Mark Linimon
6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00
Veniamin Gvozdikov
16a095f781 - update to 1.7.4.0 2017-05-15 08:37:55 +00:00
Mark Linimon
f4ea425a5b Provide more descriptive error messages for ports failing on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-04-29 07:04:49 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Veniamin Gvozdikov
f1768f0ad3 - Update to 1.7.3.318 2017-03-07 10:07:08 +00:00
Veniamin Gvozdikov
3c60031190 - Update to 1.7.3.99 2017-01-25 14:17:12 +00:00
Dmitry Marakasov
adeac03634 CMAKE_INSTALL_MANDIR is not set correctly by default, no need to override it
Approved by:	portmgr blanket
2016-12-25 14:23:38 +00:00
Alexey Dokuchaev
bb20c8e307 Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description.  Those ports where it meant something more specific were
left untouched.
2016-10-28 17:55:30 +00:00
Veniamin Gvozdikov
a74dfcae3a - Update to 1.6.9.9 2016-09-29 08:50:20 +00:00
Veniamin Gvozdikov
b85b2bf643 - Update to 1.6.8.767 2016-09-06 11:11:49 +00:00
Veniamin Gvozdikov
09f3be9c93 - Update 1.6.8.741
- Updated MASTER_SITE
2016-09-06 10:13:30 +00:00
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