Bug 165456 - [patch] security/racoon2: install rc.d scripts on FreeBSD 10.x and above
Summary: [patch] security/racoon2: install rc.d scripts on FreeBSD 10.x and above
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: Munechika Sumikawa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-24 18:20 UTC by Eygene Ryabinkin
Modified: 2012-02-27 04:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin freebsd_committer freebsd_triage 2012-02-24 18:20:09 UTC
Racoon port fails to install rc.d script on FreeBSD 10.x and above
(actually, it will install them only on versions starting from
digits from the string "56789").

Fix: 

The following patch will fix this issue:
  http://codelabs.ru/fbsd/ports/racoon2/restore-rc.d-scripts-for-10.x.diff

It works for me and passes Tinderbox builds.

QA page: http://codelabs.ru/fbsd/ports/qa/security/racoon2/20100526a
How-To-Repeat: 
Try to install the port on FreeBSD 10.x and watch for the contents
of the directory /usr/local/etc/rc.d/ for the presence of scripts
spmd and iked.

One can also check the build results from my 10.x Tinderbox,
  http://gpf.codelabs.ru/tb-errors/mine-9/racoon2-20100526a_1.log
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-24 18:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sumikawa

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-27 04:41:07 UTC
sumikawa    2012-02-27 04:40:57 UTC

  FreeBSD ports repository

  Modified files:
    security/racoon2     Makefile 
  Added files:
    security/racoon2/files patch-configure.in 
  Log:
  install rc.d scripts on FreeBSD 10.x and above
  
  PR:             ports/165456
  Submitted by:   rea
  
  Revision  Changes    Path
  1.64      +1 -1      ports/security/racoon2/Makefile
  1.1       +11 -0     ports/security/racoon2/files/patch-configure.in (new)
_______________________________________________
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 Munechika Sumikawa freebsd_committer freebsd_triage 2012-02-27 04:41:30 UTC
State Changed
From-To: open->closed

Commited, thank.