Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-23 | Better use '-[0-9]*' than '-*' for wildcard conflicts registration. | seb | 1 | -3/+3 | |
2002-12-23 | buildlink2 works on NetBSD-1.5.x (thanks gendalia!). Also note that we | jlam | 1 | -4/+4 | |
can test using gettext-lib instead of gettext, now that gettext-lib has been converted to use buildlink2. | |||||
2002-12-23 | Add an extract method for zoo archives | cjep | 1 | -1/+6 | |
2002-12-23 | Add a new variable MPLAYER_ENABLE_RUNTIME_CPU_DETECTION that governs | wiz | 1 | -1/+11 | |
the runtime CPU checks; it defaults to YES, which makes the binary package usable on more machines; setting it to NO might make mplayer a bit faster. Suggested by veego. | |||||
2002-12-22 | Add the LSOF_LESS_SECURE_SOCKETS for the lsof pkg. | atatat | 1 | -1/+9 | |
2002-12-22 | The buildlink2 problems on non-NetBSD platform seem to be related to | jlam | 10 | -94/+129 | |
correct manipulation of variables containing values with escaped metacharacters by the shell. The new code only does partial caching, which doesn't cache "special" arguments that contain escaped metacharacters or other oddly quoted values. On certain platforms listed in _BLNK_CACHE_ALL in bsd.buildlink2.mk, we do full caching, which has enormous speed benefits since it avoids an extra sed invocation per "special" argument. Known working platforms: MacOS X 10.1.5 (schmonz) MacOS X 10.2 (grant) NetBSD 1.6 [full caching] (jlam) OpenBSD (cjep) Solaris 8 (grant) Solaris 9 (salo) | |||||
2002-12-22 | "Possible:" instead of "Possible,", noted by Jeremy C. Reed. | wiz | 1 | -2/+2 | |
2002-12-22 | .elseif -> .elif. Thanks to grant for pointing this out. | salo | 1 | -2/+2 | |
2002-12-22 | When pkg_install is installed over zoularis, new tools reside in | salo | 1 | -1/+3 | |
${ZOULARISBASE/sbin so look there as well. Otherwise old tools are used (or new tools are not found if old tools were removed). | |||||
2002-12-22 | Add GNU_PROGRAM_PREFIX, defaulting to "g". See PR 18886 for details. | wiz | 1 | -1/+6 | |
2002-12-21 | Fix broken environment passed to "pkg_tarup" command to make "tarup" | tron | 1 | -2/+2 | |
target work again. | |||||
2002-12-19 | Use a symlink, not a hard link, so that we don't break when pkgsrc is on | jlam | 1 | -2/+2 | |
a different filesystem than the system headers. Fix from PR 19452 by Arto Huusko <arto.huusko@utu.fi>. | |||||
2002-12-19 | Initial config for 'wonka' - still under development | abs | 1 | -2/+13 | |
2002-12-18 | uni-paderborn does not provide X contrib any more. | wiz | 1 | -2/+1 | |
2002-12-18 | Introduce _OPSYS_HAS_INET6, and use it to determine the default | schmonz | 8 | -25/+50 | |
value of USE_INET6. | |||||
2002-12-17 | let it recognize emacs-nox11, patch submitted by Hiramatsu Yoshifumi | drochner | 1 | -5/+25 | |
per PR pkg/19147, with a small variable name change by me (emacs21-nox11->emacs21nox) | |||||
2002-12-16 | bump PKGTOOLS_REQD to 20021123. The primary motivation is to ensure support | dmcmahill | 1 | -2/+2 | |
for 'pkg_admin pmatch' which is used by some pkgs (eg gettext-lib/buildlink2.mk). The pmatch command was not present in 1.5.* systems. This fixes part of the problem seen with libintl-using pkgs on 1.5.* | |||||
2002-12-16 | Add TEE and TSORT (required for bulk builds). | salo | 7 | -7/+21 | |
2002-12-16 | Add DATE, FGREP, NICE. | schmonz | 1 | -1/+4 | |
2002-12-15 | Add DATE and NICE (required for bulk builds). | salo | 6 | -6/+18 | |
2002-12-15 | Add FGREP. | salo | 6 | -6/+12 | |
2002-12-15 | Previous commit breaks pkgsrc on NetBSD current since OS_VERSION isn't | taca | 1 | -2/+4 | |
pure numeric value "1.6K". So, sperate ".if" directive comparing OS_VERSION into two ".if" directives. | |||||
2002-12-15 | Default to USE_INET6 = NO on Darwin < 6.0, whose IPv6 bits are a red herring. | schmonz | 1 | -1/+3 | |
2002-12-12 | Make sure that on IRIX{,64} LOWER_OPSYS matches what most configure | jschauma | 1 | -1/+5 | |
scripts seem to expect. While we're at it, add a vendor. | |||||
2002-12-11 | Use pkgsrc's perl in favor of /usr/sbin/perl -- this way we know what | jschauma | 1 | -2/+2 | |
we're dealing with. | |||||
2002-12-11 | * pass BSD_INSTALL to programs, just like the other BSD_INSTALL_* macros, | hubertf | 1 | -3/+4 | |
but _only_ the install program's path. * check for a few variables before using them. | |||||
2002-12-10 | revert oops in last commit. | grant | 1 | -2/+2 | |
2002-12-10 | use the form MESSAGE.${OPSYS}-${MACHINE_PLATFORM} for automatic | grant | 1 | -4/+4 | |
MESSAGE file handling. pointed out by Masao Uebayashi. | |||||
2002-12-10 | Remove trailing whitespace. | wiz | 1 | -4/+4 | |
2002-12-09 | Add directory "share/pixmaps" which is used by multipled packages. | tron | 7 | -7/+21 | |
2002-12-09 | use /usr/xpg4/bin/grep as GREP, as /usr/bin/grep does not support -e. | grant | 1 | -2/+2 | |
2002-12-09 | Solaris has /usr/include/iconv.h, but it's not GNU iconv. Mark it | grant | 1 | -1/+5 | |
incompatible. Fixes buildlink2 problems with converters/libiconv, which assumed that iconv was in the base system (on Solaris) due to the existance of /usr/include/iconv.h. | |||||
2002-12-07 | Add an entry for WDM_MANAGERS. | cjep | 1 | -1/+6 | |
2002-12-07 | Partially revert to behavior of revision 1.1100 wrt MESSAGE_SRC: | seb | 1 | -8/+10 | |
only if if MESSAGE_SRC and MESSAGE are _not_ already set fall back to setting MESSAGE_SRC to ${PKGDIR}/MESSAGE if it exists. This fix builds of mail/sendmail{,811}/. | |||||
2002-12-07 | Replace IGNORE into PKG_FAIL_REASON and PKG_SKIP_REASON, so pkgsrc | schmonz | 5 | -32/+32 | |
can stop builds when a dependency is broken, yet continue builds when a dependency is merely skipped (usually because it duplicates functionality in the base system). Thus IGNORE_FAIL, the oft-misunderstood and naught-documented option, goes away. This addresses many people's complaints on tech-pkg@ and other lists, as well as PR pkg/18157. | |||||
2002-12-06 | Remove now unused MPLAYER_FONT variable. | wiz | 1 | -6/+1 | |
2002-12-05 | Add TKPASMAN_USE_SSL variable, used by the new package security/tkpasman. | jmmv | 1 | -1/+6 | |
2002-12-05 | Add OS and arch specific MESSAGE file handling. This removes the | grant | 1 | -2/+12 | |
need for packages to override MESSAGE_SRC to provide platform specific install messages. | |||||
2002-12-03 | Eliminate another usage of ${OPSYS} in bsd.pkg.mk - realy on Darwin | agc | 8 | -14/+17 | |
defining _OPSYS_PERL_REQD to the correct value to make sure there's a valid perl version for that platform. | |||||
2002-12-03 | Add a layer of abstraction into bsd.pkg.mk for Java settings - set the | agc | 8 | -10/+17 | |
path to the java home directory depending upon whether the operating system includes Java by default. Use the operating system-dependent definitions files to set this value. | |||||
2002-12-03 | s/-path/-rpath/ | jschauma | 1 | -2/+2 | |
2002-12-03 | Use ${_PATCH_CAN_BACKUP} rather than hardcoding an OPSYS value into | agc | 8 | -9/+16 | |
the logic for doing backups when applying patches, and set the value accordingly in the opsys-dependent defs file. | |||||
2002-12-03 | Use a more generic way of determining, on an opsys-dependent basis, | agc | 8 | -9/+16 | |
whether the gettext package should be used. | |||||
2002-12-03 | Handle the different rpath directive to the linker for Irix in a different, | agc | 8 | -24/+18 | |
more generic, way - use an abstraction called ${_OPSYS_RPATH_NAME} which takes the value "-rpath," or "-R", set appropriately in the opsys-dependent defs files. | |||||
2002-12-03 | Abstract out the base value of libtool required into _OPSYS_LIBTOOL_REQD, | agc | 8 | -15/+17 | |
and use that rather than a hardcoded ${OPSYS} default in bsd.pkg.mk | |||||
2002-12-03 | Apply patches from Sergey Svishchev in PR 19221 to get the correct value | agc | 1 | -1/+3 | |
for localpatches and to make that directory available in the sandbox. | |||||
2002-12-03 | Commit patch from Nick after testing it on IRIX. | jschauma | 1 | -9/+12 | |
This patch corrects a typo and uses PKGCONFIG_OVERRIDE_SED rather than adjusting sed lateron in the target. Modification of the patch: use '-Wl,-rpath,/path' rather than '-Wl,-rpath -Wl,/path' as suggested by jlam in another email. | |||||
2002-12-03 | Allow package Makefiles to define REPLACE_LOCALEDIR, which is a space- | jlam | 1 | -10/+20 | |
separated list of files relative to ${WRKSRC} on which we do PKGLOCALEDIR replacement. This is in addition to the files on which we already do the PKGLOCALEDIR replacement (Makefile.in* and Makefile*). | |||||
2002-12-02 | IRIX wants -rpath (missed in last commit) | jschauma | 1 | -1/+9 | |
2002-12-02 | Add initial support for IRIX. | jschauma | 7 | -7/+636 | |
Again, anybody's feedback (success or failure) will be appreciated. |