Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-08-26 | If gpatch is installed, set _OPSYS_GPATCH_REQUIRED to YES, so that further | jschauma | 1 | -1/+2 | |
down we get the correct value for _PATCH_BACKUP_ARG and friends. | |||||
2004-08-25 | Add a knob PKGSRC_SHOW_PATCH_ERRORMSG to control whether the newly | schmonz | 2 | -6/+19 | |
verbose message displayed on patch failure is in fact displayed on patch failure. It defaults to "no" if PKG_DEVELOPER is defined, "yes" otherwise. While here, rename PKG_PATCH_FAIL to PKGSRC_PATCH_FAIL. | |||||
2004-08-24 | Process RECOMMENDED *after* including bsd.buildlink3.mk; else it has no | tv | 1 | -9/+9 | |
real effect at all. | |||||
2004-08-23 | On Interix, default to using a threaded Perl. This is how the bundled | tv | 1 | -7/+10 | |
Perl in Interix ships, so it's an appropriate default for the OS. (Still overrideable in mk.conf explicitly.) | |||||
2004-08-23 | SUBST_POSTCMD must be globally defined or else it breaks. | jlam | 1 | -2/+2 | |
2004-08-23 | Actually, it's okay if SUBST_FILTER_CMD is empty... the ${SUBST_COOKIE} | jlam | 1 | -2/+2 | |
target takes care of this case already. | |||||
2004-08-23 | Use _SUBST_BACKUP_SUFFIX instead of hardcoding ".subst.sav" everywhere. | jlam | 1 | -8/+10 | |
2004-08-23 | Also hide automake 1.9* commands by adding their names in _HIDE_PROGS.automake. | seb | 1 | -2/+4 | |
For me this fixed the build of devel/kdevelop-base version 3.1.0 with latest automake package version 1.9.1 installed. | |||||
2004-08-23 | SUBST_FILTER_CMD can't be empty. It must be a real filter cmd, so default | jlam | 1 | -2/+2 | |
it to ${CAT} as a fall-through. | |||||
2004-08-22 | Match documentation to reality to reflect recent change in semantics for | jlam | 1 | -3/+3 | |
PKG_DEFAULT_OPTIONS. | |||||
2004-08-22 | Change the way that legacy USE_* and FOO_USE_* options are converted | jlam | 1 | -10/+12 | |
into the bsd.options.mk framework. Instead of appending to ${PKG_OPTIONS_VAR}, it appends to PKG_DEFAULT_OPTIONS. This causes the default options to be the union of PKG_DEFAULT_OPTIONS and any old USE_* and FOO_USE_* settings. This fixes PR pkg/26590. | |||||
2004-08-22 | The option names are "ldap" and "PAM". | jlam | 1 | -3/+3 | |
2004-08-18 | USE_RSAREF2 is a yes/no variable. | jlam | 1 | -2/+2 | |
2004-08-17 | Don't put the .la transform in GENERATE_PLIST; that's too late to make it in | tv | 1 | -5/+7 | |
before any @dirrm's are executed. Rather, put it explicitly at the top of the final static PLIST generation code. | |||||
2004-08-16 | Add new variable LIBTOOL_LA_FILES, which may be used instead of listing | tv | 2 | -1/+66 | |
all of the .a, .la, .so, and .so.* files in the PLIST. This will autogenerate the PLIST entries based on the informaion in the .la file. This include print-PLIST support; if LIBTOOL_LA_FILES contains an installed .la, its entries will be elided from the output PLIST template. | |||||
2004-08-16 | If patching fails and either of PKG_OPTIONS and LOCALPATCHES are | schmonz | 1 | -4/+14 | |
defined, note thatthe patch failure may be due to incompatible build options and/or local patches, and suggest building with fewer. | |||||
2004-08-15 | Use '-none' instead of '-notall' as the mipspro equivalent to --no-whole-archive | jschauma | 1 | -2/+2 | |
2004-08-14 | For ROOT_CMD, use full path to sudo and ${SH} instead of "sh". | schmonz | 1 | -2/+2 | |
2004-08-14 | Update to 2004-03-12, maintaining our local additions for sh5. | schmonz | 1 | -14/+59 | |
2004-08-14 | Update to 2004-06-11, maintaining our local additions for sh5. | schmonz | 1 | -11/+63 | |
2004-08-13 | Update for automake-1.9. | wiz | 1 | -3/+3 | |
2004-08-13 | Add ${CAT} as the final pipeline command to BUILDLINK_FILES_CMD.<pkg> so | jlam | 1 | -2/+2 | |
that the whole pipeline returns 0. This avoids subtle breakage when the we use built-in software and there is actually no list of files passed as input to the pipeline, and the final egrep returns non-zero. | |||||
2004-08-13 | add some quoting to deal with the case where a file in a package | dmcmahill | 1 | -10/+10 | |
has a space in the filename. Without the quoting the buildlink stage fails completely with errors. ok'ed by Johnny Lam. | |||||
2004-08-12 | Properly quote the NICE_LEVEL variable to prevent errors. | sketch | 1 | -2/+2 | |
2004-08-10 | Reorder the transformations in _BLNK_TRANSFORM so that commands to | jlam | 1 | -14/+14 | |
remove rpath options come first. This fixes problems we may encounter if ${_OPSYS_RPATH_NAME} is something surprising, like "-L". On Darwin, this was causing -L/usr/lib to be stripped out of "-Wl,-L/usr/lib", which left a bare "-Wl," on the command line. | |||||
2004-08-10 | In the rpath transformations, also handle -Wl,@_OPSYS_RPATH_NAME@... in | jlam | 1 | -1/+6 | |
case ${_OPSYS_RPATH_NAME} is something surprising, like "-L". | |||||
2004-08-10 | Set _OPSYS_RPATH_NAME="-L". UnixWare has no rpath, but many packages | jlam | 1 | -2/+2 | |
pass "-Wl,${RPATH_FLAG}..." to the linker, which can break the build of these packages. Using -L essentially makes these arguments a no-op, and fixes packages which were solely broken by this. | |||||
2004-08-10 | ezmlm-idx's options have moved to its options.mk. | schmonz | 1 | -11/+1 | |
2004-08-10 | Fix spell-o. | schmonz | 1 | -2/+2 | |
2004-08-09 | Use bsd.options.mk framework for flow-tools package. | seb | 1 | -13/+1 | |
2004-08-07 | Convert bash2 to use bsd.options.mk. | minskim | 1 | -6/+1 | |
2004-08-07 | Use an awk script to avoid using possibly non-portable shell constructs. | jlam | 1 | -18/+16 | |
2004-08-07 | Add some new variables to control how "distribution" patches are extracted | jlam | 1 | -29/+60 | |
and applied to the package sources. The existing options are: PATCH_DIST_STRIP - option that sets the pathname strip count. PATCH_DIST_ARGS - the list of arguments to pass to patch(1). The new options are: PATCH_DIST_CAT is the command that outputs the patch to stdout. For each of these variables, there is a patch-specific variant that may be set, i.e. PATCH_DIST_STRIP.<patch>, PATCH_DIST_ARGS.<patch>, PATCH_DIST_CAT.<patch>. | |||||
2004-08-07 | Fix some comparisson strings to handle XFree86/xorg dirs.mk files properly, | xtraeme | 1 | -4/+5 | |
PR pkg/26576: Kouichirou Hiratsuka. | |||||
2004-08-07 | Remove unused JABBERD_METHOD, it was replaced by PKG_OPTIONS.jabberd2. | xtraeme | 1 | -6/+1 | |
2004-08-07 | Add some sourceforge sites that are currently mentioned on the sourceforge | wiz | 1 | -1/+6 | |
download page (cesnet, easynews, keihanna, mesh, switch). | |||||
2004-08-06 | Unset CDPATH variable in the user environment which prints the cwd to stdout | sketch | 1 | -1/+3 | |
when changing directory, breaking the resulting tsort from the printindex script output. | |||||
2004-08-05 | G/C the MUTT_* variables as they're documented in the mutt package | jlam | 1 | -17/+1 | |
Makefiles and will be removed and some point in the future. | |||||
2004-08-05 | Garbage collect package-specific default settings that have migrated into | jlam | 1 | -58/+1 | |
their respective package Makefiles after they were converted to use bsd.options.mk. These variables will be removed at some point in the future (to be determined). | |||||
2004-08-05 | Move addition of PKG_OPTIONS to BUILD_DEFS below the definition of the | jlam | 2 | -7/+9 | |
build-defs-message target so that PKG_OPTIONS doesn't show up as a settable variable in the displayed message. | |||||
2004-08-04 | oops.. reversed a test | jlam | 1 | -2/+2 | |
2004-08-04 | Pretty-print the PKG_SUPPORTED_OPTIONS so that we don't overflow a line | jlam | 1 | -4/+20 | |
of the display. We now batch them up and print a few per line. Also, display the supported options at pre-install-depends time. | |||||
2004-08-04 | Sometimes, the dependencies installed are a function of which variables | jlam | 1 | -6/+7 | |
are set, and it'd be nice to know which ones before the default dependencies are installed. Create a new target "pre-install-depends" that is executed before dependencies are installed. Move the display of BUILD_DEFS (build-defs-message) into pre-install-depends so that they are displayed before dependencies are installed. | |||||
2004-08-04 | Add INSTALL_GAME_DATA to the list of defined macros in CONFIGURE_ENV | jschauma | 1 | -1/+2 | |
as well. (Noted by wiz@) | |||||
2004-08-04 | Display a message with the supported build options at build time. | jlam | 1 | -1/+31 | |
2004-08-04 | Do not run xargs if its input is an empty string; xargs in Interix | minskim | 1 | -9/+14 | |
executes the utility even in such a case. Based on the patch provided by Hiramatsu Yoshifumi in PR pkg/25777. | |||||
2004-08-04 | Introduce GAMEDATAMODE and INSTALL_GAME_DATA, which will take care | jschauma | 2 | -3/+16 | |
of files installed for SETGIDGAME packages. This will help address PR pkg/25313 and PR pkg/26236. | |||||
2004-08-02 | Remove QMAIL_AUTOCONFIG. No need to mark it obsolete; it hasn't | schmonz | 1 | -6/+1 | |
been around long. | |||||
2004-08-01 | If we need to create users or group, require the latest sysutils/user_darwin. | schmonz | 1 | -2/+2 | |
2004-07-31 | Garbage collect NO_CHECK_DEPENDS: it is meaningless since revision 1.942. | seb | 1 | -2/+2 | |