Commit graph

2512 commits

Author SHA1 Message Date
John Marino
67b6670e23 cad/kicad-devel: Fix faulty IGNORE message which falsely traps DF
- OSVERSION needs to be coupled with OPSYS
  - BROKEN_FreeSBD_9 might have been a more appropriate method
- Marking ignore for GCC is faulty logic, it builds fine on GCC that is
  provided with a good math lib

This restores building on DragonFly.
2016-06-14 20:19:20 +00:00
Hiroki Sato
56f831c7ca - Take maintainership.
- Some style cleanups.
2016-06-09 23:22:43 +00:00
Michael Reifenberger
84714655b9 - Delete the usage of %%QT_BINDIR%% in pkg-plist (NB.: %%QT_BINDIR%% is still generated by make makeplist)
- While there update to 3.15.2.0

PR:		210110
2016-06-09 09:24:31 +00:00
Michael Reifenberger
3953b2e825 - Update to r6904,
- set KICAD_BUILD_VERSION to DISTVERSION (as suggested by joerg@)
- Ignore FreeBSD releases < 10 or gcc builds for now since at least g++-48 doesn't seem to provide all needed math functions
  (like std::asinh ...) needed by GLM.
2016-06-09 09:18:48 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Kurt Jaeger
51f2dfd5b7 cad/openvsp: 3.6.0 -> 3.6.1
Changes:
  http://openvsp.org/blogs/announcements/2016/05/30/openvsp-3-6-1-released

PR:		209872
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-06-05 10:10:06 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Niclas Zeising
c7126434a4 Update to 10.1.1 2016-05-27 17:16:24 +00:00
John Marino
a8eb945975 cad/ghdl: build it with gcc6-aux, not gcc5-aux
I confirmed that ghdl builds with the default-for-Ada gcc6-aux compiler
on FreeBSD.  It was building on DragonFly, but DragonFly uses the LLVM
backend while on FreeBSD ghdl defaults to gcc back, so both options
needed to be tested.  It's debatable that a bump is needed because ghdl
is self-contained, but let's do it anyway so they'll be immediate
feedback on any runtime issues this may cause.
2016-05-27 09:40:40 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +00:00
Dmitry Marakasov
54a08f6954 Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by:	portmgr blanket
2016-05-23 18:36:52 +00:00
Dmitry Marakasov
652069fa2d - Fix trailing whitespace in Makefiles
Approved by:	portmgr blanket
2016-05-19 10:57:35 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Hiroki Sato
acc337df95 Add cad/py-gdspy, Python module for creating GDSII stream files. 2016-05-16 19:48:57 +00:00
Hiroki Sato
c100413b24 Fix dependency. 2016-05-16 18:18:39 +00:00
Hiroki Sato
eb4a3f16dd Update to 4.0.4. 2016-05-16 17:47:10 +00:00
Hiroki Sato
1d72c5f0ff Add cad/rubygem-gdsii, Ruby library for GDSII reader and writer. 2016-05-16 17:37:55 +00:00
Hiroki Sato
d06c86d08a Add cad/py-lcapy, Symbolic MDA Analysis Package for Linear Circuits. 2016-05-16 17:34:37 +00:00
Jason Unovitch
249938aafe cad/openvsp: update 3.5.2 -> 3.6.0
Changes:	http://openvsp.org/blogs/announcements/2016/05/06/openvsp-3-6-0-released

PR:		209436
Submitted by:	fernando.apesteguia@gmail.com
2016-05-12 14:07:23 +00:00
Mathieu Arnold
245daa8ec9 Cleanup github bits.
Sponsored by:	Absolight
2016-05-12 13:13:36 +00:00
Dmitry Marakasov
7c8b21d3bc - Update to 8.2.20160404
- While here, cosmetic fixes and switch to new test framework

PR:		209271
Submitted by:	pfg
2016-05-11 20:41:24 +00:00
Kurt Jaeger
96fdc0d606 graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI naming
- upgrade fixes the use of the port
- py-opengl -> py-PyOpenGL
- py-opengl-accelerate -> py-PyOpenGL-accelerate

PR:		205472
Submitted by:	matthew@reztek.cz
Reviewed by:	koobs
2016-05-09 19:26:26 +00:00
John Marino
d0c4d21a83 Change Ada Framework foundation from gcc5-aux to gcc6-aux
GCC 6.1 was released this week.  The Ada Framework in FreeBSD ports has
been based on GCC 5.3 GNAT although GCC 6.x has been supported for awhile
via the ADA_DEFAULT option in make.conf.

Now that GCC 6 has been officially released, switch to it by default.
People can maintain the old foundation by putting "ADA_DEFAULT=5" in
/etc/make.conf.

Libraries built by one GNAT are unusable by another, so almost every Ada
port has been bumped as a result.  Noticable exceptions are dns/ironsides
which fails to build on gcc6 (thus USES=ada:5 is set) and cad/ghdl which
needs additional testing as it may require gcc5 on FreeBSD (DragonFly
uses the LLVM backend only).
2016-04-30 06:44:27 +00:00
Nicola Vitale
1cf68558c4 - Update to 0.24.6
- Add NO_ARCH
- Update web site's URL

