1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

2978 Commits

Author SHA1 Message Date
Baptiste Daroussin
56a6c38e8d Drop build dependency on GNU m4.
m4 from base is able to do the job, if properly wrapped to mimic GNU m4

Differential Revision:	https://reviews.freebsd.org/D21835
2019-10-01 14:35:23 +00:00
Niclas Zeising
00a1e1c138 cad/alliance: Really remove libXp dependency 2019-09-30 18:21:18 +00:00
Niclas Zeising
99cbb2b29e cad/alliance: remove dependency on libXp
remove the dependency on libXp from cad/alliance, it isn't needed.  Fix the
configure script to not detect libXp even if it is installed on the system.
2019-09-30 18:18:45 +00:00
Kai Knoblich
1823b021c2 cad/alliance: Update to 5.1.1, remove BROKEN and undeprecate
* The code has been modernized so most of the patches and the workaround
  with USE_CXXSTD are therefore no longer required.  USE_GCC is still needed
  for build as some files cannot be compiled with Clang.

  The updated code also contains no more occurences of the long deprecated
  gets(3) function which has been removed since FreeBSD 1300043. [1]

* A patch from Debian's patchset [2] is required to remedy build issues
  with the documentation.

* Add USE_XORG to pass stage QA as some binaries are linked against various
  X libraries.  Among these libraries is also the recently deprecated
  x11/libXp, which is probably not needed but (still) pulled in by the
  OpenMotif toolkit.

* Also pet portlint/portclippy while I'm here by grouping related USE_*
  variables to the USES block and sort the other variables according to the
  PHB.

PR:		238686
Submitted by:	Loïc Bartoletti <lbartoletti@tuxfamily.org> (based on)
Reported by:	emaste [1]
Obtained from:	Debian [2]
2019-09-28 11:11:14 +00:00
Mateusz Piotrowski
1ba10655a6 Update to 0.37
Reported by:	portscout
2019-09-25 15:19:41 +00:00
Ganael LAPLANCHE
03166a4b36 Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
2019-09-25 10:03:49 +00:00
Antoine Brodin
dbc52fe937 Mark BROKEN with lld
Reported by:	pkg-fallout
MFH:		2019Q3
2019-09-18 09:33:35 +00:00
Antoine Brodin
7f398226a0 Mark BROKEN on i386 with lld
Reported by:	pkg-fallout
MFH:		2019Q3
2019-09-18 09:25:44 +00:00
Antoine Brodin
637b3d75f3 Deprecate a few ports 2019-09-15 17:28:08 +00:00
Mateusz Piotrowski
b3ec5a9791 cad/k40-whisperer: Update to 0.36
- Remove the post-patch target as the whitespace problems were fixed
  upstream.

Reported by:	portscout
2019-09-10 08:38:05 +00:00
Danilo Egea Gondolfo
137b178d77 - Update to 3.10.13 2019-09-09 11:58:29 +00:00
Antoine Brodin
f985e54710 Mark BROKEN
===>   brickutils-0.1.6.1_5 depends on file: /usr/local/share/ldraw/models/car.dat - not found

Reported by:	pkg-fallout
2019-09-08 05:46:39 +00:00
Michael Reifenberger
8605cafcda Update to 2019.09.05 2019-09-06 09:59:48 +00:00
Mateusz Piotrowski
e6dda16248 cad/k40-whisperer: Update to 0.35
Changelog:
- http://www.scorchworks.com/K40whisperer/k40whisperer_change_log.html
- http://www.scorchworks.com/K40whisperer/k40whisperer.html

- Do not set PKGNAMEPREFIX to the Python package name prefix. The software
  does not care about the underlying Python version and supporting flavors
  is not worth it in this case.
- Mark the port as working with Python 3.7.
- Set DESKTOP_ENTRIES, USES=shebangfix, and NO_ARCH.
- Put variables in order.
- Change the way files are installed so that it is easier to spot a change
  in pkg-plist in the future.
- Fix Python script indentation issues (mixed up tabs and spaces) in
  post-patch.
- Suggest the user to look in the docs directory instead of the data
  directory for notes about Linux and macOS setups.
2019-09-05 10:29:39 +00:00
Yuri Victorovich
ed44dcd35d cad/leocad: Update 18.02.20190517 -> 19.07.1
Reported by:	portscout
2019-09-05 03:41:34 +00:00
Yuri Victorovich
3c9ad64268 cad/ldraw: Update 20181208 -> 20190628 2019-09-05 03:40:52 +00:00
Fernando Apesteguía
b213a9a8cd cad/openvsp: update to 3.18.0
Add USES=xorg to complement USE_XORG

