diff options
author | mrg <mrg@pkgsrc.org> | 2018-03-13 02:06:12 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2018-03-13 02:06:12 +0000 |
commit | 23df78d74c003ebddd987e3b0997d51968489c5a (patch) | |
tree | 8872e12d6015822b9b2f00732bf7e1509f2e724e /pkgtools/x11-links/Makefile | |
parent | d893313afd51d66d04618044d813994dad321509 (diff) | |
download | pkgsrc-23df78d74c003ebddd987e3b0997d51968489c5a.tar.gz |
fake up xorgproto support for native xsrc. it has some failings
but is likely sufficient:
- add xorgproto support to x11-links, bump version
- add a builtin.mk for xorgproto. check for the list of packages
that xorgproto covers, eliding the few that native xsrc never
installed, and making sure xproto is last. use the
BUILTIN_VERSION_SCRIPT method to convert Version: 7.0.31 into
the necessary 2018.1.
the missing packages are a problem, but since we've never had a
report about it, it's not a big problem.
the things newer xorgproto has that are wanted may be a problem,
but probably only for X11_TYPE!=native builds that don't really
need these.
longer term native xsrc will get xorgproto (and maybe even for
netbsd-8), though i'm not sure it will help any unless we make
our native xsrc install a fake xorgproto.pc that pkgsrc can
find an use -- currently xorgproto installs .pc files for all
the replaced packages, but not one for itself, so the hack of
finding xproto version and switching may still be needed.
ok @wiz.
Diffstat (limited to 'pkgtools/x11-links/Makefile')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 7fe0fd50c3e..d724b1b5b6d 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.178 2018/03/02 15:14:12 wiz Exp $ +# $NetBSD: Makefile,v 1.179 2018/03/13 02:06:12 mrg Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -PKGNAME= x11-links-1.07 +PKGNAME= x11-links-1.08 CATEGORIES= pkgtools x11 MAINTAINER= pkgsrc-users@NetBSD.org |