Release notes:	https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.6
2016-04-25 17:09:03 +00:00
Kurt Jaeger
eed40caab8 cad/openvsp: Fix build on i386
PR:		208904
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
2016-04-22 17:15:02 +00:00
Kurt Jaeger
2140691265 cad/openvsp: 2.3.0 -> 3.5.2
Changes:
- Latest:
  http://openvsp.org/blogs/announcements/2016/02/14/openvsp-3-5-2-released
- all older release notes are in
  http://openvsp.org/blogs/
- no longer includes example aircraft files, now seperatly available at
  http://hangar.openvsp.org/
- Needs some math functions, so no luck on 9.x or i386

PR:		208904
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
2016-04-22 09:50:42 +00:00
Pietro Cerutti
812894cb15 Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. 2016-04-21 11:33:16 +00:00
Maho Nakata
0b16afafb0 Update to version 2.10
New version 2.10 is here!
Release Notes:
http://www.dhondt.de/new_calc.htm

PR:		208301
Submitted by:	pfg@
2016-04-18 11:26:10 +00:00
Alexey Dokuchaev
ed62b74be6 Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
2016-04-16 12:29:27 +00:00
Michael Reifenberger
fc99367abd Try to fix comilation under FreeBSD-9 2016-04-16 11:22:54 +00:00
Michael Reifenberger
64b5a89fd5 Update to r6680. 2016-04-10 17:01:51 +00:00
Dmitry Marakasov
666abc5661 - Add LICENSE
- Regenerate patches with `make makepatch`
2016-04-10 11:24:24 +00:00
Guido Falsi
5c50317594 Update to 5.2
PR:		208437
Submitted by:	Matthias Petermann <matthias at petermann-it.de>
		(maintainer)
2016-04-02 11:50:33 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Raphael Kubo da Costa
47bf224484 qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.

This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.

PR:		199601
PR:		208322
2016-03-24 10:31:07 +00:00
Thierry Thomas
f1089e0ea7 Update to version 8.1-20160311.
Fix PR ports/201246.

PR:		ports/196577
Submitted by:	pfg
2016-03-17 18:24:38 +00:00
Raphael Kubo da Costa
f5457ea572 Unbreak after the math/superlu update in r410620.
math/superlu no longer ships libsuperlu.a, so tochnog was failing make
check-sanity.

Switch the dependency to libsuperlu.so and adjust files/patch-makefile
accordingly.
2016-03-13 18:13:53 +00:00
Stephen Montgomery-Smith
527a6d685c - Update to 2.12.0. 2016-03-10 02:59:39 +00:00
Mathieu Arnold
0583db668d Update to 2.5.110615.
PR:		205891
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-03-08 16:03:52 +00:00
Raphael Kubo da Costa
36d06b0a1f Add patches to fix the build on FreeBSD 11 with libc++.
OpenVSP does something like this:
  using namespace std;
  class array {
    ...
  };

Which causes the build to fail with HEAD's libc++. Even though the port does
not use -std=c++11, libc++ still declares an array class that conflicts with
the one OpenVSP has.

Enclose OpenVSP's array declaration in a namespace to avoid these conflicts.

PR:		207253
Approved by:	fernando.apesteguia@gmail.com (maintainer)
2016-02-25 22:21:37 +00:00
Vanilla I. Shu
f5ed268226 Update to 2.3.5.
PR:		207156
Submitted by:	Ports Fury.
2016-02-20 11:57:00 +00:00
Kurt Jaeger
921981528a cad/p5-Verilog-Perl: 3.404 -> 3.418
Changes:
  http://cpansearch.perl.org/src/WSNYDER/Verilog-Perl-3.418/Changes
  Removed dependency of gcc. Now, p5-Verilog-Perl compiles with clang.

PR:		207050
Submitted by:	otacilio.neto@ee.ufcg.edu.br (maintainer)
2016-02-10 19:34:24 +00:00
Niclas Zeising
3125d562b1 Update to 10.1 2016-02-08 18:48:12 +00:00
Dmitry Marakasov
0bc4226603 - Fix build with boost 1.60
- Fix LICENSE

PR:		199601
Approved by:	portmgr blanket
2016-02-08 11:16:36 +00:00
John Marino
3c9a0156bf cad/ghdl: USES+= ncurses libedit, fix with ports ncurses 2016-02-07 10:47:17 +00:00
Niclas Zeising
d48a5e206d Update to 3.3.69 2016-02-06 17:09:39 +00:00
Edward Tomasz Napierala
d75a190882 Remove empty pkg-plist.
Sponsored by:	The FreeBSD Foundation
2016-02-02 15:28:45 +00:00
Edward Tomasz Napierala
df7414fc6c Rename cad/pycam to cad/py-pycam, to match Python naming rules.
Reviewed by:	koobs@
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D5168
2016-02-02 15:27:18 +00:00
Kurt Jaeger
99ee6dc293 New port: cad/fritzing
Fritzing is an Electronic Design Automation software with a low
entry barrier, suited for the needs of designers and artists. It
uses the metaphor of the breadboard, so that it is easy to transfer
your hardware sketch to the software. From there it is possible to
create PCB layouts for turning it into a robust PCB yourself or by
help of a manufacturer.

