Bug 110842 - proposed patch for blocksshd port
Summary: proposed patch for blocksshd port
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: 2007-03-26 10:00 UTC by huntting
Modified: 2007-04-02 02:20 UTC (History)
0 users

See Also:


Attachments
file.diff (4.68 KB, patch)
2007-03-26 10:00 UTC, huntting
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description huntting 2007-03-26 10:00:15 UTC
	The security/blocksshd port install a perl script with
	DOS-like CRLF weirdness and fails to install an rc script.

How-To-Repeat: 	install, observe
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-03-26 11:07:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 eps+pcmt0703 2007-03-27 21:39:30 UTC
I think you want this instead of your proposed pre-patch:

USE_DOS2UNIX=	blocksshd blocksshd.conf

(then it's OK to strip the CRs from files/patch-blocksshd.conf)

and the post-patch is probably better as a post-extract:

post-extract:
	@${CHMOD} +x ${WRKSRC}/init
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-04-02 02:11:43 UTC
clsung      2007-04-02 01:11:38 UTC

  FreeBSD ports repository

  Modified files:
    security/blocksshd   Makefile 
    security/blocksshd/files patch-blocksshd.conf 
  Added files:
    security/blocksshd/files blocksshd.in 
  Log:
  - add RC support
  - use USE_DOS2UNIX
  
  PR:             ports/110842
  Submitted by:   Brad Huntting <huntting_AT_glarp dot com>
  Reviewed by:    clsung
  
  Revision  Changes    Path
  1.7       +6 -1      ports/security/blocksshd/Makefile
  1.1       +24 -0     ports/security/blocksshd/files/blocksshd.in (new)
  1.3       +19 -19    ports/security/blocksshd/files/patch-blocksshd.conf
_______________________________________________
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 4 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-04-02 02:11:46 UTC
State Changed
From-To: open->closed

Committed. Thank You.