Skip to main content.

2002-Apr-30

Made /usr/pkgsrc/CVS/Root file with:
:pserver:anoncvs@anoncvs.netbsd.org:/cvsroot
so I didn't have to set CVSROOT in environment and login. Then it took 53 minutes to do:
cvs update -A -d -P

Installed pkgchk (pkg_chk). Used "pkg_chk -i" to see what installed packages were out of date. There were a lot! "bsdpak --compare --needupdate" showed similar info. Then I realized it used old 2001 INDEX; so I removed it. Then ran it again, and it took almost a minute.

Installed pstoedit (via pkgsrc) and autotrace (used pkg). pstodedit (when ran) said:

Shared object "libXaw.so.7" not found
So I am send-pr'ing this: pkg/16591. I tried first by adding Xaw buildlink include. And removed my binary package. I noticed Makefile didn't even mention Xaw. Maybe the problem is in plotutils. (On 08/May/2002, wiz closed this PR: "The package was probably built against XFree86-4.x.x instead of 3.x.x." I don't know -- it looks like I built from source, but I am not sure about where I installed plotutisl from.)

I used autotrace to convert tiff logo to vector-format EPS. But it wasn't too good.

I see in cvs notes for mk/bsd.pkg.mk that DEPENDS_TARGET is now set to bin-install if bin-install target is used.