WWW: http://fritzing.org/

PR:		206697
Submitted by:	lenzi.sergio@gmail.com
2016-02-01 06:23:42 +00:00
Niclas Zeising
4939e02d92 Update to 3.3.68 2016-01-30 19:45:49 +00:00
Edward Tomasz Napierala
e2d36d1932 brickM is a toolpath generator for 3-axis CNC machining. It loads
3D models in STL format or 2D contour models from DXF or SVG files.
The resulting GCode can be used with EMC2 or any other machine
controller.

PyCAM supports a wide range of toolpath strategies for 3D models
and 2D contour models.

WWW: http://pycam.sourceforge.net/

Sponsored by:	The FreeBSD Foundation
2016-01-29 17:55:26 +00:00
Raphael Kubo da Costa
d97c4d4c85 Remove BROKEN_FreeBSD_8 from all remaining ports.
FreeBSD 8 is no longer supported.
2016-01-25 20:23:57 +00:00
Stephen Montgomery-Smith
67b25df82e - Correct master_sites. 2016-01-20 02:28:50 +00:00
Stephen Montgomery-Smith
4bdd185116 - Update to 5.3.1.
- Default OCC to OFF.
- Mark broken only if OCC is set.
2016-01-18 05:58:09 +00:00
Stephen Montgomery-Smith
eabb08641d - Update to 2.11.0. 2016-01-18 02:17:41 +00:00
Stephen Montgomery-Smith
dcf2e2104d - Use modern OPTIONS framework. 2016-01-18 01:21:38 +00:00
Michael Reifenberger
5c9ea07276 Update to version 3.12.5 2016-01-14 13:57:30 +00:00
John Marino
22197ba5c7 cad/iverilog is not jobs safe
This port has failed multiple times for me.
It intends to create a directory called "dep" and then move files into
it, but sometimes the file is moved before directory is created, becomes
renamed to "dep" and then mkdir fails because dep already exists.
2016-01-12 18:58:03 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Maho Nakata
aaf9b41ff0 Update to 2.9 and unbreak.
PR:		205346
Submitted by:	pfg@
2016-01-08 04:11:43 +00:00
Jason E. Hale
42b0bae34f Add USES=pathfix support for CMake. Some ports that use CMake to build
already had USES=pathfix, although it did nothing.  For those ports, I
either removed it as they were handling the pkgconfig files differently
or I removed patches and substitutions that accomplished the same thing
as pathfix.

Differential Revision:	https://reviews.freebsd.org/D850
Reviewed by:	antoine, bapt, tijl
Approved by:	portmgr (bapt)
2016-01-07 14:54:03 +00:00
Michael Reifenberger
5756e400a1 Use LIB_DEPENDS for the quazip dependency.
PR:		205161
Submitted by:	Arrigo Marchiori
2015-12-30 16:30:10 +00:00
Michael Reifenberger
b9ccfa9c7a Try to resolve conflict with archivers/quazip by disabling the internal one from qcad.
PR:		205161
Submitted by:	Arrigo Marchiori
2015-12-30 00:00:44 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Dmitry Marakasov
a374198952 - Unbreak: port fetches fine
- Switch to options helpers
2015-12-25 20:45:35 +00:00
Dmitry Marakasov
f57373df86 - Switch to options helpers 2015-12-25 15:00:49 +00:00
Dmitry Marakasov
185d93178d - Switch to USES=localbase
- Switch to options helpers
2015-12-25 15:00:32 +00:00
Dmitry Marakasov
22b897c30b - Switch to options helpers
- Switch to new test framework
2015-12-25 15:00:20 +00:00
Dmitry Marakasov
8e0d3922b9 - Clarify LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Switch to options helpers
2015-12-25 14:43:02 +00:00
Dmitry Marakasov
220cf09b32 - Switch to options helpers
Approved by:	portmgr blanket
2015-12-25 14:38:11 +00:00
Jason Unovitch
10e2040a9a cad/sweethome3d: update 5.0 -> 5.1
- Drop dead link from MASTER_SITES
- Fix false usage with ${FALSE} (portlint)

PR:		205492
Submitted by:	Matthias Petermann <matthias@petermann-it.de> (maintainer)
2015-12-22 01:10:12 +00:00
Steve Wills
25b1bd5ff4 mark some of the ports that don't build on powerpc64 for me 2015-12-13 16:07:27 +00:00
Raphael Kubo da Costa
b15d595457 Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.

One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.

Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
  because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
  define a build-time dependency on x11-toolkits/py-qt4-gui has moved.

Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).

