1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

2831 Commits

Author SHA1 Message Date
Kurt Jaeger
d460c1a711 cad/z88: update 13.0 -> 15
- Changes PORTVERSION to DISTVERSION
- Sets submitter as MAINTAINER.
- Uses USE_GITHUB instead of MASTER_SITES
- Sets LICENSE
- Sets appropriate dependencies, USES, USE_X
- Adds an EXAMPLES option
- Adds a pkg-message to explain how the port must be used, as it
  is not self-evident (The software assumes all files in the same
  directory instead of distributed into bin/, ${DATADIR} etc so I had
  to find a work around: the solution is easy for the user).

PR:		233772
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Reviewed by:	chitty_cloud@me.com
Relnotes:	https://forum.z88.de/viewtopic.php?f=18&t=885
2018-12-31 13:33:55 +00:00
Niclas Zeising
a05affa7e2 cad/gtkwave: Update to 3.3.98 2018-12-26 23:24:22 +00:00
Mark Linimon
0b95b61d47 This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.

While here, add USES=gl gnome.

PR:		234306
Submitted by:	Piotr Kubaj
Reviewed by:	swills
2018-12-26 22:15:45 +00:00
Mark Linimon
1d26780b65 USES=compiler:c++11-lang is necessary to build on GCC-based architectures.
PR:		234394
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-26 12:29:28 +00:00
Tobias C. Berner
8a4ab05d84 Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
2018-12-26 09:06:34 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Niclas Zeising
0802490e6f cad/gtkwave: Fix build on GCC-based architectures
Fix build of cad/gtkwave on GCC-based architectures by adding
compiler:c++11-lang to USES.

PR:		234210
Submitted by:	Piotr Kubaj
2018-12-23 20:40:55 +00:00
Antoine Brodin
3c7395709e Mark BROKEN: fails to build
cd /wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src && /usr/local/bin/gfortran8 -DCONTIG=,CONTIGUOUS -DHAVE_EXECUTECOMMANDLINE -DUSE_ARPACK -DUSE_ISO_C_BINDINGS -Delmersolver_EXPORTS -I/usr/local/include -I/wrkdirs/usr/ports/cad/elmerfem/work/.build -I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src -I/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fhutiter/src -I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fem/src/binio -I/wrkdirs/usr/ports/cad/elmerfem/work/.build/fhutiter/src  -O -Wl,-rpath=/usr/local/lib/gcc8 -fPIC -O3 -DNDEBUG -O3 -J../../fmodules -fPIC   -c /wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fem/src/CRSMatrix.F90 -o CMakeFiles/elmersolver.dir/CRSMatrix.F90.o
/wrkdirs/usr/ports/cad/elmerfem/work/elmerfem-release-8.3/fem/src/CRSMatrix.F90:3681:24:

       A % ILUCols    => ILUCols
                        1
Error: Assignment to contiguous pointer from non-contiguous target at (1)

Reported by:	pkg-fallout
2018-12-18 23:32:36 +00:00
Joseph Mingrone
e33a49cba9 cad/gmsh: Update to version 4.0.7
Upstream change log:
https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt
2018-12-14 10:11:46 +00:00
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
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Michael Reifenberger
25994b96db Fix pkg-plist 2018-12-10 17:37:04 +00:00
Thierry Thomas
935e77aad9 Upgrade Kicad libraries to 5.0.2, in conjunction with KiCad 5.0.2. 2018-12-09 17:30:09 +00:00
Michael Reifenberger
5404412578 Update to 2018.12.07 2018-12-08 14:15:15 +00:00
Michael Reifenberger
02ce29b193 Update to 3.21.3.11 2018-12-08 13:57:40 +00:00
Sunpoet Po-Chuan Hsieh
857d3ac919 Use opt_USE instead of opt_VARS for USE_foo knob 2018-12-06 20:32:55 +00:00
Joseph Mingrone
2e22617402 cad/gmsh: Remove redundant USE_LDCONFIG=yes
This should not have been added in r486753, because it is already present
as SHARED_VARS=USE_LDCONFIG=yes, i.e., when the shared libraries knob is
on.
2018-12-06 17:18:45 +00:00
Alexey Dokuchaev
cd6c91194c Update to version 0.7, which is an important bugfix release.
Reported by:	portscout
2018-12-06 12:05:24 +00:00
Joseph Mingrone
374c605d8b cad/gmsh: Update to 4.0.6
Upstream change log:
https://gitlab.onelab.info/gmsh/gmsh/blob/master/CHANGELOG.txt

PR:		233618
Submitted by:	ndowens@yahoo.com
Reported by:	chitty_cloud@me.com
2018-12-06 11:55:00 +00:00
Rene Ladan
99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00
Niclas Zeising
ba18286891 cad/gtkwave: Update to 3.3.97
Update cad/gtkwave to 3.3.97.

Committed at:	TDBI2018
2018-11-29 15:33:17 +00:00
Thierry Thomas
03ff4ce2ff Upgrade to 5.0.2. 2018-11-28 19:59:51 +00:00
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Niclas Zeising
cf988a2d61 cad/gtkwave: Update to 3.3.96 2018-11-20 18:45:58 +00:00
Fernando Apesteguía
d721b70ecd cad/openvsp: update to 3.16.2
Announcement: http://openvsp.org/blogs/announcements/2018/10/29/openvsp-3-16-2-released

Features:

* DegenGeom additions
* API Animation support
* Four digit modified airfoils
* Five digit & modified airfoils
* 16 series airfoils
* Fuselage and stack end caps
* BOR support in API
* General API cleanups