ChangeLog: http://openvsp.org/blogs/announcements/2019/09/03/openvsp-3-18-0-released

Features:

	* New anthropomorphic pose-able human model
	* More sets by default (20)
	* Blue and green highlights for wing/fuse/stack editing
	* Convert non-adjustable sliders to adjustable
	* Improved Cpslice visualiation
	* Other small cleanups

Fixes:

	* Fix some API Error messages
	* Don't draw Prop XSecs when in disk mode
	* Fix memory leak
2019-09-04 18:22:03 +00:00
Gleb Popov
5b657a5b51 cad/qelectrotech: Take on maintainership. 2019-09-04 10:35:58 +00:00
Jose Alonso Cardenas Marquez
c0b7145df2 - Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
2019-09-03 15:51:50 +00:00
Adriaan de Groot
3a4746efba Update cad/qelectrotech to latest upstream version.
This is prep-work for Qt 5.13; the previous version in ports, from
2015, doesn't build with the next Qt release (possibly also not
with Qt 5.12). So update it without maintaining it.
2019-09-01 20:35:05 +00:00
Jan Beich
befa71e0f3 devel/boost-*: update to 1.71.0
Changes:	http://www.boost.org/users/history/version_1_71_0.html
PR:		238827
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D20774
2019-08-19 15:35:27 +00:00
Niclas Zeising
d37285ac21 cat/iverilog: Update to 10.3 2019-08-17 23:52:17 +00:00
Jose Alonso Cardenas Marquez
d03254f4de - Bump PORTREVISION (lazarus ports were updated to 2.0.4)
- Remove LD_UNSAFE
2019-08-15 17:29:24 +00:00
Mathieu Arnold
a6c40a689b Convert to UCL & cleanup pkg-message (categories a-c) 2019-08-13 16:00:39 +00:00
Rene Ladan
7805917b5a Remove expired port:
2019-05-08 cad/elmerfem: Broken for more than 6 months
2019-08-12 17:44:18 +00:00
Mark Linimon
444f0068b2 These ports now build on aarch64.
Approved by:	portmgr (tier-2 blanket)
2019-08-11 08:30:38 +00:00
Christoph Moench-Tegeder
b7a8e853c1 cad/kicad and libraries: update to 5.1.4
Announcement (soon): http://kicad-pcb.org/blog/2019/08/KiCad-5.1.4-Release/
2019-08-10 22:05:42 +00:00
Vsevolod Stakhov
1402cafbb1 - Add missing uses [1]
- Drop maintainership

PR:		239728 [1]
Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> [1]
Reported by:	Robert Cina <transitive at gmail.com>
2019-08-09 09:22:47 +00:00
Vsevolod Stakhov
c6ce1c0b39 - Update to 2.1
- Use autoreconf
- Add pango dependency
- Remove obsoleted master site
- Add patches to avoid malloc.h include

PR:		234081
Submitted by:		ManFree <roman_romul at mail.ru>
2019-08-08 15:08:31 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Piotr Kubaj
f7bf3580eb cad/lepton-eda: respect CFLAGS
Building with base GCC fails with:
cc1: error: -Wuninitialized is not supported without -O

But this port should use the default -O2.