PR:		205143
2015-12-13 12:45:25 +00:00
Baptiste Daroussin
1bb31cd39d Mark as broken: unfetchable 2015-12-12 21:36:03 +00:00
John Marino
063e6270d0 cad/ghdl: Upgrade version 0.32 => 0.33 2015-12-06 18:25:14 +00:00
Stephen Montgomery-Smith
04c3587445 - Chase library number changes from ports/r402502 applied to cad/vtk6.
Submitted by:	amdmi3@amdmi3.ru
Approved by:	thierry@FreeBSD.org
2015-12-01 19:35:50 +00:00
Michael Reifenberger
34f0178250 Try to fix compilation on FreeBSD-9 and HEAD.
Submitted by:	HEAD part by andreast@
2015-11-30 19:47:01 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Michael Reifenberger
fa49c888e8 Update to 3.12.3 2015-11-28 21:09:31 +00:00
Stephen Montgomery-Smith
b78d333444 - Mark broken.
Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/402431/logs/netgen-5.0.0_4.log
2015-11-27 02:25:10 +00:00
Michael Reifenberger
2abb178e8a Update to r6329. 2015-11-25 20:29:28 +00:00
Raphael Kubo da Costa
3feb5cbe01 Update math/mpir to 2.7.2.
- Set LICENSE_FILE.
- Depend on devel/yasm instead of building a bundled yasm.
- Remove post-install target, the build system takes care of creating the
  proper soversion symlinks.
- Bump PORTREVISION in dependent ports due to a change in the soversion
  number.
2015-11-21 17:20:24 +00:00
Raphael Kubo da Costa
ce2719a49b Simplify Makefile and use the right flags when building.
Remove the custom do-configure and do-build target. The targets existed
because upstream's build instructions mention external.pro and
meshlab_full.pro need to be processed and built separately and Uses/qmake.mk
does not handle the multi-.pro case. do-build, however, was simply calling
${MAKE} and discarding both ${MAKE_ENV} and ${MAKE_ARGS} which, among other
things, resulted in no parallel builds and additional compiler flags like
-std=c++11 being omitted.

Instead, patch meshlab_full.pro and add external/external.pro as one of the
directory dependencies there along with the rest of the MeshLab code. Given
the way the QMake files are written in the port, this only helps a bit with
parallelism: each subdirectory is processed serially, but all files in them
can be built in parallel. Since a lot of the code is in plugin directories
with 1 or 2 files, the port still takes some time to build. The upside is
that it means external/ will always be built before the rest, which is what
we need.

As mentioned, the compiler flags in the build will change. However, I'm not
bumping PORTREVISION yet because it will come with the next commit updating
math/mpir.
2015-11-21 17:18:10 +00:00
Thierry Thomas
f486bbfdc5 Upgrade to 6.9.1.
Release notes at
<http://www.opencascade.com/sites/default/files/documents/Release_Notes_6.9.1.pdf>

Submitted by:	Andrea Venturoli <andrea.venturoli (at) netfence.it>
2015-11-08 22:04:01 +00:00
Bartek Rutkowski
cd351e4375 cad/gspiceui: update 1.0.00 -> 1.1.00
- Remove RUN_DEPENDS on circuit simulators
- Support building with WX 3.0
- Update COMMENT and pkg-descr
- Update LICENSE to GPLv3
- Respect CFLAGS from ports infrastructure

PR:		202232
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
2015-11-08 10:53:51 +00:00
Michael Reifenberger
47de4b9929 Update to r6284.
Ignore docs for now since old lp docs repo seems gone.
2015-10-28 19:06:33 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Thierry Thomas
21a18704c9 Don't depend on doxygen if DOCS are not enabled.
Since I'm there, pet portlint.

Submitted by:	phk
2015-10-21 21:20:12 +00:00
Danilo Egea Gondolfo
a2bee4f1eb - Update to 9.7.93 2015-10-12 23:38:04 +00:00
Niclas Zeising
ae780c919e Fix build on FreeBSD 9.*
FreeBSD 9.* has an older, noncompatible version of flex.  Fix this by using
flex from ports instead.

Submitted by:	kwm
2015-10-08 19:38:57 +00:00
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Niclas Zeising
44148c58fe Update to 10.0
Committed from:	EuroBSDCon 2015
2015-10-04 12:17:59 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
John Marino
e69f537ec9 cad/meshdev: Support modern gcc by adding <cstring> header 2015-09-20 15:22:52 +00:00
Michael Reifenberger
b2de594db3 Update to r6201. 2015-09-16 22:15:52 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Raphael Kubo da Costa
39ced03cc1 Update the Qt4 ports to 4.8.7.
According to upstream, this is the last planned Qt4 release.
A list of changes since 4.8.6 can be found here:
<http://download.qt.io/official_releases/qt/4.8/4.8.7/changes-4.8.7>

