Age | Commit message (Expand) | Author | Files | Lines |
2008-03-05 | TERMCAP_TYPE isn't really a variable that you can set, so add it to | jlam | 1 | -2/+2 |
2008-03-05 | + Fix error in previous commit -- too much of the termcap buildlink | jlam | 2 | -35/+38 |
2008-03-05 | + Only remove -lcurses and -lncurses in BUILDLINK_TRANSFORM if the | jlam | 2 | -33/+40 |
2008-03-05 | If the TERMCAP_TYPE isn't "curses", then also remove "-lncurses" from | jlam | 1 | -1/+4 |
2008-03-04 | Added postgresql83 | adam | 1 | -3/+12 |
2008-03-04 | Automatically add ${GAMES_USER} and ${GAMES_GROUP} to PKG_USERS and | jlam | 1 | -1/+7 |
2008-03-04 | + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk | jlam | 14 | -42/+75 |
2008-03-04 | Use ${GAMEMODE} and not hardcoded 2755. | jlam | 1 | -2/+2 |
2008-03-04 | Add SETGID_GAME_PERMS convenience definition that defaults to owner=game, | jlam | 1 | -1/+8 |
2008-03-02 | Add libssh2 option for security/libssh2. | bjs | 1 | -0/+1 |
2008-03-02 | Describe lcms option. | wiz | 1 | -0/+1 |
2008-03-02 | + Teach buildlink3.mk to cause GNU configure script to not find any other | jlam | 2 | -8/+32 |
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 |