Bug Fixes:

* Many small fixes
* Fuse file xsec symmetry problem
* Fix point clustering on airfoil export
2018-11-19 18:29:11 +00:00
Fernando Apesteguía
9bca322f57 cad/openvsp: Unbreak port
Port was broken after last compilers updates in 11 and 12.
Clang is now able to compile the port but we need to patch as_callfunc_x86.cpp
unconditionally, otherwise clang complains (or dies, depending on the version)
with:

this directive must appear between .cfi_startproc and .cfi_endproc directives

Also use localbase to simplify flags handling.

Reported by:	pkg-fallout
2018-11-17 18:08:10 +00:00
Mark Linimon
70aa7e5ccc This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		232879
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-11-11 03:52:09 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Alexey Dokuchaev
79afd47666 - Update `cad/libredwg' to version 0.6.2 which brings numerous important
fixes, including several out_dxf segfaults
- Build with PostScript export support (dwg2ps) by default (due to lack
  of --disable-pslib configure switch, leave a note that while currently
  pre-installed `print/pslib' port would not be silently picked up, this
  might change in the future and explain how to handle this situation)
2018-11-07 16:37:14 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Antoine Brodin
e32e60b069 Mark BROKEN: fails to build
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.24.0/src/other/openNURBS/opennurbs_archive.cpp:13560:103: error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation
    rc = archive.Write3dmStartSection( version, "Archive created by ON_WriteOneObjectArchive "__DATE__" "__TIME__ );
                                                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~

Reported by:	pkg-fallout
2018-11-04 13:13:17 +00:00
Niclas Zeising
c7f28b3878 cad/gtkwave: Update to 3.3.95
Update cad/gtwave to 3.3.95
Add USES=gnome
2018-11-03 17:56:58 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Jan Beich
434ca57417 cad/freecad: update to 0.17.13541
- Restore revision number lost in r467912 but not other bits as those
  aren't available/useful outside of VCS

Changes:	https://github.com/FreeCAD/FreeCAD/compare/0.17...9948ee4f1
PR:		232696
Requested by:	kunda (upstream)
MFH:		2018Q4 (bug fixes)
2018-10-31 12:19:21 +00:00
Jan Beich
d70fbee590 cad/freecad: unbreak with boost 1.69
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.69.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_signals

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:596 (find_package)

PR:		232525
Obtained from:	upstream (FreeCAD 0.18)
2018-10-31 12:19:05 +00:00
Thierry Thomas
e914b6d5e6 Upgrade to 7.3.0. 2018-10-30 17:23:01 +00:00
Jan Beich
aefe824439 Return subset of r483249 to GCC 4.2 to unbreak on mips* 2018-10-28 10:08:17 +00:00
Jan Beich
ec5d9a54d6 Downgrade C++03 to C++98, actual default for GCC < 6
GCC 4.2 in base system doesn't support C++03:
cc1plus: error: unrecognized command line option "-std=gnu++03"
2018-10-28 09:36:56 +00:00
Joseph Mingrone
ab7ec11573 cad/gmsh: Remove CONFLICTS related to OCC knob and cad/gmsh-occ
cad/gmsh-occ was removed in r482318
2018-10-28 05:02:36 +00:00
Joseph Mingrone
abc2314129 cad/gmsh: Fix powerpc64 build [1] and restore DOCS knob [2]
PR:		231832
Submitted by:	pkubaj@anongoth.pl [1]
Reported by:	mat [2]
2018-10-28 04:17:18 +00:00
Steve Wills
5b798c11c4 cad/gnucap: Update to 2013-04-23
PR:		232464
Submitted by:	Nathan <ndowens@yahoo.com>
2018-10-27 02:23:26 +00:00
Danilo Egea Gondolfo
47602d4858 - Update to 3.10.12
- Move USES to make portlint happy
2018-10-26 21:35:38 +00:00
Michael Reifenberger
a6bf065547 Update kicad-*devel ports
Enable spice
2018-10-26 15:19:08 +00:00
Michael Reifenberger
78b45230c5 Update 2018.10.22:
Unbreak with Boost 1.69
	Drop dependency on -lcompat
	Replace time.h with ctime

PR:	232516
Submitted by:	Jan Beich jbeich@
2018-10-25 16:26:52 +00:00
Rene Ladan
c4ffe7ea3a Remove expired port:
2018-10-24 cad/kicad-library: KiCad has been upgraded to 5.0.0
2018-10-25 09:27:47 +00:00
Jan Beich
0aa737a336 Expand FreeBSD 12 conditionals to include 13.0-CURRENT 2018-10-23 16:34:43 +00:00
Jan Beich
fa6b684e82 cad/openscad: unbreak with boost 1.69
src/CSGTermEvaluator.cc:112:9: error: no viable conversion from 'boost::tribool' to 'bool'
                        bool convex = ps->convexValue();
                             ^        ~~~~~~~~~~~~~~~~~

PR:		232525
2018-10-22 20:31:36 +00:00
Dmitry Marakasov
6b985f4628 - Update WWW
Approved by:	portmgr blanket
2018-10-19 09:30:10 +00:00
Joseph Mingrone
9b03e3b920 Remove SUBDIR += gmsh from cad/Makefile (missing from last commit) 2018-10-18 00:40:18 +00:00
Joseph Mingrone
8b29c89086 Remove cad/gmsh-occ since cad/gmsh now builds with OCC by default 2018-10-18 00:27:44 +00:00