tb
a8d480ec3c
plplot: work around broken test for return type of signal handlers (??)
...
This happens to succeed with gcc/8, but does not with gcc/15, so just
tell the stupid build system that the return type it's looking for is
void, as it's always been since K&R...
2025-10-29 14:40:26 +00:00
jca
5a9600c7e5
Mark ports using lang/gcc/8,-f95 on arm64 as not BTI compliant
...
To be reconsidered when we move to lang/gcc/11 or newer, which
supports -mbranch-protection. The fix isn't complete since some ports
may use BTI-incompatible fortran code through shared libraries.
ok tb@ phessler@ pascal@ sthen@
2025-01-10 18:03:43 +00:00
rsadowski
4e2278ce93
UPDATE PLIST to new @ style for libs
2024-04-19 04:46:20 +00:00
naddy
4e66d49984
http://*sourceforge.net now redirect to https
...
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00
espie
d6100a897c
MASTER_SITES -> SITES
2023-09-27 09:27:52 +00:00
rsadowski
e007038b43
Remove USE_NINJA
...
Is no longer necessary here with newer cmake.port.mk
2022-09-02 13:21:20 +00:00
ajacoutot
e53dc96ca5
Remove.
2022-08-28 09:28:56 +00:00
landry
dddf1fb7f7
math/plplot: fix build with reentrant version of qhull
...
patch from debian:
https://salsa.debian.org/science-team/plplot/-/blob/master/debian/patches/reentrant-qhull.patch
2022-04-26 14:48:53 +00:00
sthen
6054849b1f
sync WANTLIB
2022-03-31 17:16:30 +00:00
naddy
ab45f39af6
drop RCS Ids
2022-03-11 19:36:11 +00:00
rsadowski
0636c26fa4
Remove BROKEN-powerpc
...
Looks like our cmake update fix the issue. Reported by Martin Reindl,
confirmed and OK by cwen@ Thanks!
2019-08-22 19:33:42 +00:00
rsadowski
5142e79327
Update plplot to 5.15.0
...
This version unbreak the build with upcoming cmake 3.15.2.
2019-08-21 05:47:45 +00:00
sthen
bdf95930fb
add hidden dep on devel/shapelib and regen plist (besides linking to the library,
...
a different set of files are installed if shapelib is present, breaking packaging
if this occurs)
2019-08-03 19:36:04 +00:00
sthen
3318ced016
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:46:54 +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
steven
9ff6201f8b
dropping maintainer
2019-05-03 22:29:00 +00:00
naddy
3e042ba62d
Bump all ports that depend on ports-gcc on the clang archs.
...
SYSTEM_VERSION didn't quite work out how we expected and it's
easier|safer to do it this way than fiddle with pkg_add now.
2019-04-28 21:08:26 +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
jca
77a632357e
BROKEN on powerpc
2018-01-19 15:21:46 +00:00
steven
bcce9cdab5
update to 5.13.0
2017-11-04 10:28:21 +00:00
sthen
5e964ab0df
bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports.
2017-07-26 22:45:14 +00:00
espie
c114d7057b
add pthread to COMPILER_LIBCXX.
...
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6
use COMPILER_LIBCXX where applicable
2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87
use LIBCXX
2017-04-10 11:46:18 +00:00
naddy
03993be59c
replace libiconv module
2016-09-12 11:45:57 +00:00
naddy
42bc647e80
remove SHARED_ONLY from ports that only use modules that neither set nor
...
read this variable
2016-03-18 23:12:15 +00:00
kirby
3ff141828a
- remove bogus CONFIGURE_STYLE. it's already set via MODULES
...
- remove unneeded FLAVOR ?=
OK steven@, maintainer
2016-03-01 12:24:54 +00:00
jasper
acc681e3b0
sed -i
2015-09-18 19:03:24 +00:00
naddy
6bb8d0674b
Drop USE_GROFF from ports where the formatting differences are acceptable
...
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
jasper
618029415e
missing bumps after gd update
2014-03-22 10:26:38 +00:00
sthen
dcb445207e
sync follow graphics/gd update
2014-03-17 23:21:26 +00:00
espie
fd70df1e93
prepare for upcoming ninja switch
2013-06-24 19:35:18 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
jasper
5d3e86e4d8
- regen WANTLIB
2011-11-03 20:28:09 +00:00
espie
e820071495
normalize pkgpath
2011-09-16 10:31:20 +00:00
naddy
504860a9d8
Use the proper CMake variable to recognize GCC instead of trying
...
to match the command name. ok steven@
2011-09-11 14:07:10 +00:00
espie
bc8dc9adb1
new depends
2010-11-19 07:23:05 +00:00
landry
637487f794
Bump all REVISIONS.. libcsirocsa major was (accidentally?) bumped in
...
last commit, and PLISTDB complained out loud.
2010-11-08 08:45:56 +00:00
espie
632a3518ab
move gettext to new WANTLIB
2010-11-06 16:07:00 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
sthen
0ddd83a519
Fix LIB_DEPENDS (remove bogus dep on glitz), from Brad. ok steven@
2010-10-24 15:29:35 +00:00
steven
83c4da679d
replace MODFORTRAN_WANTG77 with MODFORTRAN_COMPILER
2010-10-23 15:09:57 +00:00
espie
3075d068d4
USE_GROFF=Yes
2010-10-18 20:52:05 +00:00
naddy
8ff5a816ae
remove unused variables
2010-07-24 18:30:46 +00:00
dcoppa
ed000b5767
Remove bogus tcl/tk bits, since tcl/tk bindings have been disabled.
...
Switch to new-style LIB_DEPENDS/WANTLIB and general LIB_DEPENDS/WANTLIB
cleanup.
OK steven@ (maintainer)
2010-07-22 18:52:35 +00:00
naddy
a2c9a774ff
Remove redundant variables OPSYS and OPSYS_VER.
...
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.
ok espie@
2010-07-18 18:49:01 +00:00
steven
cedd0e2bb7
REVISION
2010-07-18 10:50:11 +00:00
steven
eb541c134b
disable build of fortran 95 bindings for now
2010-06-15 20:47:38 +00:00