Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Dec 2005 15:05:48 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Brooks Davis <brooks@one-eyed-alien.net>
Cc:        Pav Lucistnik <pav@freebsd.org>, "Simon L. Nielsen" <simon@freebsd.org>, freebsd-ports@freebsd.org
Subject:   Re: Conflicting rc.d script and port dist directory
Message-ID:  <790a9fff0512171305j45b46593j683be6227366d71c@mail.gmail.com>
In-Reply-To: <20051217203912.GD29053@odin.ac.hmc.edu>
References:  <20051217201004.GA845@zaphod.nitro.dk> <1134850440.64549.0.camel@localhost> <20051217203912.GD29053@odin.ac.hmc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/17/05, Brooks Davis <brooks@one-eyed-alien.net> wrote:
> On Sat, Dec 17, 2005 at 09:13:59PM +0100, Pav Lucistnik wrote:
> > Simon L. Nielsen p=ED?e v so 17. 12. 2005 v 21:10 +0100:
> > > Hey,
> > >
> > > I'm in the process of adding an rc.d script to the security/isakmpd
> > > port, but I have run into a problem.
> > >
> > > I have added "USE_RC_SUBR=3D isakmpd" to the port Makefile and create=
d
> > > the rc.d script as files/isakmpd.in.
> > >
> > > The isakmpd distfile extracts the source to isakmpd/ in the the work
> > > directory, which the conflicts with the rc.d script generation
> > > (SUB_FILES), since it tries to create ${WRKDIR}/${file} as a file.
> > > This shows up during make install:
> > >
> > > [simon@zaphod:isakmpd] sudo make install
> > > =3D=3D=3D>  Installing for isakmpd-20041207_1
> > > cannot create /data/tmp/porttmp/home/simon/FreeBSD/ports/isakmpd/work=
/isakmpd: Is a directory
> > > *** Error code 2
> > >
> > > So, does anybody have good (and hopefully not to hackish) ideas of
> > > what to do?
> >
> > Yes. Name the script isakmpd.sh.in ...
> >
> > The framework will add the .sh suffix anyway.
>
> That would be a hack since we don't want to continue adding .sh...
>
I don't see this as a hack. Any rc.d script placed in ${WORK}
directory should have the .sh extention to avoid conflicts with
similar named directories.  When the port installs the rc.d script, it
should check OSVERSION to determine if the script should be
installed/not-installed with the .sh suffix.

Scot
--
DISCLAIMER:
No electrons were mamed while sending this message. Only slightly bruised.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?790a9fff0512171305j45b46593j683be6227366d71c>