Bug 136772 - [PATCH] devel/cl-asdf: Respect PORTEXAMPLES + QAT-inspired refinements in Makefile, pkg-plist and pkg-message.in
Summary: [PATCH] devel/cl-asdf: Respect PORTEXAMPLES + QAT-inspired refinements in Mak...
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: 2009-07-15 04:00 UTC by Sahil Tandon
Modified: 2009-09-19 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (4.69 KB, patch)
2009-07-15 04:00 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon 2009-07-15 04:00:07 UTC
- Respect PORTEXAMPLES
- pkg-message incorrectly refers to ${PREFIX} instead of %%PREFIX%%

Fix: Patch attached with submission follows:
How-To-Repeat: - Install and note the literal output of "${PREFIX}" when pkg-message is listed instead of the desired expansion of the variable.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-15 04:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

itetcu@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-19 18:33:55 UTC
miwi        2009-09-19 17:33:46 UTC

  FreeBSD ports repository

  Modified files:
    devel/cl-asdf        Makefile pkg-plist 
  Added files:
    devel/cl-asdf/files  pkg-message.in 
  Removed files:
    devel/cl-asdf        pkg-message 
  Log:
  - Respect PORTEXAMPLES
  - pkg-message incorrectly refers to ${PREFIX} instead of %%PREFIX%%
  
  PR:             136772
  Submitted by:   Sahil Tandon <sahil@tandon.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.7       +6 -3      ports/devel/cl-asdf/Makefile
  1.1       +12 -0     ports/devel/cl-asdf/files/pkg-message.in (new)
  1.2       +0 -12     ports/devel/cl-asdf/pkg-message (dead)
  1.3       +19 -19    ports/devel/cl-asdf/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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-09-19 18:33:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!