Commit graph

2459 commits

Author SHA1 Message Date
Torsten Zuehlsdorff
2d4def715c cad/openvsp: fix compilation in 10.1
The port broke on 10.1 since the update to gcc 4.9. Now we enforce
gcc 4.8 on FreeBSD 10.1.

PR:           215307
Submitted by: fernando.apesteguia@gmail.com (maintainer)
Approved by:  mentors (implict)
MFH:          2016Q4
2016-12-16 09:24:32 +00:00
Jan Beich
13d07760cf Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR:		215192
Requested by:	dim
Exp-run by:	antoine
Approved by:	antoine
2016-12-16 05:08:09 +00:00
Antoine Brodin
bfa49f2358 Those ports build fine with bsd make 2016-12-11 17:40:02 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Tijl Coosemans
323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00
Joseph Mingrone
90ccb5cac8 cad/gmsh: update to version 2.15.0
Upstream changes:

- fixed several regressions (multi-file partitioned grid export, mesh
  subdivision, old compound mesher)
- improved 2D boundary layer field & removed non-functional 3D boundary
  layer field
- faster rendering of large meshes

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8725
2016-12-07 14:34:19 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Tobias C. Berner
6910ba38cc Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.
As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending
on the Qt version these subs ended up at many wrong places in plists.

So only export it if QT_DIST is set.

PR:		210227
Reviewed by:	mat, rakuco
Approved by:	portmgr (mat), rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D8378
2016-11-29 06:20:40 +00:00
Ganael LAPLANCHE
188d90770b - Fix library version which should be .2 (as on Linux), not .4
- Bump dependent ports' PORTREVISION

PR:		214777
Submitted by:	yuri@rawbw.com
2016-11-25 11:22:51 +00:00
Danilo Egea Gondolfo
41cf8d40a1 - Update to 9.07 2016-11-24 14:05:35 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Thierry Thomas
59b60ae887 Chase french/med upgrade (switch to hdf5-18).
Reported by:	rakuco
2016-11-22 21:03:51 +00:00
Alexey Dokuchaev
583daec5aa In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00
Hiroki Sato
c32b89dc42 Fix build on 9.x. 2016-11-22 03:00:28 +00:00
Stephen Montgomery-Smith
8b33ba39e9 - When FFMPEG=on, link to multimedia/ffmpeg.
- Respect PREFIX.
- Conversion for avcodec_encode_video().

PR:		ports/214199
PR:		ports/214644
2016-11-20 16:09:52 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Dmitry Marakasov
214eec7515 - Add LICENSE
- Add LICENSE_FILE
- Cosmetic fixes
2016-11-18 09:08:12 +00:00
Hiroki Sato
bbda4dd30f Fix build. 2016-11-16 00:33:36 +00:00
Mark Linimon
d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Thierry Thomas
e5e45eab29 Upgrade Code_Aster to 12.0.6-4.
This brings french/eficas to 2016.0.1,
	cad/astk-serveur and astk-client to 1.13.8.2,
	french/med to 3.2.0 (built against hdf5-18),
	bump PORTREVSION to math/metis-edf and fix soname,
	and french/homard to 11.7-1.
2016-11-13 12:44:13 +00:00
Antoine Brodin
3e9f8351e9 Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
2016-11-12 17:38:26 +00:00
Antoine Brodin
7a9654af15 Fix build with gcc 4.9 by lowering optimization level
See also:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750743
https://bugs.gentoo.org/show_bug.cgi?id=553968

PR:		196712
2016-11-11 18:39:57 +00:00
Mark Linimon
887c49618a Mark various cad ports broken on aarch64.
Approved by:	portmgr (tier-2 blanket)
2016-11-11 08:42:51 +00:00
Mark Linimon
a92f0e0320 Mark broken on aarch64: fails to link with sbrk.
Approved by:	portmgr (tier-2 blanket)
2016-11-11 08:22:41 +00:00
Hiroki Sato
e9f47fdaed Rename with python-gdsii, which is the official package name in PyPI.
Suggested by:	koobs
2016-11-10 19:38:43 +00:00
Mark Linimon
631eab01cc Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.

