Age | Commit message (Expand) | Author | Files | Lines |
2014-11-22 | Do not use gcc-specific compiler flags on Mac OS versions that come with | bsiegert | 1 | -1/+6 |
2014-08-17 | Don't use "/bin/ksh" as wrapper shell under Mac OS X Mavericks. | tron | 1 | -2/+3 |
2014-08-01 | Document what Yosemite looks like (modulo XCode, which I haven't needed). | schmonz | 1 | -1/+2 |
2013-12-31 | Check for stdio.h in /usr/include test, as on upgrades the /usr/include | jperkin | 1 | -3/+4 |
2013-11-24 | Don't use "${ECHO}" which isn't defined yet, hard code "echo" instead. | tron | 1 | -2/+2 |
2013-11-24 | Handle older versions of xcrun. | jperkin | 1 | -2/+2 |
2013-11-23 | Use xcrun to determine the full path to the SDK, and use the headers from | jperkin | 1 | -13/+13 |
2013-11-01 | OSX Mavericks and Xcode 5 no longer ship system headers in /usr/include, they | jperkin | 1 | -1/+13 |
2013-11-01 | Move platform-specific code to the platform file. | jperkin | 1 | -1/+8 |
2013-09-04 | Introduce _OPSYS_PREFER.<pkg> variables as a way to set an advisory | jperkin | 1 | -3/+3 |
2013-08-16 | Move platform-specific settings to the platform file. | jperkin | 1 | -1/+5 |
2013-07-12 | Rename the PKGNAME for the OPSYS-specific user packages to include the OPSYS, | jperkin | 1 | -2/+2 |
2013-04-28 | Introduce _OPSYS_LIB_DIRS and _OPSYS_INCLUDE_DIRS varables. | obache | 1 | -1/+5 |
2013-04-04 | Default to the native linux-pam implementation. It is available | jperkin | 1 | -1/+4 |
2013-02-04 | Remove "-no-cpp-precomp" from CPP_PRECOMP_FLAGS. | wiz | 1 | -4/+3 |
2012-11-19 | Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. | ryoon | 1 | -2/+3 |
2012-03-19 | Drop imake-check logic from X11 components' builtin.mk. | joerg | 1 | -15/+1 |
2011-09-10 | From "What platforms work with X11_TYPE=native" thread on pkgsrc-users. | abs | 1 | -3/+3 |
2011-09-09 | Add comment for Mac OS X 10.7.x Lion. | yyamano | 1 | -1/+2 |
2011-01-04 | Removed _INCOMPAT_ICONV. | adam | 1 | -5/+1 |
2010-12-22 | Why should apps compiled for OS X 10.4 and earlier have to languish with | abs | 1 | -1/+6 |
2010-07-08 | Begin cleanup of setgid game infrastructure. | dholland | 1 | -15/+1 |
2009-09-24 | The 64-Bit version of "libiconv" is not compatible with the GNU version | tron | 1 | -1/+5 |
2009-09-12 | Add comment describing version numbers for Mac OS X Snow Leopard. | tron | 1 | -1/+2 |
2009-07-26 | Get rid of an abstraction violation which has been in the tree since | agc | 1 | -1/+3 |
2009-07-11 | Don't use "/bin/ksh" to run wrappe scripts under Mac OS X before Leopard. | tron | 1 | -2/+2 |
2009-06-07 | /usr/bin/gcc on MacOS X is a wrapper that expects to call the (architecture- | schwarz | 1 | -1/+5 |
2009-05-06 | Allow to set the "bourne" shell used for buildlink3 wrappers per platform. | tron | 1 | -1/+6 |
2009-04-27 | Revert last change for the moment as "/bin/ksh" fails to execute | tron | 1 | -7/+1 |
2009-04-24 | Set "SH" to "/bin/ksh" under Mac OS X Leopard: | tron | 1 | -1/+7 |
2008-12-16 | Update Xcode information for Mac OS X Leopard. | tron | 1 | -2/+2 |
2008-09-22 | Reverting my previous openmotif->lesstif changes. | ahoka | 1 | -2/+2 |
2008-09-14 | As the openmotif license doesnt allow usage on close source systems, | ahoka | 1 | -2/+2 |
2008-03-04 | + Conditionally add GAMES_USER and GAMES_GROUP to the platform *.mk | jlam | 1 | -3/+5 |
2008-02-17 | Add a list of the codename, os, kernel and xcode version based on | yyamano | 1 | -1/+12 |
2008-01-30 | Try to fix PR pkg/26143 with caution: | tron | 1 | -2/+4 |
2007-12-16 | Fix cut and paste error in last change. | tron | 1 | -2/+2 |
2007-12-16 | Mac OS X's Leopard "/bin/sh" doesn't support "echo -n" (apparently by | tron | 1 | -1/+5 |
2007-10-19 | Reverted the last changes, which factored out some definitions that are | rillig | 1 | -3/+7 |
2007-10-18 | Factored out the parts that are common between all the supported | rillig | 1 | -7/+3 |
2007-07-29 | * Add new emulator framework in pkgsrc/mk/emulator that handles all | jlam | 1 | -1/+3 |
2007-07-02 | Remove RSH definition. | joerg | 1 | -2/+1 |
2006-10-06 | Always use LOCALBASE setting from mk/defaults/mk.conf. | joerg | 1 | -3/+1 |
2006-09-18 | Define "NOLOGIN" to "/usr/bin/false" rather than ${FALSE} (which doesn't | tron | 1 | -3/+2 |
2006-07-20 | Remove USE_GNU_GETTEXT from pkgsrc. Packages generally only needed | jlam | 1 | -2/+1 |
2006-04-12 | Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directories | joerg | 1 | -1/+2 |
2006-04-10 | Modified xmkmf support for Darwin and IRIX: | schwarz | 1 | -1/+4 |
2006-03-18 | Remove leftover code sections guarded by _USE_PLIST_MODULE which was | jlam | 1 | -9/+1 |
2006-01-12 | Initial commit of a new module that encapsulates all of the code | jlam | 1 | -1/+8 |
2005-12-04 | Add IMAKE_GAMEMAN_SUFFIX and IMAKE_GAMEMAN_DIR to allow PLISTs | joerg | 1 | -1/+3 |