Age | Commit message (Expand) | Author | Files | Lines |
2005-10-10 | Instead of using hard-coded 555 mode for installing library, | reed | 2 | -3/+5 |
2005-05-15 | Mention that it is also helpful for providing definitions and | reed | 1 | -1/+4 |
2005-05-15 | Add "devel" to categories. | reed | 1 | -2/+2 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-02-20 | don't use the implied source in the `bits' rule, just specify the | grant | 1 | -2/+2 |
2005-02-15 | redo previous in a slightly different way to appease NetBSD make(1). | grant | 1 | -2/+4 |
2005-02-15 | Revert previous, since it breaks compilation on 2.0 and -current. | wiz | 1 | -4/+3 |
2005-02-15 | honour LDFLAGS when linking the `bits' binary. | grant | 1 | -3/+4 |
2005-02-04 | src2nbcompat uses \n backreferences in gensub, which isn't supported in | jlam | 1 | -2/+2 |
2005-01-06 | Don't "cp -p" for *source* files. Builds are usually done as an unprivileged | tv | 1 | -2/+2 |
2004-12-12 | update config.{sub,guess} for various bootstrap tools. fixes build on | grant | 2 | -173/+374 |
2004-12-04 | re-work workaround for __unvis13 namespace clash by renaming it to | grant | 1 | -6/+6 |
2004-12-03 | fix previous. | grant | 1 | -3/+3 |
2004-12-03 | backout previous; it causes build failure on Solaris. must investigate | grant | 1 | -8/+2 |
2004-12-03 | add workaround for __unvis13 symbol clash on NetBSD 1.4.3. bootstrap | grant | 1 | -3/+9 |
2004-10-24 | fix detection of poll() for Darwin 7.x which has a poll() | grant | 3 | -5/+9 |
2004-09-23 | Capitalize first letter of COMMENT. | reed | 1 | -2/+2 |
2004-09-11 | Bump build dependency to latest libnbcompat. | jlam | 1 | -2/+2 |
2004-09-11 | Update pkgtools/libnbcompat to 20040911. Changes from version 20040822 | jlam | 6 | -64/+37 |
2004-08-31 | Change the way that we disable unwanted code regions... just #undef _LIBC. | jlam | 3 | -21/+21 |
2004-08-23 | Fix minor problem in #if condition. | jlam | 1 | -3/+3 |
2004-08-23 | Update pkgtools/libnbcompat to 20040822. Changes from version 20040814 | jlam | 84 | -2604/+4024 |
2004-08-21 | Fix error in the use of "next"... it means to skip the line, not skip to | jlam | 1 | -11/+11 |
2004-08-21 | Fix the version number of the package in the configure script, and modify | jlam | 4 | -32/+38 |
2004-08-20 | Fix a spell-o and add a strategically valuable comma. | schmonz | 1 | -3/+3 |
2004-08-20 | Deal with HAVE_NBTOOL_CONFIG_H in some sources on the HEAD. | jlam | 1 | -1/+9 |
2004-08-20 | Allow copying individual files instead of whole directory trees. | jlam | 1 | -39/+67 |
2004-08-19 | Works on Interix 3.5. | schmonz | 1 | -1/+2 |
2004-08-17 | Works on Red Hat Enterprise Linux 3. | schmonz | 1 | -1/+2 |
2004-08-16 | Update pkgtools/libnbcompat to 20040814. Changes from version 20040813 | jlam | 44 | -763/+4927 |
2004-08-13 | Add a Makefile fragment that can be used in place of | jlam | 1 | -0/+27 |
2004-08-13 | Note working status on Solaris 2.7 (from PR pkg/26625). | jlam | 1 | -1/+2 |
2004-08-13 | Update pkgtools/libnbcompat to 20040813. Changes from version 20040809 | jlam | 5 | -35/+34 |
2004-08-11 | Verified to build on OpenBSD-3.3/i386. | jlam | 1 | -1/+2 |
2004-08-10 | Update pkgtools/libnbcompat to 20040809. Changes from version 20040805 | jlam | 27 | -610/+1249 |
2004-08-06 | Update pkgtools/libnbcompat to 20040805. Changes from version 20040512 | jlam | 23 | -2534/+2120 |
2004-05-12 | bump to 20040512 (another poll.h fix) | grant | 1 | -2/+2 |
2004-05-12 | don't include poll.h or sys/poll.h, but instead, undefine HAVE_POLL_H | grant | 1 | -8/+4 |
2004-05-09 | Unused. | wiz | 1 | -28/+0 |
2004-04-23 | make sure we define HAVE_POLL if a usable poll() implementation is | grant | 3 | -33/+49 |
2004-04-20 | bump version to 20040420 (Darwin 7 poll() fix). | grant | 1 | -2/+2 |
2004-04-20 | workaround poll() being a compatibility function on Darwin 7 | grant | 4 | -18/+404 |
2004-04-20 | no need to test for poll() twice. | grant | 2 | -4/+3 |
2004-04-18 | Include limits.h if available to shut down warnings about UINT_MAX on | heinz | 2 | -1/+9 |
2004-04-16 | Use statvfs on UnixWare, similar to Solaris and IRIX. | heinz | 2 | -5/+5 |
2004-03-28 | remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gcc | grant | 1 | -2/+1 |
2004-03-21 | bump to 20040321 for vis.c multiple char[] fix. | grant | 1 | -2/+2 |
2004-03-21 | Some compilers (e.g. Sunpro) emit one char[] per string, even when | bouyer | 1 | -5/+7 |
2004-03-12 | #if 0 out the __weak_alias stuff, which isn't needed here. should fix | grant | 6 | -11/+23 |
2004-03-11 | Solaris has fsid_t in sys/vfs.h, so include appropriately. | sketch | 2 | -1/+7 |