Subject: Re: /pkgsrc/www/php-apc maintainer
To: Mark Thomas <thomas.s.mark@gmail.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-users
Date: 06/09/2007 12:17:46
On Sat, 9 Jun 2007, Mark Thomas wrote:
> On 6/8/07, Jeremy C. Reed <reed@reedmedia.net> wrote:
> > If you manually update the Makefile with new PECL_VERSION and do a "make
> > clean", "make fetch", "make makesum", and then "make install" does that
> > work for you?
>
> This seems to have worked just fine, thanks again Jeremy.
Awesome.
The next parts are to do:
Check pkgsrc setup:
pkglint # install that first
Maybe check if new files are installed:
make print-PLIST | tee my.PLIST
diff -u PLIST my.PLIST
The PLIST may have to be manually checked though (and there may be
multiple or dynamic PLISTs).
Then make a diff:
make clean
cvs diff -u | tee my.diff
And submit that my.diff to maintainer or via pkgsrc list or as a PR
(send-pr).
To answer your other email:
> I'm willing to learn if someone would like to show me where to start.
> :-)
Have a look at the pkgsrc Guide (under pkgsrc/doc/pkgsrc.txt or .html or
on the web).
And ask questions on the pkgsrc-users@ list as needed.
Good luck