non port: cad/openvsp/Makefile |
SVNWeb
|
Number of commits found XX: 89 |
Sat, 19 Sep 2020
|
[ 08:47 rene ] 
548947 cad/openvsp/Makefile
cad/openvsp: unexpire by allowing it to build on FreeBSD versions with PR 230888
fixed.
PR: 242229
Submitted by: fernape@ (maintainer)
Approved by: build fix blanket
MFH: 2020Q3
|
Sun, 26 Jul 2020
|
[ 07:32 antoine ] 
543440 audio/timidity++-tcltk/Makefile
543440 biology/pbcopper/Makefile
543440 cad/openvsp/Makefile
543440 devel/ace/Makefile
543440 devel/bin86/Makefile
543440 devel/erlang-oserl/Makefile
543440 devel/opengrok/Makefile
543440 games/asteroid/Makefile
543440 games/linux-darwinia-demo/Makefile
543440 games/linux-defcon/Makefile
(Only the first 10 of 32 ports in this commit are shown above. )
Deprecate ports broken for more than 6 months
|
Tue, 10 Mar 2020
|
[ 14:15 antoine ] 
528169 cad/openvsp/Makefile
Mark BROKEN: fails to link
[ 90%] Linking CXX executable vspaero
ld: error: undefined symbol: __atomic_load
>>> referenced by VSP_Solver.C
>>> CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205)
ld: error: undefined symbol: __atomic_compare_exchange
>>> referenced by VSP_Solver.C
>>> CMakeFiles/vspaero.dir/VSP_Solver.C.o:(.omp_outlined..205)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Reported by: pkg-fallout
|
Thu, 2 Jan 2020
|
[ 22:06 fernape ] 
521883 cad/openvsp/Makefile
521883 cad/openvsp/distinfo
cad/openvsp: update to 3.20.0
ChangeLog:
http://openvsp.org/blogs/announcements/2019/12/29/openvsp-3-20-0-released
Features:
* Smart Input for simple math in input boxes
* API examples in documentation
* Draw cg from mass prop screen
* CEDIT improvements
* Make wing section projected area an output Parm
* Add get parent/child to API
* Fix VSPAERO crash for Uber CRM example case
* Lots of cleanups identified through static analysis
* Travis deployment (Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Nov 2019
|
[ 18:14 fernape ] 
518106 cad/openvsp/Makefile
518106 cad/openvsp/distinfo
518106 cad/openvsp/pkg-plist
cad/openvsp: update to 3.19.1
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/18/openvsp-3-19-1-released
Features:
* Add rotating blade examples for VSPAERO
* Let vspviewer accept *.adb in file name passed, helps with double-click
* Use less precision in M,A,B list from GUI to VSPAERO - long command lines
* Clean up some warnings in VSPAERO code
* Update VSPAERO command line documentation
Bug Fixes:
* Fix field ordering in DegenGeom file - this broke VSPAERO
* Fix problem with image backgrounds
* Remove XS_BEZIER reference from Python test
* Improve Ubuntu package to remove prior version
* Fix PathToExe for FreeBSD
|
Thu, 14 Nov 2019
|
[ 18:48 fernape ] 
517606 cad/openvsp/Makefile
517606 cad/openvsp/distinfo
517606 cad/openvsp/pkg-plist
cad/openvsp: update to 3.19.0
ChangeLog:
http://openvsp.org/blogs/announcements/2019/11/09/openvsp-3-19-0-released
Also, mark as BROKEN when necessary.
|
Sun, 27 Oct 2019
|
[ 19:21 pkubaj ] 
515816 cad/openvsp/Makefile
515816 cad/openvsp/files/patch-src_external_angelscript_sdk_CMakeLists.txt
cad/openvsp: fix build on arm*
-mimplicit-it=always breaks build on arm*. Remove it to fix build.
PR: 241427
Reviewed by: fernape (maintainer), linimon (mentor)
|
Wed, 4 Sep 2019
|
[ 18:22 fernape ] 
511145 cad/openvsp/Makefile
511145 cad/openvsp/distinfo
cad/openvsp: update to 3.18.0
Add USES=xorg to complement USE_XORG
ChangeLog:
http://openvsp.org/blogs/announcements/2019/09/03/openvsp-3-18-0-released
Features:
* New anthropomorphic pose-able human model
* More sets by default (20)
* Blue and green highlights for wing/fuse/stack editing
* Convert non-adjustable sliders to adjustable
* Improved Cpslice visualiation
* Other small cleanups
Fixes:
* Fix some API Error messages
* Don't draw Prop XSecs when in disk mode
* Fix memory leak
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] 
507372 Mk/bsd.ruby.mk
507372 accessibility/atkmm/Makefile
507372 accessibility/kmag/Makefile
507372 accessibility/kmousetool/Makefile
507372 accessibility/kmouth/Makefile
507372 accessibility/libqaccessibilityclient/Makefile
507372 accessibility/qt5-speech/Makefile
507372 archivers/R-cran-zip/Makefile
507372 archivers/ark/Makefile
507372 archivers/brotli/Makefile
(Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 12 Jul 2019
|
[ 15:39 fernape ] 
506463 cad/openvsp/Makefile
506463 cad/openvsp/distinfo
506463 cad/openvsp/files/patch-src_util_FileUtil.cpp
cad/openvsp: update to 3.17.1
Removing one patch accepted upstream.
ChangeLog:
http://openvsp.org/blogs/announcements/2019/07/08/openvsp-3-17-1-released
Features:
* Calculate average and weighted chord and solidity for props
* Expand API coverage
* Improve CMake to help FLTK build on Linux
* Add names to exported STEP files.
Library Update: (Only the first 15 lines of the commit message are shown above )
|
Sat, 6 Apr 2019
|
[ 21:06 fernape ] 
498202 cad/openvsp/Makefile
498202 cad/openvsp/distinfo
498202 cad/openvsp/files/patch-src_util_FileUtil.cpp
cad/openvsp: update to 3.17.0
From the ChangeLog:
(http://openvsp.org/blogs/announcements/2019/03/28/openvsp-3-17-0-released)
Features:
* CHARM Python export scripts
* Transparent screenshots
* Border toggle in menu
* Improved show axis toggle
* Export structure surfaces to IGES and STEP
* Design lift coefficient support for four-digit airfoils
* Propeller definition by thickness and CLi distribution
* Calculate integrated design lift coefficient for props (Only the first 15 lines of the commit message are shown above )
|
Tue, 15 Jan 2019
|
[ 15:05 tobik ] 
490383 cad/openvsp/Makefile
490383 games/xptools/Makefile
Use USE_GL
|
Mon, 7 Jan 2019
|
[ 18:51 fernape ] 
489605 cad/openvsp/Makefile
489605 devel/cpptest/Makefile
489605 devel/cpptest/distinfo
489605 devel/cpptest/pkg-plist
devel/cpptest: update to 2.0.0
* Move to USES_GITHUB
* The port now USES autoreconf
* Reorder some variables
* Bump PORTREVISION for dependent port
From the ChangeLog: https://github.com/cpptest/cpptest/blob/2.0.0/NEWS
- Move to C++11 (GitHub issue #9):
- Replace deprecated auto_ptr by unique_ptr
- Remove deprecated dynamic exception specification (e.g. "throw ()")
- Note: soname bumped to 1:8:0
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] 
488341 CHANGES
488341 Mk/Uses/cmake.mk
488341 accessibility/jovie-kde4/Makefile
488341 accessibility/kaccessible-kde4/Makefile
488341 accessibility/kmag-kde4/Makefile
488341 accessibility/kmag/Makefile
488341 accessibility/kmousetool-kde4/Makefile
488341 accessibility/kmousetool/Makefile
488341 accessibility/kmouth-kde4/Makefile
488341 accessibility/kmouth/Makefile
(Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] 
487272 Mk/bsd.ruby.mk
487272 accessibility/atkmm/Makefile
487272 accessibility/kmag/Makefile
487272 accessibility/kmousetool/Makefile
487272 accessibility/kmouth/Makefile
487272 accessibility/qt5-speech/Makefile
487272 archivers/R-cran-zip/Makefile
487272 archivers/ark/Makefile
487272 archivers/brotli/Makefile
487272 archivers/c-blosc/Makefile
(Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Mon, 19 Nov 2018
|
[ 18:29 fernape ] 
485352 cad/openvsp/Makefile
485352 cad/openvsp/distinfo
485352 cad/openvsp/pkg-plist
cad/openvsp: update to 3.16.2
Announcement:
http://openvsp.org/blogs/announcements/2018/10/29/openvsp-3-16-2-released
Features:
* DegenGeom additions
* API Animation support
* Four digit modified airfoils
* Five digit & modified airfoils
* 16 series airfoils
* Fuselage and stack end caps
* BOR support in API
* General API cleanups
Bug Fixes:
* Many small fixes
* Fuse file xsec symmetry problem
* Fix point clustering on airfoil export
|
Sat, 17 Nov 2018
|
[ 18:08 fernape ] 
485187 cad/openvsp/Makefile
485187 cad/openvsp/files/extra-src_external_angelscript_sdk_angelscript_source_as__callfunc__x86.cpp
485187 cad/openvsp/files/patch-src_external_angelscript_sdk_angelscript_source_as__callfunc__x86.cpp
cad/openvsp: Unbreak port
Port was broken after last compilers updates in 11 and 12.
Clang is now able to compile the port but we need to patch as_callfunc_x86.cpp
unconditionally, otherwise clang complains (or dies, depending on the version)
with:
this directive must appear between .cfi_startproc and .cfi_endproc directives
Also use localbase to simplify flags handling.
Reported by: pkg-fallout
|
Tue, 11 Sep 2018
|
[ 18:34 zeising ] 
479538 Mk/bsd.xorg.mk
479538 audio/clementine-player/Makefile
479538 audio/dpf-plugins-lv2/Makefile
479538 audio/gogglesmm/Makefile
479538 audio/mixxx/Makefile
479538 audio/rhythmbox/Makefile
479538 audio/x42-plugins-lv2/Makefile
479538 cad/brlcad/Makefile
479538 cad/freecad/Makefile
479538 cad/kicad-devel/Makefile
(Only the first 10 of 331 ports in this commit are shown above. )
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
Thu, 23 Aug 2018
|
[ 20:37 fernape ] 
477925 cad/openvsp/Makefile
477925 cad/openvsp/distinfo
cad/openvsp: update to 3.16.1
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16778
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] 
475857 Mk/bsd.ruby.mk
475857 accessibility/atkmm/Makefile
475857 archivers/brotli/Makefile
475857 archivers/c-blosc/Makefile
475857 archivers/innoextract/Makefile
475857 archivers/kf5-karchive/Makefile
475857 archivers/lazperf/Makefile
475857 archivers/libpar2/Makefile
475857 archivers/paq/Makefile
475857 archivers/pxz/Makefile
(Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Tue, 27 Mar 2018
|
[ 15:10 fernape ] 
465714 cad/openvsp/Makefile
465714 cad/openvsp/distinfo
465714 cad/openvsp/pkg-plist
Update cad/openvsp to 3.16.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14859
|
Sun, 18 Mar 2018
|
[ 16:24 fernape ] 
464931 cad/openvsp/Makefile
Pet portlint for cad/openvsp
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14670
|
Tue, 13 Mar 2018
|
[ 22:24 fernape ] 
464438 cad/openvsp/Makefile
464438 cad/stepcode/Makefile
464438 devel/cpptest/Makefile
464438 devel/visualparadigm/Makefile
464438 graphics/code-eli/Makefile
464438 graphics/converseen/Makefile
464438 graphics/opennurbs/Makefile
464438 lang/basic256/Makefile
464438 math/cminpack/Makefile
464438 math/dynare/Makefile
Remove Ego-Lines from fernape's ports
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
|
Mon, 12 Mar 2018
|
[ 19:20 fernape ] 
464275 cad/openvsp/Makefile
464275 cad/stepcode/Makefile
464275 devel/cpptest/Makefile
464275 devel/visualparadigm/Makefile
464275 graphics/code-eli/Makefile
464275 graphics/converseen/Makefile
464275 graphics/opennurbs/Makefile
464275 lang/basic256/Makefile
464275 math/cminpack/Makefile
464275 math/dynare/Makefile
Update MAINTAINER to new FreeBSD.org account
Update MAINTAINER email address for Fernando Apesteguia
from fernando.apesteguia@gmail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14668
|
Sat, 10 Mar 2018
|
[ 17:46 gerald ] 
464084 archivers/pxz/Makefile
464084 archivers/zip-ada/Makefile
464084 astro/R-cran-maptools/Makefile
464084 astro/astrometry/Makefile
464084 astro/kstars-kde4/Makefile
464084 astro/nightfall/Makefile
464084 astro/py-RO/Makefile
464084 astro/py-aipy/Makefile
464084 astro/py-astLib/Makefile
464084 astro/py-astropy/Makefile
(Only the first 10 of 1104 ports in this commit are shown above. )
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
|
Wed, 10 Jan 2018
|
[ 18:52 swills ] 
458673 cad/openvsp/Makefile
458673 cad/openvsp/distinfo
458673 cad/openvsp/pkg-plist
cad/openvsp: Update to 3.15.0
PR: 224907
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
Wed, 20 Dec 2017
|
[ 02:27 swills ] 
456773 cad/openvsp/Makefile
456773 cad/openvsp/distinfo
cad/openvsp: Update to 3.14.2
PR: 224469
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
Tue, 19 Dec 2017
|
[ 15:17 linimon ] 
456723 cad/openvsp/Makefile
456723 games/7kaa/Makefile
456723 games/eduke32/Makefile
456723 security/pecl-crypto/Makefile
Mark some older failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
|
Mon, 11 Dec 2017
|
[ 03:04 swills ] 
455919 cad/openvsp/Makefile
455919 cad/openvsp/distinfo
455919 cad/openvsp/pkg-plist
cad/openvsp: Update to 3.14.1
PR: 224225
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
Sat, 18 Nov 2017
|
[ 19:32 zeising ] 
454454 audio/clementine-player/Makefile
454454 cad/kicad-devel/Makefile
454454 cad/kicad/Makefile
454454 cad/meshlab/Makefile
454454 cad/openscad/Makefile
454454 cad/openvsp/Makefile
454454 cad/solvespace/Makefile
454454 devel/ChipmunkPhysics/Makefile
454454 devel/renpy/Makefile
454454 devel/rlvm/Makefile
(Only the first 10 of 65 ports in this commit are shown above. )
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Sun, 8 Oct 2017
|
[ 20:58 rakuco ] 
451576 cad/openvsp/Makefile
451576 cad/openvsp/distinfo
Update to 3.13.3.
Changes:
http://openvsp.org/blogs/announcements/2017/09/16/openvsp-3-13-3-released
PR: 222477
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] 
449591 accessibility/atkmm/Makefile
449591 archivers/brotli/Makefile
449591 archivers/c-blosc/Makefile
449591 archivers/kf5-karchive/Makefile
449591 archivers/libpar2/Makefile
449591 archivers/paq/Makefile
449591 archivers/pxz/Makefile
449591 archivers/py-brotli/Makefile
449591 archivers/rvm/Makefile
449591 astro/geographiclib/Makefile
(Only the first 10 of 1201 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
|
Wed, 6 Sep 2017
|
[ 00:02 cpm ] 
449321 cad/openvsp/Makefile
449321 cad/openvsp/distinfo
cad/openvsp: update to 3.13.2
Features:
- Body of revolution component
- Spin control for fuselage and stack
- VSPAERO Update to 4.1.1
* Added ground effect model
* Reflect symmetric half geometry in viewer
* Show XYZ planes in viewer
Bug Fixes:
- Clean up logic in STEP/IGES export -- may help some importers
- VSPAERO GUI now creates half-mesh for panel method with symmetry
- VSPAERO Update to 4.1.1
* Fix drag integration inconsistency for alpha vs. rotation (Only the first 15 lines of the commit message are shown above )
|
Tue, 5 Sep 2017
|
[ 23:49 cpm ] 
449320 cad/openvsp/Makefile
449320 cad/openvsp/files
449320 cad/openvsp/files/extra-src_external_angelscript_sdk_angelscript_source_as__callfunc__x86.cpp
cad/openvsp: fix build on CURRENT
- Pet portlint, USE_* comes before USES
- Bump PORTREVISION
On -CURRENT, gcc can not compile cad/openvsp. We switch to clang but need an
additional patch in the port, otherwise clang 5.0.0 r312293 and earlier crashes.
This patch will be removed if/when clang compiles clean the port.
This update is based on a patch by dim@
For details, see: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221588
PR: 222001
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
|
Fri, 4 Aug 2017
|
[ 08:44 jhale ] 
447322 cad/openvsp/Makefile
447322 cad/openvsp/distinfo
447322 cad/openvsp/files
Update to 3.13.1
PR: 221204
Submitted by: <fernando.apesteguia@gmail.com> (maintainer)
|
Fri, 28 Jul 2017
|
[ 21:45 rakuco ] 
446855 cad/openvsp/Makefile
Explicitly build with -std=gnu++11.
This fixes the build with GCC 6, which switched its default from -std=gnu++98
to -std=gnu++14. With this switch, it added a `operator delete(void*, size_t)'
overload and uses it for all delete calls. This does not play well with
dependencies built with other compilers (such as base clang), which use the old
operator delete overload and cause linking errors.
PR: 219484
Submitted by: fernando.apesteguia@gmail.com (maintainer)
MFH: 2017Q3
|
Thu, 27 Jul 2017
|
[ 13:41 tz ] 
446740 cad/openvsp/Makefile
446740 cad/openvsp/distinfo
446740 cad/openvsp/files/patch-src_util_VKTAirfoil.h
446740 cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H
446740 cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C
446740 cad/openvsp/pkg-plist
cad/openvsp: Update from 3.12.1 to 3.13.0
Features:
- Update VSPAERO to v4.1 -- unsteady formulation and lots of fixes
- Update VSPAERO integration to support v4.1
- Add ellipsoid geom type
- Add von Karman-Trefftz airfoil type
- Add CST Airfoils to Fuselage and Stack
Bug Fixes:
- Fix bugs in parasite drag
- Fix split surface problem for IGES/STEP export
- Fix VSPAERO rotor induced velocity terms
- Fix VSPAERO integration issues
- Simplify file insert to avoid crashes
- Fix bug where DisplayNames sometimes don't get updated
Changelog: https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.13.0
PR: 220951
Submitted by: fernando.apesteguia@gmail.com
|
Sun, 25 Jun 2017
|
[ 21:07 tcberner ] 
444324 CHANGES
444324 Mk/Uses/cmake.mk
444324 Mk/bsd.sanity.mk
444324 astro/marble/Makefile
444324 audio/csound6/Makefile
444324 audio/fluidsynth/Makefile
444324 audio/libgme/Makefile
444324 cad/kicad/Makefile
444324 cad/opencascade/Makefile
444324 cad/openvsp/Makefile
(Only the first 10 of 115 ports in this commit are shown above. )
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748
|
Fri, 23 Jun 2017
|
[ 07:03 matthew ] 
444165 cad/openvsp/Makefile
444165 cad/openvsp/distinfo
444165 cad/openvsp/files/patch-src_util_SVGUtil.h
444165 cad/openvsp/pkg-plist
Update to 3.12.1
Update cad/openvsp to 3.12.1 _and_ unbreak cad/openvsp. The recent
update to eigen3 broke cad/openvsp (since it is used directly) and
graphics/code-eli that is a dependency of cad/openvsp.
Until there is a fix for code-eli change the port to use the internal
eigen3 and code-eli packages bundled in the distribution.
In addition, one of the local patches was accepted upstream and is no
longer necessary.
From the announcement:
Features: (Only the first 15 lines of the commit message are shown above )
|
Tue, 23 May 2017
|
[ 05:03 rezny ] 
441503 accessibility/redshift/Makefile
441503 astro/boinc-astropulse/Makefile
441503 astro/boinc-setiathome-v7/Makefile
441503 astro/celestia/Makefile
441503 astro/nightfall/Makefile
441503 astro/opencpn/Makefile
441503 astro/openuniverse/Makefile
441503 astro/qlandkartegt/Makefile
441503 audio/amarok-kde4/Makefile
441503 audio/aylet/Makefile
(Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] 
437439 archivers/kf5-karchive/Makefile
437439 archivers/paq/Makefile
437439 archivers/pxz/Makefile
437439 archivers/py-brotli/Makefile
437439 archivers/rvm/Makefile
437439 astro/geographiclib/Makefile
437439 astro/gpstk/Makefile
437439 astro/kstars/Makefile
437439 astro/libosmium/Makefile
437439 astro/nightfall/Makefile
(Only the first 10 of 1118 ports in this commit are shown above. )
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
Thu, 30 Mar 2017
|
[ 12:09 wen ] 
437283 cad/openvsp/Makefile
437283 cad/openvsp/distinfo
437283 cad/openvsp/files/patch-src_util_SVGUtil.h
437283 cad/openvsp/pkg-plist
- Update to 3.11.0
PR: 217764
Submitted by: fernando.apesteguia@gmail.com(maintainer)
|
Wed, 29 Mar 2017
|
[ 06:50 ashish ] 
437182 astro/viking/Makefile
437182 audio/py-karaoke/Makefile
437182 audio/xmms-curses/Makefile
437182 cad/brlcad/Makefile
437182 cad/openvsp/Makefile
437182 devel/libpthread-stubs/Makefile
437182 devel/libpthread-stubs/distinfo
437182 devel/libpthread-stubs/files
437182 devel/libpthread-stubs/pkg-plist
437182 games/capicity/Makefile
(Only the first 10 of 21 ports in this commit are shown above. )
- Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
from LIB_DEPENDS, as port is now only .pc file
PR: 218015
Submitted by: rezny
|
Wed, 11 Jan 2017
|
[ 14:08 robak ] 
431182 cad/openvsp/Makefile
431182 cad/openvsp/distinfo
431182 cad/openvsp/files/patch-Libraries_cmake_External__CMinpack.cmake
431182 cad/openvsp/files/patch-src_vsp__graphic_src_Scene.cpp
431182 cad/openvsp/files/patch-src_vsp__graphic_src_Shader.cpp
431182 cad/openvsp/files/patch-src_vsp__graphic_src_VBO.cpp
cad/openvsp: update 3.9.1 -> 3.10.0
PR: 215951
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
MFH: 2017Q1
|
Tue, 3 Jan 2017
|
[ 18:12 mat ] 
430490 audio/asterisk-espeak/Makefile
430490 audio/asterisk-espeak/distinfo
430490 audio/puddletag/Makefile
430490 biology/fastool/Makefile
430490 biology/p5-transdecoder/Makefile
430490 cad/linuxcnc-devel/Makefile
430490 cad/openvsp/Makefile
430490 databases/postgresql-plv8js/Makefile
430490 databases/postgresql-plv8js/distinfo
430490 devel/dbus-sharp-glib/Makefile
(Only the first 10 of 58 ports in this commit are shown above. )
Never set WRKSRC when using USE_GITHUB.
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
|
[ 08:55 jbeich ] 
430446 cad/openvsp/Makefile
cad/openvsp: drop 10.1 workaround (revert r428665) per EOL
PR: 214863 215307
Approved by: portmgr blanket
|
Sun, 1 Jan 2017
|
[ 03:45 sunpoet ] 
430235 archivers/zstd/Makefile
430235 astro/libosmium/Makefile
430235 audio/gnuspeechsa/Makefile
430235 audio/lastfm-desktop/Makefile
430235 audio/sooperlooper/Makefile
430235 audio/teamspeak3-server/Makefile
430235 benchmarks/clpeak/Makefile
430235 biology/jellyfish/Makefile
430235 biology/seqtools/Makefile
430235 cad/freecad/Makefile
(Only the first 10 of 161 ports in this commit are shown above. )
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
|
Thu, 29 Dec 2016
|
[ 10:21 amdmi3 ] 
429885 cad/openvsp/Makefile
- Fix condition for FreeBSD 10.1
Approved by: portmgr blanket
|
Fri, 16 Dec 2016
|
[ 09:24 tz ] 
428665 cad/openvsp/Makefile
cad/openvsp: fix compilation in 10.1
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
|
[ 05:08 jbeich ] 
428641 Mk/Uses/compiler.mk
428641 audio/csound6/Makefile
428641 audio/gbsplay/Makefile
428641 cad/kicad/Makefile
428641 cad/openvsp/Makefile
428641 comms/sdr-wspr/Makefile
428641 emulators/pipelight/Makefile
428641 graphics/qgis/Makefile
428641 graphics/shotwell/Makefile
428641 graphics/vigra/Makefile
(Only the first 10 of 17 ports in this commit are shown above. )
Switch USES=compiler:gcc-c++11-lib to use base libc++ on 10.2+ systems
PR: 215192
Requested by: dim
Exp-run by: antoine
Approved by: antoine
|
Sun, 9 Oct 2016
|
[ 09:13 antoine ] 
423582 cad/openvsp/Makefile
Clean up
|
Fri, 16 Sep 2016
|
[ 23:42 amdmi3 ] 
422286 cad/openvsp/Makefile
- Remove unneeded MASTER_SITES
Approved by: portmgr blanket
|
[ 23:41 amdmi3 ] 
422285 cad/openvsp/Makefile
422285 cad/openvsp/distinfo
422285 cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl
422285 cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl
422285 cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H
422285 cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl
422285 cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C
- Update to 3.9.1
PR: 212430
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
Thu, 25 Aug 2016
|
[ 16:54 pawel ] 
420862 cad/openvsp/Makefile
420862 cad/openvsp/distinfo
420862 cad/openvsp/files/patch-Libraries_cmake_External__CMinpack.cmake
420862 cad/openvsp/files/patch-src_vsp__aero_viewer_ContourLevel.fl
420862 cad/openvsp/files/patch-src_vsp__aero_viewer_CuttingPlane.fl
420862 cad/openvsp/files/patch-src_vsp__aero_viewer_glviewer.H
420862 cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl
420862 cad/openvsp/files/patch-src_vsp__aero_viewer_vspaero__viewer.C
420862 cad/openvsp/pkg-plist
Update to version 3.9.0
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
|
Wed, 3 Aug 2016
|
[ 22:25 pawel ] 
419560 cad/openvsp/Makefile
419560 cad/openvsp/distinfo
Update to version 3.8.1
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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 31 Jul 2016
|
[ 13:29 pi ] 
419373 cad/openvsp/Makefile
419373 cad/openvsp/distinfo
419373 cad/openvsp/pkg-plist
cad/openvsp: 3.7.2 -> 3.8.0
- 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)
|
Sun, 26 Jun 2016
|
[ 12:33 riggs ] 
417520 cad/openvsp/Makefile
417520 cad/openvsp/distinfo
Update to upstream version 3.7.2
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)
|
Thu, 16 Jun 2016
|
[ 01:30 pi ] 
416946 cad/openvsp/Makefile
416946 cad/openvsp/distinfo
416946 cad/openvsp/pkg-plist
cad/openvsp: 3.6.1 -> 3.6.2
http://openvsp.org/blogs/announcements/2016/06/11/openvsp-3-6-2-released
PR: 210241
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
|
Sun, 5 Jun 2016
|
[ 10:10 pi ] 
416391 cad/openvsp/Makefile
416391 cad/openvsp/distinfo
416391 cad/openvsp/pkg-plist
cad/openvsp: 3.6.0 -> 3.6.1
Changes:
http://openvsp.org/blogs/announcements/2016/05/30/openvsp-3-6-1-released
PR: 209872
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
Thu, 12 May 2016
|
[ 14:07 junovitch ] 
415065 cad/openvsp/Makefile
415065 cad/openvsp/distinfo
415065 cad/openvsp/files/patch-Libraries_cmake_External__libIGES.cmake
415065 cad/openvsp/files/patch-src_cfd__mesh_CMakeLists.txt
415065 cad/openvsp/files/patch-src_cmake_External__STEPCode.cmake
415065 cad/openvsp/files/patch-src_external_CMakeLists.txt
415065 cad/openvsp/files/patch-src_external_angelscript_sdk_CMakeLists.txt
415065 cad/openvsp/files/patch-src_external_glfont2_CMakeLists.txt
415065 cad/openvsp/files/patch-src_external_sixseries_CMakeLists.txt
415065 cad/openvsp/files/patch-src_external_triangle_CMakeLists.txt
(Only the first 10 of 26 ports in this commit are shown above. )
cad/openvsp: update 3.5.2 -> 3.6.0
Changes: http://openvsp.org/blogs/announcements/2016/05/06/openvsp-3-6-0-released
PR: 209436
Submitted by: fernando.apesteguia@gmail.com
|
[ 13:13 mat ] 
415063 cad/openvsp/Makefile
415063 cad/openvsp/distinfo
415063 devel/php5-geshi/Makefile
415063 devel/php5-geshi/distinfo
415063 devel/simavr/Makefile
415063 devel/simavr/distinfo
415063 lang/mosml/Makefile
415063 lang/mosml/distinfo
415063 mail/py-email-reply-parser/Makefile
415063 mail/py-email-reply-parser/distinfo
(Only the first 10 of 16 ports in this commit are shown above. )
Cleanup github bits.
Sponsored by: Absolight
|
Fri, 22 Apr 2016
|
[ 17:15 pi ] 
413788 cad/openvsp/Makefile
413788 cad/openvsp/files/patch-src_vsp__graphic_src_Scene.cpp
cad/openvsp: Fix build on i386
PR: 208904
Submitted by: fernando.apesteguia@gmail.com (maintainer)
|
[ 09:50 pi ] 
413770 cad/openvsp/Makefile
413770 cad/openvsp/distinfo
413770 cad/openvsp/files/patch-Libraries_cmake_External__CMinpack.cmake
413770 cad/openvsp/files/patch-Libraries_cmake_External__libIGES.cmake
413770 cad/openvsp/files/patch-src_cfd__mesh_CMakeLists.txt
413770 cad/openvsp/files/patch-src_cmake_External__STEPCode.cmake
413770 cad/openvsp/files/patch-src_external_CMakeLists.txt
413770 cad/openvsp/files/patch-src_external_angelscript_sdk_CMakeLists.txt
413770 cad/openvsp/files/patch-src_external_glfont2_CMakeLists.txt
413770 cad/openvsp/files/patch-src_external_sixseries_CMakeLists.txt
(Only the first 10 of 32 ports in this commit are shown above. )
cad/openvsp: 2.3.0 -> 3.5.2
Changes:
- Latest:
http://openvsp.org/blogs/announcements/2016/02/14/openvsp-3-5-2-released
- all older release notes are in
http://openvsp.org/blogs/
- no longer includes example aircraft files, now seperatly available at
http://hangar.openvsp.org/
- Needs some math functions, so no luck on 9.x or i386
PR: 208904
Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] 
412344 Mk/Uses/gecko.mk
412344 Mk/bsd.fpc.mk
412344 Mk/bsd.gecko.mk
412344 Mk/bsd.port.mk
412344 accessibility/accerciser/Makefile
412344 accessibility/at-spi/Makefile
412344 accessibility/at-spi2-atk/Makefile
412344 accessibility/at-spi2-core/Makefile
412344 accessibility/caribou/Makefile
412344 accessibility/dasher/Makefile
(Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 30 Aug 2015
|
[ 17:41 rakuco ] 
395630 cad/openvsp/Makefile
Drop USES=iconv.
The port does not use iconv anywhere, and the dependency on libxml2 does not
pull any headers that include iconv.h.
PR: 202759
Approved by: fernando.apesteguia@gmail.com (maintainer)
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] 
390310 Mk/bsd.gecko.mk
390310 astro/astrometry/Makefile
390310 astro/boinc-astropulse/Makefile
390310 astro/boinc-setiathome-v7/Makefile
390310 astro/celestia/Makefile
390310 astro/openuniverse/Makefile
390310 astro/sunclock/Makefile
390310 astro/xephem/Makefile
390310 astro/xplanet/Makefile
390310 audio/deadbeef/Makefile
(Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Sat, 30 May 2015
|
[ 21:25 mat ] 
387986 archivers/snappy-java/Makefile
387986 archivers/snappy-java/distinfo
387986 archivers/unfoo/Makefile
387986 archivers/unfoo/distinfo
387986 audio/flacon/Makefile
387986 audio/flacon/distinfo
387986 audio/icecast-kh/Makefile
387986 audio/icecast-kh/distinfo
387986 audio/soundkonverter/Makefile
387986 audio/soundkonverter/distinfo
(Only the first 10 of 78 ports in this commit are shown above. )
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 6 May 2015
|
[ 15:16 mat ] 
385521 benchmarks/flowgrind/Makefile
385521 benchmarks/flowgrind/distinfo
385521 biology/htslib/Makefile
385521 biology/htslib/distinfo
385521 biology/samtools/Makefile
385521 biology/samtools/distinfo
385521 cad/cura-engine/Makefile
385521 cad/cura-engine/distinfo
385521 cad/elmerfem/Makefile
385521 cad/elmerfem/distinfo
(Only the first 10 of 348 ports in this commit are shown above. )
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 19 Mar 2015
|
[ 16:44 bdrewery ] 
381618 CHANGES
381618 Mk/bsd.port.mk
381618 Mk/bsd.sites.mk
381618 archivers/snappy-java/Makefile
381618 astro/gpscorrelate/Makefile
381618 audio/hydrogen-devel/Makefile
381618 audio/hydrogen/Makefile
381618 audio/id3ren/Makefile
381618 audio/nekobee/Makefile
381618 audio/soundkonverter/Makefile
(Only the first 10 of 133 ports in this commit are shown above. )
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr
|
Thu, 25 Dec 2014
|
[ 20:54 bapt ] 
375598 astro/astrometry/Makefile
375598 astro/celestia/Makefile
375598 astro/sunclock/Makefile
375598 astro/viking/Makefile
375598 astro/xephem/Makefile
375598 astro/xplanet/Makefile
375598 astro/xtide/Makefile
375598 audio/csound/Makefile
375598 audio/csound6/Makefile
375598 audio/dvda-author/Makefile
(Only the first 10 of 446 ports in this commit are shown above. )
Bump portrevision after png update
|
[ 19:04 antoine ] 
375594 Mk/bsd.gecko.mk
375594 astro/astrometry/Makefile
375594 astro/celestia/Makefile
375594 astro/sunclock/Makefile
375594 astro/viking/Makefile
375594 astro/xephem/Makefile
375594 astro/xplanet/Makefile
375594 audio/csound6/Makefile
375594 audio/dvda-author/Makefile
375594 audio/enscribe/Makefile
(Only the first 10 of 332 ports in this commit are shown above. )
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] 
367888 accessibility/accerciser/Makefile
367888 accessibility/jovie/Makefile
367888 accessibility/kaccessible/Makefile
367888 accessibility/kdeaccessibility4/Makefile
367888 accessibility/kmag/Makefile
367888 accessibility/kmousetool/Makefile
367888 accessibility/kmouth/Makefile
367888 accessibility/orca/Makefile
367888 arabic/kde4-l10n/Makefile
367888 arabic/libreoffice/Makefile
(Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Mon, 26 May 2014
|
[ 06:55 bapt ] 
355278 astro/gpstk/Makefile
355278 biology/muscle/Makefile
355278 cad/meshdev/Makefile
355278 cad/openvsp/Makefile
355278 chinese/phpbb-tw/Makefile
355278 comms/openobex/Makefile
355278 comms/usrp/Makefile
355278 converters/p5-WAP-wbxml/Makefile
355278 databases/gigabase/Makefile
355278 deskutils/myitcrm/Makefile
(Only the first 10 of 19 ports in this commit are shown above. )
Convert to USES=dos2unix
With hat: portmgr
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] 
351411 Mk/bsd.port.mk
351411 Mk/bsd.xorg.mk
351411 UPDATING
351411 accessibility/gok/Makefile
351411 archivers/libarchive/Makefile
351411 archivers/xar/Makefile
351411 astro/boinc-astropulse/Makefile
351411 astro/boinc-setiathome-v7/Makefile
351411 astro/celestia/Makefile
351411 astro/foxtrotgps/Makefile
(Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
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 (Only the first 15 lines of the commit message are shown above )
|
Sat, 14 Dec 2013
|
[ 11:46 pawel ] 
336437 cad/openvsp/Makefile
336437 cad/openvsp/distinfo
Update to version 2.3.0
PR: ports/184752
Submitted by: maintainer
|
Mon, 14 Oct 2013
|
[ 19:53 antoine ] 
330349 cad/openvsp/Makefile
330349 cad/openvsp/distinfo
Update to 2.2.5
Fixes/features in this release:
Save CFD export options.
Automatically add *.vsp extension when saving.
Add *.ram files to file-open dialog.
Write propellers to XSec *.hrm files.
Fixed PovRay *.inc file bug.
Fix FEA elements not getting written.
Fix 64-bit GLFont support and embed font in executable.
Fix parameter linking and design files for propeller.
While here:
- Use MASTER_SITES=GH as the distfile is not on GHC
- Add LICENSE
- Use new LIB_DEPENDS syntax
- Convert to STAGEDIR
PR: ports/182974
Submitted by: maintainer
|
Fri, 20 Sep 2013
|
[ 15:58 bapt ] 
327711 cad/admesh/Makefile
327711 cad/adms/Makefile
327711 cad/alliance/Makefile
327711 cad/astk-client/Makefile
327711 cad/astk-serveur/Makefile
327711 cad/atlc/Makefile
327711 cad/basicdsp/Makefile
327711 cad/brlcad/Makefile
327711 cad/calculix/Makefile
327711 cad/cascade/Makefile
(Only the first 10 of 103 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
|
Tue, 18 Jun 2013
|
[ 14:27 wg ] 
321191 cad/openvsp/Makefile
321191 cad/openvsp/distinfo
cad/openvsp: update to 2.2.4
- Update to 2.2.4 [1]
- Unmute install command
PR: ports/179636 [1]
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Approved by: culot / jpaetzel (mentors, implicit)
|
Sat, 25 May 2013
|
[ 14:37 zeising ] 
319055 Mk/bsd.port.mk
319055 Mk/bsd.xorg.mk
319055 UPDATING
319055 astro/boinc-astropulse/Makefile
319055 astro/boinc-setiathome-enhanced/Makefile
319055 astro/viking/Makefile
319055 audio/arts/Makefile
319055 audio/py-karaoke/Makefile
319055 audio/xmms-curses/Makefile
319055 audio/xmms-flac/Makefile
(Only the first 10 of 518 ports in this commit are shown above. )
The FreeBSD x11 team proudly presents
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
(Only the first 15 lines of the commit message are shown above )
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] 
316654 archivers/dpkg/Makefile
316654 archivers/gtar/Makefile
316654 archivers/liborange/Makefile
316654 archivers/rpm4/Makefile
316654 archivers/rpm5/Makefile
316654 archivers/star/Makefile
316654 archivers/unalz/Makefile
316654 archivers/unrar-iconv/Makefile
316654 archivers/unzip/Makefile
316654 astro/stellarium/Makefile
(Only the first 10 of 196 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm
|
Tue, 16 Apr 2013
|
[ 20:19 tijl ] 
315897 cad/openvsp/Makefile
315897 cad/openvsp/distinfo
315897 cad/openvsp/files/patch-xmlvsp-CMakeLists.txt
315897 cad/openvsp/pkg-descr
Update to version 2.2.3.
PR: ports/177849
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe: yes
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] 
314960 archivers/laszip/Makefile
314960 astro/qlandkartegt/Makefile
314960 astro/stellarium/Makefile
314960 audio/acoustid-fingerprinter/Makefile
314960 audio/aften/Makefile
314960 audio/alure/Makefile
314960 audio/amarok-kde4/Makefile
314960 audio/arss/Makefile
314960 audio/audex/Makefile
314960 audio/ccaudio2/Makefile
(Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Wed, 20 Feb 2013
|
[ 18:07 rm ] 
312644 cad/openvsp/Makefile
312644 cad/openvsp/distinfo
- update to 2.2.2
- convert to optionsng (EXAMPLES case), while here
PR: 176274
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
|
Sun, 16 Dec 2012
|
[ 18:14 pawel ] 
309035 cad/openvsp/Makefile
309035 cad/openvsp/distinfo
- Update to version 2.2.1 [1]
- Add missing deps
PR: ports/174370 [1]
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
|
Sun, 16 Sep 2012
|
[ 17:02 bdrewery ] 
304371 cad/openvsp/Makefile
304371 cad/openvsp/distinfo
- Update to 2.2.0
PR: ports/171670
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
|
Fri, 10 Aug 2012
|
[ 12:30 madpilot ]
302387 cad/openvsp/Makefile
302387 cad/openvsp/distinfo
- Update to 2.1.0
PR: ports/170505
Submitted by: Fernando <fernando.apesteguia@gmail.com>
Approved by: crees (mentor)
|
Thu, 7 Jun 2012
|
[ 11:03 erwin ]
1.3 cad/openvsp/Makefile
1.2 cad/openvsp/distinfo
There was a problem that made "make extract" download an already
downloaded distribution file.
PR: 168759
Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ]
1.59 Mk/bsd.gecko.mk
1.1246 UPDATING
1.18 accessibility/accerciser/Makefile
1.12 accessibility/at-poke/Makefile
1.77 accessibility/at-spi/Makefile
1.5 accessibility/at-spi2-atk/Makefile
1.54 accessibility/dasher/Makefile
1.60 accessibility/gnome-mag/Makefile
1.45 accessibility/gnopernicus/Makefile
1.51 accessibility/gok/Makefile
(Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Sun, 22 Apr 2012
|
[ 12:06 pawel ]
1.139 cad/Makefile
1.1 cad/openvsp/Makefile
1.1 cad/openvsp/distinfo
1.1 cad/openvsp/files/patch-xmlvsp-CMakeLists.txt
1.1 cad/openvsp/pkg-descr
NASA Open Source Parametric Geometry
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>
|
Number of commits found XX: 89 |