Porting notes and changes:
- Remove several patches that have been upstreamed.
- Make Uses/qmake.mk pass the contents of LIBS to the qmake environment. [1]
- Repurpose devel/qt4/files/extrapatch-src-corelib-global-qglobal.h now the
  original patch is part of the release (curiously enough, the original
  patch was never actually used, as the ?= assignment in r362837 after
  r362770 was never possible).

  This works around the way compiler support for C++11 features is detected
  in Qt 4.8.7: while it originally only uses the compiler to determine if
  something is supported or not, the initializer lists feature also depends
  on the C++ standard library being used. It's a problem in FreeBSD 9.x,
  where USES=compiler:c++0x or USES=compiler:c++11-lang means we will use
  clang to build a port but use libstdc++ from base (GCC 4.2). The latter
  obviously does not support initializer lists, and the build fails because
  Qt tries to include headers that do not exist (<initializer_list>).

  Since detecting libstdc++'s version is not trivial (we need to include a
  non-lightweight header like cstdio and then check for __GLIBCXX__), we
  just enable Q_COMPILER_INITIALIZER_LISTS support only when libc++ is used
  (there should be no reason for someone to be using clang with GCC 4.8's
  libstdc++, for example).

  x11/kdelibs4's FindQt4.cmake had to include a backported change from the
  upstream FindQt4.cmake in CMake itself to use a C++ compiler to detect
  flags like Q_WS_X11, otherwise the inclusion of <ciso646> in qglobal.h
  makes the build fail.

This patch contains changes by me, makc@ and alonso@.

PR:             202552 [1]
PR:             202808 [exp-run]
Submitted by:	pawel@ [1]
2015-09-16 08:55:04 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Dmitry Marakasov
d139b66050 - Switch to options helpers
Approved by:	portmgr blanket
2015-09-08 11:30:11 +00:00
Ganael LAPLANCHE
dc896708f2 Update devel/tbb to 4.4.0 and bump dependent ports' revisions
PR:		202777
Submitted by:	oleksii.tsai@gmail.com
2015-09-02 18:22:35 +00:00
Dmitry Marakasov
33e2037284 - Add USES=desktop-file-utils shared-mime-info as suggested by stage-qa
- Remove useless MAN1/MANLANG
- Add manpages to pkg-plist

Approved by:	vg@FreeBSD.org (maintainer)
MFH:		2015Q3 (blanket)
2015-08-31 18:32:42 +00:00
Max Brazhnikov
5c99eefb87 cad/librecad: add workaround to fix build with gcc 2015-08-31 08:32:03 +00:00
Raphael Kubo da Costa
f1f874fd4e Drop USES=iconv.
The port does not use iconv anywhere, and the dependency on libxml2 does not
pull any headers that include iconv.h.

PR:		202759
Approved by:	fernando.apesteguia@gmail.com (maintainer)
2015-08-30 17:41:23 +00:00
Max Brazhnikov
78ec5e6592 - Bump PORTREVISION after libzip update 2015-08-28 10:48:41 +00:00
Max Brazhnikov
a888ed0dda cad/librecad:
- Update to 2.0.8
2015-08-28 10:11:02 +00:00
Hiroki Sato
27470e1676 - Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
   enabled when the library is available.

   This depends on *-base (RUN_DEPENDS).  USES=ghostscript:x11
   will set dependency on one of them.

- Fix integer overflow reported as CVE-2015-3228.

- Update Uses/ghostscript.mk:

 * Add x11 keyword.  nox11 keyword is now obsolete.

 * Use packagename in *_DEPENDS line to prevent relationship between
   -base and -x11 packages from being broken.

- Fix x11/nox11 keyword and bump PORTREVISION in ports using
  USES=ghostscript to update dependency of pre-compiled packages.
2015-08-22 17:48:35 +00:00
Dmitry Marakasov
3a747e9e52 - Fix build by fixing a typo
Approved by:	portmgr blanket
2015-08-21 17:17:48 +00:00
Dmitry Marakasov
199a33c363 - Fix build by using correct flags for crippled configure
- Indent statements consistently
- Silence patching

Approved by:	portmgr blanket
2015-08-20 18:30:28 +00:00
Dmitry Marakasov
c96fc3d2c7 - Add NO_ARCH 2015-08-20 13:13:51 +00:00
Mathieu Arnold
bc0d524329 Fix previous commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-08-19 13:41:51 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Erwin Lansing
1416c7d08b Reset maintainer
<fbsd-ports@xbsd.net>: host didriksen.anc.dk[87.73.130.136] said: 550 5.1.1
    <fbsd-ports@xbsd.net>: Recipient address rejected: User unknown in local
    recipient table (in reply to RCPT TO command)

Sponsored by:	DK Hostmaster A/S
2015-08-19 08:13:15 +00:00
Jason Unovitch
b3b4f22154 - Update to 5.0
- Add NO_ARCH

PR:		201739
Submitted by:	udvzsolt@gmail.com
Approved by:	matthias@petermann-it.de (maintainer), pgollucci (mentor)
2015-08-05 23:54:27 +00:00
Bartek Rutkowski
3a225a1a81 cad/cura-engine: update 14.03 -> 15.04
- Drop obsolete GH_TAGNAME
- Remove pkg-plist and use PLIST_FILES

PR:		201692
Submitted by:	Tomek Cedro <cederom@tlen.pl> (maintainer)
2015-08-05 15:36:10 +00:00
Michael Reifenberger
91dbe6621f Update to r6041. 2015-08-03 14:41:30 +00:00
Koop Mast
2f0486b647 Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.

