summaryrefslogtreecommitdiff
path: root/mk/defaults/mk.conf
AgeCommit message (Collapse)AuthorFilesLines
2015-02-25Removed outdated openjdk7-bin package. No objection from abs@tnn1-2/+2
2015-02-16Remove obsolete bulk build variables.jperkin1-9/+1
2015-02-01Revert "Drop obsolated old bulk build related variable settings."obache1-1/+9
proposed/discussed is required for such changes.
2014-12-30Remove pkg_views support, second part: infrastructure.wiz1-7/+1
2014-12-10Revert unintended commit.wiz1-1/+7
2014-12-10Describe dblatex-fig.wiz1-7/+1
2014-11-24Add cwrappers glue as developed during Google's Summer of Code 2007.joerg1-1/+7
2014-11-21Drop obsolated old bulk build related variable settings.obache1-9/+1
2014-10-23Revert previous, committed by accident.wiz1-1/+7
2014-10-23Describe timidity option.wiz1-7/+1
2014-10-12Simplify PKG_DEVELOPER checks.joerg1-2/+2
2014-07-30One slash is enough.wiz1-2/+2
2014-07-30Fixed "Default" description for BINPKG_SITES, sync with install/bin-install.mk.obache1-2/+2
2014-06-28bsdtar is certainly valid for EXTRACT_USING.joerg1-2/+2
2014-06-10Retire Apache 1.3 and 2.0.joerg1-5/+5
2014-06-01Update default font path reference.wiz1-3/+3
2014-04-06Create signed packages automatically if desired. It is disabled by default,khorben1-1/+16
and documented in mk/defaults/mk.conf. Both the "gpg" and "x509" methods supported by pkg_admin(1) are supported. With package signing enabled, a staging, unsigned copy of the package is always created, and its final copy to the package repository is done with pkg_admin(1) instead of "ln || cp". Proper operation should otherwise not be affected. Tested both with and without user-destdir support in packages. "can live with it" joerg@ From EdgeBSD.
2014-03-11Introduce infrastructure support for SMF.jperkin1-2/+2
SMF is the Service Management Facility, the default init system in Solaris and derivatives since version 10. This adds "smf" to the list of supported INIT_SYSTEM types, and makes it the default init system on platforms where it is available. Packages can introduce SMF support by providing a manifest file, by default located in ${FILESDIR}/smf/manifest.xml but manifests under ${WRKSRC} can be used too if the package source includes one. SMF method scripts are supported too if required, using SMF_METHODS in a similar manner to RCD_SCRIPTS. Many parts of the SMF infrastructure are configurable, see mk/smf.mk for the full details.
2014-03-11Add initial support for alternative init systems.jperkin1-1/+6
This commit introduces an INIT_SYSTEM variable which will determine the type of init system to be used on the target system, supporting "rc.d" at this time. The pkginstall infrastructure is changed to only install RCD_SCRIPTS if INIT_SYSTEM is set to "rc.d", and PLIST entries for rc.d scripts are now handled automatically based on RCD_SCRIPTS.
2014-03-07Avoid the default PREFER_PKGSRC when using native X11_TYPE on Linux.jperkin1-1/+4
2014-01-30drop MPG123_ARM_FIXED64.obache1-6/+1
It was deprecated with mpg123-arm-fixed64 option and finally removed.
2014-01-30drop MOZILLA_USE_XFT.obache1-7/+1
Mozilla products use GTK2 in these days, and not used anywhere now.
2014-01-30drop MOZILLA_USE_LINUX.obache1-7/+1
No mozilla binary package using Linux binary is in pkgsrc now.
2014-01-30remove ZIP_ENCRYPTION.obache1-6/+1
archiver/zip1 had been removed.
2014-01-30emacs.mk does not exists and EMACS_TYPE is used in emacs/modules.mk now.obache1-3/+3
2014-01-30Note about HASKELL_COMPILERobache1-1/+7
2013-12-31Remove references to removed packages.wiz1-3/+4
2013-12-19Improve support for HTTPS master site URLs:tron1-7/+3
As the default fetch program "tnftp" (in "pkgsrc" and all released versions of NetBSD) doesn't support HTTPS prefer "fetch" (DragonFlyBSD, FreeBSD and Minix) or Curl (CygWin, Linux, Mac OS X, Solaris) if available. Change during pkgsrc-freeze approved by Greg Troxel and Thomas Klausner.
2013-12-16Switch FETCH_USING to "fetch" by default on FreeBSD.obache1-1/+5
It exists by default and much functional support than "ftp" from net/tnftp.
2013-12-05note 13.1 for SUSE_PREFERobache1-2/+2
2013-07-04typo fix (one blank needed)spz1-2/+2
2013-06-14Restore TEX_DEFAULT; even though it has only one value, it's used bydholland1-1/+6
tex-related logic and breaks the build of e.g. graphics/asymptote.
2013-06-14Some cleanup from ISIHARA Takanori in PR 47928.wiz1-47/+9
2013-05-18* Remove PKGSRC_SHOW_PATCH_ERRORMSG, because it is not used in pkgsrc/mk.ryoon1-10/+8
* Set PATCH_DEBUG when PKG_DEVELOPER=yes. No objection to http://mail-index.netbsd.org/tech-pkg/2013/05/06/msg011276.html .
2013-04-06prevent to PREFER_PKGSRC any of x11 packages for Cygwin.obache1-1/+4
2013-02-22Update default Emacs version to 24.asau1-2/+2
2013-02-20purge jitterbug related items, misc/jitterbug had been removed in 2012Q3.obache1-38/+1
2012-12-06Introduce PKGGNUDIR as a way to control gnu prefix.jperkin1-1/+9
By default pkgsrc uses LOCABASE/gnu as a prefix for packages to install native versions of GNU tools, which are them symbolically linked back to the 'g' versions of the files in LOCALBASE, and users can then add LOCALBASE/gnu/bin to PATH to pick up those tools. On systems where the GNU environment is desired, PKGGNUDIR now allows users to install the non-'g' files directly into LOCALBASE, making them the default without having to alter PATH, whilst retaining the 'g' files in order to ensure dependencies and tool paths remain the same.
2012-11-10Support "motif" in MOTIF_TYPE.ryoon1-5/+5
2012-08-18remove support for suse 11.3.chs1-2/+2
2012-07-30+ Change the AMANADA_USER to 'amandabackup' to be consistent with othersbd1-8/+2
packages (and because I think its a good idea). + Remove legacy varable AMANDA_SMB.
2012-07-09Move USE_GAMESGROUP and SETGIDGAME defaults out of mk.conf, where theywiz1-18/+1
don't belong (package-setable, not user-setable).
2012-07-03Keep PREFER_PKGSRC for NetBSD and native X11R7. Noticed by wiz.joerg1-1/+2
2012-07-03Do not prefer expat on NetBSD, if the base system has it.joerg1-2/+5
2012-06-17Remove outdated comment about packages not getting a LICENSE set ifwiz1-4/+2
they are OSI/Free.
2012-06-14Set NBPAX_PROGRAM_PREFIX?=nb by default, avoids problems on various platformsjperkin1-1/+6
where software assumes features of the native 'tar' and break when 'tar' is the NetBSD version. We are too close to the pkgsrc-2012Q2 branch to remove NBPAX_PROGRAM_PREFIX completely, but if it's apparent that no platforms need to override this default then it will be removed completely for the next branch.
2012-05-30Remove GNU_PROGRAM_PREFIX as discussed in pkgsrc-users@cheusov1-6/+1
2012-05-14prefer native X modules for OpenBSD using Xorg.obache1-1/+4
2012-03-21Add missing comma in comment.wiz1-2/+2
2012-03-21note 12.1 for SUSE_PREFERobache1-2/+2