Bug 103735 - [MAINTAINER] misc/bibletime: update to 1.6
Summary: [MAINTAINER] misc/bibletime: update to 1.6
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 05:10 UTC by Thomas Abthorpe
Modified: 2006-09-30 08:50 UTC (History)
1 user (show)

See Also:


Attachments
bibletime-1.6.patch (6.18 KB, patch)
2006-09-28 05:10 UTC, Thomas Abthorpe
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Abthorpe 2006-09-28 05:10:15 UTC
- Update to 1.6
- thanks to Gabriel M. Beddingfield <gabriel_AT_teuton dot org> for demystifing the idiosyncracies of clucene.

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2006-09-28 06:28:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-09-28 13:57:59 UTC
Hi, Thomas

The port does not build. Can you take a look in it?

http://miwibox.org/tb/index.php?action=describe_port&id=271

- Martin

-- 
Martin Wilke		| irc.unixfreunde.de #bsd 
miwi@FreeBSD.org	| miwi@unixfreunde.de
FreeBSD Commiter	| Power to Serve
Comment 3 Thomas Abthorpe 2006-09-28 14:33:00 UTC
Hi Martin,

I encountered the exact same thing when I first started this process, but 
finally got it to build, 
http://www.goodking.ca/tb/index.php?action=describe_port&id=61

I co-ordinated with clsung@ to tweak clucene to turn off the --enable-ascii 
by default, http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/103731.  I see 
in http://miwibox.org/tb/logs/6-STABLE/clucene-0.9.15.log that ASCII is 
enabled. If I could impose on you to make the same textproc/clucene changes 
to your tinderbox portsree, you should find bibletime will compile.

Thanks in advance.


Thomas

----- Original Message ----- 
From: "Martin Wilke" <miwi@FreeBSD.org>
To: "Martin Wilke" <miwi@FreeBSD.org>
Cc: "Thomas Abthorpe" <thomas@goodking.ca>; <bug-followup@FreeBSD.org>
Sent: Thursday, September 28, 2006 8:57 AM
Subject: Re: ports/103735: [MAINTAINER] misc/bibletime: update to 1.6


>
> Hi, Thomas
>
> The port does not build. Can you take a look in it?
>
> http://miwibox.org/tb/index.php?action=describe_port&id=271
>
> - Martin
>
> -- 
> Martin Wilke | irc.unixfreunde.de #bsd
> miwi@FreeBSD.org | miwi@unixfreunde.de
> FreeBSD Commiter | Power to Serve
>
Comment 4 Thomas Abthorpe 2006-09-28 16:39:34 UTC
Please accept the following diff to replace the previously supplied 
pkg-plist

cvs diff -uN pkg-plist
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/misc/bibletime/pkg-plist,v
retrieving revision 1.5
diff -u -r1.5 pkg-plist
--- pkg-plist   15 Jul 2006 00:10:53 -0000      1.5
+++ pkg-plist   28 Sep 2006 15:23:09 -0000
@@ -1,6 +1,6 @@
 bin/bibletime
 include/bibletimeinterface.h
-share/applnk/Applications/bibletime.desktop
+share/applications/bibletime.desktop
 share/apps/bibletime/bibletimeui.rc
 share/apps/bibletime/pics/startuplogo.png
 share/apps/bibletime/tips
@@ -67,6 +67,7 @@
 share/icons/hicolor/16x16/actions/bt_commentary_locked.png
 share/icons/hicolor/16x16/actions/bt_displayconfig.png
 share/icons/hicolor/16x16/actions/bt_displaytranslit.png
+share/icons/hicolor/16x16/actions/bt_findstrongs.png
 share/icons/hicolor/16x16/actions/bt_lexicon.png
 share/icons/hicolor/16x16/actions/bt_lexicon_add.png
 share/icons/hicolor/16x16/actions/bt_lexicon_locked.png
@@ -89,6 +90,7 @@
 share/icons/hicolor/22x22/actions/bt_commentary_locked.png
 share/icons/hicolor/22x22/actions/bt_displayconfig.png
 share/icons/hicolor/22x22/actions/bt_displaytranslit.png
+share/icons/hicolor/22x22/actions/bt_findstrongs.png
 share/icons/hicolor/22x22/actions/bt_lexicon.png
 share/icons/hicolor/22x22/actions/bt_lexicon_add.png
 share/icons/hicolor/22x22/actions/bt_lexicon_locked.png
@@ -112,6 +114,7 @@
 share/icons/hicolor/32x32/actions/bt_commentary_locked.png
 share/icons/hicolor/32x32/actions/bt_displayconfig.png
 share/icons/hicolor/32x32/actions/bt_displaytranslit.png
+share/icons/hicolor/32x32/actions/bt_findstrongs.png
 share/icons/hicolor/32x32/actions/bt_lexicon.png
 share/icons/hicolor/32x32/actions/bt_lexicon_add.png
 share/icons/hicolor/32x32/actions/bt_lexicon_locked.png
@@ -160,6 +163,7 @@
 @dirrmtry share/icons/hicolor/16x16/actions
 @dirrmtry share/icons/hicolor/16x16
 @dirrmtry share/icons/hicolor
+@dirrmtry share/icons
 @dirrm share/doc/HTML/en/bibletime/howto
 @dirrm share/doc/HTML/en/bibletime/handbook
 @dirrm share/doc/HTML/en/bibletime
@@ -169,5 +173,4 @@
 @dirrm share/apps/bibletime/pics
 @dirrm share/apps/bibletime
 @dirrmtry share/apps
-@dirrmtry share/applnk/Applications
-@dirrmtry share/applnk
+@dirrmtry share/applications
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2006-09-30 08:40:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2006-09-30 08:40:38 UTC
miwi        2006-09-30 07:40:30 UTC

  FreeBSD ports repository

  Modified files:
    misc/bibletime       Makefile distinfo pkg-plist 
    misc/bibletime/files patch-Makefile.am patch-Makefile.in 
  Log:
  - Update to 1.6
  
  PR:             ports/103735
  Submitted by:   Thomas Abthorpe <thomas(at)goodking.ca> (maintainer)
  
  Revision  Changes    Path
  1.18      +6 -2      ports/misc/bibletime/Makefile
  1.7       +3 -3      ports/misc/bibletime/distinfo
  1.5       +5 -5      ports/misc/bibletime/files/patch-Makefile.am
  1.5       +5 -5      ports/misc/bibletime/files/patch-Makefile.in
  1.6       +6 -3      ports/misc/bibletime/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"