PR:		201980
Exp-run by:	antoine@
2015-08-02 20:23:55 +00:00
Dmitry Marakasov
d0c94dafcc - Fix shebangs
- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-29 16:19:28 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Michael Reifenberger
c13142f262 Update to r5933. 2015-07-14 07:44:21 +00:00
John Marino
5425052e08 cad/tkgate: Unbreak FreeBSD 11, Fix depends on rest
This was specified on USES: iconv:build,lib

This is incorrect; the way iconv.mk is written, "build" and "lib" are
mutually exclusive and "build" takes precedence.  This means the library
dependency was not registered.

Moveover, it's failing on FreeBSD 11 and dev-branch of DragonFly because
it uses transliteration.  Setting USES=iconv:translit fixes both issues.

Approved by:	Just fix it
2015-07-07 06:35:35 +00:00
Dmitry Marakasov
9a9b588b55 In April/May 2012, STEP Class Library was renamed to STEPcode. This was done
because the old name wasn't accurate - the class libraries are only a fraction
of the software.

The STEP Class Library (SCL) originated at the National Institute of Standards
and Technology, or NIST. NIST started working with STEP in the 80's and
continued until the late 90's. Some components of SCL were originally written
in Lisp and then re-written in mixed C and C++ in the early 90's.
The rest of SCL was written in C++ to begin with.

STEPcode (SC) includes the class libraries, some of the most widely used EXPRESS
schemas, some tools to work with EXPRESS, and support libraries for those tools.
Two of the tools can create schema-specific libraries that are used with the
class libraries. There are also some test files and programs.

WWW: https://github.com/stepcode/stepcode/wiki

PR:		201046
Submitted by:	fernando.apesteguia@gmail.com
2015-07-03 14:45:40 +00:00
John Marino
74d3bc86be Add USES=alias to 11 ports (non-invasive DragonFly support) 2015-07-03 10:46:51 +00:00
Baptiste Daroussin
ba40614e80 Use BROKEN helpers 2015-06-27 14:32:12 +00:00
Vsevolod Stakhov
06b786ad3a - Fix build by adding iconv dependency
Pointyhat to:	vsevolod
2015-06-24 15:57:08 +00:00
Vsevolod Stakhov
e34e0e7775 Restore removed cad/tkgate.
- Support staging
- Tested with tcl/tk 8.6
- Removed old patches
- Convert to the modern port rules
- Updated to version 2.0.0 (from bitbucket)
2015-06-24 14:23:14 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Ruslan Makhmatkhanov
81c98c3e93 cad/brickutils: drop dependency on py-xml
According to project documentation and source review/runtime tests this port
doesn't using py-xml, so remove it and bump PORTREVISION.

Add NO_ARCH and limit python version to 2.x while here (because of pygtk2).

With hat:   python
2015-06-22 14:20:23 +00:00
Baptiste Daroussin
35b70af675 Remove all @dirrm/@dirrmtry
Remove useless exec/unexec
2015-06-20 17:27:11 +00:00
Baptiste Daroussin
95b232b47d Remove build-plist target not needed anymore and still generating deprecated
syntax

Use BROKEN_FreeBSD_8 to avoid playing with .pre.mk/.post.mk
2015-06-20 16:47:07 +00:00
Baptiste Daroussin
3db887160e Remove plist generator (we now have make makeplist and make check-plist)
This plist generator was pulling deprecated syntaxes
2015-06-20 16:40:11 +00:00
Danilo Egea Gondolfo
39ff03b89e - Update to 9.06 2015-06-16 21:19:49 +00:00
Mathieu Arnold
8b8abf18b5 CLeanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-06-16 09:43:00 +00:00
John Marino
c94ca1a3df cad/ghdl: Upgrade to latest (several fixes including jobs safety for llvm) 2015-06-16 08:57:36 +00:00
Dmitry Marakasov
63197463d0 - Disable precompiled headers to fix build with old gcc on -current kernel
- Comment out unused directory

Approved by:	portmgr blanket
MFH:		2015Q2
2015-06-11 14:22:33 +00:00
Dmitry Marakasov
7b260e5a9f - Fix library installation 2015-06-10 17:24:35 +00:00
John Marino
783f2a31a6 cad/ghdl: Support DragonFly - llvm back now jobs safe
The LLVM backend passes *all* tests on DragonFly (unlike FreeBSD which
fails at test 825)
2015-06-02 22:15:48 +00:00
John Marino
6b14a4ed8a cad/ghdl: Fix missing makeinfo on -CURRENT (caught by pkg-fallout) 2015-06-02 09:13:42 +00:00
Wen Heping
0cd4bd0540 - Update math/cgal to 4.6
- Bump PORTREVISION of the ports depends on cgal
2015-06-01 09:08:08 +00:00
John Marino
2903182ad2 cad/ghdl: Add option to use experimental LLVM backend
The LLVM backend builds much faster assuming clang35 and llvm35
are already available.  It probably builds on FreeBSD's base clang but
not ports llvm36.  In any case, the alternative backend does not
pass the testsuite on FreeBSD (fails at test 825).

