Bug 156931 - archivers/lzo2: new version released, but has regressions
Summary: archivers/lzo2: new version released, but has regressions
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 17:50 UTC by Matthias Andree
Modified: 2011-05-10 21:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2011-05-10 17:50:12 UTC
This is to create a publicly visible item about the lzo2 upgrade to 2.05.

I have recently been notified that 2.05 is available, and tried upgrading
the port, but got new self-test regressions (i. e. problems not in 2.04)
about libc memory alignment.

I have chosen to suspend the upgrade whilst awaiting Markus Oberhumer's
reaction to my bug report.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-10 17:50:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mandree

Submitter is maintainer and has GNATS access (via the GNATS Auto Assign 
Tool)
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2011-05-10 17:57:00 UTC
State Changed
From-To: open->suspended

suspended while waiting for upstream maintainer's reaction
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-05-10 21:10:34 UTC
mandree     2011-05-10 20:10:21 UTC

  FreeBSD ports repository

  Modified files:
    archivers/lzo2       Makefile distinfo 
  Added files:
    archivers/lzo2/files patch-lzotest__lzotest.c 
                         patch-util__check.sh 
  Removed files:
    archivers/lzo2/files patch-silence-lzotest.c 
                         patch-util-check.sh 
  Log:
  Update to lzo 2.05.
  Add LICENSE.
  Pass --docdir through CONFIGURE_ARGS to install into the right places.
  Disable the libc malloc() alignment test according to consultation of the
  upstream author, Marcus F. X. J. Oberhumer. He advised that the test were
  too strict and would be changed for 2.06.
  Refresh patches.
  
  PR: ports/156931
  
  Revision  Changes    Path
  1.54      +4 -2      ports/archivers/lzo2/Makefile
  1.14      +2 -2      ports/archivers/lzo2/distinfo
  1.1       +40 -0     ports/archivers/lzo2/files/patch-lzotest__lzotest.c (new)
  1.3       +0 -27     ports/archivers/lzo2/files/patch-silence-lzotest.c (dead)
  1.2       +0 -11     ports/archivers/lzo2/files/patch-util-check.sh (dead)
  1.1       +11 -0     ports/archivers/lzo2/files/patch-util__check.sh (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Matthias Andree freebsd_committer freebsd_triage 2011-05-10 21:11:38 UTC
State Changed
From-To: suspended->closed

Markus Oberhumer responded that the test were too strict and can be 
disabled without affecting the software. So I've done that.