Subject: Re: New pkg submit: pkgsrc/sysutils/logrotate
To: Juan RP <jrp@hispabsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: tech-pkg
Date: 08/02/2003 03:55:19
On Sat, 2003-08-02 at 03:16, Juan RP wrote:
> On 02 Aug 2003 02:59:42 -0400
> "Brian A. Seklecki" <lavalamp@spiritual-machines.org> wrote:
>
Okay I fixed up the worksrc/Makefile ld(1) issues per your advice.
works nicely. thx ^ * for that.
I moved the do-install: target from the ./Makefile to the
wrksrc/Makefile as well. That's the only thing that remains to be done
is some sane way to replace that.
Do you suggest / recommend the pre-* target solution? Something like:
pre-make:
${CP} ${FILESDIR}/Makefile ${WRKDIR}/${DISTNAME}/Makefile
-lava
A freshly tar'd copy of the pkg has been uploaded with the fixes
Thanks,
-Brian
> > -lintl.0 => /usr/lib/libintl.so.0
> > -lc.12 => /usr/lib/libc.so.12
> >
> > ...which seems odd that it would link to libintl but not lpopt. So
> > maybe someone can enlighten me on the voodoo behind our ld(1) ? I can
> > only assume statically setting $LDFLAGS would be further erroneous. I
> > thought buildlink2.mk took care of setting all those environmentals!
> >
>