| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings.
|
|
|
|
|
|
|
| |
linimon and me have discussed (and since lang/gcc44 is on the way
out).
Approved by: maintainer
|
|
|
|
| |
Notified by: http://wiki.freebsd.org/Ports/Options/ConvertingToOptionsNG
|
|
|
|
|
|
|
|
|
|
| |
3D OpenGL interface, slices objects and calculates the extrusion toolpath.
It can manipulate 3D objects and save constellations in STL and AMF format.
WWW: http://reprap.org/wiki/RepSnapper_Manual:Introduction
PR: ports/171796
Submitted by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
|
|
| |
Approved by: kwm (mentor)
|
|
|
|
| |
Approved by: kwm (mentor)
|
| |
|
|
|
|
| |
distilator
|
|
|
|
|
| |
PR: ports/171670
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from /usr/local/include/tk8.5/tkInt.h:974,
from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27:
/usr/local/include/tk8.5/tkIntDecls.h:672:
error: expected declaration specifiers or '...' before '(' token
/usr/local/include/tk8.5/tkIntDecls.h:672:
error: conflicting types for 'XClipBox'
/usr/local/include/X11/Xutil.h:381:
error: previous declaration of 'XClipBox' was here
Reported by: pointyhat
|
|
|
|
| |
Hat: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
| |
Move to cad/gtkwave since we only have one version of this port, and the
move will make maitenance easier.
Approved by: kwm (mentor)
|
|
|
|
|
| |
PR: ports/171063
Approved by: otacilio.neto@ee.ufcg.edu.br (maintainer)
|
|
|
|
|
| |
PR: ports/170900
Submitted by: Green Dog <fiziologus@gmail.com>
|
|
|
|
|
|
|
| |
Update maintainer's email address
PR: ports/167983
Submitted by: maintainer (Thomas Zander <thomas.e.zander@googlemail.com>)
|
|
|
|
|
|
| |
PR: ports/170505
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Approved by: crees (mentor)
|
|
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
|
|
| |
PR: 170137
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 170135
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 170138
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 170139
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area.
|
|
|
|
| |
Submitted by: pointyhat
|
|
|
|
|
| |
- use CONFLICTS_INSTALL
- other minor changes
|
|
|
|
| |
Approved by: miwi (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat)
|
|
|
|
|
| |
convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep
added by bsd.gnome.mk.
|
|
|
|
| |
Approved by: kwm (mentor)
|
|
|
|
|
|
|
|
| |
- Switch to optionsng
PR: ports/169404
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
|
|
|
|
|
|
| |
- Do not necessarily build with clang
Reported by: PH (via erwin)
|
|
|
|
|
| |
- Set a different MASTER_SITE_SUBDIR for source and docs
- Convert to the new options framework
|
|
|
|
|
|
|
| |
- Switch to official mirror
- Add desktop entry
- Use PLIST_ macros instead of separate pkg-plist file
- Port is now GTK+ 2.x based
|
|
|
|
|
|
|
|
| |
CONFLICTS, LATEST_LINK, and PORTSCOUT; adjust dependent ports; explicitly
note the restrictive license of the metis ports (while here, append the MPI port to
*DEPENDS in math/parmetis, rather than using an assignment)
PR: 169578
|
| |
|
|
|
|
| |
Approved by: stephen (maintainer)
|
| |
|
|
|
|
| |
Approved by: kwm (mentor)
|
| |
|
|
|
|
|
|
|
|
|
| |
- pet portlint (added USE_LDCONFIG) [2]
PR: ports/169520 [1]
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Reviewed by: scheidell@ (me) [2]
Obtained from: http://brlcad.svn.sourceforge.net/viewvc/brlcad/brlcad/tags/rel-7-22-0/NEWS?revision=51320&view=markup
|
|
|
|
|
|
|
| |
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.
Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
New file:
distinfo
PR: ports/168995
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
| |
- Convert to new options framework
PR: ports/168267
Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
Approved by: eadler, itetcu (mentors, implicit)
|
|
|
|
|
|
|
|
| |
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
|
|
|
|
|
|
| |
downloaded distribution file.
PR: 168759
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
|
|
|
|
| |
Review by: bapt, David Naylor (kde team)
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Support PORTEXAMPLES
PR: ports/168592
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/168591
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: erwin
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The QPoint overloads for operator*() were changed in the 4.8.0 release
[1], so we need to add a patch to adjust a cast here.
No PORTREVISION bump since there were no dependency changes and things
are still building fine with Qt 4.7.
[1] http://qt.gitorious.org/qt/qt/commit/a562fd2d201e3b618ed99a316275f20385cc5c25
Approved by: miwi (Qt 4.8.1 exp-run)
|
|
|
|
|
| |
PR: 168024
Submitted by: Ports Fury
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.
[1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b
Approved by: miwi (for Qt 4.8.1 to pass the exp-run)
|
|
|
|
|
| |
PR: 166836
Tested by: Multiple -exp runs (pav)
|
|
|
|
|
| |
PR: ports/167499
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
symbols and footprints (traditional and SMD). It aims to be an agile and
effective small EDA tool for hobbyists.
FidoCadJ stores its drawings in a compact text format, practical for the
copy and paste in newsgroups and forums: this has determined its success
on the Usenet and in numerous communities.
WWW: http://davbucci.chez-alice.fr/index.php?argument=elettronica/fidocadj/fidocadj.inc
|
|
|
|
|
|
| |
PR: 167092
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: maintainer
|
|
|
|
| |
Suggested by: L Campbell
|
|
|
|
|
|
|
|
|
|
|
| |
OpenVSP allows the user to create a 3D model of an aircraft defined by
common engineering parameters. This model can be processed into
formats suitable for engineering analysis.
WWW: http://www.openvsp.org/
PR: ports/166825
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com>
|
|
|
|
|
| |
PR: 166875
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: ports/166209
Submitted by: Lowell Gilbert <lowell@be-well.ilk.org>
|
|
|
|
| |
as broken for more than 6 month
|
|
|
|
|
| |
Approved by: maintainer (maho)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
- Add desktop entry file
PR: ports/166575 [1]
Submitted by: Wayne Sierke <ws@au.dyndns.ws> [1]
Feature safe: yes
|
|
|
|
|
|
|
|
| |
This also removes one of the three remaining uses of lang/gcc34.
PR: 166565
Submitted by: bf@
Feature safe: yes
|
|
|
|
|
|
| |
PR: 166017
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
|
|
| |
PR: 166018
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/166162
Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
Feature safe: yes
|
| |
|
|
|
|
|
| |
PR: 165570
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
|
|
|
|
|
| |
PR: 164986
Submitted by: Ports Fury
|
|
|
|
|
| |
PR: 164987
Submitted by: Ports Fury
|
|
|
|
|
|
| |
PR: ports/164918
Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
Noticed by: pointyhat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
MeshDev is a mesh comparison software. It accepts two meshes as input and
computes the geometrical deviation between the two meshes.
It return numerical values and can optionaly generate visual results (with a
pseudo-colored mesh corresponding to the measured deviation) in OpenInventor
format.
This port features a patch (by myself) to read binary and ASCII STL files.
This feature was removed in the transition from version 0.4 -> 0.5.
Distfiles are unfetchable from sourceforce. For this reason, they're hosted
on our infrastructure.
WWW: http://meshdev.sourceforge.net/
|
|
|
|
|
| |
PR: ports/164805
Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
|
|
|
|
|
| |
PR: 164151
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: pgf
|
|
|
|
|
| |
PR: ports/164211
Submitted by: Niclas Zeising <zeising@daemonic.se> (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Delete CONFLICTS, cad/gtkwave is no more [1]
- Port installs icons now, use INSTALLS_ICONS
- Use update-desktop-database to register filetype associations
PR: ports/163987 [1]
Submitted by: maintainer [1]
|
|
|
|
| |
Reviewed by: nox
|
|
|
|
| |
Spotted by: pgf@
|
| |
|
|
|
|
|
|
|
| |
LibreCAD is a 2D CAD drawing application based on the community
edition of QCad (www.qcad.org).
WWW: http://librecad.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-11-30 textproc/skribe
2011-11-30 emulators/wahcade
2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion
2011-11-30 editors/koffice-kde3
2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion
2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported
2011-11-30 databases/fireprofile
2011-12-01 audio/gnowavcut: Abandonware
2011-12-01 mail/demime: No upstream development since 2007
2011-12-03 x11/wmmsg: No more public distfiles
2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore.
2011-12-03 misc/demoniac: No more upstream, no more public distfiles
2011-12-03 cad/gtkwave: No more public distfiles, no more upstream
2011-12-07 databases/clip: No develop anymore for long
2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on
|
|
|
|
|
|
|
|
|
|
|
| |
- Add USE_GL=glu and USE_BISON=build to fix build
- Make sure that pkgconfig files are installed to ${PREFIX}/libdata/pkgconfig
- Mark MAKE_JOBS_SAFE
- Silence REINPLACE_CMD output
PR: ports/162785 [1]
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer) [1]
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162852
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
|
|
| |
PR: 162828
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add MAKE_JOBS_SAFE
PR: 162821
Submitted by: Ports Fury
Feature safe: yes
|
|
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/162682
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: ports/162136
Submitted by: 4720@hushmail.com
Approved by: [no rejections from any maintainer within 14 days]
Feature safe: yes
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Hat: portmgr
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Update project homepage
PR: ports/162280
Submitted by: Niclas Zeising <niclas.zeising@gmail.com> (maintainer)
|
|
|
|
|
|
| |
abandoned upstream and not depend on by anything the ports tree anymore
Approved by: kwm (x11-toolkits/gob)
|
|
|
|
|
| |
PR: ports/162048
Submitted by: Stefan Rumetshofer
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/162069
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
|
|
|
|
|
|
|
| |
- Set maintainer to submitter
PR: ports/162094
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
|
|
|
|
|
|
|
|
| |
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval).
|
|
|
|
|
| |
Approved by: portmgr
Approved by: bapt (mentor)
|
|
|
|
|
|
| |
lib/tk8.5/Togl-1.7/.
- Bump portrevision.
|
|
|
|
|
|
| |
../.././../src/VTKViewer/VTKViewer.h:36:31: error: vtkSystemIncludes.h: No such file or directory
Reported by: pointyhat
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
|
|
|
|
|
| |
- bump portrevision
PR: ports/160660
Submitted by: 4720@hushmail.com
Approved by: Thomas Zander <riggs@rrr.de> (maintainer)
Approved by: sahil (mentor)
|
|
|
|
|
|
| |
2011-09-03 x11/ebuttons: Website has disappeared
2011-09-03 cad/oregano: Website has disappeared
2011-09-03 devel/jakelib2: Website has disappeared
|
|
|
|
|
| |
PR: ports/160086
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-09-01 astro/spacechart: Abandonware
2011-09-01 audio/adpcm: No more public distfiles
2011-09-01 audio/aube: Abandonware
2011-09-01 audio/festvox-aec: BROKEN for more than 6 month
2011-09-01 audio/gtkgep: Abandonware
2011-09-01 audio/gtkhirad: No more public distfiles
2011-09-01 audio/opmixer: No more upstream
2011-09-01 audio/swami: Abandonware
2011-09-01 audio/x11amp: Abandonware
2011-09-01 audio/xmms-sndstretch: No Master Site
2011-09-01 cad/linux-gid: No more public distfiles
2011-09-01 chinese/gbscript: No more public distfiles
2011-09-01 chinese/mplayer-fonts: No more public distfiles
2011-09-01 chinese/oxford: No more public distfiles
2011-09-01 chinese/vflib: No more public distfiles
2011-09-01 databases/mysql++: No more public distfiles
2011-09-01 databases/mysql_last_value: No Master Site
2011-09-01 databases/p5-DBIx-Table: No more public distfiles
|
|
|
|
|
| |
PR: ports/160085
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
|
| |
PR: ports/160084
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
| |
|
|
|
|
| |
Reminded by: pav@
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Support USE_TCL/USE_TK
PR: 160087
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: Peter Jeremy <peterjeremy@acm.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
OpenSCAD is a software for creating 3D CAD objects.
Unlike most free software for creating 3D models, it does not focus on
the artistic aspects of 3D modelling but instead on the CAD aspects.
Thus it is more suitable for creating 3D models of machine parts but
perhaps not when creating computer-animated movies.
OpenSCAD is not an interactive modeller. Instead it is something like
a 3D-compiler that reads in a script file that describes the object
and renders the 3D model from this script file. This gives designers
full control over the modelling process and enables them to easily
change any step in the modelling process or make designes that are
defined by configurable parameters.
WWW: http://www.openscad.org/
Obtained from (slightly): OpenBSD
|
|
|
|
| |
used by master site
|
|
|
|
|
| |
Reported by: pav, gerald
Approved by: stephen
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
|
|
|
| |
Reminded by: pav@
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- Add an entry to UPDATING
|
|
|
|
|
|
|
|
|
| |
Add LICENSE
Fix usage of PORTDOCS in plist, no bump required
PR: ports/159173
Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by: tabthorpe (mentor)
|
|
|
|
|
|
|
|
| |
cad/gmsh-occ should reflect that of cad/gmsh.
- Bumping portrevision for master port cad/gmsh so that version for
cad/cad-gmsh does not go backwards.
Approved by: maho (mentor)
|
|
|
|
| |
Approved by: maho (mentor, implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 158496
Submitted by: Ports Fury
|
|
|
|
| |
- Replace hard coded g++ with ${CXX} in Makefile
|
|
|
|
|
| |
PR: 158270
Submitted by: Pedro Giffuni <giffunip@tutopia.com> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Make it fetchable again
|
|
|
|
|
|
| |
Bump PORTREVIISON.
Submitted by: Pierre Smars <smars@yuntech.edu.tw>
|
|
|
|
| |
Approved by: maho (mentor)
|
| |
|
|
|
|
| |
Notified by: Pedro F. Giffuni
|
|
|
|
|
| |
Reported by: pointyhat via pav@
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer, via irc)
|
| |
|
|
|
|
|
| |
PR: ports/156683
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
|
|
|
|
|
| |
PR: ports/156085
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
|
| |
|
|
|
|
|
| |
PR: 155830
Submitted by: Ports Fury
|
| |
|
|
|
|
| |
7.X and up, for removal in one month
|
| |
|
|
|
|
|
|
|
|
|
|
| |
switch some dependencies from science/hdf5 to science/hdf5-18.
As a side note: I think that all ports depending on science/hdf5
could be switched to science/hdf5-18, by defining H5_USE_16_API
when necessary, and then science/hdf5 could be deprecated.
PR: ports/154736
|
|
|
|
|
|
|
| |
Since I'm there, pet portlint where needed, e.g. by removing oblsolete
MD5 checksums.
PR: ports/154715
|
|
|
|
| |
- While here kick md5
|
|
|
|
|
|
| |
MeshLab is an open source, portable, and extensible system for the processing
and editing of unstructured 3D triangular meshes.
WWW: http://meshlab.sourceforge.net/
|
| |
|
|
|
|
|
| |
Submitted by: Stas Timokhin (maintainer)
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/153569
Submitted by: Steve Wills <steve@mouf.net>
Feature safe: Yes
|
|
|
|
|
| |
Submitted by: maintainer
Reported by: pointyhat via Pav
|
|
|
|
| |
Reported by: pav
|
|
|
|
| |
- Take maintainership.
|
| |
|
|
|
|
|
|
|
|
| |
all angle, font generator, macros, boolean operations, design rule checker,
crossplatform compatible. This supports Calma GDSII, OASIS (Open Artwork
System Interchange Standard), DXF, CIF (Caltech Intermediate Form).
WWW: http://www.layouteditor.net/index.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and Post-Processing for numerical simulation.
+Supports interoperability between CAD modeling and
computation software (CAD-CAE link)
+Makes easier the integration of new components on heterogeneous systems
for numerical computation
+Sets the priority to multi-physics coupling between computation software
+Provides a generic user interface, user-friendly and efficient,
which helps to reduce the costs and delays of carrying out the studies
+Reduces training time to the specific time for learning the software solution
which has been based on this platform
+All functionalities are accessible through the programmatic
integrated Python console
This package contains Job manager module.
WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com
PR: ports/152396
Submitted by: Stas Timokhin <devel at stasyan.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and Post-Processing for numerical simulation.
+Supports interoperability between CAD modeling and
computation software (CAD-CAE link)
+Makes easier the integration of new components on heterogeneous systems
for numerical computation
+Sets the priority to multi-physics coupling between computation software
+Provides a generic user interface, user-friendly and efficient,
which helps to reduce the costs and delays of carrying out the studies
+Reduces training time to the specific time for learning the software solution
which has been based on this platform
+All functionalities are accessible through the programmatic
integrated Python console
This package contains NETGENPLUGIN module.
WWW: http://www.salome-platform.org
- Stas Timokhin
devel@stasyan.com
PR: ports/152396
Submitted by: Stas Timokhin <devel at stasyan.com>
|
|
|
|
|
|
|
|
| |
Warning: This port require gcc 4.4 build 20090512 or _EARLIER_ for
successful _run_.
PR: ports/152396
Submitted by: maintainer (Stas Timokhin)
|
| |
|
|
|
|
| |
http://www.klayout.de/development.html#0_21_3
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Remove MD5
PR: ports/153660
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
|
| |
|
|
|
|
|
| |
PR: 153485
Submitted by: Armin Pirkovitsch
|
|
|
|
|
|
|
| |
- Remove MD5
PR: ports/152959
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
|
|
|
|
|
| |
PR: ports/153014
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Portlint
PR: ports/152394
Submitted by: Stas Timokhin <devel@stasyan.com>
Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release can be found at http://library.gnome.org/misc/release-notes/2.32/
This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.
This release features commits by avl, marcus, mezz and myself.
The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:
Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore
And pav@ for 2 exp-runs
PR: ports/152255
ports/143260
ports/141033
ports/149629
ports/150350
ports/151523
With hat: gnome@
|
| |
|
|
|
|
|
|
|
|
|
| |
- Remove cad/linux-eagle (submitter is maintainer).
- Remove german/linux-eagle (submitter is maintainer).
PR: 151153
Submitted by: Thomas Zander <thomas.e.zander@googlemail.com>
Approved by: Michael Durian <durian@shadetreesoftware.com> (old maintainer)
|
| |
|
|
|
|
| |
Update to rev. 2600.
|
|
|
|
|
|
|
|
|
| |
- Implement autosave feature
- Detect filesystem full condition
Both patches where sent upwards.
Submitted by: joerg@
|
| |
|
|
|
|
| |
likely need to be looked at as and when they become unbroken.
|
| |
|
|
|
|
| |
Spotted by: QAT
|
|
|
|
| |
Spotted by: erwin
|
|
|
|
| |
Reported by: pointyhat, via Erwin
|
|
|
|
| |
Spotted by: QAT
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Features
--------
- PCB can directly import (forward annotate) schematics while running.
- Many places where measurements are entered now accept units, like
"5mm", and "cm" and "in" are allowed too.
- Free Rotate Buffer added to menu
- Polygon Hole tool.
- F12 invokes the Lock tool.
- Russian translation added.
- DBUS is enabled by default when possible.
- Command-line exporters can run action scripts too.
- GTK tool tips on elements, pins, and nets.
- Command-line actions in GUIs do not require (,,) syntax.
- PCB can import footprints both in subdirectories and the named directories.
- New GCode exporter.
- Footprint files use ".fp" as the suffix; this is automatically
searched for if needed.
- GTK dialogs do not show at startup unless requested.
- Stackup can be specified on the command line for command-line exporting.
- Reference card updated.
- The snap-point in pads is the center.
- The 's' key toggles polygons to clear/notclear all pads and pins
Bug Fixes
---------
- Various PNG export fixes.
- lesstif's magic toggle-layers-on-flip fixed.
- Arc bounding box math fixed.
- Fixed: sometimes, disabling silk also disabled the solder layer.
- "pcb --help" prints all options again
- Add mnemonic for "close without saving"
- Don't select silk on the back side when it's invisible.
- Various polygon rendering bugs fixed.
- PNG drill bloat export fixed.
- Attempts to change polygon clearance *on* polygons results in a hint.
- PNG doesn't segfault if not all graphic formats are supported.
- Various toporouter fixes and improvements
- HID_Mixed is supported in attribute dialogs
- Flipped rectangles in PS exports are drawn correctly.
- Optimizer removes micro-traces under pads.
- Vias, pins, and pads are now drawn under the mask instead of over.
|
|
|
|
|
| |
Submitted by: swell.k at gmail.com
Approved by: pgj (mentor, implicit)
|
|
|
|
|
|
| |
depends on Gcc-4.5.
Submitted by: Stas Timokhin <devel (at) stasyan.com> (maintainer)
|
| |
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
|
|
|
| |
Reported by: QAT
|
|
|
|
|
| |
PR: 149027
Submitted by: Sven Esbjerg <esbjerg@xbsd.net> (maintainer)
|
| |
|
| |
|
| |
|
|
|
|
| |
Hat: portmgr
|
|
|
|
| |
Spotted by: QAT
|
|
|
|
|
|
|
| |
According to CalculiX/ccx_2.2/src/LOGBOOK,
> 5 Aug 2010 - made some small corrections
Spotted by: QAT
|
|
|
|
| |
Notifyed by: "Pedro F. Giffuni"
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/148726
Submitted by: Otacilio de Araujo Ramos Neto <otacilio.neto@ee.ufcg.edu.br> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
| |
files for elements and diagrams, and includes both a diagram editor and an
element editor.
WWW: http://qelectrotech.org/
PR: ports/146513
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Approved by: pgj (mentor)
|
|
|
|
|
|
| |
is really suppressed).
Feature safe: yes
|
|
|
|
|
|
|
| |
PR: 147628
Submitted by: Stas Timokhin <devel@stasyan.com>
Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe: yes
|
|
|
|
|
|
|
|
| |
This seems to be the only piece of code in the entire ports tree which
uses getpw(3) and it seems to be dead code anyway.
Approved by: beat
Feature safe: yes
|
|
|
|
|
| |
Submitted by: Stas Timokhin <devel@stasyan.com>
Feature safe: yes
|
|
|
|
|
| |
Hat: portmgr
Feature safe: yes
|
|
|
|
|
|
|
| |
to PRs.
Hat: portmgr
Feature safe: yes
|
|
|
|
| |
Submitted by: Stas Timokhin <devel@stasyan.com>
|
|
|
|
|
|
| |
PR: based on ports/146365
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by: maintainers timeout (two weeks)
|
| |
|
|
|
|
|
| |
PR: 146746
Submitted by: Stas Timokhin
|
| |
|
|
|
|
|
|
|
| |
installed on a machine where Code_Aster is already installed.
PR: ports/146738
Approved by: maintainer
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Update maintainer's email
PR: ports/146591
Submitted by: Erik Greenwald <erik@brlcad.org> (maintainer)
|
|
|
|
|
|
|
| |
- Don't install useless documentation.
PR: ports/143878
Submitted by: Stas Timokhin <devel (at) stasyan.com> (maintainer)
|
| |
|
|
|
|
| |
Reported by: Andrea Venturoli <ml (at) netfence.it>
|
|
|
|
|
| |
Note: this one does not install the static libraries, but it should not
be a problem.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
| |
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
| |
Reported by: pointyhat
Feature safe: yes
|