Bug 132566 - ports: Some Horde ports don't honor ${HORBAS}.
Summary: ports: Some Horde ports don't honor ${HORBAS}.
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-12 05:20 UTC by UEMURA
Modified: 2009-03-25 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.62 KB, patch)
2009-03-12 05:20 UTC, UEMURA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description UEMURA freebsd_committer freebsd_triage 2009-03-12 05:20:00 UTC
www/horde-base/bsd.horde.mk allows Horde base directory to be configured manually via ${HORBAS}, though some ports ignore it.

Fix: Apply the patch attached.

Patch attached with submission follows:
How-To-Repeat: For example, install www/horde-base and mail/horde-imp with HORBAS=/foo/bar then attempt to install mail/horde-mimp with HORBAS=/foo/bar, which fails to locate horde-imp.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-03-12 06:17:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer of the 3 affected ports.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-03-25 01:26:00 UTC
beech       2009-03-25 01:25:46 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/horde-hermes Makefile 
  Log:
  - Fix build depends to respect HORBAS
  
  PR:             ports/132566
  Submitted by:   UEMURA, Tetsuya <t_uemura@macome.co.jp>
  
  Revision  Changes    Path
  1.5       +3 -3      ports/deskutils/horde-hermes/Makefile
_______________________________________________
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 3 dfilter service freebsd_committer freebsd_triage 2009-03-25 01:47:41 UTC
beech       2009-03-25 01:47:27 UTC

  FreeBSD ports repository

  Modified files:
    mail/horde-mimp      Makefile 
  Log:
  - Fix build depends to respect HORBAS
  
  PR:             ports/132566
  Submitted by:   UEMURA, Tetsuya <t_uemura@macome.co.jp>
  
  Revision  Changes    Path
  1.17      +1 -1      ports/mail/horde-mimp/Makefile
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2009-03-25 01:55:30 UTC
beech       2009-03-25 01:55:21 UTC

  FreeBSD ports repository

  Modified files:
    mail/horde-dimp      Makefile 
  Log:
  - Fix build depends to respect HORBAS
  
  PR:             ports/132566
  Submitted by:   UEMURA, Tetsuya <t_uemura@macome.co.jp>
  
  Revision  Changes    Path
  1.5       +1 -1      ports/mail/horde-dimp/Makefile
_______________________________________________
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 5 Beech Rintoul freebsd_committer freebsd_triage 2009-03-25 01:56:13 UTC
State Changed
From-To: open->closed

Committed, Thanks!