Bug 168021 - benchmarks/dbs: Fix build on 9-stable
Summary: benchmarks/dbs: Fix build on 9-stable
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: 2012-05-17 19:10 UTC by tkato432
Modified: 2012-05-21 04:20 UTC (History)
0 users

See Also:


Attachments
file.diff (4.21 KB, patch)
2012-05-17 19:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2012-05-17 19:10:02 UTC
- Fix build on 9-stable
- Add USE_PERL5_RUN
- Support CFLAGS properly
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES

New file:
files/patch-src__record.h

Remove file:
files.patch-af
pkg-plist
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-17 19:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-05-21 04:10:19 UTC
miwi        2012-05-21 03:10:02 UTC

  FreeBSD ports repository

  Modified files:
    benchmarks/dbs       Makefile 
    benchmarks/dbs/files patch-aa 
  Added files:
    benchmarks/dbs/files patch-src__record.h 
  Removed files:
    benchmarks/dbs       pkg-plist 
    benchmarks/dbs/files patch-af 
  Log:
  - Fix build for 9 and above
  - Add USE_PERL5_RUN
  - Support CFLAGS properly
  - Support PORTDOCS/PORTEXAMPLES/PLIST_FILES
  
  PR:             168021
  Submitted by:   Ports Fury
  
  Revision  Changes    Path
  1.18      +31 -20    ports/benchmarks/dbs/Makefile
  1.2       +1 -1      ports/benchmarks/dbs/files/patch-aa
  1.2       +0 -12     ports/benchmarks/dbs/files/patch-af (dead)
  1.1       +12 -0     ports/benchmarks/dbs/files/patch-src__record.h (new)
  1.4       +0 -11     ports/benchmarks/dbs/pkg-plist (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 Martin Wilke freebsd_committer freebsd_triage 2012-05-21 04:10:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!