summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2003-06-12Initiate support for X11 apps under IRIX.jschauma6-25/+639
We introduce two new variables: ABI and IMAKEOPTS ABI determines the correct ABI to use and is set during bootstrapping from /etc/compiler.defaults. IMAKEOPTS are the options passed to imake to allow it to set the right definitions and find the right paths etc. Use IMAKEOPTS with SunOS, too. IRIX will always require xpkgwedge, since it's got a bogus X11BASE. When linking against libXaw, make sure we get the right ABI.
2003-06-10make OBJECT_FMT test of installed packages work again.grant1-2/+2
2003-06-10remove whitespace after '=' in the generated BUILD_INFO file, makinggrant1-5/+5
it more sane for parsing.
2003-06-09Add 'li' locale directory (used by glib2, version 2.2.2).jmmv12-12/+60
2003-06-08Use the public RPATH_FLAG in favor of the private _OPSYS_RPATH_NAME.jschauma1-2/+2
2003-06-07if CC is defined, add it to MAKE_ENVabs1-1/+4
2003-06-06export LINK_ALL_LIBGCC_HACK into the environment, just likedrochner1-1/+2
OPSYS_WHOLE_ARCHIVE_FLAG saves some lines in the pkg Makefiles
2003-06-06test, too, can be in /bin or /usr/bin. Apparently.jschauma1-1/+5
2003-06-06If we want to try a bulk-build on a non-NetBSD platform, we need to takejschauma1-6/+38
care not to blow away our bootstrap-pkgsrc stuff in the initial phase. Also mark devel/bmake and devel/mk-files as broken on non-NetBSD so as not to blow away our precious files from the bootstrap process in the middle of a bulk-build. Now let's see if bulk-building works on Linux...
2003-06-06Found some more programs that may be in either /bin or /usr/bin dependingjschauma1-2/+14
on what todays flavor of Linux is.
2003-06-06Introduce a variable "LINK_ALL_LIBGCC_HACK" whichdrochner1-1/+7
is "-Wl,--whole-archive -lgcc -Wl,--no-whole-archive" on NetBSD-1.5* and empty otherwise. This is needed on build of programs which dlopen() extension libraries. (Some pkgs do the libgcc linking already, but independantly of the OS version.)
2003-06-05Introduce the MASTER_SITE_DEBIAN variable. It currently contains a list ofjmmv1-1/+38
all primary mirror sites, as listed in http://www.debian.org/mirror/list.
2003-06-05Add EMACS_USE_XAW3D.markd1-1/+6
2003-06-05Use a better value as LOWER_OPSYS for IRIX.jschauma1-3/+3
2003-06-04Set the AWK environmental variable to the value of ${AWK} (as given by alljmmv1-2/+2
defs.*.mk files) when running the configure script. Most of them look for an awk parser, and this way they will always pick the right one without having to check all the possibilities.
2003-06-03Add "gd" locale directory, used (at least) by gnome-pim. Pointed out byjmmv12-12/+60
Douglas Brebner in private mail.
2003-06-03Add yi locale (used by libgnomeui).jmmv12-12/+60
2003-06-03Add the be locale directory.jmmv7-7/+35
2003-06-03Add ee locale directory, used by xmule.jmmv12-12/+60
2003-06-01more wording tweak for missing vulnerability file.hubertf1-2/+3
2003-06-01Improve message when vulnerability file is not there.hubertf1-2/+4
2003-05-29include gcc.buildlink2.mk if USE_GCC_SHLIB is defined. this replacesgrant1-1/+7
the (now deprecated) USE_CXX.
2003-05-29Now that we're checking more thoroughly for vulnerabilities in the "do-fetch"agc1-21/+1
target via "check-vulnerable", there's no need to use "show-vulnerabilities" target when installing a package.
2003-05-28Add some, per default undefined, variables for the blender package.jschauma1-1/+31
2003-05-27add pulling in buildlink includes/libraries from lang/gcc, or gcc3grant1-0/+18
when USE_GCC3 is defined. ok'd by jlam@.
2003-05-25Define user-visible variable "PTHREAD_CFLAGS" that contains compilerjlam1-1/+9
options to compile/link pthreaded code.
2003-05-25Clarify comments to more explicitly note how to _not_ add the dependencyjlam1-5/+7
on the JDK.
2003-05-25Add ml and sr@Latn locale directories, used by libgnome.jmmv12-12/+108
2003-05-24Remove MPLAYER_USE_REALMEDIA, used by default on i386, powerpc and alpha.salo1-8/+1
2003-05-22Add es_ES locale dir (initially for sysutils/mc).salo7-7/+35
2003-05-22Convert MTOOLS_ENABLE_FLOPPYD to YES/NO from defined/undefined.salo1-4/+4
2003-05-22Add USE_LIBCRACK variable for PAM.wiz1-1/+6
2003-05-19In case license is not acceptable per /etc/mk.conf, tell user to view licensewiz1-2/+3
with "make show-license". Addresses PR 21616.
2003-05-18Check for the existence of the vulnerabilities file before telling peopleagc1-9/+13
that we're checking for vulnerabilities. If the vulnerabilities file can't be found, display a warning. Addresses PR 21572 from Robert Elz.
2003-05-18Add aleron, easynews, and heanet sourceforge mirrors.wiz1-2/+5
2003-05-18Remove "belnet.dl.sourceforge.net" from sourceforge master site listtron1-2/+1
because it doesn't work for weeks now.
2003-05-15Add couple of missing .., oops.salo7-7/+49
2003-05-15Forgot pl in previous.salo7-7/+322
2003-05-15Add few more subtrees for localized man pages (initially for editor/lpe).salo7-7/+1582
2003-05-15Add GOLEM_WITH_SOUND, default NO.salo1-1/+6
2003-05-14Add DOVECOT_USE_{GNUTLS,LDAP,PGSQL} defaults.salo1-1/+17
2003-05-13Add no_NO (for xdialog).salo7-7/+35
2003-05-11Wrap EXTRACT_COOKIE like all others that could have an interactive stepjmc1-1/+11
and check for it if doing a batch build
2003-05-09sun-jdk defaults to sun-jdk14, but sun-jdk14 does not work reliablyabs1-3/+3
on NetBSD/i386 1.6. I_believe_ it started working around the point scheduler activations were imported, so give sun-jdk14 to 1.6M and later, otherwise sun-jdk13.
2003-05-08Update wmthemes to 0.80.0 (matches current windowmaker version):jmmv1-4/+4
- Themes must be fetched through freshmeat.net now, which maintains a different directory layout and file naming than themes.org. - The WINDOWMAKER_THEMES variable now requires the version number of the package. - Add two NetBSD related themes to the default list.
2003-05-06TEXINFO_OVERRIDE tweak: '(install-info ' is also a pattern that can beseb1-2/+2
encountered in Makefile.ins generated by automake. XXX Hopefully this is going to be the last modification for this file's avatar.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv15-133/+133
2003-05-06Fix "Default:" line of MPLAYER_ENABLE_RUNTIME_CPU_DETECTION; it'suebayasi1-2/+2
default is "YES". Noticed by Kouichirou Hiratsuka <hira at po6 dot nsk dot ne dot jp>.
2003-05-05PKGVULNDIR entry was duplicated. Only keep the more recent oneseb1-6/+1
which is allow the more fully documented.
2003-05-05commented block for BITCHX_WITH_GTK.grant1-1/+7