On 2009/03/22 22:55, Nigel J. Taylor wrote: > Hi, > > I had to make the following changes to the Makefile's to build packages as in > the diffs below. These used to build a while ago. Looking at CVS > src/usr.sbin/pkg_add/OpenBSD/PkgSpec.pm was updated expecting some breakages, > guessing this might be the reason. > > I am not sure which need fixing PkgSpec or the Makefile's.
thanks - that's exactly the reason - the Makefiles need to be fixed as they don't comply with a strict interpretation of packages-specs(7), but we also have to bump PKGNAME when touching anything that makes it into the package (LIB_DEPENDS and RUN_DEPENDS do, but BUILD_DEPENDS doesn't). I'll look at these.