non port: cad/meshlab/Makefile |
Number of commits found: 46 |
Friday, 21 Jul 2023
|
15:41 Muhammad Moinur Rahman (bofh)
cad/meshlab: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
ab2539f |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
cad: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Andersson <anders@hack.org>
* Bruce M Simpson <bms@FreeBSD.org>
* Christoph Moench-Tegeder <cmt@FreeBSD.org>
* David Yeske <dyeske@gmail.com>
* Diane Bruce <db@db.net>
* Joachim Strombergson <watchman@ludd.ltu.se>
* Johnny Sorocil <jsorocil@gmail.com>
* Julian Jenkins <kaveman@magna.com.au>
* Marc Fonvieille <blackend@FreeBSD.org>
* Mario S F Ferreira <lioux@linf.unb.br> et al.
* Martin Dieringer <martin.dieringe@gmx.de>
* Matthias Petermann <matthias@petermann-it.de>
* Michael Durian <durian@shadetreesoftware.com>
* Michael Reifenberger <mr@FreeBSD.org>
* Nicola Vitale <nivit@FreeBSD.org>
* Otacilio de Araujo Ramos Neto <otacilio.neto@bsd.com.br>
* Pedro F. Giffuni
* Pedro F. Giffuni <giffunip@asme.org>
* Pedro Giffuni
* Pedro Giffuni <giffunip@asme.org>
* Rusmir Dusko <nemysis@FreeBSD.org>
* Sarod Yatawatta <sarod@cs.pdn.ac.lk>
* Sergio Lenzi <lenzi.sergio@gmail.com>
* Stanislav Sedov <ssedov@mbsd.msk.ru>
* Thierry Thomas <thierry@FreeBSD.org>
* Thierry Thomas <thierry@pompo.net>
* Thomas Gellekum <tg@FreeBSD.org>
* Vanilla I. Shu <vanilla@FreeBSD.org>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Ying-Chieh Liao <ijliao@FreeBSD.org>
* gahr
* hrs
* ijliao
* lbartoletti <lbartoletti@FreeBSD.org>
* lon_kamikaze@gmx.de
* stas
* swallace
* thierry@pompo.net
With hat: portmgr
b46abf8 |
Wednesday, 27 Apr 2022
|
13:22 Piotr Kubaj (pkubaj)
cad/meshlab: check for omp.h on all architectures
32db3f9 |
Sunday, 11 Jul 2021
|
22:31 Piotr Kubaj (pkubaj)
cad/meshlab: fix build on powerpc
Switch to GCC because of missing libomp for powerpc:
In file included from
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-Meshlab-2020.05/src/common/filterparameter.cpp:28:
In file included from /usr/local/include/vcglib/vcg/math/matrix44.h:33:
/usr/local/include/vcglib/eigenlib/Eigen/Core:247:10: fatal error: 'omp.h' file
not found
95a1b9a |
Tuesday, 22 Jun 2021
|
18:53 Kevin Bowling (kbowling)
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
da3162c |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Tuesday, 28 Jul 2020
|
23:59 pkubaj
cad/meshlab: fix build on GCC architectures
Use C++11 compiler.
Include climit in AtomicCounter.h because GCC doesn't include it by default.
|
Saturday, 18 Jul 2020
|
08:18 lbartoletti
cad/meshlab: Resurrect, update to 2020.05 and take maintainer'ship
The project has resumed since a few months by releasing one release every month
(no more beta or pre release as between 2016 and 2020).
- cad/meshlab: Resurrect, update to 2020.05 and take maintainer'ship
- devel/vcglib: Update to @f7871ee [1]
[1] There is not new release, but Meshlab require this version
PR: 217821
Reported by: pi
Approved by: fernape, tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24686
|
Wednesday, 12 Dec 2018
|
01:35 gerald
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
|
Sunday, 2 Dec 2018
|
15:41 rene
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Tuesday, 11 Sep 2018
|
18:34 zeising
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
|
Tuesday, 21 Aug 2018
|
15:56 rene
cad/meshlab: drop maintainership per request.
Submitted by: Neel Chauhan (former maintainer)
|
Sunday, 29 Jul 2018
|
22:18 gerald
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
|
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Monday, 18 Jun 2018
|
01:48 linimon
Mark ports broken on powerpc64, categories a-c.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Saturday, 19 May 2018
|
15:07 joneum
Pass maintainership to submitter
PR: 228355
Submitted by: Neel Chauhan <neel@neelc.org>
|
Saturday, 18 Nov 2017
|
19:32 zeising
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Sunday, 10 Sep 2017
|
20:55 gerald
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
|
Tuesday, 23 May 2017
|
05:03 rezny
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Saturday, 1 Apr 2017
|
15:23 gerald
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
|
Friday, 11 Nov 2016
|
08:42 linimon
Mark various cad ports broken on aarch64.
Approved by: portmgr (tier-2 blanket)
|
Thursday, 23 Jun 2016
|
07:09 bapt
Prefer relative links to make packages more relocation friendly
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Saturday, 21 Nov 2015
|
17:20 rakuco
Update math/mpir to 2.7.2.
- Set LICENSE_FILE.
- Depend on devel/yasm instead of building a bundled yasm.
- Remove post-install target, the build system takes care of creating the
proper soversion symlinks.
- Bump PORTREVISION in dependent ports due to a change in the soversion
number.
|
17:18 rakuco
Simplify Makefile and use the right flags when building.
Remove the custom do-configure and do-build target. The targets existed
because upstream's build instructions mention external.pro and
meshlab_full.pro need to be processed and built separately and Uses/qmake.mk
does not handle the multi-.pro case. do-build, however, was simply calling
${MAKE} and discarding both ${MAKE_ENV} and ${MAKE_ARGS} which, among other
things, resulted in no parallel builds and additional compiler flags like
-std=c++11 being omitted.
Instead, patch meshlab_full.pro and add external/external.pro as one of the
directory dependencies there along with the rest of the MeshLab code. Given
the way the QMake files are written in the port, this only helps a bit with
parallelism: each subdirectory is processed serially, but all files in them
can be built in parallel. Since a lot of the code is in plugin directories
with 1 or 2 files, the port still takes some time to build. The upside is
that it means external/ will always be built before the rest, which is what
we need.
As mentioned, the compiler flags in the build will change. However, I'm not
bumping PORTREVISION yet because it will come with the next commit updating
math/mpir.
|
Wednesday, 10 Jun 2015
|
17:24 amdmi3
- Fix library installation
|
Sunday, 25 Jan 2015
|
21:37 thierry
Upgrade to 1.3.3 and define LICENSE.
|
Wednesday, 10 Dec 2014
|
22:29 gahr
- Reset maintainership of my ports
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Wednesday, 11 Jun 2014
|
07:06 gahr
- Unbreak
|
Friday, 6 Jun 2014
|
20:43 antoine
Mark BROKEN: Fails to configure
cd /wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external &&
/usr/local/bin/qmake-qt4 -spec
/usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver"
in *clang*) echo clang ;; *) echo g++ ;; esac) QMAKE_CC="cc" QMAKE_CXX="c++"
QMAKE_LINK_C="cc" QMAKE_LINK_C_SHLIB="cc" QMAKE_LINK="c++"
QMAKE_LINK_SHLIB="c++" QMAKE_CFLAGS="-O2 -pipe -fno-strict-aliasing"
QMAKE_CXXFLAGS="-O2 -pipe -fno-strict-aliasing" QMAKE_LFLAGS=""
QMAKE_CFLAGS_DEBUG="" QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_DEBUG=""
QMAKE_CXXFLAGS_RELEASE="" PREFIX="/usr/local" CONFIG+="release" CONFIG-="debug
separate_debug_info" -recursive -recursive external.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/lib3ds-1.3.0/lib3ds/lib3ds.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/bzip2-1.0.5/bzip2-1.0.5.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/muparser_v132/src/src.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/levmar-2.3/levmar-2.3.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/structuresynth/structuresynth.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/OpenCTM-1.0.3/openctm.pro
Reading
/wrkdirs/usr/ports/cad/meshlab/work/meshlab-1.3.2/meshlab/src/external/jhead-2.95/jhead-2.95.pro
Usage: /usr/local/bin/qmake-qt4 [mode] [options] [files]
Reported by: pkg-fallout
|
Friday, 22 Nov 2013
|
12:55 makc
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval)
|
Thursday, 31 Oct 2013
|
17:19 gahr
- Fix run-time segmentation fault [1]
- Convert to new LIB_DEPENDS format
- Fix build with clang (no longer depends on GCC)
- Statically link against own library libcommon.a, to avoid
installing a library with such a generic name as libcommon.so
PR: 183474 [1]
Submitted by: Pierre Smars <smars@yuntech.edu.tw> [1]
|
Saturday, 26 Oct 2013
|
00:52 gerald
Update to libmpc version 1.0.1 which brings the following fixes:
- 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)
|
Friday, 20 Sep 2013
|
15:58 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
|
Wednesday, 18 Sep 2013
|
12:54 gahr
- Unbreak on CURRENT by adding USE_GCC= yes
Reported by: pkg-fallout
|
Wednesday, 8 May 2013
|
14:09 gahr
- Update to 1.3.2
Release notes:
http://sf.net/apps/mediawiki/meshlab/index.php?title=Release_Notes_1.3.2
- Unbreak
|
Monday, 30 Jul 2012
|
07:33 erwin
Mark BROKEN: does not build
Submitted by: pointyhat
|
Wednesday, 18 Jul 2012
|
09:02 gahr
- Add dependency on qt4-script [1]
- Do not necessarily build with clang
Reported by: PH (via erwin)
|
Monday, 2 Jul 2012
|
09:28 gahr
- Update to 1.3.0
|
Wednesday, 6 Jun 2012
|
06:44 miwi
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Sunday, 20 May 2012
|
04:18 rakuco
Make the port build with the upcoming Qt 4.8.x series.
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)
|
Monday, 14 Feb 2011
|
07:44 gahr
- New port: cad/meshlab
MeshLab is an open source, portable, and extensible system for the processing
and editing of unstructured 3D triangular meshes.
WWW: http://meshlab.sourceforge.net/
|
Number of commits found: 46 |