The LLVM back is the default backend for DragonFly which allows the
port to build, but it fails the very first test (fails to lock mutex).
There's no need to bump -- for FreeBSD this should package the same
as it did before.
2015-05-31 23:58:12 +00:00
Mathieu Arnold
90a49f0472 Cleanup USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-30 21:25:06 +00:00
John Marino
bb165f9986 Add new port: cad/ghdl
GHDL is the leading VHSIC Hardware Description Language (VHDL) simulator.

Digital and mixed-signal systems such as field-programmable gate arrays
and integrated circuits can be described by VHDL, and VHDL  can also be
used as a general purpose parallel programming language.  GHDL compiles
VHDL files and creates a binary which simulates the design.

GHDL fully supports IEEE 1076-1987, IEEE 1-76-1993, IEEE 1076-2002
versions of VHDL, and partially IEEE 1076-2008.
2015-05-30 21:22:08 +00:00
Dmitry Marakasov
0eb4a5eaf0 - Mark BROKEN on 8.x: absence of strtoll
Approved by:	portmgr blanket
2015-05-28 06:39:19 +00:00
Dmitry Marakasov
d5d4ece744 - Update to 4.6
- While here, clearify license and add LICENSE_FILE

Changes: http://www.sweethome3d.com/history.jsp

PR:		200427
Submitted by:	matthias@petermann-it.de (maintainer)
2015-05-27 13:43:20 +00:00
Dmitry Marakasov
cce3a74ecd - Don't cat pkg-message from Makefiles
Approved by:	portmgr blanket
2015-05-27 00:15:04 +00:00
Dmitry Marakasov
2da7da2c3e - Don't install static libraries with INSTALL_LIB
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-20 01:21:11 +00:00
Mathieu Arnold
f29a218fcd Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-18 17:07:45 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Danilo Egea Gondolfo
2e6bd14a14 - Update to 9.7.92 2015-05-02 19:04:09 +00:00
Ashish SHUKLA
c5167c49ba - Chase GNU Emacs updates
PR:		199553
2015-04-27 10:29:27 +00:00
Thierry Thomas
2b0ffb0383 Mark BROKEN of FreeBSD < 10:
/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
collect2: error: ld returned 1 exit status

This is standard C++11, but there is a problem with stdlib.

Note: now it could be built with clang, but the produced binaries don't
behave correctly.
2015-04-24 19:34:19 +00:00
Dmitry Marakasov
a727e99380 - Fix plist: remove .desktop file which is handled by DESKTOP_ENTRIES
Approved by:	portmgr blanket
2015-04-22 22:56:05 +00:00
Stephen Montgomery-Smith
234f329b64 - Update to 2.9.3. 2015-04-20 20:45:00 +00:00
Michael Reifenberger
5236c95bc8 Update to r5612 and add a patch to avoid compiling error when using -std=c++11 in CXXFLAGS. 2015-04-19 22:34:09 +00:00
Tijl Coosemans
2358c08a33 Convert to USES=autoreconf 2015-04-18 19:09:03 +00:00
Michael Reifenberger
e0551d0b60 Unbreak after WX update by adding -std=c++11 to CXXFLAGS. 2015-04-13 10:35:14 +00:00
John Marino
cbc2b9d493 cad/ldraw: Fix fetch; distfile was rerolled
I have the idea that ldraw is always released under the same filename.
The port was marked broken due to a checksum mismatch; the file was
fetched but it had changed.

I've expanded DIST_SUBDIR to include the PORTVERSION.  I think the scheme
used is just {YEAR}{ITERATION-2-DIGIT} so I picked 201501 as the new
PORTREVISION.  This builds under poudriere testport just fine.

Approved by:	blanket
2015-04-11 17:53:54 +00:00
John Marino
eb163de86e cad/brickutils: unbreak fetch (relocated at sourceforge)
There's a new version of brickutils, so the distinfo file was moved to
an "obsolete" folder.  Adjust MASTER_SITES accordingly.

Approved by:	blanket
2015-04-11 16:06:31 +00:00
Thierry Thomas
e695731b4a Unbroken by r383483 (this is just a slave port). 2015-04-07 21:20:24 +00:00
Stephen Montgomery-Smith
a49547e660 - Update to 2.9.2.
PR:		199254
Submitted by:	Thierry Thomas
2015-04-06 23:09:51 +00:00
Thierry Thomas
fb3526c59f Unbreak. The tarball had been rerolled again.
Full diff available here:
<http://people.freebsd.org/~thierry/opencascade-6.8.0_141120_141212.diff>
2015-04-06 20:13:22 +00:00
Baptiste Daroussin
1c08288d89 Mark as broken unfetchable ports 2015-04-05 18:34:45 +00:00
Michael Reifenberger
99060d027a Try to use a newer compiler.
Noticed by:  	Andrea Venturoli
2015-04-04 18:54:39 +00:00
Michael Reifenberger
fbfeeeaac2 Update to r5542. 2015-03-27 11:47:54 +00:00
Michael Reifenberger
9e71ec9d5a Upgrade to version 2015.03
PR:		198572
Submitted by:	Pedro F. Giffuni
2015-03-26 17:24:59 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Bryan Drewery
b4de3a0cdf Unreak.
This does not require fmake. It just has bad return values which
don't build with clang. The build is using 'make -k' so the errors
are ignored. I did not fix that though.
2015-03-22 19:21:43 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Dmitry Marakasov
1446e8fe49 - Switch to linguisttools_build 2015-03-16 14:05:36 +00:00
Maho Nakata
a76762b827 Now we can choose between OpenBLAS and reference BLAS. 2015-03-14 06:41:37 +00:00
Stephen Montgomery-Smith
e53213c71e - Update to 2.9.0.
- Add missing run dependency to science/getdp.
2015-03-13 21:52:58 +00:00
Maho Nakata
0a3541d6be Update to 1.8
* Adds Computational Fluid Dynamics.
* Uses openmp.

