Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-03-14 | (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG; | jlam | 2 | -14/+24 | |
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles. | |||||
2003-03-10 | add de_DE, ja_JP, nl_NL locales | dmcmahill | 12 | -12/+156 | |
2003-03-10 | Add am locale dirs. | wiz | 6 | -6/+30 | |
2003-03-09 | Introduce MESA_REQD variable. | jschauma | 1 | -1/+6 | |
Can be set to any default value, current default is 3.4.2 (ie the version that comes with XF4.2). Packages that require just any version of Mesa and friends to be present need not set it. If a package requires 5.0, however, it can set this variable and regardless of xpkgwedge or the version of XF installed, it will pull in Mesa 5.0 and install it in LOCALBASE. | |||||
2003-03-09 | Use CVS_USER for RSYNC options. | cjep | 1 | -3/+3 | |
2003-03-08 | provide CDRECORD_CONF. | grant | 1 | -1/+9 | |
2003-03-07 | Use /bin/ksh in favor of /bin/sh, which seems to loose variables | jschauma | 1 | -2/+2 | |
(such as the rather important MAKE variable set by bmake). | |||||
2003-03-05 | Add es_AR locale dir (for mcrypt). | wiz | 12 | -12/+60 | |
2003-03-04 | Move M4 default definition into the defs.$OPSYS.mk files: unconditionally | seb | 8 | -12/+15 | |
set it to /usr/bin/m4 for everyone, at least for now. | |||||
2003-03-04 | Document USE_SASL2: default value 'undefined'. | seb | 1 | -1/+6 | |
2003-03-03 | We want to remove '-Wl,-R' and '-rpath' when USE_BUILDLINK2 is "no" | seb | 1 | -2/+2 | |
not the opposite: this was a little mistake introduced in revision 1.1086. (hopping nothing will be broken by this change...) | |||||
2003-02-28 | Added kn locale dir. | jmmv | 12 | -12/+60 | |
2003-02-28 | Add definitions for HOSTNAME_CMD, so that just-in-time-su doesn't fail | jschauma | 8 | -9/+16 | |
on Irix. Noted and suggested by Pavel Cahyna in a private email. | |||||
2003-02-27 | SunOS stores manual pages in "share/man" not in "man". | tron | 1 | -3/+2 | |
2003-02-27 | look for basename, egrep, fgrep, grep and sed in both /bin and | grant | 1 | -1/+21 | |
/usr/bin, to deal with varying linux distributions. addresses PR pkg/20477 from Tracy Di Marco White. | |||||
2003-02-26 | Add defaults for IMAKE_MAN_DIR and friends. | jschauma | 3 | -3/+36 | |
Until we determine better values, use NetBSD defaults: currently, package _not_ using IMAKE_* install there anyway, so if packages work this way, all's well. If not, then they were broken to begin with and need attention. | |||||
2003-02-26 | prefer PREFIX/bin/gzip (and friends) and pax, if they exist. | grant | 1 | -7/+10 | |
2003-02-26 | prefer PREFIX/bin/pax if it exists. | grant | 2 | -2/+10 | |
2003-02-25 | Do package list substitutions before modifications for compressed manual | tron | 1 | -3/+3 | |
pages. This fixes problems with the "MANZ" option after the introduction of "IMAKE_MAN_DIR" and friends. | |||||
2003-02-24 | When using imake, add a bunch of variables to the PLIST_SUBST list, in | jschauma | 5 | -6/+57 | |
order to simplify man-page handling across platforms: If your application installs man pages on NetBSD into man/cat1/foo.0 but in man/man1/foo.1x on Linux, simply use ${IMAKE_MAN_DIR}/foo.${IMAKE_MANNEWSUFFIX} Definitions for Darwin provided by grant, others from /usr/X11R6/lib/X11/config/* This allows us to put away with having multiple PLISTs just for the different man page locations. PKGREVISION bumps of `grep -l USE_IMAKE pkgsrc/*/*/Makefile` coming up after revision and adjusting. | |||||
2003-02-23 | Add a MASTER_SITE_APACHE variable with a bunch of apache.org mirrors. | jmmv | 1 | -1/+32 | |
2003-02-22 | Add MASTER_SITE_XEMACS. | uebayasi | 2 | -4/+23 | |
2003-02-21 | use the bootstrap versions of tar and mtree, if they exist. | grant | 1 | -3/+7 | |
2003-02-18 | Use ${.CURDIR} when referencing install/deinstall scripts. | jmmv | 1 | -3/+3 | |
2003-02-18 | Wrap "Lock acquired ..." and "Lock released ..." messages with PKG_VERBOSE check | lukem | 1 | -3/+7 | |
2003-02-16 | Add default value for FLOW_TOOLS_USE_MYSQL. | seb | 1 | -1/+7 | |
It is used by flow-tools to enable support of flow records export into a MySQL database. | |||||
2003-02-16 | Use EVAL_PREFIX on ttmkfdir and type1inst so LOCALBASE is not harcoded. | seb | 1 | -3/+7 | |
Okay'ed by jmmv. | |||||
2003-02-16 | Implement a simple framework to handle font databases. It regenerates the | jmmv | 2 | -0/+103 | |
fonts.dir, fonts.scale and Fontmap files (depending on the font type) in the right directories at (de)install time. Support included for TrueType, Type1 and standard X11 fonts. Reviewed by jlam. | |||||
2003-02-16 | oops. add few missing backslashes from previous. | salo | 1 | -5/+5 | |
2003-02-16 | Add more mirrors to MASTER_SITE_MOZILLA, MASTER_SITE_GNOME, MASTER_SITE_GNU | salo | 1 | -2/+54 | |
and MASTER_SITE_SUNSITE. Minor whitespace cleanups. From Juan RP via PR pkg/20361. | |||||
2003-02-15 | Add bn and mn locale dirs. | wiz | 7 | -7/+63 | |
2003-02-15 | lint: no news is good news, don't tell us about "OK" items from pkglint. | hubertf | 1 | -2/+2 | |
2003-02-14 | Add some SUSE mirror sites. From Juan RP in PR 19768. | wiz | 2 | -4/+38 | |
2003-02-13 | correct the 'broken due to depends' processing. This change makes the | dmcmahill | 1 | -3/+5 | |
summary email list correctly the packages which are broken because of their dependencies. Problem noted on Huberts most recent bulk build. | |||||
2003-02-13 | When comparing install-info version, ignore non [0-9.] - treat 4.0b as 4.0 | abs | 1 | -4/+4 | |
2003-02-09 | Open/close HTML mark-up in the correct order. Noted by Kevin P. Neal. | wiz | 2 | -4/+4 | |
2003-02-09 | s/${ENV}/${SETENV}/, noted by Kevin P. Neal in connection with PR 19586. | wiz | 1 | -2/+2 | |
2003-02-08 | honor PKG_SKIP_REASON as well as PKG_FAIL_REASON, like normal build does. | kei | 1 | -2/+2 | |
2003-02-08 | Add backslash for a line continuation to fix "make readme" error | yyamano | 1 | -4/+4 | |
on darwin. Approved by mcmahill. | |||||
2003-02-07 | protect one more inclusion of ${_JDK_PKGSRCDIR}/buildlink2.mk with | dmcmahill | 1 | -2/+4 | |
a check to make sure _JDK_PKGSRCDIR exists. Now one can create README.html files for all java pkgs on a system without a JVM. | |||||
2003-02-06 | make this also behave correctly when USE_BUILDLINK2 is not defined as well ↵ | dmcmahill | 1 | -2/+4 | |
as _JRE_PKGSRCDIR not being defined | |||||
2003-02-06 | only include _JRE_PKGSRCDIR/buildlink2.mk if it exists (allowing things like | dmcmahill | 1 | -2/+2 | |
make show-var VARNAME=PKGNAME to work on systems without a JVM. | |||||
2003-02-06 | on systems where _PKG_JVM is not set, set PKG_FAIL_REASON and set | dmcmahill | 1 | -2/+3 | |
_PKG_JVM to "none" to avoid makefile errors. | |||||
2003-01-29 | Use a table-based lookup scheme to pair up JREs to JDKs. | jlam | 1 | -10/+15 | |
2003-01-29 | Create directories at pre-install time instead of post-install so that | jlam | 1 | -14/+38 | |
we can more accurately determine if we "own" a directory. Ownership is determined by seeing if the directory doesn't exist before the package is installed. | |||||
2003-01-29 | sun-jdk14 has moved to .../java/sun-1.4. | jlam | 1 | -2/+2 | |
2003-01-29 | Move the inclusion of bsd.pkg.install.mk higher so that binary packages | jlam | 1 | -5/+5 | |
are generated correctly (with INSTALL and DEINSTALL scripts). Fix suggested by Stoned Elipot <seb@netbsd.org>. | |||||
2003-01-29 | Set _JAVA_BASE_CLASSES to classes.zip or wre.jar in java-vm.mk, then use in | abs | 2 | -4/+7 | |
bsd.pkg.mk. We are now more wonka friendly. | |||||
2003-01-28 | Ensure that PKG_SYSCONFBASE is always defined (defaulting to ${PREFIX}/etc). | jlam | 1 | -2/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -1/+5 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. |