summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
AgeCommit message (Expand)AuthorFilesLines
2007-09-21If dirfd is either a function or a macro, use it. If it doesn't exist,joerg5-7/+250
2007-09-08Convert to use the features framework.jlam1-8/+7
2007-09-06Drop libnbcompat/buildlink3.mk and force all packages that usejlam1-26/+0
2007-09-06Use only features available in nawk.jlam1-3/+7
2007-09-04Ensure undef before typedef, to avoid error when a application detect missingobache1-3/+4
2007-08-02Include "bsd.prefs.mk" to avoid error messages from e.g. "pkg_chk".tron1-1/+3
2007-08-01Allow libnbcompat to be used in cross-compiled packages.joerg1-2/+8
2007-07-31Don't use u_{char,short,int,long} as they are non-standard.joerg18-100/+100
2007-07-27No need to use the -p flag to cp(1) here.tnn1-2/+2
2007-07-21Another version bump due to added configure check for uintptr_ttnn2-4/+5
2007-07-21* configure.ac: Add AC_TYPE_UINTPTR_T, needed by sha2.c.tnn3-1/+125
2007-07-20Bump version due to changes in asprintf, snprintf and vsnprintf.tnn2-3/+8
2007-07-20* configure.ac: Test for a standards-conformant vsnprintf. If it is foundtnn3-4/+119
2007-07-20Handle trailing NUL correctly.tnn1-5/+8
2007-07-20Fix logic error in buffer handling (Hi Joerg!)tnn1-6/+6
2007-07-19Replace "poor man's printf" implementation of (v)snprintf with antnn1-764/+69
2007-07-18Fix SHA256/SHA512 to work on strict alignment platforms. This wasjoerg2-15/+51
2007-06-26Protect TAILQ_INSERT_{AFTER,BEFORE} from being redefined. Letsdmcmahill2-3/+7
2007-06-25Add asprintf implementation based on snprintf.joerg7-29/+282
2007-06-19Obfuscate embedded $NetBSD$ strings a bit, so that pkgsrc doesn't pickjoerg1-4/+4
2007-05-31Updated libnbcompat to 20070531.rillig4-35/+40
2007-05-22Add a couple of success reports.tnn1-1/+4
2007-05-07Fix bug in configure script, noticed by Thorsten Glaser.joerg2-17/+17
2007-05-07Add SHA256/SHA384/SHA512 to libnbcompat. Update version to 20070507.joerg9-4293/+5947
2007-03-12Sync config.{guess,sub} with mk/gnu-configure.joerg2-361/+481
2006-12-17note a few platforms where I've confirmed this version of libnbcompat tojschauma1-1/+5
2006-08-26For the benefit of Mr. Kite^W^Wsnprint.c add long double type detection.seb3-2/+82
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
2006-07-02Indented the make directives properly to fix pkglint warnings.rillig1-6/+5
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
2006-03-01Update AC_C___ATTRIBUTE__ macro from heimdal, fixes detection withjoerg2-18/+11
2005-11-28added support for systems such as IRIX 5 that do not have _POSIX2_RE_DUP_MAXschwarz2-2/+12
2005-11-18revert last, and apply the simpler fix to the MAKEEXTRALIST macro ingrant1-9/+7
2005-11-18pass const empty string to MAKEEXTRALIST macro instead of thegrant1-5/+8
2005-10-10Instead of using hard-coded 555 mode for installing library,reed2-3/+5
2005-05-15Mention that it is also helpful for providing definitions andreed1-1/+4
2005-05-15Add "devel" to categories.reed1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-20don't use the implied source in the `bits' rule, just specify thegrant1-2/+2
2005-02-15redo previous in a slightly different way to appease NetBSD make(1).grant1-2/+4
2005-02-15Revert previous, since it breaks compilation on 2.0 and -current.wiz1-4/+3
2005-02-15honour LDFLAGS when linking the `bits' binary.grant1-3/+4
2005-02-04src2nbcompat uses \n backreferences in gensub, which isn't supported injlam1-2/+2
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
2004-12-12update config.{sub,guess} for various bootstrap tools. fixes build ongrant2-173/+374
2004-12-04re-work workaround for __unvis13 namespace clash by renaming it togrant1-6/+6
2004-12-03fix previous.grant1-3/+3
2004-12-03backout previous; it causes build failure on Solaris. must investigategrant1-8/+2