Commit graph

2619 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
a67675b323 Mark CONFLICTS_INSTALL with devel/py-epsilon 2017-12-16 20:55:36 +00:00
Jan Beich
03fec4df02 Re-try ports affected by bug 193528 on powerpc* after r449590 2017-12-12 04:35:49 +00:00
Antoine Brodin
1d00aa2b00 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-11 16:54:20 +00:00
Steve Wills
afe84a4cb4 cad/openvsp: Update to 3.14.1
PR:		224225
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2017-12-11 03:04:29 +00:00
Antoine Brodin
f66fbf093b astk-serveur is not compatible with python3 2017-12-09 09:20:23 +00:00
Yuri Victorovich
ebccb14778 New port: cad/sumo: Traffic simulation suite for road vehicles, public transportation, etc
PR:		193884
Submitted by:	Enrique Fynn <me@enriquefynn.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13248
2017-12-03 19:20:35 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Niclas Zeising
5598792853 Bump portrevision to chase graphics/glew shard library version update.
PR:		223370
Submitted by:	zeising
exp-run by:	antoine
Approved by:	antoine
2017-11-18 19:32:38 +00:00
Thierry Thomas
e22be4275b Upgrade - endly! - to Code_Aster 13.4.0-3.
Notes:

- I have (not yet) succeeded to enable MFront in this version;

- it uses math/mumps-edf, repocopied from math/mumps;

- cad/scotch is now taken out of the aster tarball;

- french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca
	(the port cad/salome should be resurrected!)
2017-11-14 18:29:22 +00:00
Michael Reifenberger
018adb7f69 Upgrade to 3.19.0.0 2017-11-11 15:35:57 +00:00
Joseph Mingrone
fff37fd669 cad/gmsh: Update to version 3.0.6
Upstream changes: http://gmsh.info/CHANGELOG.txt
2017-11-10 11:30:44 +00:00
Antoine Brodin
4ddaaccc17 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 22:17:07 +00:00
Dmitry Marakasov
bcd1371b67 - Remove unneeded bsd.port.options.mk inclusion
- Update WWW
2017-11-09 09:04:39 +00:00
Danilo Egea Gondolfo
133a81970d - Update to 3.10.4 2017-11-05 17:57:30 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Michael Reifenberger
5cac893186 Update to r20171031091403. 2017-10-31 12:50:38 +00:00
Thomas Zander
220191ec07 Update to upstream version 2.13
Detailed log:
- New features, see
  http://www.dhondt.de/new_calc.htm
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222915
- Mark BROKEN on FreeBSD 10 for now: Does not build when
  built with clang, and causes runtime segfaults when built
  with gcc

PR:		222915
Submitted by:	pfg (maintainer)
2017-10-30 17:19:08 +00:00
Thomas Zander
995bec14f3 Update to upstream version 2.13
Detailed log:
- Introduction of new features, see
  http://www.dhondt.de/new_calc.htm
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222914

PR:		222914
Submitted by:	pfg (maintainer)
2017-10-30 17:15:56 +00:00
Thierry Thomas
eac552e070 KiCad has not depended on xpdf for a long time. As such, the RUN_DEPENDS
can safely be removed.

Submitted by:	Kevin Zheng <kevinz5000 (at) gmail.com>
2017-10-25 19:59:09 +00:00
Niclas Zeising
add110fef2 Update to 10.2 2017-10-24 21:01:15 +00:00
Niclas Zeising
c311c2c74a Update to 3.3.86 2017-10-23 20:35:19 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Steve Wills
f9d76389bc cad/solvespace: update to 2.3 2017-10-17 15:32:35 +00:00
Thierry Thomas
66396c4f0e Fix CONFLICTS.
Reported by:	FreeBSD Ports Conflicts Scanner
2017-10-14 19:30:20 +00:00
Thierry Thomas
d179195ca8 Re-add the new website. 2017-10-14 13:51:28 +00:00
Baptiste Daroussin
f402d12780 Remove dead WWW links 2017-10-13 11:06:30 +00:00
Baptiste Daroussin
df42a8a14b Mark as broken: no public distfiles 2017-10-13 11:06:09 +00:00
Sunpoet Po-Chuan Hsieh
02ff99a147 Convert to test framework
Approved by:	portmgr (blanket)
2017-10-12 08:09:44 +00:00
Raphael Kubo da Costa
a8c19cb5a6 Update to 3.13.3.
Changes: http://openvsp.org/blogs/announcements/2017/09/16/openvsp-3-13-3-released

