1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
Commit Graph

165 Commits

Author SHA1 Message Date
Torsten Zuehlsdorff
a8cd58783a Switch default version of PostgreSQL from 9.5 to 11
Two important changes arise with it:
- Default user switches from "pgsql" to "postgres"
- Default data-dir switches from "/usr/local/pgsql/data" to "/var/db/postgres/data11"

Also add a migration procedure, which takes the user-switch into account by preventing
it on database-side.

Exp-Run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239514

Thanks to: tobik, antoine, mfechner

Sponsored by:	Professionelles Bounce Management
2019-08-29 21:29:23 +00:00
Rene Ladan
b8dc014606 Unregister removed samba46 and samba47 2019-08-19 10:03:42 +00:00
Jose Alonso Cardenas Marquez
9cea055d62 - Change lazarus default to 2.0.4
Reported by:	fluffy
2019-08-17 05:41:58 +00:00
Mathieu Arnold
1318a48c14 Update the default Perl version to 5.30.
PR:		239742
Submitted by:	mat
Exp-run by:	antoine
2019-08-12 13:57:44 +00:00
Sunpoet Po-Chuan Hsieh
4d747fd817 Update comment: add pgsql 12 2019-08-09 11:46:11 +00:00
Gerald Pfeifer
a09b771811 GCC 9 removed support for powerpcspe, so lock down that platform
to GCC 8.

PR:		238330
Reported by:	pkubaj
Reviewed by.	jhibbits
2019-07-31 07:18:48 +00:00
Gerald Pfeifer
9d240807dd Update the default version of GCC as pulled in via USE_GCC=yes and a
myriad of other ways from GCC 8 (8.3 right now) to GCC 9 (9.1 right now).

PR:		238330
Tested by:	antoine (exp-runs)
Thanks to:	tobik, jbeich (for heavy lifting fixing broken ports)
2019-07-26 20:35:21 +00:00
Tijl Coosemans
a3289277ff Switch the default for Linux ports to CentOS 7. 2019-07-10 19:02:33 +00:00
Tijl Coosemans
7003875294 On amd64 adding DEFAULT_VERSIONS+=linux=c6 to /etc/make.conf made Linux
infrastructure ports (linux_base-c6 and linux-c6*) install i386 CentOS 6
packages.  Using c6_64 instead of c6 made them install mixed amd64/i386
CentOS 6 packages and allowed Linux application ports to install amd64
binaries when available.  The i386-only configuration was only useful for
users of x11/nvidia-driver* which didn't provide Linux amd64 emulation
until recently.

With x11/nvidia-driver* now supporting Linux amd64 there's no longer a
need for i386-only Linux on amd64.  Let DEFAULT_VERSIONS+=linux=c6 make
Linux infrastructure ports install mixed amd64/i386 CentOS 6 packages,
like c6_64 before, and remove support for c6_64 as a value.

Replace LINUX_ARCH with ARCH everywhere because they are always the same
now.
2019-07-10 14:40:02 +00:00
Timur I. Bakeyev
588ed037aa Add Samba 4.10 as a possible value for the DEFAULT_VERSIONS. 4.8 is still the default. 2019-07-06 20:50:34 +00:00
Alex Dupre
62d9035f5b Update default MySQL version to 5.7.
PR:		238365
Submitted by:	ale
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2019-07-01 07:43:32 +00:00
Niclas Zeising
6db0d126a4 Switch mesa and related ports to llvm80
Switch mesa over to use llvm80 instead of llvm60.  Make it use the
global LLVM_DEFAULT instead of deciding for ourself which llvm version
to use. [1]

Fix build of lang/beginet [1]

Add patch from upstream to fix build of devel/libclc.  The patch is taken
from the git mirror of devel/libclc rather than the SVN repo, for
convenience.

Add a patch from mesa upstream preventing certain error messages when using
amdgpu [2]

Add a notice to bsd.default-versions.mk asking that the graphics team be
informed before the llvm version is changed.

Enable llvm and gallium on MIPS.  As far as I can tell, this used to
be the default before this change.

Bump portrevisions since dependencies changed.

