Bug 193846 - databases/sqlrelay: 0.53.x -> 0.56, unbreak
Summary: databases/sqlrelay: 0.53.x -> 0.56, unbreak
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 19:42 UTC by Kurt Jaeger
Modified: 2014-09-22 20:22 UTC (History)
1 user (show)

See Also:


Attachments
update (5.80 KB, patch)
2014-09-22 19:43 UTC, Kurt Jaeger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2014-09-22 19:43:19 UTC
Created attachment 147570 [details]
update
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-09-22 19:50:19 UTC
A commit references this bug:

Author: pi
Date: Mon Sep 22 19:50:17 UTC 2014
New revision: 368993
URL: http://svnweb.freebsd.org/changeset/ports/368993

Log:
  devel/rudiments: 0.46_2 -> 0.47

  0.47 - fixed possible null-dereference in xmldomnode::safeAppend
  	added charstring::inSetIgnoringCase
  	xmldomnode::setAttributeValue does nothing when the null node is
  		referenced now
  	fixed a codetree bug that could cause indentation to attempt to go
  		negative when using an unsigned number
  	added a configure test to see if -Wno-format is needed
  	configure tests for mlockall/munlockall attempt link now
  	added sys/types.h before sys/un.h in sys/un.h test for older freebsd
  	implemented stubs for pure virtual methods of client and server classes
  		so instances of them could be created to attach already-open
  		file descriptors to
  	unified usage of select/poll and prefer poll
  	pushed all select/poll-related code into listener class
  	removed problematic and unused useListener-related methods in
  		filedescriptor class
  	epoll is used in place of select/poll for systems that support it
  	kqueue is used in place of select/poll for systems that support it
  	consolidated getpagesize() calls to use sys::getPageSize()
  	added detection and support for __vsnprintf for platforms that have
  		that instead of vsnprintf
  	added cancel and raiseSignal methods to the thread class
  	fixed datetime memory leak
  	added xmldomnode::clone method to clone a node
  	renamed variablebuffer to bytebuffer
  	renamed rawbuffer to bytestring
  	refactored linkedlist
  	added singlylinkedlist class
  	added sort, detach, move and insert methods to linkedlist classes
  	fixed file::open using O_CREAT without O_EXCL on windows

  PR:		193846
  Approved by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)

Changes:
  head/devel/rudiments/Makefile
  head/devel/rudiments/distinfo
  head/devel/rudiments/files/patch-configure
  head/devel/rudiments/pkg-plist
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-09-22 20:21:23 UTC
A commit references this bug:

Author: pi
Date: Mon Sep 22 20:20:22 UTC 2014
New revision: 368996
URL: http://svnweb.freebsd.org/changeset/ports/368996

Log:
  databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainership

  - Long list of changes since 0.53.1, see ChangeLog
  - unbreak
  - many of the options need to be tested and fine-tuned

  PR:		193846

Changes:
  head/databases/sqlrelay/Makefile
  head/databases/sqlrelay/Makefile.common
  head/databases/sqlrelay/distinfo
  head/databases/sqlrelay/files/patch-config.mk.in
  head/databases/sqlrelay/pkg-plist