Bug 124929 - [PATCH] ports-mgmt/tinderbox: Fix build when WITHOUT_WEB_EXP=true
Summary: [PATCH] ports-mgmt/tinderbox: Fix build when WITHOUT_WEB_EXP=true
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-06-24 12:30 UTC by Mario Sergio Fujikawa Ferreira
Modified: 2008-07-01 21:10 UTC (History)
1 user (show)

See Also:


Attachments
tinderbox-2.4.3.patch (4.60 KB, patch)
2008-06-24 12:30 UTC, Mario Sergio Fujikawa Ferreira
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2008-06-24 12:30:01 UTC
When WITHOUT_WEB_EXP=true, the following patches should not be
applied. Therefore, I changed them to EXTRA_PATCHES. No PORTREVISION
bump should be necessary since the port does not build if OPTION
WEB_EXP is not selected.

Added file(s):
- files/extra-patch-www-exp__core__TinderboxDS.php
- files/extra-patch-www-exp__module__moduleBuildPorts.php

Removed file(s):
- files/patch-www-exp__core__TinderboxDS.php
- files/patch-www-exp__module__moduleBuildPorts.php

Port maintainer (itetcu@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-24 12:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-01 21:06:25 UTC
itetcu      2008-07-01 20:06:20 UTC

  FreeBSD ports repository

  Modified files:
    ports-mgmt/tinderbox Makefile 
  Added files:
    ports-mgmt/tinderbox/files 
                               extra-patch-www-exp__core__TinderboxDS.php 
                               extra-patch-www-exp__module__moduleBuildPorts.php 
  Removed files:
    ports-mgmt/tinderbox/files 
                               patch-www-exp__core__TinderboxDS.php 
                               patch-www-exp__module__moduleBuildPorts.php 
  Log:
  Don't try to patch inexistent files if WEB_EXP in not on.
  
  PR:             ports/124929 [1], ports/124762 [2]
  Submitted by:   Jona Joachim <jaj@hcl-club.lu>,
                  Alex Kozlov <spam@rm-rf.kiev.ua> [2],
                  lioux@ [1]
  
  Revision  Changes    Path
  1.43      +5 -0      ports/ports-mgmt/tinderbox/Makefile
  1.1       +14 -0     ports/ports-mgmt/tinderbox/files/extra-patch-www-exp__core__TinderboxDS.php (new)
  1.1       +11 -0     ports/ports-mgmt/tinderbox/files/extra-patch-www-exp__module__moduleBuildPorts.php (new)
  1.2       +0 -14     ports/ports-mgmt/tinderbox/files/patch-www-exp__core__TinderboxDS.php (dead)
  1.2       +0 -11     ports/ports-mgmt/tinderbox/files/patch-www-exp__module__moduleBuildPorts.php (dead)
_______________________________________________
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 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2008-07-01 21:06:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!