aboutsummaryrefslogtreecommitdiffstats
path: root/cad
Commit message (Collapse)AuthorAgeFilesLines
* - 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>
* Update to 3.29.hrs2014-09-152-6/+7
|
* - Update cad/p5-GDS2 to 3.28.hrs2014-09-143-12/+17
| | | | | - Add x11-toolkits/p5-Tk-WaitBox. This is an wait dialog module for Perl/Tk.
* Use default LIBTOOLIZE_ARGStijl2014-09-141-1/+0
|
* - Allow staging as a regular userantoine2014-09-123-20/+5
| | | | - USES=shared-mime-info
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-1132-20/+32
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Upgrade to 1.5;thierry2014-09-021-1/+1
| | | | - Bump PORTREVISION for consumers.
* Add USES=libtool to accessibility/atkmm and bump dependent portstijl2014-09-021-1/+1
|
* - Clarify LICENSEamdmi32014-09-011-1/+1
| | | | Approved by: portmgr blanket
* Remove non staged ports without pending PR from c*bapt2014-09-0116-856/+0
|
* - Add MAKE_JOBS_UNSAFE [*].hrs2014-09-011-22/+20
| | | | | | - Simplify LICENSE_COMB=multi handling. PR: 193180 [*]
* lang/guile:tijl2014-08-317-7/+7
| | | | | | | | | - Add USES=libtool and bump dependent ports - Replace Makefile.* patches with USES=pathfix - Replace config.h.in patch with USE_AUTOTOOLS=autoheader - Avoid automake by touching Makefile.in Approved by: portmgr (implicit, bump unstaged port)
* cad/adms: update to 2.3.4wg2014-08-313-26/+10
| | | | | PR: 193027 Submitted by: Ports Fury
* - Update to 7.5.240.hrs2014-08-313-13/+24
| | | | - Fix LICENSE.
* - Add LICENSE.hrs2014-08-312-8/+6
| | | | | - Update MASTER_SITES and WWW: in pkg-plist. - Use PORTEXAMPLES and OPTIONS_DEFINE=EXAMPLES.
* cad/alliance: Upgrade version 5.0.20090901 => 5.0.20120515, stagemarino2014-08-3115-1302/+1831
| | | | | | | | | This port was marked broken due to a bison error. The newest version had the same flaw, but I got the fix from Debian. The 5.0.20120512 is also not limited to i386, it builds fine on amd64 now. It is still not jobs safe (it can't find libVrd before it's built) but I suspect only minor changes are necessary to make it jobs safe.
* Update to 0.23.6.hrs2014-08-302-4/+3
|
* Unbreakantoine2014-08-301-1/+1
|
* Convert to USES=libtoolbapt2014-08-302-10/+10
| | | | | | State that configure script is a GNU one Strip binaries Use pathfix instead of gnomehack
* Update to bzr rev 5104.mr2014-08-304-34/+15
|
* - Update from 3.8.72 to 3.8.73danilo2014-08-292-3/+3
|
* Chase the upgrade of net/mpich2.thierry2014-08-271-1/+1
| | | | Approved by: portmgr (non staged ports)
* - Add HiSIM2 support.hrs2014-08-254-22/+83
| | | | | - Add LICENSE for DEV_BSIM3, DEV_BSIM3, and DEV_HISIM2 options. - Simplify do-configure.
* cad/geda: Unbreak on FreeBSD 11marino2014-08-242-7/+18
| | | | | PR: 192786 Submitted by: Ports Fury
* Add BSIM4v4 support.hrs2014-08-223-6/+24
|
* - Add BSIM3v3 support. This is disabled by default because its license ishrs2014-08-226-64/+75
| | | | | | | | | not compatible with SPICE3f5. - Remove bsd.prog.mk dependency. - Put variables in ${FILESDIR}/FreeBSD* configuration file into ${FILES}/Makefile. - Use opt_USE instead of .if ${PORT_OPTIONS:Mopt}. - Remove unnecessary changes in patch-conf_defaults.
* - Cleanup ${FILESDIR}/Makefile.hrs2014-08-222-27/+31
| | | | - Remove MAKE_JOBS_UNSAFE.
* - Fix MASTER_SITES for PS documents.hrs2014-08-215-65/+35
| | | | | | - Fix LICENSE. SPICE license is a variant of MIT license, not BSDL, while the copyright holder is UCB. - Style clean-ups.
* Chase conflicts.thierry2014-08-201-1/+1
|
* Upgrade to 0.20140622+bzr4027-2.thierry2014-08-203-634/+652
| | | | | Changelog at <https://launchpad.net/ubuntu/utopic/+source/kicad/+changelog>.
* Stage cad/cider. Mark BROKEN on F10+ caused by bmakemarino2014-08-1846-500/+528
| | | | | | | | | | | | | | | This port generates a makefile and then passes it to "make" via stdin, which makes it different to troubleshoot. When I finally saw the file in order to figure out why several internal static libraries weren't getting built leading to some programs not getting built, I saw a generic static library target made up of variables. fmake likes it; bmake does not. I tried USES+= fmake along with some patching but I must have missed some hardcoded "make" commands because bmake got called again. This software is 20 years old so I finally gave it. It got a stay of execution by getting staged. If somebody wants to study a target that bmake just doesn't get, this is a good place to start.
* Stage cad/jspice3 and unbreak on FreeBSD 10+marino2014-08-1811-14/+232
| | | | | | | It would have been easy just to set this to "USE_GCC=any" to fix it, but the code had plenty of undefined returns when a type was expected. Using clang exposed those problems. Hopefully I defined the missing return values correctly.
* Stage cad/spicemarino2014-08-183-32/+45
|
* - Upgrade Code_Aster to 11.6.0-1.thierry2014-08-182-6/+9
| | | | - Fix Homard.
* Stagify.vanilla2014-08-142-10/+40
|
* Canonicalize some old USE_PY*antoine2014-08-111-1/+1
| | | | With hat: portmgr
* Fix problems with missing libs when the linker enforces explicit linkingtijl2014-08-112-7/+17
| | | | | | (a* to d* categories) PR: 192062
* Allow building on old freebsdantoine2014-08-101-1/+1
|
* Don't try to clobber ccos(3).adamw2014-08-091-0/+31
|
* cad/cura-engine: Engine of slicing solution for RepRap 3D printerswg2014-08-085-0/+42
| | | | | | | | | | | | | | | | | | | | | The CuraEngine is a C++ console application for 3D printing GCode generation. It has been made as better and faster alternative to the old Skeinforge engine. The CuraEngine is pure C++ and uses Clipper from http://www.angusj.com/delphi/clipper.php. There are no external dependences and Clipper is included in the source code without modifications. This is just a console application for GCode generation. For a full graphical application look at https://github.com/daid/Cura with is the graphical frontend for CuraEngine. The CuraEngine can be used seperately or in other applications. Feel free to add it to your application. But to take note of the License. WWW: http://wiki.ultimaker.com/Cura PR: 192486 Submitted by: cederom tlen pl
* Update to 4.4madpilot2014-08-084-26/+88
| | | | | PR: 192354 Submitted by: Matthias Petermann <matthias@petermann-it.de> (maintainer)
* USES=execinfobapt2014-08-051-2/+1
|
* In some straightforward cases, protect documentation behindadamw2014-08-042-7/+9
| | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure.
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-306-12/+6
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Rename all patches that contain '::' as a path separator, and useadamw2014-07-304-0/+0
| | | | '__' instead.
* - Update from 3.8.71 to 3.8.72danilo2014-07-282-3/+3
|
* cad/systemc: match RESTRICTED text with /usr/ports/LEGALmarino2014-07-281-3/+2
| | | | | | | | | | | The former maintainer indicates that he no longer has time to work on this port. He understands is not staged and thus headed for removal, so the RESTRICTED update is being done by itself in case somebody else steps up to stage the port. PR: 189883 Submitted by: maintainer (at the time) (Daniel Thiele) Approved by: portmgr (implicit, NOT_STAGED)
* cad/openscad:makc2014-07-284-58/+53
| | | | | | | | | | | - Update to 2014.03 - Update MASTER_SITES - Switch dependency from math/eigen2 to math/eigen3 - USES+= desktop-file-utils pkgconfig - Remove patch, pass required bits to qmake instead PR: 191788 Approved by: maintainer timeout (17 days)
* - Update from 3.8.70 to 3.8.71danilo2014-07-272-3/+3
|
* - Link with multimedia/ffmpeg0 instead of multimedia/ffmpeg (only applies whenstephen2014-07-252-2/+20
| | | | | | | | the option FFMPEG is set). - Bump portrevision. PR: 192074 Submitted by: Ivan Klymenko <fidaj@ukr.net>
* Take maintainership again.thierry2014-07-241-1/+1
| | | | Note: to be upgraded with french/aster.
* Reset maintainership for ports not staged with no pending PRbapt2014-07-244-4/+4
| | | | With hat: portmgr
* Do not hardcode dependency on pdflatexbapt2014-07-231-1/+1
|
* - Switch to USES=libtool, drop .la filesamdmi32014-07-232-3/+3
|
* - Switch to USES=libtool, drop .la filesamdmi32014-07-232-5/+6
| | | | - Fix plist
* - Update to 2.3.2 (fixing fetch)amdmi32014-07-234-49/+10
| | | | | - Switch to USES=libtool, drop .la files - Strup libraries
* Remove needless MAKE_ENVmakc2014-07-191-1/+0
|
* cad/freehdl: Unbreak on F10+ and stagemarino2014-07-185-9/+36
| | | | | | | I could not fix this port on clang. It finds the double argument to the "to_string" function ambiguious and nothing I tried resolved the ambiguity. In the end, I cheated by setting USE_GCC=any and I'll leave the clang fix to a C++ expert.
* Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.adamw2014-07-161-0/+2
| | | | | | | Where possible, correct a few instances where PORTDOCS was being used to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by ruby@, PORTDOCS is applied to pretty much everything whether it's documentation or example.
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.adamw2014-07-154-19/+18
|
* - Update from 3.8.69 to 3.8.70danilo2014-07-082-3/+3
|
* - Chase math/muparser change from static to dynamic librarynivit2014-07-071-2/+2
|
* Switch to wxGTK30bapt2014-07-061-4/+3
|
* Bump more ports that depend on libsqlite3.so:tijl2014-07-051-0/+1
| | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit)
* - Update from 3.8.68 to 3.8.69danilo2014-07-042-3/+3
|
* - Update from 3.8.67 to 3.8.68danilo2014-07-022-3/+3
|
* - Update from 3.8.65 to 3.8.67danilo2014-07-022-3/+3
|
* Fix build with readline in base while here convert to USES=libtoolbapt2014-07-021-1/+1
|
* - Switch to USES=libtool, drop .la filesamdmi32014-07-022-13/+12
| | | | Approved by: portmgr blanket
* - Switch to USES=libtool, drop .la filesamdmi32014-07-012-2/+3
|
* - Update to 3.404garga2014-06-287-9/+103
| | | | | | | - Fix build, it needs gcc PR: 191368 Submitted by: otaciliodearaujo@gmail.com (maintainer)
* - Update from 9.04 to 9.05danilo2014-06-273-11/+11
|
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* Use MAKE_CMD to set MAKE in MAKE_ENVbapt2014-06-251-1/+1
|
* Use MAKE_CMD instead of GMAKEbapt2014-06-251-1/+1
|
* Properly use the frameworkbapt2014-06-251-3/+3
|
* Properly call MAKE_CMDbapt2014-06-251-6/+4
|
* Properly use MAKE_CMDbapt2014-06-251-1/+1
|
* - Update from 3.8.63 to 3.8.65danilo2014-06-252-3/+3
|
* cad/kicad-devel: Unbreak build on DragonFlymarino2014-06-241-1/+1
| | | | | DragonFly needs the same patch as FreeBSD on the current version. Covered by just-fix-it blanket (no-op for FreeBSD)
* - Removed license, because the situation is complex.stephen2014-06-231-2/+0
|
* - Put the NO_CDROM option in the correct place.stephen2014-06-221-2/+2
| | | | | Pointed out by: mat@ Pointy hat: stephen@
* - Slightly reword the NO_CDROM option.stephen2014-06-221-2/+2
|
* - Add NO_CDROM if tetgen or metis options are set.stephen2014-06-221-0/+2
|
* - Unbreakgahr2014-06-114-7/+50
|
* Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-2/+0
| | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-0915-15/+15
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* Remove all space characters from Makefile assignments.olgeni2014-06-093-17/+17
| | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt)
* Update to 3.3.60zeising2014-06-075-12/+11
|
* Mark BROKEN: Fails to configureantoine2014-06-071-0/+2
| | | | | | | | | | | | | | cd /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external && /usr/local/bin/qmake-qt4 -spec /usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac) QMAKE_CC="cc" QMAKE_CXX="c++" QMAKE_LINK_C="cc" QMAKE_LINK_C_SHLIB="cc" QMAKE_LINK="c++" QMAKE_LINK_SHLIB="c++" QMAKE_CFLAGS="-O2 -pipe -fno-strict-aliasing" QMAKE_CXXFLAGS="-O2 -pipe -fno-strict-aliasing" QMAKE_LFLAGS="" QMAKE_CFLAGS_DEBUG="" QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_DEBUG="" QMAKE_CXXFLAGS_RELEASE="" PREFIX="/usr/local" CONFIG+="release" CONFIG-="debug separate_debug_info" -recursive -recursive external.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/lib3ds-1.3.0/lib3ds/lib3ds.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/bzip2-1.0.5/bzip2-1.0.5.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/muparser_v132/src/src.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/levmar-2.3/levmar-2.3.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/structuresynth/structuresynth.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/OpenCTM-1.0.3/openctm.pro Reading /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/jhead-2.95/jhead-2.95.pro Usage: /usr/local/bin/qmake-qt4 [mode] [options] [files] Reported by: pkg-fallout
* - Update from 3.8.61 to 3.8.63danilo2014-06-062-3/+3
|
* - Update from 9.7.85 to 9.7.87danilo2014-06-062-3/+3
|
* Update to r4913.mr2014-06-055-11/+36
|
* Silent re-roll of files. I cannot check the difference exactly, butmaho2014-06-052-13/+11
| | | | | | | | | https://aur.archlinux.org/packages/ca/calculix/PKGBUILD https://aur.archlinux.org/packages/ca/calculix-doc/PKGBUILD have the same sha256sums as my update. Still I cannot check what have been changed in calculix/ccx_2.7.ps.tar.bz2 and calculix/ccx_2.7.test.tar.bz2 but look like not significant and safe. The authors sometimes change the distfiles without notice.
* Update to version 3.5.1.mr2014-06-033-1044/+2447
|
* Add two forgotten patchfiles.mr2014-06-032-0/+16
|
* Try to avoid bzr leftovers.mr2014-06-032-34/+30
| | | | | Use boost from ports. Request same compiler as boost.
* Maintainer can no longer maintain these portsantoine2014-06-031-1/+1
| | | | Pass maintainership of urlview to Zsolt Udvari
* - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)ohauer2014-06-014-9/+6
|
* - add stage supportohauer2014-06-011-4/+3
|
* - add stage supportohauer2014-06-012-26/+33
| | | | - unbreak
* - Update from 3.8.60 to 3.8.61danilo2014-05-312-3/+3
|
* - Update from 9.7.84 to 9.7.85danilo2014-05-312-3/+3
|
* - Update from 9.7.83 to 9.7.84danilo2014-05-302-3/+3
|
* - Update from 3.8.59 to 3.8.60danilo2014-05-282-3/+3
|
* - Update from 3.8.58 to 3.8.59danilo2014-05-282-3/+3
|
* - Update from 9.7.82 to 9.7.83danilo2014-05-282-3/+3
|
* Update to 20140316.hrs2014-05-274-53/+40
|
* Add some missing bits.thierry2014-05-272-3/+28
|
* - Remove useless gmake entrymiwi2014-05-261-1/+0
|
* - Fix MASTER_SITESgahr2014-05-261-1/+2
| | | | Reported by: bapt
* Convert to USES=dos2unixbapt2014-05-262-4/+4
| | | | With hat: portmgr
* Multiple ports: reset maintainerseadler2014-05-262-2/+2
| | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit)
* Fix USESmr2014-05-241-2/+1
|
* Update to r4886 and stagify.mr2014-05-246-803/+1795
| | | | This version should contain the CERN push&shove router.
* Fix build on a box where gcc does not exist.hrs2014-05-222-2/+12
|
* Stagifymr2014-05-221-4/+3
|
* - Support STAGEDIRak2014-05-201-7/+4
| | | | | PR: ports/189727 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk> (maintainer)
* - Update to 0.24.4nivit2014-05-193-12/+11
| | | | | | | - Add support for stage dir - Update URL of the web site Release Notes: http://sourceforge.net/p/fidocadj/news/
* - Update from 3.7.57 to 3.8.58danilo2014-05-192-5/+5
|
* - Change pkg-plist, add missingnemysis2014-05-181-0/+1
| | | | Reported by: swills
* These ports are no longer used or cared for.nemysis2014-05-176-31/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dave Shar <koalative at gmail.com> wishes to maintain these ports with my help. audio/liblo - Pass maintainership to koalative at gmail.com cad/brickutils - Bump PORTREVISION for adding PDF - Add DIST_SUBDIR because more files - Pass maintainership to koalative at gmail.com - Add PDF to DOCS cad/ldraw - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Break lines around 80 characters - Cosmetical changes cad/leocad - Update to 0.80.3, Announce message: Fixed mouse coordinates in OSX retina displays. Fixed shortcuts in the parts tree. - Pass maintainership to koalative at gmail.com - Remove TODO.txt from DOCS - Add more supplied icons textproc/unoconv - Pass maintainership to koalative at gmail.com
* There is no xlocale in 8.4.thierry2014-05-161-3/+3
| | | | Reported by: pkg-fallout
* Fix plist for i386.thierry2014-05-161-1/+1
| | | | Reported by: pkg-fallout and Andrea Venturoli
* - Stagify;thierry2014-05-112-37/+50
| | | | - since I'm there, don't reinstall the license files.
* Chase the upgrade of kicad in CONFLICTS.thierry2014-05-111-1/+1
| | | | Approved by: portmgr (implicit)
* Support stagebapt2014-05-092-3/+2
|
* Support stagebapt2014-05-092-17/+9
|
* The tarball was rerolled 2 days ago, with several minor modifications,thierry2014-05-082-2/+3
| | | | | | | | | but they forgot to bump the version number... Full diff at <http://people.freebsd.org/~thierry/opencascade-6.7.1_140430_140505.diff> Reported by: pkg-fallout-builder and Andrzej Tobola
* - Update from 3.7.56 to 3.7.57danilo2014-05-072-3/+3
|
* Chase OpenCascade's upgrade.thierry2014-05-072-2/+2
|
* Upgrade to 6.7.1.thierry2014-05-0719-865/+29116
|
* Convert archivers/libzip to USES=libtool. Bump PORTREVISION on alltijl2014-05-062-36/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2.
* The KDE on FreeBSD team presents Qt 4.8.6.rakuco2014-05-061-0/+7
| | | | | | | | | | | | | | This is a minor bugfix release that fortunately contains quite a few patches that we have upstreamed in the past months. See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a summary of changes, and http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6 for a detailed list of changes. This patch contains commits by me, makc@ and Schaich Alonso. PR: ports/189213
* Convert all :U to :tu and :L to :tlbapt2014-05-053-4/+4
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* It seems that FreeBSD-9.2 does'nt like 'std::__1'...thierry2014-05-0419-40/+40
| | | | Reported by: Jenkins via swills
* I forgot to remove MAKE_JOB_UNSAFE in my previous commit.thierry2014-05-031-1/+0
|
* Remove cad/kicad-library: it is no more provided separately but includedthierry2014-05-036-484/+0
| | | | with cad/kicad.
* Upgrade Kicad to the latest stable (2013-05-18).thierry2014-05-0325-341/+3277
|
* - Stageswills2014-04-271-8/+7
| | | | | | | | - Pet portlint PR: ports/188821 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
* Replace all @unexec /bin/rmdir with @unexec rmdirmat2014-04-251-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Upgrade cgnslib to 3.2.1thierry2014-04-181-1/+1
| | | | | | Changelog at <https://sourceforge.net/projects/cgns/files/cgnslib_3.2/> - Bump PORTREVISION of consumers ports.
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-177-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Remove expired ports:rene2014-04-1132-1144/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-03-10 www/p5-CGI-modules: No more public distfiles 2014-04-10 www/p5-WWW-Link: Depends on expired www/p5-CGI-modules 2014-03-10 www/sbox-dtc: No more public distfiles 2014-04-10 sysutils/dtc: Depends on expired www/sbox-dtc 2014-03-10 textproc/glimpse: No more public distfiles 2014-04-10 ftp/ftplocate: Depends on expired textproc/glimpse 2014-04-10 misc/tkman: Depends on expired textproc/glimpse 2014-04-09 devel/asl: Unmaintained since 1997 2014-04-09 net/pcnfsd: Unmaintained since 1997 2014-04-10 cad/chipmunk: Unmaintained since 1999 2014-04-10 graphics/comix: Insists on installing in /usr/local, and uses nautilus2 which is deprecated. 2014-04-10 www/mambo: Broken for more than 6 months 2014-04-10 devel/lua-rds-parser: Broken for more than 6 months 2014-04-10 editors/the: Unmaintained since 1999 2014-04-10 japanese/exmh2: Unmaintained since 1999 2014-04-10 net/freewais-sf: Unmaintained since 1999 2014-04-10 editors/elvis: Unmaintained since 1999 2014-04-10 japanese/sed: Unmaintained since 1999 2014-04-10 x11-fm/xfm: Unmaintained since 1999 2014-04-10 print/rtf2latex: Unmaintained since 1999 2014-04-10 graphics/fbm: Unmaintained since 1999 2014-04-11 devel/p5-Penguin-Easy: Unmaintained since 2000 2014-04-11 emulators/prodosemu: Unmaintained since 2000 2014-04-11 security/gtkportscan: Unmaintained since 2000 2014-04-11 graphics/xmfract: Unmaintained since 2000 2014-04-11 databases/xmbase-grok: Unmaintained since 2000 2014-04-11 emulators/svr4_base: Unmaintained since 2000 2014-04-11 math/freefem: Unmaintained since 2000 2014-04-11 graphics/tiff2png: Unmaintained since 2000 2014-04-11 math/wingz: Unmaintained since 2000 2014-04-11 lang/STk: Unmaintained since 2000 2014-04-11 graphics/kdc2tiff: Unmaintained since 2000 2014-04-11 math/xlispstat: Unmaintained since 2000 2014-04-11 databases/typhoon: Unmaintained since 2000 2014-04-11 graphics/dc20ctrl: Unmaintained since 2000 2014-04-11 www/fhttpd: Unmaintained since 2000 2014-04-11 graphics/xmorph: Unmaintained since 2000 2014-04-11 editors/axe: Unmaintained since 2000 2014-04-11 www/cgic: Unmaintained since 2000
* Mark as broken unstaged perl portsbapt2014-04-091-0/+1
| | | | With hat: portmgr
* cad/librecad:makc2014-03-313-5/+6
| | | | - update to 2.0.3
* - Update to 20140100 and undeprecaterene2014-03-309-189/+117
| | | | | | | | | | - Update MASTER_SITES - Port now consists of four source tarballs - Set license to GPLv2 - Use zip and dos2unix - Depend on lapack if not using atlas Submitted by: thierry
* Mark broken: checksum and size mismatchantoine2014-03-291-0/+2
| | | | | Reported by: pkg-fallout and Pierre Smars PR: ports/187440
* - Add staging supportpawel2014-03-241-20/+13
| | | | | - Use option helper - Switch to PORTDATA, add missing files to PLIST_FILES
* Switch to wx 2.8bapt2014-03-241-4/+3
| | | | Requires a modern STL instead of enforcing gcc
* Switch to wx 2.8bapt2014-03-241-2/+2
|
* - Update from 3.7.55 to 3.7.56danilo2014-03-212-3/+3
|
* Upgrade Code_Aster to 11.5.0-4.thierry2014-03-196-66/+42
| | | | | | | N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl.
* Now that the default version of GCC in the Ports Collection (pergerald2014-03-171-1/+1
| | | | | | | lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace USE_GCC=4.7+ by USE_GCC=yes. Approved by: portmgr (mat)
* - Stage supportriggs2014-03-163-738/+720
| | | | | | | | | | | | | | - Makefile cleanup - Move pkg-message to files/pkg-message.in - Convert plist to use %%DATADIR%% - Introduce LICENSE_* - Bump PORTREVISION - Update maintainer e-mail address - Add NO_PACKAGE according to (my understanding of) the license PR: ports/187507 Submitted by: Johannes Jost Meixner <xmj@chaot.net> Approved by: thierry (mentor)
* - Update to 0.23.3.hrs2014-03-146-33/+83
| | | | - STAGEDIR support.
* - Convert USE_GMAKE to USESmiwi2014-03-135-6/+5
|
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-1110-9/+10
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - Use INSTALL_PROGRAM instead of INSTALL_SCRIPTnemysis2014-03-101-2/+1
| | | | | | - Remove strip executable Reported by: makc@
* Update to version 3.4.6mr2014-03-093-3/+634
|
* Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained ↵antoine2014-03-091-0/+2
| | | | since more than 12 years)
* Unbreakantoine2014-03-081-1/+1
|
* Convert c* to USES=zipbapt2014-03-076-10/+6
|
* Support stagebapt2014-03-071-32/+11
| | | | | Convert to dos2unix Modernise (options helpers, etc)
* Convert to dos2unixbapt2014-03-071-2/+2
|
* - Update to 0.80.2, Announce message:nemysis2014-03-073-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | Added Look At command. Added orthographic projection option. Added editing of group names from the Edit Group Dialog. Fixed wrong transform of some pieces when importing nested LDraw files. Fixed printing and saving images on certain Intel video cards. Fixed grid studs being enabled by grid lines option. Fixed piece arrows not being drawn if the axis icon is enabled. Preserve groups when merging. Note that due to changes in Google Code I had to switch to Google Drive to host the files and I'll probably close the project there so if you had any links/bookmarks pointing to that page please update them. - Change master site from GOOGLE_CODE to my SF site, have used svn download from Trac and Google Drive for pieces - Add OPTIONS_SINGLE=LIBRARY and LDRAW, LEOCAD Options - Change dependency for cad/ldraw, only for LDRAW Option - Change dependency for archivers/unzip, only for LEOCAD Option - Change REINPLACE - Remove obsolete patch, changed by upstream, the /usr change was a request from the Debian maintainers
* BrickUtils is a simple utility for builders that use LEGO Digital Designernemysis2014-03-068-0/+249
| | | | | | or LDraw-compatible CAD for designing models. WWW: http://bricksnspace.wordpress.com/brickutils/
* - Update to 201302, Announce message:nemysis2014-03-062-4/+5
| | | | | | | This update includes 869 files in the core library, including 570 new parts. - Strip executable - Change mklist -n to -d according to pkg-message
* Update cad/calculix to version 2.7maho2014-03-047-233/+75
| | | | | PR: 187104 Submitted by: pfg@
* Support stagingehaupt2014-02-271-6/+4
|
* Remove trailing whitespaces from category cadehaupt2014-02-217-7/+7
|
* - Support staging [1]pawel2014-02-181-26/+12
| | | | | | | | - Use option helpers and install docs and examples files implicitly allowing to remove bsd.port.options.mk inclusion PR: ports/186800 [1] Submitted by: maintainer
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casestijl2014-02-178-13/+34
| | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Support stagingehaupt2014-02-161-6/+3
|
* Support stagingehaupt2014-02-161-19/+9
|
* Mark broken: Does not compileantoine2014-02-131-0/+2
| | | | | | | | | | | | | | | | | | | | | on 8 and 9: cc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"alliance\" -DVERSION=\"5.0\" -DYYTEXT_POINTER=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_LIBM=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 -DHAVE_WORKING_VFORK=1 -DHAVE_WORKING_FORK=1 -DSTDC_HEADERS=1 -DHAVE_SYS_WAIT_H=1 -DRETSIGTYPE=void -DHAVE_MOTIF=1 -DHAVE_XPM=1 -DHAVE_XPM=1 -DHAVE_X11_XPM_H=1 -DHAVE_XP=1 -DHAVE_MOTIF=1 -DHAVE_XMUSEVERSION=1 -DHAVE_XMINSTALLIMAGE=1 "-DALLIANCE_VERSION=\"5.0 20090901\"" -DALLIANCE_TOP=\"/usr/local/alliance\" -I. -I. -I../../mbk/src -I../../pat/src -O2 -pipe -fno-strict-aliasing -MT pat_decl_y.lo -MD -MP -MF .deps/pat_decl_y.Tpo -c pat_decl_y.c -fPIC -DPIC -o .libs/pat_decl_y.o y.tab.c:562: error: duplicate 'extern' on 10 and head: elp.c:252:1: error: non-void function 'elpLotrsShrink' should return a value [-Wreturn-type] return ; ^ elp.c:460:1: error: non-void function 'elpLofigCapaDiff' should return a value [-Wreturn-type] return ; ^ elp.c:490:1: error: non-void function 'elpLofigCapaGrid' should return a value [-Wreturn-type] return ; ^ elp.c:518:1: error: non-void function 'elpLofigShrink' should return a value [-Wreturn-type] return ; Reported by: pkg-fallout since august 2013
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+15
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* - Stage supportmiwi2014-02-091-4/+3
|
* - Update to 2.8.4.stephen2014-02-093-5/+4
|
* - Support stagingehaupt2014-02-091-6/+5
| | | | - Use shebangfix
* cad/varkon:makc2014-02-083-17/+16
| | | | | | | | - Add stage support and LICENSE - While here rename patches to match up makepatch PR: ports/186475 Submitted by: Eero Hänninen <fax@nohik.ee>
* Update to version 26pawel2014-02-083-3/+4
| | | | | PR: ports/186438 Submitted by: maintainer
* Deprecate ports unmaintained for which distillator is not able to find ↵bapt2014-02-081-0/+3
| | | | | | public distfiles Reported by: distilator
* Chase boost and icu bumpbapt2014-02-072-2/+2
| | | | While here convert some LIB_DEPENDS
* cad/z88: Explicitly link libm (taken from dports)marino2014-02-061-3/+4
|
* Upgrade to version 3.4.5mr2014-02-023-1170/+1727
|
* - Remove cad/mars -- does not build, no releases in the past 20 yearsgahr2014-01-3139-2142/+0
|
* - Convert to USES=tkgahr2014-01-292-20/+14
| | | | | | - STAGE-clean - Fix spaces in Makefile - Register conflict with graphics/gts
* - Convert to USES=tkgahr2014-01-291-1/+1
|
* - Convert to USES=tkgahr2014-01-281-7/+4
| | | | - STAGE-clean
* - Convert to USES=gmake tk desktop-file-utilsgahr2014-01-282-15/+23
| | | | - STAGE-clean
* - Convert to USES=gmake tkgahr2014-01-281-5/+2
|
* - Keep category Makefiles sortedamdmi32014-01-281-1/+1
|
* - Style and typo fixesdecke2014-01-282-40/+38
| | | | | | | - pkg-plist reordered PR: ports/185556 Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
* - Implement staging.stephen2014-01-272-9/+3
|
* Add a missing plistantoine2014-01-262-0/+37
|
* Remove expired ports:rene2014-01-24154-8452/+0
| | | | | | | | | | | | | | | | | | | 2013-12-22 devel/mico: Broken for more than 6 month 2014-01-22 cad/salome: depends on expired cad/salome-kernel 2014-01-22 cad/salome-netgenplugin: depends on expired cad/salome-kernel 2014-01-22 cad/salome-jobmanager: depends on expired cad/salome-kernel 2014-01-22 cad/salome-visu: depends on expired cad/salome-kernel 2014-01-22 cad/salome-kernel: does not configure 2014-01-22 cad/salome-multipr: depends on expired cad/salome-kernel 2014-01-22 cad/salome-smesh: depends on expired cad/salome-kernel 2014-01-22 cad/salome-gui: depends on expired cad/salome-kernel 2014-01-22 cad/salome-yacs: depends on expired cad/salome-kernel 2014-01-22 cad/salome-med: depends on expired cad/salome-kernel 2014-01-22 cad/salome-light: depends on expired cad/salome-kernel 2014-01-22 cad/salome-randomizer: depends on expired cad/salome-kernel 2014-01-22 cad/salome-sierpinsky: depends on expired cad/salome-kernel 2014-01-22 cad/salome-geom: depends on expired cad/salome-kernel 2014-01-22 devel/combat: depends on expired devel/mico
* Fix properties on pkg-plistbapt2014-01-223-3/+0
|
* Stage supportantoine2014-01-212-18/+13
|
* Stage supportantoine2014-01-211-4/+2
|
* Stage supportantoine2014-01-211-2/+1
|
* - Stage supportantoine2014-01-212-37/+23
| | | | - Use OPTIONS helpers
* Stage supportantoine2014-01-211-2/+1
|
* Stage supportantoine2014-01-211-4/+2
|
* Stage supportantoine2014-01-211-4/+4
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+6
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-7/+4
|
* Reduce over inclusion of bsd.port.mkbapt2014-01-161-3/+1
|
* Python cleanup:rene2014-01-142-2/+2
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Support stagebapt2014-01-091-55/+7
| | | | General cleanup
* Support stagebapt2014-01-092-11/+6
| | | | Use option helpers
* Fix build with gcc47mat2014-01-083-19/+33
| | | | | | PR: ports/184565 Submitted by: Christoph Moench-Tegeder Approved by: maintainer
* Deprecate and schedule for removal on 2014-01-22, depends on expiredrene2014-01-0611-0/+33
| | | | | | | | cad/salome-kernel. PR: ports/185111 Submitted by: rene Approved by: maintainer timeout (devel@stasyan.com , 14 days)
* Switch back to using WITH_EXAMPLES. The logic in this port isadamw2014-01-041-1/+1
| | | | far too twisted for a simple change to MEXAMPLES.
* Convert cad to MDOCS and MEXAMPLESadamw2014-01-0310-19/+34
|
* Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* Stage supportantoine2013-12-312-3/+1
|
* - Stage supportantoine2013-12-311-2/+1
| | | | - Uses shared-mime-info
* Stage supportantoine2013-12-311-16/+15
|
* - Stage supportantoine2013-12-312-5/+3
| | | | - shebangfix a bash script
* Stage supportantoine2013-12-312-3/+1
|
* Stage supportantoine2013-12-311-2/+1
|
* - Stage supportantoine2013-12-312-4/+3
| | | | - shebangfix a bash script
* - Stage supportantoine2013-12-312-4/+2
| | | | - Uses desktop-file-utils
* - Stage supportantoine2013-12-311-3/+1
| | | | - Uses desktop-file-utils
* Stage supportantoine2013-12-311-2/+1
|
* Stage supportantoine2013-12-312-6/+3
|
* Stage supportantoine2013-12-311-4/+3
|
* - convert to stagedb2013-12-303-7/+7
| | | | | - add LICENSE - fix tab to space in pkg-plist WWW
* cad/pdnmesh: Restore previous commit erased by r337036marino2013-12-271-0/+1
| | | | | | | | tijl did a sweeping cleanup of pdnmesh on r337036, but he accidently removed the addition of -lm introduced in r32377 by myself. This is needed for newer gcc compilers using the latest binutils. This commit restores the LDFLAGS still needed.
* Fix LIB_DEPENDSantoine2013-12-241-3/+3
|
* - Use options framework.tijl2013-12-215-249/+285
| | | | | | | | | - USES=fortran. - Eliminate FORTRANLIBS and GCCLIBDIR. - Staging. - Install examples depending on the EXAMPLES option instead of DOCS. - Fix build with THREADS option (superlu_mt changes and C++11 mutex conflict).
* Bump PORTREVISION for all the dependency changes in the previous commit.tijl2013-12-211-1/+1
| | | | Reported by: mat
* - Remove excessive dependencies and fix dependency on gtkglext.tijl2013-12-212-33/+14
| | | | | - USES=fortran. - Staging.
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-162-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* - Update from 3.7.54 to 3.7.55danilo2013-12-152-3/+3
|
* Update to version 2.3.0pawel2013-12-142-8/+4
| | | | | PR: ports/184752 Submitted by: maintainer
* Fix typobapt2013-12-131-1/+1
|
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-121-14/+14
|
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-1121-64/+64
| | | | | | LIB_DEPENDS in cad With hat: portmgr
* - Update devel/tbb to 4.2.2martymac2013-12-111-0/+1
| | | | | | | | | - Cleanup DISTNAME and WRKSRC definitions - Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD - Bump dependent ports' revisions PR: ports/184526 Submitted by: delphij
* - Update to 2.0.0rc3makc2013-12-116-123/+144
| | | | | - Remove NLS options and related patches for simplicity - Add patch to fix build on 10 and head
* Update to 0.9.7.zeising2013-12-113-6/+6
| | | | Stagify.
* - Fix build, adjust stagingnemysis2013-12-103-17/+9
| | | | | | - Change pkg-plist Approved by: pawel / wg (mentors, implicit)
* - Respect CMAKE_BUILD_TYPEmakc2013-12-052-19/+2
| | | | Approved by: portmgr (bapt)
* Register conflicts with texlive-base-* since it has one file in common.mr2013-12-021-0/+2
| | | | | PR: ports/184368 Submitted by: lbartoletti