OpenBSD ports changes summary for 2017-05-01 ============================================
archivers/lzip archivers/makeself archivers/zstd benchmarks benchmarks/bytebench cad/gnucap cad/klogic comms/fldigi devel/codeworker devel/doc++ devel/ipython devel/libvstr devel/py-gobject3 devel/quirks devel/tclap editors/emacs editors/tea editors/teaqt editors/uemacs emulators/BasiliskII games/ace games/dungeon-crawl lang/ghc mail/rmilter net/librenms net/putty textproc/mupdf www/kore www/p5-HTML-FormatText-WithLinks-AndTableswww/p5-HTML-Tree www/p5-HTTP-Server-Simple www/p5-SOAP-Lite == archivers ========================================================= 01/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/archivers lzip ~ lzip/Makefile ~ lzip/distinfo > Update to lzip 1.19. (juanfra@) ~ clzip/Makefile ~ clzip/distinfo > Update to clzip 1.9. (juanfra@) makeself ~ Makefile ~ distinfo > Update archivers/makeself to 2.3.0 and change HOMEPAGE. > OK aja@ (rpe@) zstd ~ Makefile > switch to MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS}, C only. ok juanfra@ > (sthen@) == benchmarks ======================================================== 02/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/benchmarks benchmarks ~ Makefile > remove bytebench: 25 years old and no longer used by anybody; ok jca@, krw@ > (naddy@) bytebench - Makefile - distinfo - patches/patch-Makefile - patches/patch-Run - patches/patch-pgms_cleanup_sh - patches/patch-pgms_multi_sh - patches/patch-src_big_c - patches/patch-src_dhry_1_c - patches/patch-src_execl_c - patches/patch-src_fstime_c - pkg/DESCR - pkg/PLIST > remove bytebench: 25 years old and no longer used by anybody; ok jca@, krw@ > (naddy@) == cad =============================================================== 03/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/cad gnucap ~ Makefile + patches/patch-modelgen_ap_h + patches/patch-modelgen_mg__h + patches/patch-src_ap_h > fix compile with clang, classes have to be visible when > defining templates. > also fix an obnoxious narrowing warning/error which makes no sense (espie@) klogic - patches/patch-klogic_klogic_h - patches/patch-klogic_mainw_cpp ~ Makefile ~ distinfo ~ pkg/DESCR ~ pkg/PLIST > update to klogic-4.0.2 > ok jca@ (rsadowski@) == comms ============================================================= 04/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/comms fldigi ~ Makefile ~ distinfo > update to fldigi-4.0.3 (sthen@) == devel ============================================================= 05/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel codeworker + patches/patch-CGExternalHandling_cpp + patches/patch-CGRuntime_cpp > EXIT_FAILURE declaration, match new[] with delete[]. (espie@) doc++ + patches/patch-src_comment_ll + patches/patch-src_cpp_ll + patches/patch-src_datahashtable_h + patches/patch-src_doc2dbsgml_ll + patches/patch-src_doc2dbxml_ll + patches/patch-src_doc2tex_ll + patches/patch-src_doc_ll + patches/patch-src_html_cc + patches/patch-src_java_ll + patches/patch-src_main_cc + patches/patch-src_nametable_cc + patches/patch-src_nametable_h + patches/patch-src_php_ll + patches/patch-src_tex2gif_cc > surprisingly not painful to fix. > #include <iostream.h> -> #include <iostream> + using lines. > can't use namespace std, as this code has names that seriously interfere. > (espie@) ipython ~ Makefile ~ distinfo ~ patches/patch-docs_source_conf_py > Update to ipython 5.3.0 > ok edd@ (maintainer) (shadchin@) libvstr ~ Makefile > explicitly use gnu89-inlines > shut up noise with clang (espie@) py-gobject3 ~ Makefile > switch to MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS} (C only), ok aja@ > (sthen@) quirks ~ Makefile ~ files/Quirks.pm > remove bytebench: 25 years old and no longer used by anybody; ok jca@, krw@ > (naddy@) tclap ~ Makefile > disable doxygen > ok jca@ (rsadowski@) == editors =========================================================== 06/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/editors emacs - patches/patch-lisp_vc_vc-cvs_el ~ Makefile ~ distinfo ~ patches/patch-configure ~ patches/patch-lisp_files_el ~ patches/patch-lisp_vc_vc_el ~ pkg/PLIST > emacs-25.2 > Mostly a bug-fixe release, see NEWS for the few things that changed. > The diff for bug #24082 included is in this release. > Tested on armv7 and amd64. -rc/release test reports from alf, Manuel > Giraud, sunil@ and krw@ (jca@) tea ~ Makefile > New HOMEPAGE and MASTER_SITES > sourceforge kept last in MASTER_SITES because it serves tarballs for > the old versions we use. (jca@) teaqt ~ Makefile > New HOMEPAGE and MASTER_SITES > sourceforge kept last in MASTER_SITES because it serves tarballs for > the old versions we use. (jca@) uemacs ~ patches/patch-h_eproto_h ~ patches/patch-src_bind_c ~ patches/patch-src_char_c ~ patches/patch-src_file_c ~ patches/patch-src_input_c ~ patches/patch-src_keyboard_c ~ patches/patch-src_lock_c + patches/patch-src_eval_c > regen old patches, fix type of void function (espie@) == emulators ========================================================= 07/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/emulators BasiliskII ~ Makefile > the slirp emulator needs gnu89 inlines. Fortunately, this is clean enough > that the CFLAGS don't bleed into C++. (espie@) == games ============================================================= 08/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games ace ~ Makefile ~ patches/patch-lib_make-imglib_c > fix compile&some warnings/errors with clang (espie@) dungeon-crawl + patches/patch-source_effects_cc + patches/patch-source_it_use3_cc + patches/patch-source_randart_cc + patches/patch-source_tags_cc > find proto for missing identifiers (espie@) == lang ============================================================== 09/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang ghc ~ Makefile > Still too much noise for espie@, so add -Wno-expansion-to-defined. (kili@) == mail ============================================================== 10/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail rmilter ~ Makefile > use MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS}; c99 but no c++ (sthen@) == net =============================================================== 11/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net librenms ~ Makefile ~ distinfo ~ patches/patch-html_install_php ~ patches/patch-includes_common_php ~ patches/patch-includes_defaults_inc_php ~ patches/patch-includes_functions_php ~ patches/patch-poller-wrapper_py ~ pkg/PLIST > update to librenms-1.27 (sthen@) putty ~ Makefile > fix deps, moved to gtk+3 (sthen@) == textproc ========================================================== 12/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc mupdf ~ Makefile > change mupdf's MODGCC4_ARCHS to ${GCC3_ARCHS} ${GCC4_ARCHS}; this is just > C99 not C++ so no mucking about with WANTLIB required. (sthen@) == www =============================================================== 13/13 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www kore ~ Makefile + patches/patch-Makefile > Honour CC and remove hardcoded optimization (-O2) flag. (fcambus@) p5-HTML-FormatText-WithLinks-AndTables ~ Makefile ~ distinfo > Update to p5-HTML-FormatText-WithLinks-AndTables-0.07. (benoit@) p5-HTML-Tree ~ Makefile ~ distinfo ~ pkg/PLIST > Update to p5-HTML-Tree-5.06. (benoit@) p5-HTTP-Server-Simple ~ Makefile ~ distinfo > Update to p5-HTTP-Server-Simple-0.52. (benoit@) p5-SOAP-Lite ~ Makefile ~ distinfo > Update to p5-SOAP-Lite-1.20. (benoit@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
