[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: empty packages
I think it's ok:
# find . -name \*.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/lib/Archive/Zip/Tree.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/lib/Archive/Zip/MockFileHandle.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/lib/Archive/Zip/BufferedFileHandle.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/lib/Archive/Zip.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/blib/lib/Archive/Zip/Tree.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/blib/lib/Archive/Zip/MockFileHandle.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/blib/lib/Archive/Zip/BufferedFileHandle.pm
./w-p5-Archive-Zip-1.00/Archive-Zip-1.00/blib/lib/Archive/Zip.pm
./w-p5-Archive-Zip-1.00/fake-i386/usr/local/libdata/perl5/site_perl/Archive/Zip.pm
./w-p5-Archive-Zip-1.00/fake-i386/usr/local/libdata/perl5/site_perl/Archive/Zip/Tree.pm
./w-p5-Archive-Zip-1.00/fake-i386/usr/local/libdata/perl5/site_perl/Archive/Zip/MockFileHandle.pm
./w-p5-Archive-Zip-1.00/fake-i386/usr/local/libdata/perl5/site_perl/Archive/Zip/BufferedFileHandle.pm
# ls -l pkg
total 0
-rw-r--r-- 1 root wsrc 0 May 5 16:01 DESCR
-rw-r--r-- 1 root wsrc 0 May 5 16:01 PLIST
The ugly thing is that this problem happend w/ 3 other perl modules and
wget...
:-(((
Jose Nazario wrote:
> check the contents of the PLIST file (pkg/PLIST). if its non-empty make
> sure you dont get errors during the 'make package' step about stuff like
> 'unable to include file X ...'
>
> the usual culprit is not respecting the ${LOCALBASE} variable, and hard
> coding it to /usr/local/ the files are chosen from and included via the
> fake-i386 directory. the install target has to be a variable set by the
> make port process to send stuff there.
>
> ___________________________
> jose nazario, ph.d. jose@monkey.org
> http://www.monkey.org/~jose/
>