46 Commits

Author SHA1 Message Date
naddy
5bba7c308f drop RCS Ids 2022-03-11 18:24:26 +00:00
ajacoutot
c899b00fca Sync WANTLIB to unbreak (zi -> zip). 2022-02-22 10:29:23 +00:00
afresh1
58dba27f28 Add missing dependency on qtgamepad
WANTLIB adjustment and OK rsadowski@
2022-02-20 23:16:32 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
rsadowski
26d44642dd Unbreak build with boost 1.73 by removing obsoleted boost patch.
Spotted by aja@ merci!
2021-04-28 19:19:47 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
paco
c5e1216cac update cad/openscad to 2021.01
Initial (garbage) diff by me.  Actual working diff by tracey@

ok tracey@
2021-02-14 16:14:54 +00:00
sthen
8534a044a2 openscad: fix build with newer boost, from Brad 2020-12-13 20:40:55 +00:00
bentley
26889f4e85 openscad picks up libzip if installed, so add an explicit dependency.
reported by andrew@quickstick.net
ok sthen@
2020-05-06 08:12:17 +00:00
rsadowski
0ded31d1a4 Regen WANTLIB, double-conversion is back in qt5 2020-03-15 19:57:19 +00:00
rsadowski
6d59d406fc double-conversion adaptations
After math/double-conversion is no longer  x11/qt dependency we need a little
adjustment here.

Diff from and OK sthen@
2020-03-13 16:54:08 +00:00
rsadowski
ec1b71d900 Remove -qt4 flover in editors/qscintilla
All our consumers only use the qt5 FLAVOR. Because here, switch homepage to
https and bump revisions
2020-02-29 08:17:58 +00:00
rsadowski
bf8fc7f65c Switch from Qt4 to Qt5 after all dependencies have been updated
OK cwen@, Tested by paco@
2020-02-04 06:09:13 +00:00
sthen
f159045d98 use EXTRACT_SUFX rather than nondefault DISTFILES/WRKDIST setting 2019-12-30 22:04:13 +00:00
bentley
f529658a43 Move master_sites to https. 2019-11-07 09:07:13 +00:00
rsadowski
db9ee6a0c2 Unbreak openscad by not fetching hidapi.
While here:

- Switch to HTTPS
- Regen WANTLIB
- Remove math/double-conversion from BUILD_DEPENDS because it's in
  LIB_DEPENDS.
- Remove base-gcc from COMPILER. We need a C++11 compiler to build
  openscad
2019-11-06 13:21:51 +00:00
rsadowski
d4e1cdb0f8 Update opencad to 2019.05
Update diff from Paco Esteban <paco onna be>. Thanks!
2019-10-17 20:04:04 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
naddy
84174f9106 bump for package path change devel/gmp -> devel/gmp,-main 2018-11-02 18:48:39 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
espie
4d458d3820 zap common dirs 2018-05-12 13:59:37 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
landry
91191412d6 Fixes for depending ports after qscintilla update.
Mostly WANTLIB fixes, or cmake patches to detect libqscintilla2_qt4
properly.
2017-10-30 13:55:10 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
zhuk
33889d5c8d Try to build with -O1 instead of -O2 on alpha. This may help,
or may not - can't check due to lack of hardware.

Initiated by alpha bulk build report from phessler@
2017-01-23 13:50:10 +00:00
zhuk
ed298848a3 Zap more lines from qmake-based ports by moving them from
the "MODULES=x11/qtX + CONFIGURE_STYLE=qmake" logic to
the "MODULES=devel/qmake x11/qtX" logic.

Discussed with espie@ a few weeks ago.
2016-03-26 20:37:34 +00:00
zhuk
0d96953dbf Convert to MODQMAKE, -3 Makefile lines. 2016-03-07 12:24:17 +00:00
landry
160b14925d BROKEN-sparc64= SIGILL on src/cgalutils.cc with CGAL-4.6.3 2016-03-06 19:22:04 +00:00
jasper
65aed41bfc - update to openscad-2015.03-2 2015-12-07 07:52:32 +00:00
jasper
42f3778a3c unconfuse emacs 2015-12-06 12:54:34 +00:00
sthen
412cc39bb3 remove build dep on ports flex 2015-11-19 20:17:15 +00:00
bentley
8c26fa4fbf Update master_sites after migration from Google Code. 2015-08-24 23:31:04 +00:00
sthen
28998e8e35 update to OpenSCAD 2013.06, mostly from Fred Crowson, plus regen PLIST
as there are new files
2014-01-09 00:37:45 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
espie
946964cc5d PERMIT/ REGRESS->TEST sweep 2013-03-10 23:04:44 +00:00
brad
f106026a29 Update to openscad 2013.01. Tied to the Boost update.
From Amit Kulkarni.

ok sthen@
2013-03-08 01:36:59 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
matthew
4c643fecbd update to 2011.06; ok landry@ 2011-08-16 18:09:09 +00:00
matthew
42debab506 Add cad/openscad.
ok landry@

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.
2011-04-29 18:55:37 +00:00