Age | Commit message (Expand) | Author | Files | Lines |
2008-03-02 | Add gnome, kde and qt option. | obache | 1 | -0/+3 |
2008-03-01 | Add EMACS_LISPPREFIX handling to PRINT_PLIST_AWK. | obache | 1 | -1/+5 |
2008-02-29 | Rename termlib.* to termcap.* to better document exactly what packages | jlam | 3 | -72/+74 |
2008-02-29 | Ensure that BUILDLINK_PREFIX.curses is always defined. | jlam | 1 | -1/+3 |
2008-02-29 | Ensure the BUILDLINK_PREFIX.termlib is always defined. | jlam | 1 | -1/+2 |
2008-02-29 | Make chrpath(1) a tool. Intended scope is fixing up some Linux emulation | tnn | 1 | -1/+12 |
2008-02-27 | If FOO is empty, then ${FOO:S/^/-l/} has a value of "-l". This is not | jlam | 2 | -4/+4 |
2008-02-27 | Teach termlib files about another possible native terminal library, tinfo. | jlam | 2 | -5/+9 |
2008-02-27 | + Define BUILTIN_LIBNAME.* unconditionally so that their values can | jlam | 3 | -15/+24 |
2008-02-27 | Set BUILDLINK_LDADD.curses in the CURSES_TYPE == "curses" case. | jlam | 1 | -1/+3 |
2008-02-27 | Define BUILTIN_LIBNAME.* outside of the CHECK_BUILTIN.*-protected | jlam | 1 | -5/+10 |
2008-02-27 | Protect against possibly empty BUILDLINK_LIBNAME.* variables when | jlam | 1 | -2/+2 |
2008-02-27 | + The termlib.buildlink3.mk file is meant to be included by packages | jlam | 4 | -3/+98 |
2008-02-27 | Allow preferring a pkgsrc "curses" implementation for all packages | jlam | 2 | -10/+4 |
2008-02-26 | Split PKGTOOLS_REQD into two parts. If we don't have PKGTOOLS_REQD, | joerg | 1 | -4/+7 |
2008-02-26 | Add a --without-x flag to the mksandbox script. | jlam | 1 | -3/+9 |
2008-02-25 | + Introduce a way for a user to set the default curses implementation | jlam | 2 | -15/+160 |
2008-02-23 | Add description for aspell option. | wiz | 1 | -0/+1 |
2008-02-21 | +epoll | adrianp | 1 | -0/+2 |
2008-02-21 | Document the Courier-specific options. | jlam | 1 | -0/+6 |
2008-02-21 | IRIX has /usr/include/getopt.h but it isn't getopt_long. Account for this | tnn | 1 | -2/+2 |
2008-02-21 | Add two spain mirrors to MASTER_SITE_KDE. | xtraeme | 1 | -2/+4 |
2008-02-21 | Documented the "pcre" option, as suggested by Claudio M. Alessi via | rillig | 1 | -0/+1 |
2008-02-21 | Kill _OPSYS_NEEDS_XPKGWEDGE. It was only used by two platforms and they | tnn | 3 | -12/+3 |
2008-02-21 | HPUX 11.11, like IRIX, doesn't have standards compliant (v)snprintf. | tnn | 1 | -2/+2 |
2008-02-20 | Add a "wide-curses" global option to turn on wide curses for packages that | jlam | 1 | -0/+1 |
2008-02-20 | Removed colons from variable names so they are accessible to "bmake | rillig | 4 | -12/+12 |
2008-02-20 | Eliminated a needless check. | rillig | 1 | -5/+3 |
2008-02-20 | Changed the order of the checks for automatic keywords, so that the | rillig | 1 | -5/+5 |
2008-02-20 | After being deprecated for 16 months, SKIP_PORTABILITY_CHECK is now | rillig | 1 | -5/+7 |
2008-02-20 | Removed colons for the sake of "bmake help". | rillig | 1 | -3/+3 |
2008-02-20 | Add colon in comment to aid "make help" in finding help | wiz | 1 | -2/+2 |
2008-02-19 | Eliminated some code duplication, provided a default definition for | rillig | 1 | -7/+19 |
2008-02-19 | Documented the pkgsrc online help. | rillig | 1 | -0/+35 |
2008-02-19 | Rewrote the help file parser a little bit, so that the definitions from | rillig | 1 | -7/+15 |
2008-02-19 | Add IRIX command sinks, needed to get rpath fixup when using GCC. | tnn | 3 | -1/+57 |
2008-02-19 | Pass gcc's -mabi=* option (used on mips) without warning. | tnn | 1 | -1/+2 |
2008-02-19 | Check if BUILDLINK_AUTO_VARS.${_pkg_} is defined before testing it | xtraeme | 1 | -2/+3 |
2008-02-19 | Look for mktemp in /bin, too, where Debian systems keep it. | epg | 1 | -1/+3 |
2008-02-18 | Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mk | obache | 2 | -12/+12 |
2008-02-18 | Add target "show-depends-options" to show depends's options recursively. | obache | 1 | -1/+11 |
2008-02-17 | Add a list of the codename, os, kernel and xcode version based on | yyamano | 1 | -1/+12 |
2008-02-13 | Don't use the bundled GNU Make on Mac OS X version older than Leopard. | tron | 1 | -1/+3 |
2008-02-13 | Fix a recently introduced logic error. PR pkg/37998 from Stuart Shelton. | tnn | 1 | -6/+6 |
2008-02-13 | Added a new check for binaries, so that they are installed according to | rillig | 2 | -1/+60 |
2008-02-13 | Pass the proper flags for stripping binaries to packages using BSD Make. | rillig | 1 | -1/+2 |
2008-02-13 | Oops, fixed a typo. | rillig | 1 | -3/+2 |
2008-02-13 | Documented the interface to packages. Renamed the targets to emphasize | rillig | 1 | -14/+21 |
2008-02-13 | Whenever a tool from TOOLS_FAIL is executed, print a useful error | rillig | 1 | -2/+4 |
2008-02-13 | Added keywords for "bmake help". | rillig | 1 | -1/+2 |