aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/basket
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/basket')
0 files changed, 0 insertions, 0 deletions
>aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to version 8.1-20160311.thierry2016-03-189-40/+50
| | | | | | | Fix PR ports/201246. PR: ports/196577 Submitted by: pfg
* Unbreak after the math/superlu update in r410620.rakuco2016-03-142-4/+4
| | | | | | | | 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.
* - Update to 2.12.0.stephen2016-03-103-4/+7
|
* Update to 2.5.110615.mat2016-03-0920-285/+65
| | | | | | PR: 205891 Submitted by: tkato432 yahoo com Sponsored by: Absolight
* Add patches to fix the build on FreeBSD 11 with libc++.rakuco2016-02-264-0/+72
| | | | | | | | | | | | | | | | | 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)
* Update to 2.3.5.vanilla2016-02-204-11/+29
| | | | | PR: 207156 Submitted by: Ports Fury.
* cad/p5-Verilog-Perl: 3.404 -> 3.418pi2016-02-116-43/+40
| | | | | | | | | 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)
* Update to 10.1zeising2016-02-092-3/+3
|
* - Fix build with boost 1.60amdmi32016-02-083-1/+29
| | | | | | | - Fix LICENSE PR: 199601 Approved by: portmgr blanket
* cad/ghdl: USES+= ncurses libedit, fix with ports ncursesmarino2016-02-071-0/+2
|
* Update to 3.3.69zeising2016-02-072-3/+3
|
* Remove empty pkg-plist.trasz2016-02-021-1/+0
| | | | Sponsored by: The FreeBSD Foundation
* Rename cad/pycam to cad/py-pycam, to match Python naming rules.trasz2016-02-026-2/+3
| | | | | | Reviewed by: koobs@ Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5168
* New port: cad/fritzingpi2016-02-018-0/+133
| | | | | | | | | | | | | | 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
* Update to 3.3.68zeising2016-01-312-4/+3
|
* brickM is a toolpath generator for 3-axis CNC machining. It loadstrasz2016-01-306-0/+44
| | | | | | | | | | | | | 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
* Remove BROKEN_FreeBSD_8 from all remaining ports.rakuco2016-01-261-2/+0
| | | | FreeBSD 8 is no longer supported.
* - Correct master_sites.stephen2016-01-201-1/+1
|
* - Update to 5.3.1.stephen2016-01-1812-55/+40
| | | | | - Default OCC to OFF. - Mark broken only if OCC is set.
* - Update to 2.11.0.stephen2016-01-184-50/+6
|
* - Use modern OPTIONS framework.stephen2016-01-182-128/+59
|
* Update to version 3.12.5mr2016-01-143-6/+889
|
* cad/iverilog is not jobs safemarino2016-01-131-0/+2
| | | | | | | 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.
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"amdmi32016-01-139-9/+9
| | | | Approved by: portmgr blanket
* Update to 2.9 and unbreak.maho2016-01-088-50/+338
| | | | | PR: 205346 Submitted by: pfg@
* Add USES=pathfix support for CMake. Some ports that use CMake to buildjhale2016-01-071-2/+0
| | | | | | | | | | | 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)
* Use LIB_DEPENDS for the quazip dependency.mr2015-12-311-3/+3
| | | | | PR: 205161 Submitted by: Arrigo Marchiori
* Try to resolve conflict with archivers/quazip by disabling the internal one ↵mr2015-12-303-12/+14
| | | | | | | from qcad. PR: 205161 Submitted by: Arrigo Marchiori
* Cleanup GH_* and variables order.mat2015-12-291-1/+0
| | | | Sponsored by: Absolight
* - Unbreak: port fetches fineamdmi32015-12-262-411/+7
| | | | - Switch to options helpers
* - Switch to options helpersamdmi32015-12-251-18/+10
|
* - Switch to USES=localbaseamdmi32015-12-251-5/+4
| | | | - Switch to options helpers
* - Switch to options helpersamdmi32015-12-251-6/+6
| | | | - Switch to new test framework
* - Clarify LICENSEamdmi32015-12-251-7/+9
| | | | | | - Add LICENSE_FILE - Switch to USES=localbase - Switch to options helpers
* - Switch to options helpersamdmi32015-12-251-0/+2
| | | | Approved by: portmgr blanket
* cad/sweethome3d: update 5.0 -> 5.1junovitch2015-12-223-7/+6
| | | | | | | | - Drop dead link from MASTER_SITES - Fix false usage with ${FALSE} (portlint) PR: 205492 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
* mark some of the ports that don't build on powerpc64 for meswills2015-12-141-0/+2
|
* Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.rakuco2015-12-131-1/+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
* Mark as broken: unfetchablebapt2015-12-133-0/+6
|
* cad/ghdl: Upgrade version 0.32 => 0.33marino2015-12-074-39/+14
|
* - Chase library number changes from ports/r402502 applied to cad/vtk6.stephen2015-12-021-1/+6
| | | | | Submitted by: amdmi3@amdmi3.ru Approved by: thierry@FreeBSD.org
* Try to fix compilation on FreeBSD-9 and HEAD.mr2015-12-013-1/+14
| | | | Submitted by: HEAD part by andreast@
* Remove expired ports:rene2015-11-2955-3101/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 3.12.3mr2015-11-295-179/+3352
|
* - Mark broken.stephen2015-11-271-0/+2
| | | | Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/402431/logs/netgen-5.0.0_4.log
* Update to r6329.mr2015-11-264-14/+174
|
* Update math/mpir to 2.7.2.rakuco2015-11-221-1/+1
| | | | | | | | | - 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.
* Simplify Makefile and use the right flags when building.rakuco2015-11-223-9/+33
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Upgrade to 6.9.1.thierry2015-11-094-370/+1605
| | | | | | | 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>
* cad/gspiceui: update 1.0.00 -> 1.1.00robak2015-11-085-34/+76
| | | | | | | | | | | - 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)
* Update to r6284.mr2015-10-294-82/+38
| | | | Ignore docs for now since old lp docs repo seems gone.
* Deprecate ports broken for more than 6 monthsantoine2015-10-2612-0/+24
|
* Don't depend on doxygen if DOCS are not enabled.thierry2015-10-221-4/+3
| | | | | | Since I'm there, pet portlint. Submitted by: phk
* - Update to 9.7.93danilo2015-10-132-3/+3
|
* Fix build on FreeBSD 9.*zeising2015-10-091-0/+7
| | | | | | | FreeBSD 9.* has an older, noncompatible version of flex. Fix this by using flex from ports instead. Submitted by: kwm
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-082-2/+2
|
* Update to 10.0zeising2015-10-044-9/+27
| | | | Committed from: EuroBSDCon 2015
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-211-2/+2
|
* cad/meshdev: Support modern gcc by adding <cstring> headermarino2015-09-201-0/+10
|
* Update to r6201.mr2015-09-173-247/+255
|
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-172-2/+2
| | | | | | | | 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
* Update the Qt4 ports to 4.8.7.rakuco2015-09-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* Make it so that the default Perl is always called perl5.mat2015-09-141-4/+4
| | | | | | | | | | | | | | | | - 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
* - Switch to options helpersamdmi32015-09-081-10/+5
| | | | Approved by: portmgr blanket
* Update devel/tbb to 4.4.0 and bump dependent ports' revisionsmartymac2015-09-031-1/+1
| | | | | PR: 202777 Submitted by: oleksii.tsai@gmail.com
* - Add USES=desktop-file-utils shared-mime-info as suggested by stage-qaamdmi32015-09-012-5/+12
| | | | | | | | - Remove useless MAN1/MANLANG - Add manpages to pkg-plist Approved by: vg@FreeBSD.org (maintainer) MFH: 2015Q3 (blanket)
* cad/librecad: add workaround to fix build with gccmakc2015-08-311-0/+3
|
* Drop USES=iconv.rakuco2015-08-311-2/+2
| | | | | | | | 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)
* - Bump PORTREVISION after libzip updatemakc2015-08-281-1/+1
|
* cad/librecad:makc2015-08-283-3/+1295
| | | | - Update to 2.0.8
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* - Fix build by fixing a typoamdmi32015-08-221-1/+3
| | | | Approved by: portmgr blanket
* - Fix build by using correct flags for crippled configureamdmi32015-08-211-6/+6
| | | | | | | - Indent statements consistently - Silence patching Approved by: portmgr blanket
* - Add NO_ARCHamdmi32015-08-201-0/+1
|
* Fix previous commit.mat2015-08-191-1/+0
| | | | | Pointy hat to: mat Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-1920-166/+71
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <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
* - Update to 5.0junovitch2015-08-062-4/+6
| | | | | | | | - Add NO_ARCH PR: 201739 Submitted by: udvzsolt@gmail.com Approved by: matthias@petermann-it.de (maintainer), pgollucci (mentor)
* cad/cura-engine: update 14.03 -> 15.04robak2015-08-053-6/+5
| | | | | | | | - Drop obsolete GH_TAGNAME - Remove pkg-plist and use PLIST_FILES PR: 201692 Submitted by: Tomek Cedro <cederom@tlen.pl> (maintainer)
* Update to r6041.mr2015-08-033-4/+8
|
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-032-1/+2
| | | | | | | | 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@
* - Fix shebangsamdmi32015-07-301-2/+4
| | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-2/+1
| | | | | | | | | | 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
* Update to r5933.mr2015-07-144-13/+88
|
* cad/tkgate: Unbreak FreeBSD 11, Fix depends on restmarino2015-07-071-1/+2
| | | | | | | | | | | | | 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
* In April/May 2012, STEP Class Library was renamed to STEPcode. This was doneamdmi32015-07-035-0/+165
| | | | | | | | | | | | | | | | | | | | | 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
* Add USES=alias to 11 ports (non-invasive DragonFly support)marino2015-07-031-1/+2
|
* Use BROKEN helpersbapt2015-06-271-7/+3
|
* - Fix build by adding iconv dependencyvsevolod2015-06-241-1/+1
| | | | Pointyhat to: vsevolod
* Restore removed cad/tkgate.vsevolod2015-06-246-0/+1468
| | | | | | | | - 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)
* Convert to USES=jpegantoine2015-06-234-9/+5
|
* cad/brickutils: drop dependency on py-xmlrm2015-06-221-4/+4
| | | | | | | | | 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
* Remove all @dirrm/@dirrmtrybapt2015-06-212-11/+4
| | | | Remove useless exec/unexec
* Remove build-plist target not needed anymore and still generating deprecatedbapt2015-06-211-25/+2
| | | | | | syntax Use BROKEN_FreeBSD_8 to avoid playing with .pre.mk/.post.mk
* Remove plist generator (we now have make makeplist and make check-plist)bapt2015-06-211-28/+0
| | | | This plist generator was pulling deprecated syntaxes
* - Update to 9.06danilo2015-06-172-8/+7
|
* CLeanup USE_GITHUB usage.mat2015-06-161-3/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* cad/ghdl: Upgrade to latest (several fixes including jobs safety for llvm)marino2015-06-163-17/+6
|
* - Disable precompiled headers to fix build with old gcc on -current kernelamdmi32015-06-113-0/+15
| | | | | | | - Comment out unused directory Approved by: portmgr blanket MFH: 2015Q2
* - Fix library installationamdmi32015-06-111-1/+2
|
* cad/ghdl: Support DragonFly - llvm back now jobs safemarino2015-06-033-4/+18
| | | | | The LLVM backend passes *all* tests on DragonFly (unlike FreeBSD which fails at test 825)
* cad/ghdl: Fix missing makeinfo on -CURRENT (caught by pkg-fallout)marino2015-06-021-1/+1
|
* - Update math/cgal to 4.6wen2015-06-011-1/+1
| | | | - Bump PORTREVISION of the ports depends on cgal
* cad/ghdl: Add option to use experimental LLVM backendmarino2015-06-013-19/+266
| | | | | | | | | | | | 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.
* Cleanup USE_GITHUB usage.mat2015-05-312-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Add new port: cad/ghdlmarino2015-05-318-0/+710
| | | | | | | | | | | | 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.
* - Mark BROKEN on 8.x: absence of strtollamdmi32015-05-281-1/+7
| | | | Approved by: portmgr blanket
* - Update to 4.6amdmi32015-05-275-14/+14
| | | | | | | | | - While here, clearify license and add LICENSE_FILE Changes: http://www.sweethome3d.com/history.jsp PR: 200427 Submitted by: matthias@petermann-it.de (maintainer)
* - Don't cat pkg-message from Makefilesamdmi32015-05-271-1/+0
| | | | Approved by: portmgr blanket
* - Don't install static libraries with INSTALL_LIBamdmi32015-05-201-2/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-192-6/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* MASTER_SITES cleanup.mat2015-05-149-18/+9
| | | | | | | | | | | | | | | | | | | - 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
* Cleanup DIST* variables.mat2015-05-124-7/+4
| | | | | | | | | | | 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
* Update ports in the [bcd]* categories to not use GH_COMMIT.mat2015-05-068-16/+10
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Update to 9.7.92danilo2015-05-032-3/+3
|
* - Chase GNU Emacs updatesashish2015-04-272-2/+2
| | | | PR: 199553
* Mark BROKEN of FreeBSD < 10:thierry2015-04-251-0/+5
| | | | | | | | | | | /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.
* - Fix plist: remove .desktop file which is handled by DESKTOP_ENTRIESamdmi32015-04-231-1/+0
| | | | Approved by: portmgr blanket
* - Update to 2.9.3.stephen2015-04-212-3/+3
|
* Update to r5612 and add a patch to avoid compiling error when using ↵mr2015-04-204-4/+139
| | | | -std=c++11 in CXXFLAGS.
* Convert to USES=autoreconftijl2015-04-191-5/+1
|
* Unbreak after WX update by adding -std=c++11 to CXXFLAGS.mr2015-04-131-1/+2
|
* cad/ldraw: Fix fetch; distfile was rerolledmarino2015-04-122-5/+4
| | | | | | | | | | | | 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
* cad/brickutils: unbreak fetch (relocated at sourceforge)marino2015-04-121-4/+2
| | | | | | | There's a new version of brickutils, so the distinfo file was moved to an "obsolete" folder. Adjust MASTER_SITES accordingly. Approved by: blanket
* Unbroken by r383483 (this is just a slave port).thierry2015-04-081-1/+0
|
* - Update to 2.9.2.stephen2015-04-072-4/+3
| | | | | PR: 199254 Submitted by: Thierry Thomas
* Unbreak. The tarball had been rerolled again.thierry2015-04-072-4/+3
| | | | | Full diff available here: <http://people.freebsd.org/~thierry/opencascade-6.8.0_141120_141212.diff>
* Mark as broken unfetchable portsbapt2015-04-0617-0/+20
|
* Try to use a newer compiler.mr2015-04-051-1/+2
| | | | Noticed by: Andrea Venturoli
* Update to r5542.mr2015-03-273-3166/+3151
|
* Upgrade to version 2015.03mr2015-03-273-37/+108
| | | | | PR: 198572 Submitted by: Pedro F. Giffuni
* 6 ports categories: Remove $PTHREAD_LIBSmarino2015-03-253-4/+3
| | | | | | Categories: cad, devel, java, x11-fm, biology, deskutils approved by: PTHREAD blanket
* Unreak.bdrewery2015-03-231-11/+4
| | | | | | 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.
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | 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
* - Switch to linguisttools_buildamdmi32015-03-161-1/+1
|
* Now we can choose between OpenBLAS and reference BLAS.maho2015-03-141-7/+11
|
* - Update to 2.9.0.stephen2015-03-147-61/+28
| | | | - Add missing run dependency to science/getdp.
* Update to 1.8maho2015-03-117-351/+308
| | | | | | | | * Adds Computational Fluid Dynamics. * Uses openmp. PR: 198361 Submitted by: pfg@
* - Update to 9.7.91danilo2015-03-072-3/+3
|
* - Add NO_ARCHamdmi32015-03-052-0/+2
| | | | - Add empty directory to plist
* Update to r5469.mr2015-03-044-84/+190
|
* - Update to 9.7.90danilo2015-03-042-3/+3
|
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
|
* Fix DESKTOP_ENTRIES:makc2015-02-281-1/+1
| | | | | | - 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}
* cad/librecad:makc2015-02-274-16/+11
| | | | | - Update to 2.0.7 - Remove no longer needed patch
* - Update to 9.7.89danilo2015-02-252-3/+3
|
* Try to fix build on FreeBSD 8.* and 9.*mr2015-02-251-1/+2
|
* - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsmakc2015-02-251-2/+3
| | | | | - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping
* Update Code_Aster to 11.7.0-1, with its different tools.thierry2015-02-192-2/+5
|
* - Fix device support. The previous version was totally broken.hrs2015-02-153-4/+14
| | | | - Fix help(1).
* - Update to 9.7.88danilo2015-02-122-4/+3
|
* Reverse the logic of architecture support.sbruno2015-02-091-3/+2
| | | | | | | | | | 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)
* Remove GCC_DEFAULT.thierry2015-02-091-2/+1
| | | | Spotted by: gerald
* Since Gcc is 4.8 by default, Kicad does not build anymore: e.g. seethierry2015-02-081-3/+9
| | | | | | 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.
* - Update to 3.8.78danilo2015-02-032-3/+3
|
* Add datadir to search path.mr2015-01-312-1/+14
| | | | PR: 197140
* Upgrade to 0.54 ans respect options for docs and examples.thierry2015-01-274-47/+66
| | | | Changelog at <http://qfsm.sourceforge.net/changes.html>.
* Upgrade to 1.3.3 and define LICENSE.thierry2015-01-2611-94/+111
|
* Fix a typoantoine2015-01-251-1/+1
|
* Switch some dependencies from a directory name or a file generated by ↵antoine2015-01-245-5/+5
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* Update to Release 3.7.5.0.mr2015-01-204-825/+2444
| | | | | | | Fix conflict with texlive-base PR: 184368 Submitted by: vladimir.chukharev (Infos and Patch to resolve the conflict)
* PORTDATA=* makes the same job as the custom auto plist used in this port andbapt2015-01-181-5/+1
| | | | avoid now useless @dirrm
* Correct WWW URLmr2015-01-171-2/+1
| | | | | Submitted by: Ashley Mills Requested by: Mikaël Urankar
* Update to bzr rev 5363mr2015-01-168-1650/+2450
| | | | Delete Patches which shouldn't be needed when using boost from ports.
* Uses blaslapack.mk.thierry2015-01-111-4/+3
|
* - Uses blaslapack.mk;thierry2015-01-082-687/+705
| | | | | | | - Fix plist for EXAMPLES. Submitted by: pfg (by mail) Approved by: maho (maintainer)
* Adjust plist after doxygen was updated and vtk6 unbrokenantoine2015-01-032-1/+8
|
* Add upstream commits to fix the build with the upcoming CMake 3.1.0.rakuco2014-12-312-0/+427
| | | | I have also tested them with CMake 3.0.2.
* Bump portrevision after png updatebapt2014-12-264-4/+4
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-264-4/+4
|
* Cleanup plistbapt2014-12-211-1/+0
|
* Convert to USES=autoreconfbapt2014-12-181-3/+3
| | | | Strip binaries
* - Update to 7.0.20141202danilo2014-12-143-4/+6
| | | | | PR: 195789 Submitted by: pfg@ (maintainer)
* - Reset maintainership of my portsgahr2014-12-112-2/+2
|
* - Update from 3.8.76 to 3.8.77danilo2014-12-092-3/+3
|
* - Patch to fix build error.stephen2014-11-292-0/+12
| | | | | | | - Bump portrevision. Reference: http://beefy2.isc.freebsd.org/data/10amd64-default/2014-11-26_04h02m22s/logs/gmsh-2.8.5.log Obtained from: Comparing to development branch of gmsh.
* Unbreak. The tarball has been rerolled: now VTK could be optional.thierry2014-11-282-4/+3
| | | | | | | | Since there is no option for VTK in the port, there is no impact. I'll try to add this option with the next update. Full diff at <http://people.freebsd.org/~thierry/ports/opencascade-6.8.0_141110_141120.diff>
* Mark BROKEN: Checksum and size mismatchantoine2014-11-281-0/+2
| | | | Reported by: pkg-fallout
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-263-28/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Update to 0.23.8.hrs2014-11-232-4/+3
|
* Upgrade cad/opencascade to 6.8.0.thierry2014-11-2310-1221/+918
| | | | | | | Changelog at http://www.opencascade.com/pub/doc/Release_Notes_6.8.0.pdf PR: ports/195172 Submitted by: /me
* - Update to 2.8.5 and chase cad/opencascade.stephen2014-11-236-15/+47
| | | | | PR: ports/195173 Submitted by: Thierry Thomas <thierry@FreeBSD.org>
* Replace %%QT_BINDIR%% (as suggested by makeplist) by plain "bin".joerg2014-11-211-23/+23
| | | | Submitted by: makc
* - Unbreak, actualizeamdmi32014-11-212-34/+26
|
* Revive Qucs, now that it no longer depends on Qt3.joerg2014-11-206-0/+540
| | | | | Took me quite some pulled out hairs to resolve a couple of things Clang++ didn't like even though GCC apparently could handle them.
* cad/geda: fix gsch2pcb utility by using gnu M4marino2014-11-203-1/+22
| | | | | PR: 195155 Submitted by: Tobias Rehbein
* - Update from 3.8.75 to 3.8.76danilo2014-11-192-3/+3
|
* Add back man pages, mistakenly removed in r371238antoine2014-11-152-0/+4
|
* - Update from 3.8.74 to 3.8.75danilo2014-11-072-3/+3
|
* - Chase GNU Emacs updatesashish2014-11-052-2/+2
| | | | PR: 194624
* Update URL.thierry2014-10-231-1/+1
| | | | Submitted by: pfg (maintainer)
* Cleanup plistbapt2014-10-2047-2361/+0
|
* Update cad/elmerfem to 20141015 snapshot.thierry2014-10-196-45/+5
| | | | | | | | This brings many small fixes. While here drop the autoconf support since we are using the CMake branch. PR: ports/194410 Submitted by: pfg@ (maintainer)
* - Convert ports from cad/, chinese/, comms/ and converters/ to newmva2014-10-194-7/+7
| | | | | | USES=python Approved by: portmgr (implicit)
* Fix build on FreeBSD-8.4.thierry2014-10-182-1/+12
|
* Fix bad links for headers.thierry2014-10-112-14144/+3
| | | | Reported by: Stas Timokhin <devel (at) stasyan -dot- com>
* - Update from 3.8.73 to 3.8.74danilo2014-10-102-3/+3
|
* cad/librecad:makc2014-10-103-14/+7
| | | | - update to 2.0.5
* Fix without gperf in basebapt2014-10-071-1/+1
|
* - Drop @dirrm* from plistamdmi32014-10-071-84/+0
|
* Add elmerfem.thierry2014-10-0714-0/+402
| | | | | | | | | | Elmer includes physical models of fluid dynamics, structural mechanics, electromagnetics, heat transfer and acoustics, for example. These are described by partial differential equations which Elmer solves by the Finite Element Method (FEM). PR: ports/193531 Submitted by: pfg
* - Bump PORTREVISION to chase the update of math/cgalwen2014-10-051-1/+1
|
* Avoid a dependency on devel/libtooltijl2014-10-011-1/+2
|
* - Drop @dirrm* from plistamdmi32014-09-241-16/+0
|
* - Drop @dirrm* from plistamdmi32014-09-231-25/+0
|
* print/freetype:tijl2014-09-191-1/+1
| | | | | - Remove old libtool patch - Remove :oldver from USES=libtool and bump dependent ports
* Retire MANCOMPRESSED.mat2014-09-181-1/+0
| | | | | | | | | Also the compat NO_INSTALL_MANPAGES shim. Differential Revision: https://reviews.freebsd.org/D730 Reviewed by: antoine With hat: portmgr Sponsored by: Absolight
* Update devel/tbb to 4.3.0 and bump dependent ports' revisionsmartymac2014-09-161-1/+1
| | | | | PR: 193214 Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>