Bug 143101 - [PATCH] net/dictd: use $SUB_FILES to dynamically adjust dictd.conf
Summary: [PATCH] net/dictd: use $SUB_FILES to dynamically adjust dictd.conf
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-23 03:00 UTC by Sevan Janiyan
Modified: 2010-02-05 02:40 UTC (History)
1 user (show)

See Also:


Attachments
dictd-1.11.1_1.patch (4.19 KB, patch)
2010-01-23 03:00 UTC, Sevan Janiyan
no flags Details | Diff
dictd-mk2.txt (6.21 KB, text/plain)
2010-02-02 03:17 UTC, Sevan Janiyan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sevan Janiyan 2010-01-23 03:00:15 UTC
no need to invoke sed manually

Added file(s):
- files/dictd.conf.in

Removed file(s):
- files/dictd.conf

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-23 03:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-02-02 02:34:57 UTC
State Changed
From-To: open->feedback

The patch failed with following build message: 
usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpv] source_file target_file 
cp [-R [-H | -L | -P]] [-f | -i | -n] [-alpv] source_file ... target_directory 
*** Error code 64
Comment 3 Sevan Janiyan 2010-02-02 03:17:49 UTC
Doh!, sorry shouldn't have had a > inbetween source & destination
updated patch attach which also drops the .sh extension from the rc 
script & also removes a duplicate copy of a previous revisions of the rc 
script.

Added file(s):
- files/dictd.conf.in
- files/dictd.in

Removed file(s):
- files/dictd.conf
- files/dictd.sh
- files/dictd.sh.in

Comment 4 dfilter service freebsd_committer freebsd_triage 2010-02-05 02:37:43 UTC
clsung      2010-02-05 02:37:34 UTC

  FreeBSD ports repository

  Modified files:
    net/dictd            Makefile 
  Added files:
    net/dictd/files      dictd.conf.in dictd.in 
  Removed files:
    net/dictd/files      dictd.conf dictd.sh dictd.sh.in 
  Log:
  - use $SUB_FILES to dynamically adjust dictd.conf
  
  PR:             ports/143101
  Submitted by:   Sevan Janiyan <venture37_AT_geeklan dot co dot uk>
  
  Revision  Changes    Path
  1.49      +3 -3      ports/net/dictd/Makefile
  1.3       +0 -22     ports/net/dictd/files/dictd.conf (dead)
  1.1       +22 -0     ports/net/dictd/files/dictd.conf.in (new)
  1.1       +21 -0     ports/net/dictd/files/dictd.in (new)
  1.7       +0 -19     ports/net/dictd/files/dictd.sh (dead)
  1.2       +0 -21     ports/net/dictd/files/dictd.sh.in (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 5 Cheng-Lung Sung freebsd_committer freebsd_triage 2010-02-05 02:37:44 UTC
State Changed
From-To: feedback->closed

Committed. Thank You.