./pkgtools/libnbcompat, Portable NetBSD compatibility library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2015Q1, Version: 20140725, Package name: libnbcompat-20140725, Maintainer: joerg

libnbcompat is a portable NetBSD compatibility library for use by
the pkgsrc tools and other sources from NetBSD (and elsewhere).

It is also helpful for providing definitions and functions missing from
other Unix platforms.


Version history: (Expand)


CVS history: (Expand)


   2015-05-08 20:33:01 by Hiramatsu Yoshifumi | Files touched by this commit (1)
Log message:
Pullup ticket #4707 - requested by joerg
pkgtools/libnbcompat: build fix

Revisions pulled up:
- pkgtools/libnbcompat/files/Makefile.in                        1.37-1.39

---
   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Fri May  1 12:18:09 UTC 2015

   Modified Files:
           pkgsrc/pkgtools/libnbcompat/files: Makefile.in

   Log message:
   Ensure that nbconfig.h is created before all object files, avoiding
   mysterious failures for parallel builds.

---
   Module Name:    pkgsrc
   Committed By:   ryoon
   Date:           Sat May  2 11:59:05 UTC 2015

   Modified Files:
           pkgsrc/pkgtools/libnbcompat/files: Makefile.in

   Log message:
   Fix build failure on many platforms.

   The previous commit is obviously wrong because OBJS depends on LIB
   and LIB is generated from OBJS.

   And I can build this package with MAKE_JOBS=32.

---
   Module Name:    pkgsrc
   Committed By:   joerg
   Date:           Sat May  2 12:52:59 UTC 2015

   Modified Files:
           pkgsrc/pkgtools/libnbcompat/files: Makefile.in

   Log message:
   Reapply 1.37, but split the dependencies correctly into the header and
   library dependency.