summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2003-04-10Remove rwth-aachen as sunsite mirror (twice!).wiz1-3/+1
2003-04-10set correct values for IMAKE_MAN_SUFFIX.grant1-3/+3
2003-04-04pkgchk-*, like digest-*, does not require digest (certainly in binary add mode)abs1-2/+2
2003-04-03Add webwasher licence (commented out)rh1-1/+4
2003-04-03Add architecture specific MESSAGE file handling.salo1-1/+4
2003-04-01Make sure _OPSYS_RPATH_NAME has a value (even if a bogus one) so thatthorpej1-2/+2
the FIX_RPATH magic works. Fix suggested by Tim Preston.
2003-03-31${UNAME} -p is a good value for LOWER_ARCH on Irix as well.jschauma1-1/+2
2003-03-30kill some trailing whitespacegrant1-33/+33
2003-03-29m4 on solaris is /usr/ccs/bin/m4 or /usr/xpg4/bin/m4.seb1-2/+2
set M4 to /usr/ccs/bin/m4 for starter.
2003-03-29Add _OPSYS_LIBTOOL_REQD, following Darwin's example.jschauma1-1/+2
Suggested by grant.
2003-03-28Quote tr arguments.wiz1-2/+2
2003-03-28Remove last traces of NO_PATCH.wiz1-7/+1
2003-03-26Add default clamav user and groupagc1-1/+11
2003-03-25Export RPATH_FLAG to MAKE_ENV and CONFIGURE_ENV.jschauma1-1/+3
2003-03-25Whitespace police.salo1-8/+8
2003-03-24Set MESA_REQD per default to latest stable version, 5.0.jschauma1-3/+3
2003-03-23If a package requires a certain JVM, use that JVM for all dependenciesjschauma1-1/+2
as well to avoid pulling in an additional, possibly unwanted JVM should one of the dependencies require any JVM.
2003-03-23Add "${LOCALBASE}/lib" before "${X11BASE}/lib" to the runtime librarytron1-4/+4
search path. This stop package applications from picking up e.g. XFree86 4.3.0's "expat", "fontconfig" or "Xt2" library also they are supposed to use the packaged version. Based on a suggestion by Christopher Richards.
2003-03-22when creating PLIST's, substitute \. for . in the sed pattern fordmcmahill1-2/+2
the operating system version to avoid things like /1.6/ matching 106 which can create a huge mess in the generated PLIST.
2003-03-22add flow.dl.sourceforge.net (Flow Communications), an officialgrant2-3/+5
sourceforge download site in Australia.
2003-03-22Let distribution patches generate ${NAME}.orig_dist backup copies to avoidwiz1-2/+2
confusion with backup copies generated from pkgsrc patches (${NAME}.orig). Suggested by Nicolas Fugier in PR 20588.
2003-03-21when there are no build depends, indicate this with "none" instead ofdmcmahill1-3/+11
having an empty list. Do the same for run depends. Suggested by Christian Hattemer in a private email.
2003-03-20Alternative check if IPv6 is available with the OS.hubertf1-2/+2
Addresses PR 20019.
2003-03-20remove incorrect usage of README.html.BAK files. With this change,dmcmahill1-6/+4
1) an extra /usr/pkgsrc/README.html.BAK file is not created 2) we ensure that when a README.html file doesn't change, we don't touch it. The prior version of this file caused the timestamp to change.
2003-03-19- fix a bug in the HOMEPAGE link when the URL contains an ampersanddmcmahill1-41/+80
- fix a bug in which caused only packages listed as DEPENDS to show up in the 'packages needed to build' section. Now the BUILD_DEPENDS are also shown. Thanks to Christian Hattemer for noting this. - fix a bug which caused error messages claiming that category and top level README.html files could not be created even though they were created. This bug only showed up if an old README.html file did not exist. As part of this, clean up and unify the code which handles comparing the new README.html file to a possibly pre-existing one and only copying it over if there is a change.
2003-03-19fix a few 'strings split across lines' bugs which caused some dependenciesdmcmahill1-9/+4
to be dropped from the README.html files. Problem of missing dependencies noted by Christian Hattemer in a private email.
2003-03-19 * make print-PLIST deal better with /emul/linux/prochubertf1-7/+7
* clearer description of possible options when a pkg is already installed ===> glib-1.2.10nb4 is already installed - perhaps an older version? *** If so, you may use either of: *** - "pkg_delete glib-1.2.10nb4" and "make reinstall" to upgrade properly *** - "make update" to rebuild the package and all of its dependencies *** - "make replace" to replace only the package without re-linking *** dependencies, risking various problems. Improved wording welcome.
2003-03-16Add some notes with thoughts on what a parallel bulk build system should do.dmcmahill1-0/+210
2003-03-16echo -> ${ECHO}jmmv1-2/+2
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam2-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-10add de_DE, ja_JP, nl_NL localesdmcmahill12-12/+156
2003-03-10Add am locale dirs.wiz6-6/+30
2003-03-09Introduce MESA_REQD variable.jschauma1-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-09Use CVS_USER for RSYNC options.cjep1-3/+3
2003-03-08provide CDRECORD_CONF.grant1-1/+9
2003-03-07Use /bin/ksh in favor of /bin/sh, which seems to loose variablesjschauma1-2/+2
(such as the rather important MAKE variable set by bmake).
2003-03-05Add es_AR locale dir (for mcrypt).wiz12-12/+60
2003-03-04Move M4 default definition into the defs.$OPSYS.mk files: unconditionallyseb8-12/+15
set it to /usr/bin/m4 for everyone, at least for now.
2003-03-04Document USE_SASL2: default value 'undefined'.seb1-1/+6
2003-03-03We want to remove '-Wl,-R' and '-rpath' when USE_BUILDLINK2 is "no"seb1-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-28Added kn locale dir.jmmv12-12/+60
2003-02-28Add definitions for HOSTNAME_CMD, so that just-in-time-su doesn't failjschauma8-9/+16
on Irix. Noted and suggested by Pavel Cahyna in a private email.
2003-02-27SunOS stores manual pages in "share/man" not in "man".tron1-3/+2
2003-02-27look for basename, egrep, fgrep, grep and sed in both /bin andgrant1-1/+21
/usr/bin, to deal with varying linux distributions. addresses PR pkg/20477 from Tracy Di Marco White.
2003-02-26Add defaults for IMAKE_MAN_DIR and friends.jschauma3-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-26prefer PREFIX/bin/gzip (and friends) and pax, if they exist.grant1-7/+10
2003-02-26prefer PREFIX/bin/pax if it exists.grant2-2/+10
2003-02-25Do package list substitutions before modifications for compressed manualtron1-3/+3
pages. This fixes problems with the "MANZ" option after the introduction of "IMAKE_MAN_DIR" and friends.
2003-02-24When using imake, add a bunch of variables to the PLIST_SUBST list, injschauma5-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-23Add a MASTER_SITE_APACHE variable with a bunch of apache.org mirrors.jmmv1-1/+32