Commit Graph

22 Commits

Author SHA1 Message Date
naddy
6668f97974 correct revision bump 2019-10-04 15:06:15 +00:00
jasper
6c9015728b switch homepage and master_sites to https 2019-10-02 18:29:33 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
jasper
3a0066f4da no need to escape the question mark in MASTER_SITES anymore \?
prompted by espie@
2019-05-12 15:52:53 +00:00
jeremy
1aaeb2f8ac Work with PostgreSQL 11
OK ajacoutot@
2019-02-19 05:13:02 +00:00
ajacoutot
383d5cbd55 Missing BDEP on lang/python. 2019-01-09 06:37:20 +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
ajacoutot
ec6e108822 This picks up devel/doxygen if it's around. 2018-11-11 18:49:21 +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
e5561e8624 Needs a recent compiler (c++11, etc) 2018-01-19 17:52:59 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
jasper
cec2af4889 merged upstream 2017-08-25 18:39:28 +00:00
jasper
e8dc5dd504 merged upstream 2017-08-19 12:47:38 +00:00
jasper
893900e9bc move BDEP on unzip to Makefile.inc for it's common
spotted by naddy@
2017-08-11 19:56:58 +00:00
jasper
8897ffb905 fix stray \n and :0 that snuck in
spotted by naddy@
2017-08-10 01:51:19 +00:00
jasper
c4c1907d39 - resolve XXX and implement GetPathToExecutableInternal
- sync Compiler.cmake with what's been submitted upstream
2017-08-09 17:02:35 +00:00
jasper
22d475bf12 move pre-configure to Makefile.inc 2017-08-09 15:35:51 +00:00
jasper
998194d358 set a logdir to prevent spewing to STDOUT/STDERR 2017-08-09 15:23:07 +00:00
jasper
8b876f13cd import orthanc-plugin-postgresql-2.0
Plugins to use PostgreSQL as the database back-end of Orthanc instead of
SQLite.

feedback and ok zhuk@
2017-08-09 14:41:54 +00:00
jasper
741044a479 import orthanc-plugin-webviewer-2.3
Orthanc Web Viewer is a plugin to Orthanc, a lightweight, RESTful Vendor
Neutral Archive for medical imaging. It extends Orthanc with an
integrated Web viewer of DICOM images.

feedback and ok zhuk@
2017-08-09 14:41:22 +00:00
jasper
fddc1fee9d add common Makefile bits 2017-08-09 14:40:30 +00:00
jasper
0d351487d9 import orthanc-1.3.0
Orthanc aims at providing a simple, yet powerful standalone DICOM
server. It is designed to improve the DICOM flows in hospitals and to
support research about the automated analysis of medical images. Orthanc
lets its users focus on the content of the DICOM files, hiding the
complexity of the DICOM format and of the DICOM protocol.

might need some polishing which can happen in-tree
feedback and ok zhuk@
2017-08-09 14:39:32 +00:00