PR:		198361
Submitted by:	pfg@
2015-03-11 11:59:50 +00:00
Danilo Egea Gondolfo
6198ab7a9e - Update to 9.7.91 2015-03-06 20:49:20 +00:00
Dmitry Marakasov
e26577eafa - Add NO_ARCH
- Add empty directory to plist
2015-03-05 06:58:56 +00:00
Michael Reifenberger
26c0cbda35 Update to r5469. 2015-03-04 11:08:45 +00:00
Danilo Egea Gondolfo
293766aa71 - Update to 9.7.90 2015-03-03 16:28:20 +00:00
Baptiste Daroussin
35c339abf0 Remove Authors from pkg-descr 2015-03-02 23:09:43 +00:00
Max Brazhnikov
23bb6e4584 Fix DESKTOP_ENTRIES:
- Icon field must be either absolute path or icon name if installation follows Icon Theme Specification
- Remove invalid categories
- StartupNotify field must be literally false/true, not ${FALSE}/${TRUE}
2015-02-27 16:30:40 +00:00
Max Brazhnikov
c53c250333 cad/librecad:
- Update to 2.0.7
- Remove no longer needed patch
2015-02-27 14:56:34 +00:00
Danilo Egea Gondolfo
851d781b8c - Update to 9.7.89 2015-02-25 14:27:11 +00:00
Michael Reifenberger
80f8affa17 Try to fix build on FreeBSD 8.* and 9.* 2015-02-25 11:03:09 +00:00
Max Brazhnikov
b2b5151ef3 - Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping
2015-02-24 21:46:28 +00:00
Thierry Thomas
db5c3b0a00 Update Code_Aster to 11.7.0-1, with its different tools. 2015-02-18 22:06:54 +00:00
Hiroki Sato
e43c8dd4bb - Fix device support. The previous version was totally broken.
- Fix help(1).
2015-02-15 13:33:38 +00:00
Danilo Egea Gondolfo
5b386fa059 - Update to 9.7.88 2015-02-12 11:56:03 +00:00
Sean Bruno
1a7a789fc9 Reverse the logic of architecture support.
Add a list of support architectures with a REASON that these are the only
supported targets. This will now skip this port on mips/mips64/armv6.

PR:		196970
Differential Revision:	196970
Reviewed by:	hrs (in irc)
Approved by:	mentor (implicit)
2015-02-09 15:33:54 +00:00
Thierry Thomas
c416f44871 Remove GCC_DEFAULT.
Spotted by:	gerald
2015-02-09 10:57:33 +00:00
Thierry Thomas
0d7c986a57 Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. see
http://beefy2.isc.freebsd.org/data/10amd64-default/2015-01-08_21h32m30s/logs/kicad-20140622.2.b4027_1,1.log

Add an ugly hack to make it build with Gcc 4.7.
2015-02-07 16:07:33 +00:00
Danilo Egea Gondolfo
0bde42e313 - Update to 3.8.78 2015-02-03 15:05:57 +00:00
Michael Reifenberger
eb0ac007dc Add datadir to search path.
PR:		197140
2015-01-30 17:20:20 +00:00
Thierry Thomas
3b77824649 Upgrade to 0.54 ans respect options for docs and examples.
Changelog at <http://qfsm.sourceforge.net/changes.html>.
2015-01-26 23:05:41 +00:00
Thierry Thomas
c95f2d2f74 Upgrade to 1.3.3 and define LICENSE. 2015-01-25 21:37:31 +00:00
Antoine Brodin
ae8ba56e8d Fix a typo 2015-01-24 19:51:06 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Michael Reifenberger
ecf51d54a7 Update to Release 3.7.5.0.
Fix conflict with texlive-base

PR:		184368
Submitted by:	vladimir.chukharev (Infos and Patch to resolve the conflict)
2015-01-19 17:30:48 +00:00
Baptiste Daroussin
d908a4b811 PORTDATA=* makes the same job as the custom auto plist used in this port and
avoid now useless @dirrm
2015-01-17 21:30:16 +00:00
Michael Reifenberger
bd10b84c37 Correct WWW URL
Submitted by:	Ashley Mills
Requested by:	Mikaël Urankar
2015-01-16 16:04:56 +00:00
Michael Reifenberger
94a546830c Update to bzr rev 5363
Delete Patches which shouldn't be needed when using boost from ports.
2015-01-16 10:21:47 +00:00