summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2002-11-30turn on USE_INET6 in a KAME IPv6 environment other than NetBSD.grant1-2/+5
2002-11-30Former OpenBSD and FreeBSD tags were borked in the last commit.cjep1-3/+3
2002-11-30OpenBSD x11 dist file. May need some tuning.cjep1-0/+533
I should mention Arrigo Triulzi, who provided a login to an OpenBSD 3.0 machine and also a machine to play with OpenBSD 3.2 and pkgsrc. Thanks Arrigo!
2002-11-30An initial OpenBSD pkg dist file.cjep1-0/+484
2002-11-30defs file for OpenBSD.cjep1-0/+125
2002-11-30Conditionalize _PKGLOCALEDIR_FILES pattern for ${FIND}. Some packages needsalo1-4/+9
patching Makefile not Makefile.in. Depends on HAS_CONFIGURE || GNU_CONFIGURE.
2002-11-29Add locale/am.wiz5-5/+25
2002-11-28Introduce new framework for handling packages' locale directories.salo1-1/+20
The logic is: - if package defines USE_PKGLOCALEDIR and PKGLOCALEDIR is not 'share' as GNU autotools expects then - fix variables 'localedir', 'gnulocaledir' and define coorect 'LOCALEDIR' in the Makefile.in.* files From Packages.txt: 10.29 Packages providing locale catalogues ========================================== If the package provides its own locale catalogues, the variable USE_PKGLOCALEDIR should be defined. It will ensure that the package's Makefile template files are fixed and point to the correct locale directories (which may vary, depending on OS), if necessary. See also section 5.1 for details about ${PKGLOCALEDIR}. This functionality is buildlink2-only.
2002-11-27* EMACS_VERSION_ACCEPTED -> EMACS_VERSIONS_ACCEPTEDuebayasi1-2/+4
* Set CONFLICTS appropriately so that Emacs version and XEmacs version of a package can't be installed at once.
2002-11-26Move X11BASE transformations ahead of LOCALBASE transformations to handlejlam1-9/+9
the case where X11BASE is a subdirectory of LOCALBASE, e.g. /usr/pkg/X11R6.
2002-11-26'Applying pkgsrc patches' it is.jschauma1-3/+3
2002-11-26Don't say: 'Applying ${OPSYS} patches', just 'Applying patches'.jschauma1-3/+3
We do not have opsys-specific patches, and this note becomes more and more confusing the more OSs we support with pkgsrc. Pointed out and patch provided by Jeremy C. Reed (reed at reedmedia dot net) in PR pkg/19172.
2002-11-26Add note about IMAKE on Solaris with native compilers.salo1-7/+16
Move SAWFISH_THEMES to proper location.
2002-11-26Restore usual meaning for AUTOMAKE_OVERRIDE so that it works even ifjlam2-9/+15
USE_BUILDLINK2 is defined. AUTOMAKE_OVERRIDE == "yes" is the default, and means that pkgsrc will try to avoid executing the GNU autotools during the build process. Setting AUTOMAKE_OVERRIDE to "no" will avoid these extra steps by pkgsrc, so that the GNU autotools will be automatically invoked if they are found (though they may not necessarily invoke the correct ones and the effects may be surprising...do this only if you know what you are doing).
2002-11-26Added POSTFIX_USE_LDAPmartti1-1/+6
2002-11-25Don't match common delimiters ['";:] when doing matches for substitutions.jlam1-9/+9
Addresses PR 19159 by grant@netbsd.org.
2002-11-25In the _BUILDLINK_SUBST_USE target, save the original file from which wejlam1-6/+8
generate the "sed-substituted" file with a ".blsav" suffix. This is primarily useful for debugging purposes.
2002-11-25Use green threads with blackdown-jdk13 on NetBSD/powerpc.schmonz1-1/+6
2002-11-24Back out previous change of PKGTOOLS_REQ; fix does not necessitatejschauma1-2/+2
update.
2002-11-24Update config.sub and guess to the latest version, 2002-11-13.chris2-50/+75
Note we vary only be a couple of lines for sh5le.
2002-11-24introduce PKG_HAVE_KQUEUE variable - defined if OS supports kqueue(2)/kevent(2)jdolecek2-2/+11
interface
2002-11-23Bump PKGTOOLS_REQD to 20021123 to prevent users from using tools thatjschauma1-2/+2
could not correctly de-install packages if cwd is part of PLIST of the to be deleted package. This closes PR pkg/18384.
2002-11-23If PKGSRC_RUN_TEST is yes, make all run test. This results in testdillo1-1/+5
being run during the first part of a make; make install sequence. (As suggested by Greg A. Woods on tech-pkg.)
2002-11-23Darwin doesn't yet have a working equivalent to sysutils/userschmonz1-1/+3
because I'm a slacker. Take a months-old hint from Johnny in PR 16628 and set PKG_CREATE_USERGROUP to NO in the meantime.
2002-11-23Make gcc default compiler for packages using imake on Solaris.salo1-1/+2
Addresses PR pkg/18077 and PR pkg/18430 and possibly others.
2002-11-21Don't blindly assume that directores listed in OWN_DIRS* and MAKE_DIRS*jlam2-7/+17
that are outside of ${LOCALBASE} belong to the package that lists them. If the directory already exists before the package is installed, then we don't presume ownership of the directory. This addresses pkg/18383 by Grant Beattie.
2002-11-21Default to USE_BUILDLINK?=no, and change checks for !defined(USE_BUILDLINK2)jlam1-8/+5
into whether USE_BUILDLINK is "no".
2002-11-21Instead of inventing our own "missing" script, just use the GNU one.jlam1-9/+8
2002-11-21"Import" the "missing" script from GNU automake 1.7.jlam1-0/+339
2002-11-20Reimplement hide-autotools target by making better use of make targets.jlam1-9/+15
Also document what that section of the Makefile does.
2002-11-20Provide a more complete list of GNU auto* tools to hide (thanks wiz!).jlam1-2/+8
2002-11-20Fixes from Robert Elz to:agc1-9/+17
+ umount filesystems in the reverse order from that which they were mounted + null-mount /lib and /libexec in a way more consistent with the original
2002-11-20If using buildlink2, use a (hopefully) less error-prone way of preventingjlam1-1/+29
the GNU auto* tools from being executed during the build process. We now just create shell scripts that simply return an error status for each of the GNU auto* tools in ${BUILDLINK_DIR}/bin and ignore the other goop in bsd.pkg.mk that tried to accomplish the same thing.
2002-11-17LOWER_VENDOR is 'pc' on FreeBSD only if running on i386.grant1-1/+5
2002-11-17Grrr Solaris' sh.seb1-2/+2
Use 'if cmd1; then :; cmd2; fi' instead of 'if ! cmd1; then cmd2; fi'
2002-11-17pull out SERIAL_DEVICES for now.grant1-23/+1
2002-11-17Add initial pkgsrc FreeBSD support :-)grant3-1/+618
Tested on FreeBSD 4.7-RELEASE/i386.
2002-11-17bump LIBTOOL_REQD for FreeBSD.grant1-1/+6
2002-11-17Introduce new framework which unifies registering packages providing loginsalo5-5/+37
shells to /etc/shells. This feature can be disabled by setting PKG_REGISTER_SHELLS to NO in /etc/mk.conf. An excerpt from Packages.txt, section 10.28: 10.28 Packages providing login shells ===================================== If the purpose of the package is to provide a login shell, the variable PKG_SHELL should contain the full pathname of the shell executable installed by this package. The package Makefile also must include "../../mk/bsd.pkg.install.mk" prior to the inclusion of bsd.pkg.mk to use the automatically generated INSTALL/DEINSTALL scripts. An example taken from shells/zsh: PKG_SHELL= ${PREFIX}/bin/zsh .include "../../mk/bsd.pkg.install.mk" The shell is registered into /etc/shells file automatically in the post-install target by the INSTALL script generated by bsd.pkg.install.mk and removed in the deinstall target by the DEINSTALL script.
2002-11-16Defaults for w3m.uebayasi1-1/+47
2002-11-16- When listing the current version of the package, don't create a hyperlinkdmcmahill1-3/+4
back to the current page, just list it as regular text. - Put each dependency hyperlink on a separate line in the README.html file. These were both noted by Thomas Klausner in a private email.
2002-11-15Add be locale (glib2).wiz4-4/+20
2002-11-14Reset IFS sooner so that recursive calls to the gen() function workjlam1-1/+1
correctly with Solaris' ksh (not sure why this didn't break on NetBSD's /bin/sh). Analysis and fix by Jonathan Perkin <sketch@rd.bbc.co.uk>.
2002-11-14Allow BUILDLINK_SETENV.<wrappee> to override _BLNK_WRAP_SETENV.<wrappee>.jlam1-1/+8
This is to override the default CC=cc, CXX=c++, LD=ld, etc. settings in CONFIGURE_ENV and MAKE_ENV, e.g.: BUILDLINK_SETENV.CC= CC=gcc
2002-11-14Allow for common case where --mode=install is not specified when usingjlam1-47/+59
libtool to install libraries or programs.
2002-11-14- when creating a new database, make sure that the old one is gone first todmcmahill1-1/+12
avoid simply appending to it. - add some additional error checks when using the -r/--restart options to make sure that the database exists and give a useful error message if it doesn't
2002-11-14Remove HAVE_OPENWINDOWS. Packages that wonder whether X11 is OpenWindowsjlam1-6/+1
can just test whether X11BASE is /usr/openwin (see x11.buildlink2.mk).
2002-11-14Comment out the X11BASE setting, which is set in bsd.prefs.mk conditionallyjlam1-3/+3
based on the value of OPSYS. This was breaking pkgsrc on Solaris.
2002-11-14add a 'SINGLEPKG' variable which can be set on the command line to thedmcmahill1-2/+12
directory of a single package (e.g. graphics/gimp) for which a README.html is to be generated. This provides the required hook to be able to use this script to generate a README.html file for a single package as well as for all packages.
2002-11-14Drop some trailing whitespace.wiz1-2/+2