OpenBSD ports changes summary for 2017-02-27 ============================================
audio/grip biology/nutdb chinese/crxvt comms/colrdx comms/owx converters/lastools converters/mimepp databases/p5-DBD-mysql devel/cpp-hocon devel/geany devel/harfbuzz devel/jsoncpp devel/libutf devel/premake4 devel/pysvn emulators/sdlmame emulators/sdlmess fonts fonts/go-fonts games/blockrage games/capitan-sevilla games/gemdropx games/icebreaker games/netris games/sdlpop games/typespeed graphics/inkscape graphics/s10sh lang/libv8 lang/mruby lang/ocaml mail/archiveopteryx mail/bmf mail/dovecot math/libneural math/libtommath math/minisat math/suitesparse math/xspread misc/randtype misc/xd multimedia/avinfo net/libpsl net/osrtspproxy net/tinc plan9/drawterm security/foremost security/ipguard sysutils/facter sysutils/incron sysutils/ruby-puppet-syntax textproc/rman www/cntlm www/swiggle x11/gnome x11/windowlab x11/xmold == audio ============================================================= 01/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/audio grip ~ Makefile > Bump REVISION after DESCR change. > Ok aja@ (nigel@) == biology =========================================================== 02/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/biology nutdb ~ Makefile > Don't hardcode g++ (jca@) == chinese =========================================================== 03/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/chinese crxvt ~ Makefile > Don't harcode gcc, respect CFLAGS (jca@) == comms ============================================================= 04/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/comms colrdx ~ Makefile ~ patches/patch-Makefile > Don't hardcode gcc, respect CFLAGS (jca@) owx ~ Makefile ~ patches/patch-src_Makefile > Respect CXX/CXXFLAGS (jca@) == converters ======================================================== 05/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/converters lastools ~ Makefile > Don't hardcode g++ (jca@) mimepp ~ Makefile > Don't hardcode g++ (jca@) == databases ========================================================= 06/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/databases p5-DBD-mysql ~ Makefile ~ distinfo > Temporarily switch to a Github snapshot to unbreak sql_lookups in > mail/amavisd-new and other software that uses float fields and perl in > tainted mode. > More info on the issue fixed: > https://github.com/perl5-dbi/DBD-mysql/issues/78 > ok sthen@ (giovanni@) == devel ============================================================= 07/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/devel cpp-hocon ~ Makefile > set maintainer to sebastia@, just like other puppet-related ports > ok sebastia@ (jasper@) geany ~ Makefile ~ distinfo ~ pkg/PLIST > Update to 1.29 > Switch to gtk+3 > enable regression tests > ok armani@ (Maintainer) (giovanni@) harfbuzz ~ Makefile ~ distinfo > Update to harfbuzz-1.4.3. (ajacoutot@) jsoncpp ~ patches/patch-SConstruct > Honour CXX, do not hardcode "g++" (dcoppa@) libutf ~ Makefile > Don't hardcode gcc (jca@) premake4 ~ Makefile > Don't hardcode gcc > ...at build time only for now, let's hope that premake doesn't also > hardcode it at runtime. (jca@) pysvn ~ patches/patch-Source_setup_configure_py > Don't hardcode gcc/g++ (jca@) ~ patches/patch-Source_setup_configure_py > Show commands used for compilation (jca@) ~ Makefile ~ patches/patch-Source_setup_configure_py > Respect CFLAGS/CXXFLAGS > ok stsp@ (maintainer) (jca@) == emulators ========================================================= 08/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/emulators sdlmame ~ Makefile ~ patches/patch-makefile > honor CXX for linking (naddy@) sdlmess ~ Makefile ~ patches/patch-makefile > honor CXX for linking (naddy@) == fonts ============================================================= 09/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/fonts fonts ~ Makefile > +go-fonts (jsg@) go-fonts + Makefile + distinfo + pkg/DESCR + pkg/PLIST > New import: > Add a port for the Go fonts. == games ============================================================= 10/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/games blockrage ~ Makefile + patches/patch-configure + patches/patch-src_Makefile_in > use CC for linking, don't add optimization to CFLAGS (naddy@) capitan-sevilla ~ Makefile ~ patches/patch-Makefile > honor CC, CXX (naddy@) gemdropx ~ Makefile > honor CC, CFLAGS (naddy@) icebreaker ~ Makefile > honor CC (naddy@) netris - patches/patch-Configure ~ Makefile > honor CC, simplify (naddy@) sdlpop ~ Makefile ~ patches/patch-src_Makefile > honor CC, CFLAGS (naddy@) typespeed + patches/patch-src_Makefile_in + patches/patch-testsuite_Makefile_in > do not override CC (naddy@) == graphics ========================================================== 11/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/graphics inkscape ~ Makefile > autoconf also needs libtool.m4; from maintainer Rafael Sadowski (naddy@) s10sh ~ Makefile > Don't harcode gcc (jca@) == lang ============================================================== 12/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/lang libv8 ~ Makefile > Respect CXX (jca@) mruby ~ Makefile > Respect CC (jca@) ~ Makefile + patches/patch-tasks_toolchains_gcc_rake > Show build commands, re-add -W* compile flags > The default is still a debug build. Is that intended? > "cc" -O2 -pipe -std=gnu99 -Wall -Werror-implicit-function-declaration \ > -Wdeclaration-after-statement -Wwrite-strings -g3 -O0 > -DMRB_ENABLE_DEBUG_HOOK \ > -DMRBGEM_MRUBY_BIN_DEBUGGER_VERSION=0.0.0 ... (jca@) ocaml ~ Makefile > Don't hardcode gcc -c (jca@) == mail ============================================================== 13/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail archiveopteryx ~ patches/patch-Jamrules > Don't hardcode g++ (jca@) bmf + patches/patch-configure > Don't hardcode gcc (jca@) dovecot ~ Makefile > Full package spec isn't needed in LIB_DEPENDS-xx/RUN_DEPENDS-xx for subpkgs > depending on the main package, because PKGSPEC is set. Mainly done to > simplify > testing RCs. OK Brad (maintainer). (sthen@) == math ============================================================== 14/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/math libneural ~ Makefile > Respect CC (jca@) libtommath ~ Makefile > Respect CC (jca@) minisat ~ Makefile > Respect CXX (jca@) suitesparse ~ Makefile > Respect CXX (jca@) xspread ~ Makefile > Respect CC (jca@) == misc ============================================================== 15/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/misc randtype ~ Makefile > Respect CC/CFLAGS (jca@) + patches/patch-Makefile > Missed in previous (jca@) xd ~ Makefile > Respect CC (jca@) == multimedia ======================================================== 16/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/multimedia avinfo ~ Makefile > Respect CC/CFLAGS (jca@) == net =============================================================== 17/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/net libpsl - patches/patch-src_psl2c_c - patches/patch-src_psl_c ~ Makefile ~ distinfo > Update to libpsl-0.17.0. > - minor bump for psl_dist_filename and psl_latest > - no more patches needed. (jca@) osrtspproxy ~ Makefile ~ patches/patch-configure > honour CC, CXX (bluhm@) tinc ~ Makefile ~ distinfo ~ patches/patch-doc_tinc_texi > Update to tinc-1.0.31. > from Rafael Sadowski (Maintainer) and tested by Uwe Werler (benoit@) == plan9 ============================================================= 18/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/plan9 drawterm ~ Makefile > Don't hardcode gcc (jca@) == security ========================================================== 19/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/security foremost ~ Makefile + patches/patch-Makefile > Respect CC/CFLAGS (jca@) ipguard ~ Makefile > Respect CC (jca@) == sysutils ========================================================== 20/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils facter ~ Makefile > set maintainer to sebastia@, just like other puppet-related ports > ok sebastia@ (jasper@) incron ~ Makefile > Respect CXX (jca@) ruby-puppet-syntax ~ Makefile > set maintainer to sebastia@, just like other puppet-related ports > ok sebastia@ (jasper@) == textproc ========================================================== 21/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/textproc rman ~ Makefile > Respect CC/CFLAGS (jca@) == www =============================================================== 22/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www cntlm ~ patches/patch-Makefile + patches/patch-configure > Do not hardcode gcc (dcoppa@) swiggle ~ patches/patch-Makefile > Don't hardcode gcc (jca@) == x11 =============================================================== 23/23 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/x11 gnome + recipes/distinfo + recipes/Makefile + recipes/pkg/PLIST + recipes/pkg/DESCR + recipes/patches/patch-src_recipes-generated_gresource_xml > New import: > import gnome-recipes-0.16.0 ~ Makefile > +recipes (jasper@) windowlab ~ Makefile > Respect CC (jca@) xmold ~ Makefile > Respect CC/CFLAGS (jca@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
