]> Zhao Yanbai Git Server - minix.git/commit
add pkgsrc hooks for building pkgs w/nbsd_libc
authorThomas Cort <tcort@minix3.org>
Mon, 27 Jun 2011 03:16:29 +0000 (03:16 +0000)
committerBen Gras <ben@minix3.org>
Mon, 27 Jun 2011 13:10:34 +0000 (15:10 +0200)
commit69bf8e4f71a428acac73c75b17930bf12557a3c1
treea5d296d324f5e464d4223d8770369d882ef5b7ae
parentec84a2cfa5511580abcbe0d29124a1a838348059
add pkgsrc hooks for building pkgs w/nbsd_libc

Add two makefiles to manage compiling packages with NetBSD libc.

  *  minix.libc.mk contains the proper CFLAGS/LDFLAGS
  *  pkgsrchooks.mk contains the logic for setting the flags.
  *  update bmake

Several pkg-config files were added to help pkgsrc learn about
the c, minlib, and compat_minix libraries.
13 files changed:
lib/nbsd_libc/Makefile
lib/nbsd_libc/pkgconfig/Makefile [new file with mode: 0644]
lib/nbsd_libc/pkgconfig/libc.pc [new file with mode: 0644]
lib/nbsd_libcompat_minix/Makefile
lib/nbsd_libcompat_minix/pkgconfig/Makefile [new file with mode: 0644]
lib/nbsd_libcompat_minix/pkgconfig/compat_minix.pc [new file with mode: 0644]
lib/nbsd_libminlib/Makefile
lib/nbsd_libminlib/pkgconfig/Makefile [new file with mode: 0644]
lib/nbsd_libminlib/pkgconfig/minlib.pc [new file with mode: 0644]
share/mk/Makefile
share/mk/minix.libc.mk [new file with mode: 0644]
share/mk/pkgsrchooks.mk [new file with mode: 0644]
tools/release.sh