/net/rmsg/files/

d>
aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* Update to 20170312170442 and try to fix PR 217729 too.mr2017-03-135-25/+26
| | | | PR: 217729
* Update to 2.3.6.araujo2017-03-112-3/+4
| | | | Submitted by: John Hixson <jhixson@gmail.com> (via email at AsiaBSDCon)
* Update to version 20170308230210.mr2017-03-104-817/+284
|
* Update devel/tbb to 2017.5martymac2017-03-071-1/+1
| | | | | | Also bring the following changes: - Fetch distfiles from Github - Bump dependent ports' PORTREVISIONs
* - Update to 9.7.96danilo2017-03-042-4/+4
|
* Mark a few leaf ports broken on aarch64.linimon2017-02-251-1/+3
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Update to 3.16.5mr2017-02-243-205/+1408
|
* Update to r20170224025915mr2017-02-245-1445/+4230
|
* - Update to 0.17.g20170204amdmi32017-02-223-34/+59
| | | | | PR: 216819 Submitted by: tj+freebsd_ports@a13.fr (maintainer)
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-192-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213
* Update to 5.4krion2017-02-024-102/+144
| | | | | | | PR: 216701 Submitted by: matthias@petermann-it.de Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9410
* cad/alliance: unbreak on 12.0 after base r308264jbeich2017-02-022-1/+12
| | | | | | | | | | In file included from /usr/include/math.h:20:0, from rutacces.c:18: ruterror.h:49:14: error: expected identifier or '(' before '__builtin_choose_expr' extern char *basename(); ^ Reported by: pkg-fallout
* - Autodetect the installed linux_base port and use LINUX_DEFAULT only astijl2017-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a last resort. - Construct a list of DISTFILES for every architecture (amd64, i386). Select one list for regular make and all lists for make makesum so linux ports can have one combined distinfo file. - Set DIST_SUBDIR?=centos so there's only one copy of common distfiles. - Use MASTER_SITES and DISTFILES groups so make fetch is a bit smarter. - Regenerate all distinfo files. - For linux_base-c6 (just like linux_base-c7 already does) turn bin, lib, lib64 and sbin into symbolic links to the same directory under usr. This fixes the problem where some programs/libraries exist under / on FreeBSD and /usr on Linux or vice versa and then depending on the order of search paths Linux programs may run/load FreeBSD programs/libraries and fail. - Turn usr/share/icons into a symbolic link to LOCALBASE/share/icons so Linux programs can find desktop theme icons. This eliminates the need for x11-themes/linux*-hicolor-icon-theme. - Rename pkg-plist.x86_64 to pkg-plist.amd64. - Regenerate all pkg-plist files. - Add @preexec to linux_base pkg-plist that moves existing files in bin, lib, lib64, sbin and icons to the new destination before the directories are turned into symbolic links. - Remove several empty directories from linux_base ports. - Sweep over all linux ports: use consistent style, remove old CONFLICTS, remove unused pkg-descr files, add NLS option,... - Remove old linux arts, esound and openssl-compat ports.
* Mark various ports broken on aarch64 and armv6.linimon2017-01-311-1/+2
| | | | Approved by: portmgr (tier-2 blanket)
* - Update to 3.8.83danilo2017-01-282-4/+4
|
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/sunpoet2017-01-212-2/+2
|
* Fix plist of cad/qcad -- don't add the manually created desktop file to the ↵tcberner2017-01-201-1/+0
| | | | | | | | | | pkg-plist From bsd.port.mk: 924 # DESKTOP_ENTRIES 954 # * The files will be automatically added to ${PLIST}. Approved by: mat (mentor)
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-182-15/+6
| | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 2.1.3jhale2017-01-153-14/+25
| | | | | | | - Add LICENSE - Use Qt5 (upstream has dropped Qt4 support for 2.2.x, so we may as well switch now) - Take maintainership
* Drop dependency on devel/libc++.thierry2017-01-141-9/+3
| | | | | | | Note: to be upgraded to 4.0.5 (WIP). PR: 215976 Submitted by: jbeich
* cad/gmsh: Update to version 2.16.0.jrm2017-01-133-4/+5
| | | | | | | | | | Upstream changelog: - Small improvements (list functions, second order hexes for MED, GUI) - bug fixes Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9159
* cad/openvsp: update 3.9.1 -> 3.10.0robak2017-01-116-6/+37
| | | | | | PR: 215951 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) MFH: 2017Q1
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-092-13/+3
| | | | Approved by: portmgr blanket
* Use PYTHON_PKGNAMEPREFIX instead of py${PYTHON_SUFFIX}-sunpoet2017-01-081-1/+1
| | | | With hat: python
* - Update to 20170104 snapshotwen2017-01-083-18/+44
| | | | | | | | - Pass maintainership to submitter - Add python pivy as a runtime dependency PR: 214239 Submitted by: tj+freebsd_bugs@a13.fr
* devel/boost-*: update to 1.63.0jbeich2017-01-067-7/+7
| | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1
* Never set WRKSRC when using USE_GITHUB.mat2017-01-042-5/+3
| | | | | | | | | | If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight
* cad/openvsp: drop 10.1 workaround (revert r428665) per EOLjbeich2017-01-031-13/+1
| | | | | PR: 214863 215307 Approved by: portmgr blanket
* - Fix configureantoine2017-01-021-1/+6
| | | | | | | | | | | | | | | | | - Mark broken: fails to build hal/user_comps/mb2hal/mb2hal.c:362:63: error: too few arguments to function call, expected 3, have 2 modbus_set_response_timeout(this_mb_link->modbus, &timeout); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/modbus/modbus.h:185:12: note: 'modbus_set_response_timeout' declared here MODBUS_API int modbus_set_response_timeout(modbus_t *ctx, uint32_t to_sec, uint32_t to_usec); ^ hal/user_comps/mb2hal/mb2hal.c:369:59: error: too few arguments to function call, expected 3, have 2 modbus_set_byte_timeout(this_mb_link->modbus, &timeout); ~~~~~~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/modbus/modbus.h:188:12: note: 'modbus_set_byte_timeout' declared here MODBUS_API int modbus_set_byte_timeout(modbus_t *ctx, uint32_t to_sec, uint32_t to_usec); ^
* Use USES=python instead of LIB_DEPEDNS + python:build.hrs2017-01-011-3/+1
| | | | Suggested by: jbeich
* Update to 0.24.9.hrs2017-01-012-6/+8
|
* Remove BROKEN_FreeBSD_9sunpoet2017-01-016-12/+0
| | | | Approved by: portmgr (blanket)
* - Fix condition for FreeBSD 10.1amdmi32016-12-291-1/+1
| | | | Approved by: portmgr blanket
* - No more broken after removing gcc requirement from math/cgalamdmi32016-12-291-6/+0
| | | | Approved by: portmgr blanket
* Set expiration date of ports depending on graphics/urt to 2017-04-01rene2016-12-271-0/+3
|
* Libopencad is a library written in C++11, which provides a way toamdmi32016-12-268-0/+125
| | | | | | | | | | | | | | | | | | | | | | read/write CAD (DWG/DXF/DXFB) files. It was designed to have a uniformal API to work with any CAD files. It has a base class - CADFile. Inheriting this class it's possible to create a driver for any CAD format, all you need to do - is to overwrite interface functions like GetGeometry(index), and others. Now it has an implementation for DWG2000 (R15), but only for read. Library comes with cadinfo utility, which prints out everything library can get from file - header variables, CAD custom classes, presented layers and geometries with their attributes. WWW: https://trac.osgeo.org/gdal/wiki/DWG_driver PR: 212129 Submitted by: lbartoletti@tuxfamily.org
* - Mark broken in FreeBSD 11.x+ i386: this port can't build while cgal is ↵amdmi32016-12-261-1/+7
| | | | | | built with gcc and boost is built with clang Approved by: portmgr blanket
* Move the doxygen things into a DOXYGEN option.mat2016-12-212-1062/+1062
| | | | Sponsored by: Absolight
* Move doxygen dependency to a DOXYGEN option, and have it actually domat2016-12-211-4/+7
| | | | | | something. Sponsored by: Absolight
* Get rid of QT_PREFIX in favour of PREFIX.tcberner2016-12-191-1/+1
| | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825
* cad/openvsp: fix compilation in 10.1tz2016-12-161-2/+15
| | | | | | | | | | 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
* Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systemsjbeich2016-12-162-1/+2
| | | | | | | PR: 215192 Requested by: dim Exp-run by: antoine Approved by: antoine
* Those ports build fine with bsd makeantoine2016-12-121-1/+1
|
* multimedia/ffmpeg: update to 3.2.2jbeich2016-12-111-1/+1
| | | | | | | 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)
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-095-5/+5
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libexpat.so.6 compatibility link that was added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* Remove libtiff.so.4 compatibility links that were added in r374303 totijl2016-12-091-1/+1
| | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
* cad/gmsh: update to version 2.15.0jrm2016-12-072-6/+5
| | | | | | | | | | | | | 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
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-079-7/+9
| | | | | | | | | | | | | | | 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
* Do not use post-stage. Use post-install instead.mat2016-12-021-1/+1
| | | | | | | | | | | | 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
* Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.tcberner2016-11-291-10/+10
| | | | | | | | | | | | 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
* - Fix library version which should be .2 (as on Linux), not .4martymac2016-11-251-1/+1
| | | | | | | - Bump dependent ports' PORTREVISION PR: 214777 Submitted by: yuri@rawbw.com
* - Update to 9.07danilo2016-11-242-7/+8
|
* devel/boost-*: update to 1.62.0jbeich2016-11-237-4/+7
| | | | | | | | | | | | - 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)
* Chase french/med upgrade (switch to hdf5-18).thierry2016-11-231-0/+18
| | | | Reported by: rakuco
* In several dozen ports, use single space for WWW: line in pkg-descr, anddanfe2016-11-221-1/+1
| | | | reformat port description text in cases when it was notoriously broken.
* Fix build on 9.x.hrs2016-11-226-28/+28
|
* - When FFMPEG=on, link to multimedia/ffmpeg.stephen2016-11-215-46/+103
| | | | | | | | - Respect PREFIX. - Conversion for avcodec_encode_video(). PR: ports/214199 PR: ports/214644
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-203-1/+3
| | | | | | | | | 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.
* - Add LICENSEamdmi32016-11-181-6/+6
| | | | | - Add LICENSE_FILE - Cosmetic fixes
* Fix build.hrs2016-11-161-2/+10
|
* Mark as broken on various tier-2 archs.linimon2016-11-141-0/+2
| | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket)
* Upgrade Code_Aster to 12.0.6-4.thierry2016-11-134-36/+46
| | | | | | | | 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.
* Spell CHOSEN_COMPILER_TYPE correctlyantoine2016-11-132-6/+6
| | | | PR: 199098
* Fix build with gcc 4.9 by lowering optimization levelantoine2016-11-121-1/+7
| | | | | | | | See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750743 https://bugs.gentoo.org/show_bug.cgi?id=553968 PR: 196712
* Mark various cad ports broken on aarch64.linimon2016-11-113-0/+6
| | | | Approved by: portmgr (tier-2 blanket)
* Mark broken on aarch64: fails to link with sbrk.linimon2016-11-111-0/+2
| | | | Approved by: portmgr (tier-2 blanket)
* Rename with python-gdsii, which is the official package name in PyPI.hrs2016-11-114-4/+3
| | | | Suggested by: koobs
* Mark as broken on aarch64: fails to link with sbrk.linimon2016-11-102-0/+4
| | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket)
* cad/solvespace: create portswills2016-11-106-0/+77
| | | | | | | | 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/
* - Pet portlintamdmi32016-11-072-13/+13
| | | | | - Cosmetic fixes - Fix WWW:
* cad/klayout: Include DragonFly with new patch to restore build on DFmarino2016-11-071-1/+1
| | | | Approved by: DF support blanket (non-invasive)
* Fix broken dependencies.hrs2016-11-072-9/+11
|
* Update to 20161104 snapshot; drop maintainershipriggs2016-11-063-10/+18
| | | | | PR: 213815 Submitted by: pfg (maintainer)
* Add cad/sp2sp, a command-line waveform data processor for SPICE-typehrs2016-11-066-0/+134
| | | | simulators.
* Fix build.hrs2016-11-061-1/+2
|
* Update to 20161026 snapshotriggs2016-11-059-19/+24
| | | | | PR: 213816 Submitted by: pfg
* - Update to 0.24.8.hrs2016-11-055-30/+76
| | | | | | - Fix dependency on Python shlib. - Enable _MAKE_JOBS. - Do not override system-wide CFLAGS, CXXFLAGS, and LDFLAGS.
* cad/ngspice_rework: Fix fetch broken by version bumpmarino2016-11-051-1/+2
| | | | | | | | 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
* Add cad/py-gdsii, GDSII file manipulation library.hrs2016-11-054-0/+29
|
* cad/ngspice_rework: configure xspice unconditionallymarino2016-11-041-3/+3
| | | | | | | There was confusion about xspice option. The "x" stands for "extended", not x11, and it should always be enabled. Adjust accordingly. PR: 212357
* cad/ngspice_rework: Enable X support by default (introduce X11 option)marino2016-11-041-2/+10
| | | | | | | | | | | | 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)
* cad/gmsh: Update distinfo after upstream rolled a new tarball without a newjrm2016-11-032-5/+3
| | | | | | | | | | | | 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
* cad/gmsh: update to version 2.14.1jrm2016-11-023-5/+6
| | | | | | | | | 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
* - Update to 0.5vg2016-10-314-2053/+3075
| | | | | PR: ports/211400 Submitted by: 6yearold@gmail.com
* Remove wrongly used QT-related plist-subs from plisttcberner2016-10-281-1/+1
| | | | | | | | %%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)
* ${RM} already has -f.mat2016-10-214-4/+4
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Reassign makc's ports back to the pool.rakuco2016-10-201-1/+1
| | | | | | | | | 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.
* - Update devel/tbb to version 2017.1martymac2016-10-191-1/+1
| | | | - Bump dependent ports
* - Double-quote $@ to properly propagate parameters down the execution pathdanfe2016-10-171-1/+1
| | | | - Consistently pad (separate) shebang in wrapper scripts with an empty line
* cad/feappv: fix after change in USES=localbase behaviormarino2016-10-171-1/+1
| | | | | The build started failing on compilers that don't have /usr/local/lib in the default search path.
* cad/gmsh, cad/gmsh-occ: update to version 2.14.0jrm2016-10-134-21/+7
| | | | | | | | | | - Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS - Add USE_OCC= gnome=cairo - Remove patch for taucs cmake configuration. It is now incorporated upstream. Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8229
* - Switch to options helpersamdmi32016-10-111-12/+15
|
* - Update to version 0.17.g20160927 [1]pawel2016-10-093-6/+14
| | | | | | | - Add desktop entry file PR: 212803 [1] Submitted by: pfg (maintainer)
* Clean upantoine2016-10-091-3/+2
|
* Specify which license the license file refers tojrm2016-10-031-1/+1
| | | | | | Reported by: jbeich Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8135
* Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occjrm2016-10-032-0/+3
| | | | | | Reported by: jbeich mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8134
* - Update to 3.8.82danilo2016-10-012-4/+4
|
* Remove PORTREVISION after cad/gmsh update and take maintainershipjrm2016-09-301-2/+1
| | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8087
* Re-add MAKE_JOBS_UNSAFE=yesjrm2016-09-301-0/+2
| | | | | | | | | | It is not clear that the issue that caused this to be added has been fixed, so add it back to be safe. Reported by: jmarino (via ports-committers@), mat (via phab diff D7703) Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8086
* Update cad/gmsh to 2.13.2; fix knob issue; other changesjrm2016-09-307-293/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Upgrade to version 2.13.2 - Update MASTER_SITES to only include new gmsh site - Remove no-longer-needed definitions of DISTFILES, EXTRACT_ONLY, and WRKSRC - The licensing situation is simpler now: Gmsh itself is released under GPLv3+ [1], TetGen under AGPLv3+ [2], and METIS under an APACHE2 license [3] For now, TAUCS is the only component released under a non-standard license [4] - Fix misnamed KNOB in KNOB_DESC=, so `make config` shows descriptions - Fix errors/warnings reported by portlint and poudriere testport - Add missing entries to LIB_DEPENDS= - Add blaslapack to USES= - Change USE_GL=yes to USE_GL=gl glu - Add USE_XORG=x11 xext xfixes xft - Redo patches with make makepatch - Remove MAKE_JOBS_UNSAFE=yes - Remove options for bundled software - Update default options - Add patch to fix TAUCS linking error - Modernize option handling - Mark broken on FreeBSD 12 i386 due to clang bug: (https://llvm.org/bugs/show_bug.cgi?id=21903) - Remove unnecessary TAUCS_LIB_DEPENDS=libtaucs.so:math/taucs to prevent problems with french/aster - cad/gmsh includes a bundled taucs, so TAUCS_LIB_DEPENDS=libtaucs.so:math/taucs can be removed - math/taucs pulls in math/metis4, but french/aster, which depends on cad/gmsh, pulls in conflicting math/taucs-edf - Update pkg-plist [1] http://gmsh.info/#Licensing [2] http://wias-berlin.de/software/tetgen/1.5/FAQ-license.html [3] http://glaros.dtc.umn.edu/gkhome/metis/metis/faq?q=metis/metis/faq#cite [4] http://www.tau.ac.il/~stoledo/taucs/ PR: 212398 Reviewed by: swills (mentor) AMDmi3 (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D7703
* Mark cad/gmsh-occ BROKEN for -CURRENT / i386.thierry2016-09-281-0/+6
| | | | See PR 213008.
* - Update devel/doxygen to 1.8.12antoine2016-09-282-3/+1
| | | | | | - Adjust plist of ports depending on it PR: 212869
* - Update devel/icu to 57.1.tijl2016-09-244-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* - Update to 9.7.95danilo2016-09-182-4/+4
|
* - Remove unneeded MASTER_SITESamdmi32016-09-171-1/+0
| | | | Approved by: portmgr blanket
* - Update to 3.9.1amdmi32016-09-177-85/+6
| | | | | PR: 212430 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Release some of my ports back to the heapmarino2016-09-151-1/+1
|
* - Switch to newly supported CC licensesamdmi32016-09-131-4/+3
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* kicad switched to GIT (still hosted on launchpad) for development.mr2016-09-135-298/+95
| | | | | | | | | | Try to cope with it since bzr doesn't work any longer: - For distfile building, checkout first, than get last commit date... - Use the timestamp of the last commit as revision number. - Update to r20160910202359 (commit 7ad2f37391e3e0debb7b96cd7164961d118f44c1) - Some functions now seem to need/emit SSE instructions which seems not to be enabled on i386 by default so add -msse switch PR: 212026, 212130
* Most commonly used build systems support silent builds, when theyamdmi32016-09-102-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* (Readdition of cad/freecad which was removed on 235718)mat2016-09-087-0/+911
| | | | | | | Add freecad 0.17.g20160907, general purpose 3D CAD modeller. PR: 212251 Submitted by: pfg
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-071-1/+1
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* cad/NASTRAN-95: Update license acronym and reset maintainershipmarino2016-09-061-2/+2
| | | | | | pfg believes this particular port doesn't require a maintainer. PR: 212388
* cad/NASTRAN-95: Fix hardcoded FC and FFLAG flags in patchmarino2016-09-051-2/+2
| | | | | | | | | | Given how patch-um_Makefile was constructed correctly with configure variables, I suspect the similar-but-incorrect patch-sb_Makefile was simply regenerated after configure was run. Let's replace the hardcoded gfortran48 and it's flags with %%FC%% and %%FFLAGS%% so NASTRAN-95 builds on other fortran compilers. Approved by: Just-Fix-It
* - Pass maintainership to Joseph Mingrone <jrm@ftfl.ca> with his permission.stephen2016-09-011-1/+1
|
* Update to version 3.9.0pawel2016-08-269-5/+88
| | | | | | | | | | | | | | | | | Features: - VSPAERO v3.0 - Panel method, batch runs, control surfaces, much more - Improved VSPAERO integration - One-Axis Kinematic Joint (Hinge/Slider) - Group Transformation/Scale -- Thanks Alex Gary - 2D AutoCad Export of feature lines Bug Fixes: - Change to Geom type name lookup instead of type ID number - Fix Python API - Fix VarPresets API to built-in scripting PR: 212131 Submitted by: maintainer
* cad/NASTRAN-95: Report version as FREEBSD rather than LINUXmarino2016-08-231-0/+5
| | | | | | | | | The maximum string length is 7 characters, so setting it to OPSYS:tu wouldn't work in all cases (e.g. DragonFly) but having NASTRAN advertise itself as a native FreeBSD program is still better in any case. PR: 211781 Submitted by: maintainer (pfg)
* Update to 3.3.76zeising2016-08-212-4/+4
|
* Update to 2.11maho2016-08-177-43/+262
| | | | | | | | | | | | | | | | Main new features: * Rotational and translational cyclic symmetry for CFD was coded (see examples couette1per, couettecyl4 and couettecyl4comp). * Sensitivity analyses (cf. Section 6.9.22 in the User's Manual) * Speed-up of the treatment of SPC's and MPC's in the stiffness and mass matrix. See the complete notes http://www.dhondt.de/new_calc.htm PR: 211917 Submitted by: pfg@
* New port: cad/NASTRAN - NASA's classic FEA program.pfg2016-08-129-1/+1
| | | | | | | It's called NASTRAN-95, otherwise we cannot grab it from github "nicely". PR: 211739 Approved by: koobs
* New port: cad/NASTRAN - NASA's classic FEA program.pfg2016-08-129-0/+608
| | | | | | | | | | | | | NASTRAN is the NASA Structural Analysis System, a finite element analysis program (FEA) completed in the early 1970's. It was the first of its kind and opened the door to computer-aided engineering. For reference, the Wikipedia keeps some description of this historical package: https://en.wikipedia.org/wiki/Nastran PR: 211739 Approved by: koobs
* Update to version 3.8.1pawel2016-08-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the announcement: Propellers for all! This release adds a new propeller component and fixes a pair of unrelated bugs. Though it may seem like a small change, the propeller component constructs its surface differently from other components. It represents a surprisingly large amount of work. Instead of defining the blade shape (chord, twist) at specified stations, these are instead specified as continuious curves. The propeller component comes with a bunch of related accessories -- the blade activity factor is calculated on-the-fly, there is a one-click option to switch to a counter-rotating prop, propeller folding is built-in -- with a user-defined fold axis, there is a blade element export/import capability, and the BEM data is available through the API. Features: - New propeller component - Blade element import/export and API Bug Fixes: - Fix DegenGeom crash on Matlab export - Fix GUI output of mass properties calculation PR: 211555 Submitted by: maintainer
* Try to fix shared library links.mr2016-08-033-7/+23
| | | | | | | While there update to version 3.15.4 PR: 211459 Reported by: roklein@roklein.de
* Update to version 8.2.20160715pawel2016-08-019-15/+18
| | | | | PR: 211319 Submitted by: pfg
* cad/openvsp: 3.7.2 -> 3.8.0pi2016-07-313-3/+52
| | | | | | | | | | | | | | | | | | | | | | | | | - upgrading the VSPAERO integration The VSPAERO GUI has been comprehensively updated. You can now run alpha/beta/Mach sweeps from the GUI. Results are automatically parsed and are ready for review from the GUI. VSPAERO is now available through the Analysis Manager in the API. The results are parsed and are available through the Results Manager in the API. Features: - Overhaul of VSPAERO integration - VSPAERO alpha/beta/Mach sweeps from GUI - Visualize VSPAERO results in GUI - VSPAERO available through API - Changed default wing LE/TE clustering to 0.25 - Build on OSX on Travis-CI - Improve automated testing Bug fixes: - Duplicate parameter name in superellipse cross section PR: 211372 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
* - Change maintainer email [1]pawel2016-07-281-4/+5
| | | | | | | | | - Add LICENSE info [1] - Strip more binaries [1] - No need to include bsd.port.pre.mk PR: 210844 [1] Submitted by: otacilio.neto@bsd.com.br (maintainer)
* - Update to 3.8.81danilo2016-07-252-6/+6
|
* - Update to 9.7.94danilo2016-07-242-3/+4
|
* - update libgd to 2.2.2dinoex2016-07-201-1/+1
| | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
* LinuxCNC controls CNC machines. It can drive milling machines,trasz2016-07-1333-0/+3072
| | | | | | | | | | | | | | | | lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more. - Accepts G-code input, drives CNC machines in response. - Active user community. - Several different GUIs available. - Compatible with many popular machine control hardware interfaces. - Supports rigid tapping, cutter compensation, and many other advanced control features. WARNING: This port is simulation-only for now. WWW: http://linuxcnc.org/
* Remove expired ports without open PRs:rene2016-07-054-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months
* Update to 3.3.73zeising2016-06-287-20/+27
| | | | | Add missing dependencies as reported by poudriere. Pet portlint.
* Update to upstream version 3.7.2riggs2016-06-262-7/+5
| | | | | | | | | | | | | | | | Detailed maintainer log: Features: - Wave drag estimation by area distribution and Eminton Lord calculation - Variable presets for saving model state Bug Fixes: - Fix crash caused by reading file without VarPresets field. - Fix crash when deleting empty var presets group While on it: - Pet portlint PR: 210574 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Prefer relative links to make packages more relocation friendlybapt2016-06-234-9/+9
|
* cad/openvsp: 3.6.1 -> 3.6.2pi2016-06-163-3/+6
| | | | | | | http://openvsp.org/blogs/announcements/2016/06/11/openvsp-3-6-2-released PR: 210241 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
* cad/kicad-devel: Fix faulty IGNORE message which falsely traps DFmarino2016-06-151-0/+2
| | | | | | | | | - 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.
* - Take maintainership.hrs2016-06-105-19/+36
| | | | - Some style cleanups.
* - Delete the usage of %%QT_BINDIR%% in pkg-plist (NB.: %%QT_BINDIR%% is ↵mr2016-06-094-508/+1626
| | | | | | | | still generated by `make makeplist`) - While there update to 3.15.2.0 PR: 210110
* - Update to r6904,mr2016-06-094-32/+75
| | | | | | - 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.
* Remove unneeded usage of:mat2016-06-061-2/+1
| | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight
* cad/openvsp: 3.6.0 -> 3.6.1pi2016-06-053-3/+4
| | | | | | | | Changes: http://openvsp.org/blogs/announcements/2016/05/30/openvsp-3-6-1-released PR: 209872 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* Deprecate ports broken for more than 6 monthsantoine2016-06-041-0/+2
|
* Update to 10.1.1zeising2016-05-282-4/+5
|
* cad/ghdl: build it with gcc6-aux, not gcc5-auxmarino2016-05-271-1/+2
| | | | | | | | | 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.
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵amdmi32016-05-243-3/+3
| | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in Makefilesamdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*amdmi32016-05-1919-60/+60
| | | | Approved by: portmgr blanket
* Add cad/py-gdspy, Python module for creating GDSII stream files.hrs2016-05-174-0/+38
|
* Fix dependency.hrs2016-05-171-1/+1
|
* Update to 4.0.4.hrs2016-05-175-20/+21
|
* Add cad/rubygem-gdsii, Ruby library for GDSII reader and writer.hrs2016-05-1714-0/+235
|
* Add cad/py-lcapy, Symbolic MDA Analysis Package for Linear Circuits.hrs2016-05-174-0/+47
|
* cad/openvsp: update 3.5.2 -> 3.6.0junovitch2016-05-1226-280/+6
| | | | | | | Changes: http://openvsp.org/blogs/announcements/2016/05/06/openvsp-3-6-0-released PR: 209436 Submitted by: fernando.apesteguia@gmail.com
* Cleanup github bits.mat2016-05-122-3/+3
| | | | Sponsored by: Absolight
* - Update to 8.2.20160404amdmi32016-05-123-13/+23
| | | | | | | - While here, cosmetic fixes and switch to new test framework PR: 209271 Submitted by: pfg
* graphics/py-opengl{-accelerate}: 3.0.1 -> 3.1.0, change to PyPI namingpi2016-05-101-1/+2
| | | | | | | | | | - 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
* Change Ada Framework foundation from gcc5-aux to gcc6-auxmarino2016-04-301-1/+1
| | | | | | | | | | | | | | | | 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).
* - Update to 0.24.6nivit2016-04-263-4/+5
| | | | | | | - Add NO_ARCH - Update web site's URL Release notes: https://github.com/DarwinNE/FidoCadJ/releases/tag/v0.24.6
* cad/openvsp: Fix build on i386pi2016-04-232-1/+10
| | | | | PR: 208904 Submitted by: fernando.apesteguia@gmail.com (maintainer)
* cad/openvsp: 2.3.0 -> 3.5.2pi2016-04-2232-110/+360
| | | | | | | | | | | | | | 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)
* Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization.gahr2016-04-2115-26/+272
|
* Update to version 2.10maho2016-04-187-54/+53
| | | | | | | | | New version 2.10 is here! Release Notes: http://www.dhondt.de/new_calc.htm PR: 208301 Submitted by: pfg@
* Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'danfe2016-04-161-1/+0
| | | | | was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago, and fix some minor bogosities nearby.
* Try to fix comilation under FreeBSD-9mr2016-04-162-1/+9
|
* Update to r6680.mr2016-04-115-39/+46
|
* - Add LICENSEamdmi32016-04-105-19/+22
| | | | - Regenerate patches with `make makepatch`
* Update to 5.2madpilot2016-04-022-3/+3
| | | | | | PR: 208437 Submitted by: Matthias Petermann <matthias at petermann-it.de> (maintainer)
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-0140-146/+146
| | | | | With hat: portmgr Sponsored by: Absolight
* Make print/ghostscript9-agpl-base the default Ghostscript port. Upstreamtijl2016-03-241-1/+1
| | | | | | | | | | | | | | | | 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)
* qt4-moc: Add more Boost include guards to moc's definition list.rakuco2016-03-242-28/+0
| | | | | | | | | | | | | | 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
* 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-19