Approved by:	portmgr (tier-2 blanket)
2016-11-10 01:21:43 +00:00
Steve Wills
948425549e cad/solvespace: create port
SOLVESPACE is a parametric 3d CAD program. Applications include modeling 2d and
3d parts, 3d-printed parts, preparing CAM data, mechanism design and plane and
solid geometry.

WWW: http://solvespace.com/
2016-11-10 01:08:44 +00:00
Dmitry Marakasov
929dcdeb2b - Pet portlint
- Cosmetic fixes
- Fix WWW:
2016-11-07 14:26:23 +00:00
John Marino
251685c18b cad/klayout: Include DragonFly with new patch to restore build on DF
Approved by:	DF support blanket (non-invasive)
2016-11-07 02:14:08 +00:00
Hiroki Sato
f05c634187 Fix broken dependencies. 2016-11-06 21:48:54 +00:00
Thomas Zander
3f95bfe46c Update to 20161104 snapshot; drop maintainership
PR:		213815
Submitted by:	pfg (maintainer)
2016-11-06 08:55:10 +00:00
Hiroki Sato
bccbbe71bc Add cad/sp2sp, a command-line waveform data processor for SPICE-type
simulators.
2016-11-05 18:52:36 +00:00
Hiroki Sato
1122fe23c3 Fix build. 2016-11-05 16:47:23 +00:00
Thomas Zander
f43139f3dc Update to 20161026 snapshot
PR:		213816
Submitted by:	pfg
2016-11-05 11:10:33 +00:00
Hiroki Sato
1f5cb6e8ec - Update to 0.24.8.
- Fix dependency on Python shlib.
- Enable _MAKE_JOBS.
- Do not override system-wide CFLAGS, CXXFLAGS, and LDFLAGS.
2016-11-04 21:25:49 +00:00
John Marino
ebb617bae3 cad/ngspice_rework: Fix fetch broken by version bump
I confused PORTVERSION with PORTREVISION and bumped the wrong item.
Restore the old version and add PORTREVISION.  No epoch is necessary
because it wasn't possible to build version 27 or 28.

PR:		214213
2016-11-04 19:59:09 +00:00
Hiroki Sato
2f205af4bf Add cad/py-gdsii, GDSII file manipulation library. 2016-11-04 19:44:26 +00:00
John Marino
f6153f134c cad/ngspice_rework: configure xspice unconditionally
There was confusion about xspice option.  The "x" stands for "extended",
not x11, and it should always be enabled.  Adjust accordingly.

PR:		212357
2016-11-03 18:06:34 +00:00
John Marino
9375d86385 cad/ngspice_rework: Enable X support by default (introduce X11 option)
Ngspice built inside a package builder will not have x11 support which
results in errors such as "Can't open viewport in graphics." when
trying to plot.

This change adds the X11 option which is on by default.

PR:		212357
Submitted by:	Michael Neumann
Approved by:	Kevin Zheng (maintainer)
2016-11-03 17:38:51 +00:00
Joseph Mingrone
f29ca94911 cad/gmsh: Update distinfo after upstream rolled a new tarball without a new
release

As far as I can tell, the only change is the name of the top-level
directory (WRKSRC). I do not have a copy of the old tarball to be certain,
and my email to the Gmsh list requesting information about the change has
not yet received a response.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8432
2016-11-03 13:58:00 +00:00
Joseph Mingrone
516a7adafc cad/gmsh: update to version 2.14.1
Upstream release notes:
New in 2.14.1: fixed regression in periodic meshes; small bug fixes and
code cleanups.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8419
2016-11-02 14:20:28 +00:00
Veniamin Gvozdikov
17f8c93f9a - Update to 0.5
PR:		ports/211400
Submitted by:	6yearold@gmail.com
2016-10-31 08:21:18 +00:00
Tobias C. Berner
0530e1871b Remove wrongly used QT-related plist-subs from plist
%%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the
Qt binaries and libraries respectively -- they are only 'bin' and 'lib'
by chance, and should not be used that way.

Approved by: portmgr (blanket), rakuco (mentor)
2016-10-28 13:08:58 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Raphael Kubo da Costa
366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00
Ganael LAPLANCHE
d67136b303 - Update devel/tbb to version 2017.1
- Bump dependent ports
2016-10-18 19:41:45 +00:00
Alexey Dokuchaev
bbc0e7b376 - Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
2016-10-17 04:00:20 +00:00