PR:		230789 [1], [2]
Submitted by:	jbeich [1], tobik [2]
Obtained from:	FreeBSD Graphics Team development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/commits/feature/mesa-llvm80
Sponsored by:	B3 Init (zeising)
2019-06-30 14:56:12 +00:00
Gerald Pfeifer
5702e07b2b Remove GCC 6 as a (documented) option for the default version of GCC 6
in the tree aka GCC_DEFAULT.  It should still work if one simply uses
it, but given that GCC 6 has been end-of-lifed last year and lang/gcc6
deprecated, let's not actively promote its usage any longer.
2019-06-14 16:10:38 +00:00
Mathieu Arnold
ba4258b649 Make sure we use perl installed by ports and not some other perl in PATH.
PR:		238320
Submitted by:	Jeroen Pulles
2019-06-05 14:37:47 +00:00
Antoine Brodin
47ce821484 Switch default version of samba from 4.7 to 4.8
With hat:	portmgr
2019-06-04 14:17:39 +00:00
Gerald Pfeifer
5d907c5fc9 Add GCC 9 as an option for GCC_DEFAULT now that lang/gcc9 has landed in
the tree. The default for GCC remains version 8 for the time being.
2019-06-04 06:39:58 +00:00
Li-Wen Hsu
cb5c8198a2 Turn lang/julia to metaport & introduce JULIA_DEFAULT to bsd.default-versions.mk
PR:		235872
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2019-05-28 06:12:47 +00:00
Mathieu Arnold
28017ff3ee Welcome Perl 5.30 (now at 5.30.0-RC1)
Changes:	https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0-RC1/pod/perldelta.pod
Changes:	https://metacpan.org/pod/release/XSAWYERX/perl-5.30.0-RC1/pod/perldeprecation.pod#Perl-5.30
2019-05-13 07:36:38 +00:00
Rene Ladan
ed0c744cfc Unregister expired lang/perl5.24 2019-05-09 16:21:42 +00:00
Koichiro Iwao
96e32bdc19 Add ruby26 2.6.3 (copied from ruby25)
PR:		234509 235826
Submitted by:	pete@nomadlogic.org (initial revision)
		Yasuhiro KIMURA <yasu@utahime.org> (initial revision)
		meta (myself, minor modifications)
Relnotes::	https://www.ruby-lang.org/en/news/2018/12/25/ruby-2-6-0-released/
		https://www.ruby-lang.org/en/news/2019/01/30/ruby-2-6-1-released/
		https://www.ruby-lang.org/en/news/2019/03/13/ruby-2-6-2-released/
		https://www.ruby-lang.org/en/news/2019/04/17/ruby-2-6-3-released/
Differential Revision:	https://reviews.freebsd.org/D19961
2019-05-09 01:28:38 +00:00
Matthias Fechner
efc3d57a4b Change default version of ruby from 2.4 to 2.5.
PR:             233901
Exp-Run:        antoine
2019-04-19 22:48:01 +00:00
Antoine Brodin
e413c34db1 Switch default version of python to 3.6
PR:		234633
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D18743
2019-04-10 05:47:26 +00:00
Sunpoet Po-Chuan Hsieh
7778eb74c8 Update comment: remove ruby 2.3 2019-03-31 13:48:09 +00:00
Jan Beich
f4ac87b8b6 Adjust documented values for LLVM_DEFAULT
- Add 80 (current default) but -devel is also possible
- Drop 50 as it's being phased out (see bug 236412)

PR:		235215
Reported by:	Graham Perrin
2019-03-25 18:09:43 +00:00
Jan Beich
03a22a5366 Switch to devel/llvm80 for DEFAULT_VERSIONS
PR:		235215
2019-03-20 12:23:25 +00:00
Jose Alonso Cardenas Marquez
1fa46757c5 - Change lazarus default version to 2.0.0 2019-03-07 04:56:28 +00:00
Gerald Pfeifer
6f3e8147d0 Remove GCC 5 as an option. That branch went end-of-life upstream
one-and-a-half years ago, October 2017, and the default version of
GCC in the ports tree is now GCC 8 already.
2019-02-08 15:41:01 +00:00
Sunpoet Po-Chuan Hsieh
7b8890a96d Update comment: remove apache 2.2 2019-02-05 13:49:18 +00:00
Tobias Kortkamp
7563aa8e08 Add errors for defining {LAZARUS,LLVM,RUST,SAMBA,VARNISH}_DEFAULT
outside of DEFAULT_VERSIONS too

Everything else is sorted alphabetically, so move LLVM_DEFAULT to
the right place too.
2019-01-16 00:54:39 +00:00
Mark Felder
262f1b89e1 Varnish 5 was EOL and expired 2019-01-14 18:09:46 +00:00
Sunpoet Po-Chuan Hsieh
dc9ca0038b Update comment: remove pgsql 9.3 2019-01-14 15:50:05 +00:00
Jan Beich
076bf84a1c Allow overriding rust dependency
Add DEFAULT_VERSIONS+=rust=rust-nightly to make.conf(5) if you want to
build consumers using lang/rust-nightly.