PR:		239311
Approved by:	graahnul.grom@gmail.com (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D21142
2019-08-05 11:15:41 +00:00
Yuri Victorovich
2439819ae3 devel/double-conversion: Update 3.0.0 -> 3.1.5-11
Maintainer reset due to the extended timeout, as per policy.
Take maintainership.

7 ports are bumped.

PR:		239367
Approved by:	waitman@waitman.net (maintainer's timeout; ~6months on a PR#235789 for the same port)
2019-08-04 17:15:40 +00:00
Antoine Brodin
aeb16e20a1 Mark BROKEN: unfetchable 2019-08-04 09:19:02 +00:00
Antoine Brodin
28ca9c0b13 Mark BROKEN: unfetchable 2019-08-04 08:31:22 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Michael Reifenberger
27a541e619 Update to current versions 2019-07-23 20:08:10 +00:00
Yuri Victorovich
d395e34527 cad/digital: Update 0.22 -> 0.22-250
They just got rid of the git repository version lookup, and it can now be supplied through maven arguments.
2019-07-22 16:56:46 +00:00
Yuri Victorovich
44965fd5b2 New port: cad/digital: Digital logic designer and circuit simulator 2019-07-22 16:31:16 +00:00
Michael Reifenberger
0ed22ef104 Update to 20190722052111 2019-07-22 12:11:19 +00:00
Dmitry Marakasov
55c3a36735 - Update WWW 2019-07-21 09:02:17 +00:00
Christoph Moench-Tegeder
0e013ea9f4 cad/freecad: update to 0.18.3
https://github.com/FreeCAD/FreeCAD/releases

while here, add dependency on matplotlib: this enables additional
functionality, e.g. the Plot workbench.
2019-07-20 14:11:35 +00:00
Antoine Brodin
238c8b1589 Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2019-07-13 06:08:36 +00:00
Fernando Apesteguía
37904ce32a cad/openvsp: update to 3.17.1
Removing one patch accepted upstream.

ChangeLog:
http://openvsp.org/blogs/announcements/2019/07/08/openvsp-3-17-1-released

Features:

 * Calculate average and weighted chord and solidity for props
 * Expand API coverage
 * Improve CMake to help FLTK build on Linux
 * Add names to exported STEP files.

Library Update:

 * Update GLM to 0.9.9.5

Fixes:

 * Fix skin friction equations
 * Multiple FEA GUI Fixes
 * Don't assume FEA skin is first component
 * IGES Structure Parm Name Collision (Thanks Jim Fenbert)
 * STEP Structure missing options
 * Overlapping Prop XSecs
 * Register missing attachment enums w/ API
 * Protect 4-dig airfoils from out of bounds parms
 * Improve ResetRemapID behavior
 * Fix problems with prop and file airfoils
 * Add missing GUI handling of read-file XSecs for body of revolution
 * Silence a bunch of warnings
 * Use equal arc len parameterization for super ellipses
2019-07-12 15:39:25 +00:00
Alexey Dokuchaev
91376a7adb - Update LibreDWG to version 0.8
- Hook the tests to our framework (tests pass on x86,
  but fail on powerpc/sparc64 unfortunately)
- Add the PYTHON option, disabled by default

Tested on:	i386, amd64, powerpc, sparc64
2019-07-11 01:32:02 +00:00
Yuri Victorovich
45b2d115f4 cad/ldraw: Update 201501 -> 20181208
PR:		237961
2019-07-04 17:59:35 +00:00
Tobias Kortkamp
04c6a9f393 Reset MAINTAINER of koalative@gmail.com's ports
There have been repeated maintainer timeout over the last 3 years.
Some ports have already been reset to ports@ due to consecutive
timeouts.  Let's complete that work.
2019-07-04 17:27:15 +00:00
Alexey Dokuchaev
b6a83cc11b - Restrict Python run-time dependency to version 2.7 because
supplied scripts use the old syntax (print statement, etc.)
- Add a patch to fix regressions of transition to Guile 2.2

Submitted by:	maintainer
Upstream bug:	https://github.com/lepton-eda/lepton-eda/issues/440
2019-07-02 15:41:44 +00:00
Alexey Dokuchaev
3186e08e7c Update Guile to version 2.2.5, modern stable version, and fix dependent
ports to build against it.  Most changes are rather minor and mechanical
except for the devel/gdb (obtained via their bugtracker [1], courtesy of
Doug Evans).  One port (science/meep) I had to mark BROKEN after fixing
it proved to be very tedious and actually unreliable.  It is very old,
there are newer versions available so it should be fixed by updating.

One port (devel/libruin) had revealed a bug in the new Guile code (an
auxiliary script, really) that had to be worked-round; reference to the
problematic upstream commit is provided in the patch.

PR:		229613
Exp-run by:	antoine

[1] https://sourceware.org/bugzilla/show_bug.cgi?id=21104#c8
2019-06-27 09:02:56 +00:00
Wen Heping
3d23ba68ab - Update to 6.1.0 and fix some ports
- Add missing DEPENDS
- Add TEST_TARGET
- Take maintainership

PR:		237932, 238795
Submitted by:	wenheping2000@hotmail.com,rhurlin@gwdg.de
Approved by:	maintainer(timeout, > 30 days), portmgr@(implicit, fix build)
Exp-run by:	antoine@
Thanks to:	antoine@, sunpoet@, rhurlin@gwdg.de
2019-06-27 03:37:10 +00:00
Sunpoet Po-Chuan Hsieh
628aa4af2d Fix build with bison 3.4.1
PR:		238141
2019-06-26 17:27:16 +00:00