summaryrefslogtreecommitdiff
path: root/mk/platform
AgeCommit message (Collapse)AuthorFilesLines
2006-04-12Add INSTALL_GAME_DIR to complement INSTALL_GAME_DATA. The directoriesjoerg12-12/+24
are group-writeable by the games user on those platforms, where GAMEMODE includes setgid. It defaults to PKGDIRMODE otherwise.
2006-04-10Modified xmkmf support for Darwin and IRIX:schwarz2-4/+33
- on Darwin, pkgsrc no longer tries to set user or group when installing as unprivileged user, i.e. with UNPRIVILEGED set to yes. - on IRIX (5 and 6) the system's xmkmf config files are no longer modified. Instead copies (that take priority with pkgsrc's xmkmf) are used for that purpose.
2006-04-09Remove ua locale dir again, it was a typo.wiz22-110/+22
2006-04-08Add ua (Ukraine) locale dir for xchm-1.6.wiz22-22/+110
2006-04-08Add dz locale, used by glib2-2.10.2.wiz22-22/+110
2006-04-02Add the ca_ES@valencian directory, initially used by gaim 2.0.0beta3.jmmv13-13/+65
2006-04-01require libtool >=1.5.22nb3 for /bin/sh fix.grant1-2/+3
2006-03-21Add the pa_IN locale directory, initially used by the iso-codes 0.50jmmv13-13/+65
package (coming after the freeze).
2006-03-18Remove leftover code sections guarded by _USE_PLIST_MODULE which wasjlam13-117/+13
mainlined long ago.
2006-02-22Add man/ru/*.wiz21-21/+987
2006-02-22Drop trailing whitespace.wiz14-1377/+1377
2006-02-16Add nl_BE and sv_SE locale dirs for gourmet.wiz22-22/+198
2006-02-10Add es_NI locale, for gnucash-devel.wiz22-22/+110
2006-02-06Set required libtool version to 1.5.22nb1, to skip regression issue in thetv1-1/+2
original 1.5.22 package.
2006-01-28Add zh_HK locale for gtk2+-2.8.11.wiz22-22/+110
2006-01-12Initial commit of a new module that encapsulates all of the codejlam13-13/+104
for manipulating PLISTs. This module is not used by default pending more widespread testing -- currently the variable _USE_PLIST_MODULE must be defined in /etc/mk.conf to enable its use. The main features of the new PLIST module are: (1) Splits out the PLIST-handling code from bsd.pkg.mk into a separate "plist" module. (2) Splits out giant, multi-line awk scripts stored in make variables into separate awk scripts that may be joined together to post-process PLISTs. Each of these awk scripts consolidates the processing for one set of files, e.g., man pages, info pages, etc., and is more easily commented than a make variable. (3) Splits out the print-PLIST code from the regular PLIST code since they have no common pieces (print-plist.mk vs. plist.mk). (4) Completely re-implements the shared-library handling to be more efficient. Along the way, this also fixes a problem for Mac OS X users where the PLISTs incorrectly contained absolute paths. (5) Completely re-implements the info-file handling so that we can migrate from INFO_FILES definitions to just adding info/foo.info entries in the static PLISTs. (6) Adds commented-out support for automatically compressed or decompressed info page entries based on the value of MANZ. These changes will be activated after texinfo.mk has been replaced by something that is built using the more modern primitives now available in pkgsrc. (7) Move the file compression logic into a separate script "doc-compress" that compresses or decompresses files while minding symlinks. This script is now called by bsd.pkg.mk to do the "autmoatic man page handling". In the future, it will also handle the "automatic info page handling" and possible others. In general, the idea is to move stuff out of the Makefiles and into separate files where we don't need to worry about quoting rules and where each file can have a separate history of commits. This simplifies the makefile logic (especially in terms of readability) and also simplifies maintenance of the code.
2006-01-10Also set ABI like SGI does; from Benjamin Shi.christos1-1/+2
2006-01-06set the LIBABISUFFIX to 64 for amd64...christos1-1/+4
2005-12-11Add the 'km' locale, initially used by kde3-i18n-km 3.5.0.markd13-13/+65
2005-12-08Pass correct flags to install.sh to invoke IRIX's strip commandjschauma1-2/+2
2005-12-05Applied all quoting fixes found by "pkglint --autofix".rillig1-3/+3
2005-12-04Add IMAKE_GAMEMAN_SUFFIX and IMAKE_GAMEMAN_DIR to allow PLISTsjoerg13-13/+39
to pick up the correct locations. XXX Default values are guessed, x11/xsnow can be used for testing
2005-11-16Add lo and ss locale directories, used by the upcoming audio/amarokseb13-13/+117
update.
2005-11-09libtool-base-1.5.18nb6:tv1-1/+2
Fix major problem brought to the surface by buildlink3 on Interix. For C++ or F77 libraries only, the soname did not always make it into the final binary, resulting in runtime link failures in some cases and runtime linking with a missing major version in others. This is unfortunately a flag day for Interix + pkgsrc. Identifying all the PKGREVISIONs normally requiring a bump is a little too unwieldy. However, existing binaries not experiencing the runtime link failure will continue to run, but will be linking against the unversioned ".so" at runtime until the binaries have been rebuilt. While here, fix a couple wrong assumptions in the libtool config for Interix. shlibvar_overrides_runpath should have been "no", and hardcode_direct should have been "yes".
2005-11-09DragonFly does not provide an X11, so default to X.org's X11.reed1-1/+4
This is the X11 tested and used by the pkgsrc developers on DragonFly. And far as I know, this is the only X11 used on DragonFly -- not saying that others are not used though.
2005-11-06Bless FreeBSD with the usergroup functions used by DragonFly.joerg1-1/+2
2005-11-04Add comment about possibly supporting SIOCGIFADDR in the future.tv1-1/+8
2005-11-01Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OStv1-10/+1
blocks can override it without running the commands at all. Move Interix [LOWER_]OS_VERSION speedup hack into bsd.prefs.mk, since it must happen early at runtime. While here, speed up the OS_VERSION calculation slightly for OSF1.
2005-11-01Add some extra default overrides for Interix, to:tv1-1/+44
- speed up the build (avoiding a few != settings that are inferrable instead) - reduce the number of settings that the user needs to have in mk.conf
2005-10-31Force recognition of hstrerror(3) on Interix when GNU_CONFIGURE.tv1-1/+4
2005-10-28Implement usergroupfuncs for DragonFly using pw(8).joerg1-1/+2
2005-10-27a.out has never existed on DragonFly; that OS was created long after itstv1-2/+2
parent (FreeBSD) went ELF-only.
2005-10-27UnixWare has never used a.out. It descends directly from SVR4, and thustv1-2/+2
is ELF by definition.
2005-10-26...and gawk is no longer needed, either, so all these extras can nowtv1-4/+1
go away.
2005-10-26sysutils/coreutils is no longer needed in bulk builds, with the Perl tflat.tv1-2/+2
2005-10-16modification to increase imake handling flexibility for IRIX (in particularschwarz1-9/+12
with respect to IRIX 5). Changes approved by jschauma and recht.
2005-10-14Add the aa, byn, dv, gez, gv, haw, iu, kk, kl, kok, kw, ky, oc, om, ps, sa,jmmv13-13/+1417
sid, so, sw, syr, ti, tig, tt, ur, ve, wal and wo locales, initially used by iso-codes.
2005-09-21Bump LIBTOOL_REQD to 1.5.18nb5. This pulls in the -avoid-version fix fortv2-4/+2
some platforms, which includes all non-ELFs and many ELF-like platforms (that still use a.out naming conventions). Since a branch is coming, bump the version in a blanket rather than per platform.
2005-08-19Add the 'ug' locale, initially used by gnome-themes 2.10.1 (AFAICT).jmmv13-13/+65
2005-08-19Add the 'te' locale, initially used by gnome-desktop-2.10.2 (AFAICT).jmmv13-13/+65
2005-08-02Fix typo.reed7-14/+14
2005-08-02Replace references of pkgsrc/mk/bsd.pkg.defaults.mk toreed12-43/+43
pkgsrc/mk/defaults/mk.conf. This is from PR 30741 from anonymous AT example.net.
2005-07-20Add "share/examples/rc.d" to mtree specs, both becauseschmonz13-13/+39
RCD_SCRIPTS_EXAMPLEDIR has been fixed to this value for a while, and because it ought not to be emitted by the print-PLIST target. (Individual packages can't expect to be able to completely remove this directory on deinstall, as it often has other packages' rc.d scripts in it.)
2005-07-03Set _OPSYS_LIBTOOL_REQD to 1.5.18nb4.tv1-1/+2
2005-06-29Add hy locale, initially used by gnome-panel 2.10.2.jmmv13-13/+65
2005-06-24Drop the perl-5.6.x package from pkgsrc. Remove lang/perl58 and updatejlam1-2/+2
lang/perl5 to perl-5.8.6nb4. Modify packages that referred to lang/perl58 to point to lang/perl5 instead.
2005-06-23Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtreejlam22-0/+19638
files into mk/platform, where they now live with the ${OPSYS}.mk files.
2005-06-14Make IMAKE_TOOLS into a publicly-readable variable so that it can bejlam1-2/+2
used by pkgtools/xpkgwedge.
2005-06-05Force libtool-base-1.5.18nb3 on DragonFly.tv1-1/+2
2005-06-04IMAKE_FILEMAN_SUFFIX is 4 on Solaris and (as I read it) OSF1 and UnixWare.markd3-10/+9