Bug 125470 - [patch] ports-mgmt/tinderbox fix OPTIONS handling
Summary: [patch] ports-mgmt/tinderbox fix OPTIONS handling
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: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-10 09:50 UTC by Alex Kozlov
Modified: 2008-07-11 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (288 bytes, patch)
2008-07-10 09:50 UTC, Alex Kozlov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Kozlov 2008-07-10 09:50:00 UTC
Fix OPTIONS handling.

Fix: Apply the patch.

Patch attached with submission follows:
How-To-Repeat: $./tc configOptions
OPTIONS_DIR=/options
OPTIONS_ENABLED=1
$mount|grep options
/var/tinderbox/options/6S-FreeBSD on /var/tinderbox/6S-FreeBSD/var/db/ports

$sudo ./tinderbuild -nullfs -plistcheck -onceonly -b 6S-FreeBSD x11-wm/vtwm
[...]
$sudo ./enterbuild -b 6S-FreeBSD -d x11-wm/vtwm
[...]
#cat /var/db/ports/vtwm/options
# This file is auto-generated by 'make config'.
# No user-servicable parts inside!
# Options for vtwm-5.4.7_3
_OPTIONS_READ=vtwm-5.4.7_3
WITHOUT_SOUND=true
WITH_NLS=true
#cd /a/ports/x11-wm/vtwm/ && make -V WITHOUT_SOUND

#echo $PORT_DBDIR
/var/tinderbox/6S-FreeBSD/var/db/ports
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-10 09:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-07-11 16:38:20 UTC
Responsible Changed
From-To: itetcu->marcus

Over to tindy author
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2008-07-11 17:14:51 UTC
Responsible Changed
From-To: marcus->itetcu

Fixed in HEAD.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-07-11 22:22:50 UTC
miwi        2008-07-11 21:22:41 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/tinderbox Makefile distinfo 
  Added files:
    ports-mgmt/tinderbox/files patch-portbuild 
  Log:
  - Update paefchen template [1] (fix bug in firefox3)
  - Fix OPTIONS handling [2]
  - Bump PORTREVISION
  
  PR:             125470 [2]
  Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua> [2]
                  Aron Schlesigner [1]
  Approved by:    itetcu (maintainer)
  
  Revision  Changes    Path
  1.44      +4 -2      ports/ports-mgmt/tinderbox/Makefile
  1.17      +3 -3      ports/ports-mgmt/tinderbox/distinfo
  1.3       +10 -0     ports/ports-mgmt/tinderbox/files/patch-portbuild (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 5 Martin Wilke freebsd_committer freebsd_triage 2008-07-11 22:23:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!