Commit Graph

29 Commits

Author SHA1 Message Date
rsadowski
f7f80a2c81 Update dcmtk to 3.6.7
Tweak and ok op@
2022-07-13 18:44:37 +00:00
naddy
af6a79943b drop RCS Ids 2022-03-11 19:22:04 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
60cd7534f1 move some REVISION lines that are buried away low down in the Makefile 2019-07-05 15:43:42 +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
jasper
e95c851c70 - update to dcmtk-3.6.3
- unbreak with clang6
2018-04-10 19:07:40 +00:00
jasper
e4f1904691 - update to dcmtk-3.6.2
* switch to cmake
* redo DESCR
2017-07-29 12:56:19 +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
espie
2b518fda36 let it build with clang... a shitload of the same 2017-05-06 16:59:31 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
sthen
270db149c4 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:24:22 +00:00
schwarze
ba9f2089de Drop USE_GROFF (almost exclusively additional blank lines). No bump needed. 2015-04-18 13:35:27 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jasper
ec1d49eec5 Security fix for CVE-2013-6825, DCMTK Root Privilege escalation
ok sthen@
2014-06-04 13:15:17 +00:00
jca
4d453a422f Unbreak after RAND_egd removal. ok naddy@ 2014-04-24 20:33:43 +00:00
naddy
7117287c93 disable TCP wrappers 2014-03-24 17:00:08 +00:00
sthen
7e0f6517b6 zap whitespace at eof, no package changes 2013-05-30 10:51:22 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
espie
944822a56c make very sure we don't get a wandering libtool
software has a piece of shit configure script (oxymoron) that does detect
libtool is present, but produces crap when it discovers it's not gnu libtool.
of course, checking for features is too complicated, so it just asks
libtool --version and checks for "GNU libtool".

morons.
2012-06-17 21:55:20 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +00:00
jasper
9ec15e8a59 - remove unneeded patch 2011-05-02 19:15:49 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie
8969e8459a more WANTLIB 2010-11-09 09:14:31 +00:00
sthen
0666992301 fix tabs 2010-10-18 21:50:38 +00:00
espie
0f681543b5 USE_GROFF=Yes 2010-10-18 18:13:12 +00:00
benoit
4467990cbd - unbreak dcmtk after the openssl update
ok kili@
2010-10-07 04:19:44 +00:00
steven
fb39f827c2 fix master site 2008-04-11 11:27:24 +00:00
djm
1aadfad3bf Port the Offis DICOM toolkit, version 3.5.4:
DCMTK is a collection of libraries and applications implementing
    large parts of the DICOM standard for medical imaging. It
    includes software for examining, constructing and converting
    DICOM image files, handling offline media, sending and receiving
    images over a network connection, as well as demonstrative image
    storage and worklist servers.

great feedback naddy@ (a little while ago)
2008-04-10 10:09:56 +00:00