PR:		222477
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2017-10-08 20:58:08 +00:00
Guido Falsi
bbd458c1cf - Update cad/freecad to 0.17.12018
- Use upstream version numbering
- Reset maintainership on his request
- While here, silence portlint warning about USES variable position

PR:		222195
Submitted by:	Thibault Jouan <tj+freebsd_ports@a13.fr> (maintainer)
2017-10-08 12:40:34 +00:00
Cy Schubert
6198309bba Register net/fsbclient and cad/alliance conflict.
Reported by:	rodrigo
2017-10-05 01:54:56 +00:00
Raphael Kubo da Costa
1bae556a1c Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.

PR:		222638
2017-09-27 18:08:14 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Adam Weinberger
c499c78518 Reset maintainership on Dominic Fandrey's ports.
With hat:	portmgr
2017-09-23 21:11:51 +00:00
Mathieu Arnold
cb9a2b582c Cleanup after removal of libexecinfo from ports.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:57 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Thierry Thomas
025d68f0fc Upgrade to v4.0.7. 2017-09-18 20:14:30 +00:00
Joseph Mingrone
de14206f31 cad/gmsh: Update to version 3.0.5 2017-09-18 00:18:04 +00:00
Ganael LAPLANCHE
31c1655dde Update tbb to 2018 and bump dependent ports' revisions 2017-09-17 07:03:14 +00:00
Ashish SHUKLA
53aec0cd56 Chase Emacs update 2017-09-12 15:38:56 +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
Carlos J. Puga Medina
27ce8b0036 cad/openvsp: update to 3.13.2
Features:
- Body of revolution component
- Spin control for fuselage and stack
- VSPAERO Update to 4.1.1
  * Added ground effect model
  * Reflect symmetric half geometry in viewer
  * Show XYZ planes in viewer

Bug Fixes:
- Clean up logic in STEP/IGES export -- may help some importers
- VSPAERO GUI now creates half-mesh for panel method with symmetry
- VSPAERO Update to 4.1.1
  * Fix drag integration inconsistency for alpha vs. rotation
  * Fix memory crash w/ periodic wakes (ducts)
  * Fix pressure anomaly w/ periodic wakes (ducts)
  * Fix problem with symmetry calculations
  * Fix high AR Cp near centerline
  * Fix high AR Cp out span
  * Fix slicer on Windows
  * Set minimum Mach to 0.001 -- fixes Cp min/max range in viewer

Changelog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.13.2

PR:		222009
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
2017-09-06 00:02:28 +00:00
Carlos J. Puga Medina
910590f711 cad/openvsp: fix build on CURRENT
- Pet portlint, USE_* comes before USES
- Bump PORTREVISION

On -CURRENT, gcc can not compile cad/openvsp. We switch to clang but need an
additional patch in the port, otherwise clang 5.0.0 r312293 and earlier crashes.

This patch will be removed if/when clang compiles clean the port.

This update is based on a patch by dim@

For details, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221588

PR:		222001
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
2017-09-05 23:49:46 +00:00
Thierry Thomas
902d56e38f Fix plist with WITH_DEBUG=yes
(I suspect that makeplist is too smart...)

PR:		221977
Submitted by:	mizhka (at) gmail.com
2017-09-05 20:07:11 +00:00
Sunpoet Po-Chuan Hsieh
1e1066d9a6 Update to 3.2.0
Changes:	https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510&version=12314395
2017-09-02 14:23:38 +00:00
Dmitry Marakasov
634b47fcba - Update WWW
Approved by:	portmgr blanket
2017-08-31 09:01:38 +00:00