Approved by:	rust (tobik)
MFH:		2019Q1 (avoid merge conflicts during www/firefox updates)
Differential Revision:	https://reviews.freebsd.org/D18634
2019-01-04 04:00:39 +00:00
Rene Ladan
a873d4b4ac Unregister PHP 5.6 which expired today. 2019-01-01 13:19:23 +00:00
Rene Ladan
acddeb4e12 Unregister Python 3.4, it expired today. 2018-12-18 09:19:03 +00:00
Mathieu Arnold
5a1a7710f8 Switch Perl 5 default to 5.28.
PR:		233828
Exp-run by:	antoine
2018-12-13 20:44:04 +00:00
Gerald Pfeifer
dd5c8f4ec8 Update the default version of GCC pulled in via USE_GCC=yes and a myriad
other ways from GCC 7 (7.4 right now) to GCC 8 (8.2 right now).

This is the first time for eons, if not forever, that we are on the most
recent major version of GCC, a catch-up that's been taking more than two
years with the great help of many fellow committers and volunteers.

PR:		231590
Tested by:	antoine (exp-runs)
Thanks to:	jbeich, tobik, jwb, mi, yuri, and others for helping fix (broken) ports
2018-12-11 21:28:31 +00:00
Sunpoet Po-Chuan Hsieh
24db45d265 Update comment: editors/lazarus is 1.8.4 now 2018-12-06 20:33:12 +00:00
Rene Ladan
4c96f36032 Unregister PHP 7.0, it has reached its end-of-life on 2018-12-04. 2018-12-05 13:57:58 +00:00
Sunpoet Po-Chuan Hsieh
0ec133e969 Update comment: add pgsql 11 2018-11-21 20:21:18 +00:00
Yuri Victorovich
0dba9aa74b Mk/bsd.default-versions.mk: Add LLVM_DEFAULT
This is for cases when llvm or clang from ports need to be used
so that the current highest version can be specified in
one place.
2018-11-20 19:19:21 +00:00
Mathieu Arnold
35326f1a97 security/openssl-devel was removed, but there is a security/openssl111 now. 2018-11-10 10:09:48 +00:00
Jochen Neumeister
89bcd41ec2 Switch default PHP version from 7.1 to 7.2
PR:		232398
Reviewed by:	joneum
Approved by:	tz (implicit)
Exp-run by:	antoine
Sponsored by:	Netzkommune GmbH
2018-10-22 14:04:03 +00:00
Gerald Pfeifer
94217f1051 Remove GCC 4.9 as an option. That branch went end-of-life upstream more
than two years ago, summer of 2016.
2018-10-20 11:09:46 +00:00
Torsten Zuehlsdorff
3a5533b48d Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default

Changes to Mk/Uses/php.mk approved by ale
2018-10-08 08:52:51 +00:00
Sunpoet Po-Chuan Hsieh
1c2211e3de Update comment: add openssl111
Differential Revision:	https://reviews.freebsd.org/D17303
Approved by:	adamw (portmgr)
2018-09-25 16:09:34 +00:00
Torsten Zuehlsdorff
188a80ce47 Switch default PHP version from 5.6 to 7.1
PR:		209563
Reviewed by:	tz, Felix Flor
Exp-run by:	antoine
2018-09-05 08:04:41 +00:00
Antoine Brodin
ec3e56288a Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks

Reviewed by:	mat
Differential Revision:	https://reviews.freebsd.org/D16904
2018-09-01 17:05:47 +00:00
Gerald Pfeifer
d2346f31bc Update the default version of GCC (pulled in via USE_GCC=yes and some
others) from GCC 6 to GCC 7.

PR:		222542
Tested by:	antoine (exp-runs)
Approved by:	antoine
Thanks to:	jbeich, tobik, and others for helping fix (broken) ports
2018-07-29 21:59:44 +00:00
Gerald Pfeifer
c3171e8670 Now that GCC 8.2 has been released (and lang/gcc8 updated accordingly)
which brought a minor ABI fix for C++, advertise its potential use here
via GCC_DEFAULT.
2018-07-28 15:02:55 +00:00
Martin Wilke
fb3d7e4971 - Finish up lang/python37 import
- Added python37 docs
- Added python37 support to Mk/

Reviewed by:	bapt
Approved by:	bapt (portmgr)
Differential Revision:	https://reviews.freebsd.org/D16159
2018-07-06 16:11:14 +00:00