IABSD.fr/ports/converters/html2text/Makefile

Branch :


Log

Author Commit Date CI Message
69d64771 2025-06-24 13:50:42 switch to gitlab homepage
72712ead 2025-06-23 19:02:45 build debug packages
52388119 2025-06-23 16:19:38 Use pledge "stdio rpath" while parsing untrusted HTML input. Configure without libcurl to avoid unexpected network activity. OK sthen@
6c759fb7 2025-06-19 11:09:27 update to html2text-2.3.0
2947e937 2024-07-15 13:14:12 update to html2text-2.2.3, based on a diff from wen heping quite a few tweaks from me
7ecf0111 2023-09-20 09:53:44 ->SITES, no fetch changes
d4958975 2022-03-11 18:27:00 drop RCS Ids
9fe1e38b 2019-07-12 20:43:27 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
25f0e460 2018-10-24 14:27:57 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.
7aa9f959 2018-05-15 11:05:43 @bin and common directories