summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
AgeCommit message (Collapse)Author
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold
2020-01-30Fix math/openblas and bump dependent portsSteve Wills
* Fix build on i386 [1] * Fix science/code_saturne build with new openblas [2] * Avoid installing private headers [3] * Prevent build from optimizing for host by correcting build confg [4] * Bump portrevision of dependent ports [5] This is correcting issues from r523749 [1][2][4] and r515970 [3] PR: 231371 Reported by: build cluster [1] Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2] Reported by: many [5] Reviewed by: mat, bapt Approved by: implicit, since this is a build fix
2020-01-20Fix bad invocation of REINPLACE_CMDBaptiste Daroussin
Missing space before the -e argument Reported by: Antonio Huete Jimenez <tuxillo@quantumachine.net> (dragonfly)
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
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
2019-04-22Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer
benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl
2018-12-26This port requires USES=compiler:c++11-lang to build on GCC-basedMark Linimon
architectures. While here, add USES=gl gnome. PR: 234306 Submitted by: Piotr Kubaj Reviewed by: swills
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
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
2018-07-29Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
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
2018-03-10Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer
version 1.1.0 (via revision 464079).
2017-09-10Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
(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
2017-05-23Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny
Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845
2017-04-01Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer
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
2016-12-07Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry
2016-05-19- Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov
Approved by: portmgr blanket
2016-04-01Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold
With hat: portmgr Sponsored by: Absolight
2016-01-12Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov
Approved by: portmgr blanket
2015-08-19Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
2015-01-10Uses blaslapack.mk.Thierry Thomas
2014-10-20Cleanup plistBaptiste Daroussin
2014-09-10Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
2014-03-10Update the default version of GCC used in the Ports Collection fromGerald Pfeifer
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)
2013-12-26cad/pdnmesh: Restore previous commit erased by r337036John Marino
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.
2013-12-20Bump PORTREVISION for all the dependency changes in the previous commit.Tijl Coosemans
Reported by: mat
2013-12-20- Remove excessive dependencies and fix dependency on gtkglext.Tijl Coosemans
- USES=fortran. - Staging.
2013-12-16Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]Niclas Zeising
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]
2013-12-11In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin
LIB_DEPENDS in cad With hat: portmgr
2013-10-26Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer
- Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
2013-09-29The FreeBSD graphics/x11 team proudly presentsNiclas Zeising
a kwm, zeising production: MESA 9.1.6 Starring: Mesa 9.1.6, including libGL, libGLU and dri (new xorg only) Addition of libEGL and libglesv2 KMS support for ATI graphics cards in 10-current (new xorg only) Improved sparc64 support for new xorg. [1] pixman 0.30.2, including shlib bump and portrevision bumps libX11 1.6.2 Make absolute pointing devices work with x11-drivers/xf86-input-mouse x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver) Also starring: Updates to drivers and other libraries and utilities Additional notes: When updating MESA related ports (libGL, dri) you need to remove old versions first. See UPDATING for details. PR: ports/181962 [2] Submitted by: marius [1] zeising [2] Exp-run by: bdrewery Approved by: portmgr (bdrewery) Thanks to all who helped testing!
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin
cad)
2013-07-24cad/pdnmesh: Specify libmath explicitly to linker to unbreak build.John Marino
Approved by: culot (mentor)
2013-07-24Mark as broken, does not buildBaptiste Daroussin
/usr/local/bin/ld: parser.o: undefined reference to symbol 'log@@FBSD_1.0' /usr/local/bin/ld: note: 'log@@FBSD_1.0' is defined in DSO //lib/libm.so.5 so try adding it to the linker command line //lib/libm.so.5: could not read symbols: Invalid operation Reported by: pkg-fallout
2013-05-25The FreeBSD x11 team proudly presentsNiclas Zeising
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 Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
2013-04-27- Convert USE_ICONV=yes to USES=iconvMarcus von Appen
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm
2013-04-26- Convert USE_GETTEXT to USES (part 4)Alex Kozlov
Approved by: portmgr (bapt)
2013-04-23Convert all c categories to USE=pkgconfigBaptiste Daroussin
2013-01-23Bump PORTREVISION after DESKTOP_ENTRIES updateMax Brazhnikov
2013-01-07- Update DESKTOP_ENTRIES:Max Brazhnikov
* rephrase Comment field or use port ${COMMENT} if appropriate * adjust Icon field according to the Desktop Entry Specification * update Categories field: remove deprecated category Application; set main category, if missing - Remove indefinite article and/or rephrase COMMENT - Trim Makefile header - Other minor changes
2012-12-10Update PCRE to 8.32Martin Matuska
Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports
2012-10-30- Update to version 0.2.2Pawel Pekala
- Convert to OptionsNG, respect DOCS EXAMPLES - Add LICENSE While here: - Add missing deps - Port needs pkg-config during build - Add desktop entry - Fix COMMENT PR: ports/172221 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
2012-09-25- Reassign to the heap at maintainer's requestThomas Abthorpe
2012-06-01- update png to 1.5.10Dirk Meyer
2011-11-22adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny
math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
2011-03-20- Get Rid MD5 supportMartin Wilke
2010-07-30Fix a few typos in ports/cad.Jimmy Olgeni
2010-03-28- update to 1.4.1Dirk Meyer
Reviewed by: exp8 run on pointyhat Supported by: miwi
2010-02-05- update to jpeg-8Dirk Meyer
2009-09-13Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer
implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov
starting with B,C
2009-07-31- bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer
bumped or updated Requested by: edwin
2009-02-07Pacify portlint by using a tab instead of spaces after variableGerald Pfeifer
names and no longer passing FC, F77, and FFLAGS to CONFIGURE_ENV. Approved by: maintainer timeout (sarod@users.sf.net, 16 days)