Age | Commit message (Expand) | Author | Files | Lines |
2014-09-13 | SunOS getopt doesn't define/use optreset | richard | 1 | -2/+3 |
2014-09-11 | libgetopt-1.4.6: Don't replace getopt on SunOS. | jperkin | 3 | -8/+8 |
2014-01-01 | Update to 1.4.5 | ryoon | 3 | -7/+8 |
2013-11-23 | Use find-headers instead of find-files to detect builtin header files. | obache | 1 | -3/+3 |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 |
2012-05-12 | Add CONFLICTS with new man-pages package. For details, see | wiz | 1 | -1/+3 |
2011-09-07 | Don't use __weak_alias. This results in duplicate symbols being created | joerg | 1 | -9/+1 |
2010-01-08 | Fix build on Tru64. Closes PR pkg/42538. | tnn | 1 | -2/+3 |
2009-04-09 | Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. | joerg | 1 | -2/+1 |
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 |
2008-12-10 | libgetopt-1.4.4: | joerg | 2 | -6/+3 |
2008-04-29 | Drop clauses 3 and 4 from TNF licenses | martin | 2 | -16/+2 |
2008-03-03 | Mechanical changes to add DESTDIR support to packages that install | jlam | 1 | -4/+8 |
2008-02-22 | Update to libgetopt-1.4.3. | tnn | 2 | -3/+9 |
2008-02-16 | Use REPLACE_GETOPT on HPUX. Bump version. | tnn | 1 | -3/+3 |
2007-08-03 | Use -DREPLACE_GETOPT on AIX as well. Remove NETBSD_COMPATIBLE define, | joerg | 1 | -3/+2 |
2007-01-07 | Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of | rillig | 1 | -3/+3 |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 |
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 |
2006-04-12 | Aligned the last line of the buildlink3.mk files with the first line, so | rillig | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 2 | -4/+4 |
2006-03-30 | Avoid extra stat() calls by not repeatedly checking whether a file | jlam | 1 | -2/+2 |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 |
2005-06-16 | Create directories before installing files into them. | jlam | 1 | -1/+3 |
2005-06-12 | Don't prevent this package from building/installing even if getopt_long | jlam | 1 | -5/+1 |
2005-06-05 | In builtin.mk files, use _BLTN_ as the private namespace prefix. | jlam | 1 | -4/+4 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -12/+53 |
2005-05-25 | Set NO_CHECKSUM, and remove empty distinfo file. | wiz | 2 | -3/+2 |
2005-05-25 | Sort. | wiz | 1 | -2/+2 |
2005-03-10 | Revert error in previous (commented out PKG_SKIP_REASON). | tv | 1 | -2/+2 |
2005-03-10 | Nitpick from Roland Illig <roland.illig@gmx.de>: Use "progname" rather | tv | 2 | -9/+11 |
2005-03-10 | 1.4 - overhaul: | tv | 9 | -675/+800 |
2005-02-21 | Sign over maintainership to tech-pkg@ | hubertf | 1 | -2/+2 |
2005-02-11 | Interix fix: optreset exists, but <unistd.h> tries to pretend it doesn't. | tv | 2 | -2/+8 |
2004-12-12 | Fix build on IRIX 5 whichhas a nonstandard /usr/include/getopt.h. | recht | 1 | -4/+4 |
2004-05-17 | Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore | seb | 1 | -2/+1 |
2004-05-04 | Unused. | wiz | 1 | -37/+0 |
2004-03-29 | Match the template builtin.mk file in bsd.builtin.mk, and make the two | jlam | 1 | -7/+7 |
2004-03-29 | Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>, | jlam | 1 | -1/+2 |
2004-03-16 | If the ${PKGBASE} of a package doesn't match the token passed to | jlam | 1 | -1/+2 |
2004-03-10 | Split out the code that deals with checking whether the software is | jlam | 2 | -45/+37 |
2004-01-24 | Support BUILDLINK_DEPENDS.<pkg> being a list of values. | jlam | 1 | -2/+2 |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+3 |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 |
2004-01-05 | Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. | jlam | 1 | -14/+12 |
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -4/+4 |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+54 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -4/+4 |
2003-06-13 | Remove paragraph that's not true any longer. | wiz | 1 | -2/+1 |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 |