Bug 151782 - databases/xapian-core needs to be at least 1.0.18 for xapian-bindings and p5-Search-Xapian to build
Summary: databases/xapian-core needs to be at least 1.0.18 for xapian-bindings and p5-...
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: Henrik Brix Andersen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-27 17:30 UTC by Jean-Francois Dockes
Modified: 2010-10-29 17:35 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 Jean-Francois Dockes 2010-10-27 17:30:09 UTC
        Following the revert of databases/xapian-core to the 1.0 series for
        assumedly valid reasons, inconsistent 1.0 releases were chosen for
        xapian-core, xapian-bindings and p5-Search-Xapian. The releases for
        xapian-bindings (1.0.18) and p5-Search-Xapian (1.0.20) need at
        least xapian-core 1.0.18 because of a missing member function in
        older releases (Document::add_boolean_term()) 

	xapian-core is currently 1.0.17 so the other two won't build.

Fix: 

Just move xapian-core over to release 1.0.18, which exists in CVS 
	(commit from Sat Apr 17 19:31:27 2010 UTC)

	Additionally, it does not seem very helpful that xapian-core,
	xapian-bindings, and p5-Search-Xapian are identical copies from
	xapian-core10, xapian-bindings10 and p5-Search-Xapian10 (except
	that xapian-core and xapian-bindings are marked broken. They are,
	but not more than the copies). Wouldn't it be nice to let the
	xx10 versions track the 1.0 releases and have the normal ports move
	to the current production series (for quite some time now): 1.2
How-To-Repeat: 	cd /usr/ports/databases/xapian-core10;make
	cd /usr/ports/databases/xapian-bindings10;make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-27 17:30:14 UTC
Maintainer of databases/xapian-core,

Please note that PR ports/151782 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151782

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-27 17:30:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jean-Francois Dockes 2010-10-27 17:45:34 UTC
Edwin Groothuis writes:
 > 
 > Maintainer of databases/xapian-core,
 > 
 > Please note that PR ports/151782 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/151782

I submitted the PR, which concerns changes to the port which were made out
of my control. Just suggesting a solution to fix the fix.
Comment 4 Henrik Brix Andersen freebsd_committer freebsd_triage 2010-10-29 17:14:17 UTC
State Changed
From-To: feedback->open

I'll take it 


Comment 5 Henrik Brix Andersen freebsd_committer freebsd_triage 2010-10-29 17:14:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brix

I'll take it
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-10-29 17:23:57 UTC
brix        2010-10-29 16:23:53 UTC

  FreeBSD ports repository

  Modified files:
    databases/xapian-core Makefile distinfo pkg-plist 
  Log:
  - Update to v1.0.22
  - Add LICENSE information
  - Update maintainer e-mail address
  
  PR:             ports/151782
  Submitted by:   Jean-Francois Dockes <jf@dockes.org> (maintainer)
  Approved by:    Jean-Francois Dockes <jf@dockes.org> (maintainer)
  
  Revision  Changes    Path
  1.32      +9 -2      ports/databases/xapian-core/Makefile
  1.25      +3 -3      ports/databases/xapian-core/distinfo
  1.20      +70 -1     ports/databases/xapian-core/pkg-plist
_______________________________________________
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 7 Henrik Brix Andersen freebsd_committer freebsd_triage 2010-10-29 17:34:38 UTC
State Changed
From-To: open->closed

Fixed. Thank you for reporting this issue.