summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10support oss4 compatible boomer on OpenSolaris/Illumos platformsrichard1-1/+4
2014-02-05add Haskell Cabal support files.obache3-0/+265
2014-02-04Make sure FC is set for g77/gfortran. Fixes runtime Fortran in math/R et al.fhajny1-1/+3
2014-02-02update coreutils files to 8.22richard1-4/+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
2014-01-28Introduce HAS_CONFIGURE_LIBDIR and GNU_CONFIGURE_LIBDIR for gnu configureobache1-6/+16
--libdir handling, same as for --mandir and --infodir. Currently, HAS_CONFIGURE_LIBDIR=no by default unless libdir related variables are set, but it will be switched to "yes" after all packages have been checked (and SET_LIBDIR will be deprecated).
2014-01-25Add MASTER_SITE_HASKELL_HACKAGEobache1-1/+4
2014-01-24Move PY_PEP3147 specific PRINT_PLIST handling from common ↵obache1-4/+1
mk/plist/print-plist.mk to lang/python/extension.mk, handling reverse way.
2014-01-22add dbus-glib, glib2 and libffi linux module supportobache1-1/+4
2014-01-18Improve support for python-3.3.wiz1-1/+5
2014-01-16Document qemu-0 option.wiz1-0/+1
2014-01-15If system's gmake is older than pkgsrc requirement (3.81),ryoon1-1/+8
Use gmake from pkgsrc. Fix libvpx build under Solaris 10, Solaris 10 has gmake 3.80, and libvpx requires gmake 3.81 or later.
2014-01-14Revert previous commitcheusov1-25/+1
2014-01-14New private target sanity-check-depends for checking DEPENDS,cheusov1-1/+25
BUILD_DEPENDS, TOOL_DEPENDS and CONFLICTS for correctness (>x.y.* like patterns). This check is run in the beginning of "depend" target.
2014-01-06+sdl2rodent1-0/+1
2013-12-31Remove references to removed packages.wiz1-3/+4
2013-12-31Don't try to convert the SunStudio option "-mt". There is no GCC optiontron1-2/+2
which is accepted by both the GCC bundled with Solaris 10 and the more modern GCC versions availabe in "pkgsrc". Handling of POSIX thread related options should be left to pkgsrc anyway. Fix based on a suggestion by Richard Palo.
2013-12-31Check for stdio.h in /usr/include test, as on upgrades the /usr/includejperkin1-3/+4
directory may still exist containing legacy application headers. Noticed by schmonz. Also add Mavericks to the version table while here.
2013-12-29+xscrnsaver - one package in HEAD using this option nowrodent1-0/+1
2013-12-27Add Solaris 10 i386 and x86_64 as a supported platforms for "sun-jdk16".tron1-1/+3
This allows "pkgsrc" to detect the Java 1.6 bundled with recent Solaris 10 update releases. Change during freeze approved by Greg Troxel.
2013-12-25Add Solaris 10 SPARC as a support platform for "sun-jdk16". This allowstron1-1/+2
"pkgsrc" to detect the Java 1.6 bundled with Solaris 10. There are more missing combinations e.g. Solaris 10 i386 but they would need testing. Change during freeze approved by Thomas Klausner.
2013-12-19Improve support for HTTPS master site URLs:tron3-9/+16
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-13Add a number of options from jabberd2.schnoebe1-2/+18
2013-12-13sortobache1-2/+2
2013-12-13The unzip utility apprared in FreeBSD 8.0.obache1-1/+4
2013-12-12Added suse131_mozilla-{nspr,nss} package to support nspr and nss linux module.obache1-1/+3
Tyey are in base package for suse121.
2013-12-10Add dbus to list of linux modulesprlw11-2/+3
2013-12-05note 13.1 for SUSE_PREFERobache1-2/+2
2013-12-05Added openSUSE 13.1 packages, provides a number of components for aobache2-2/+12
openSUSE-based Linux binary emulation environment.
2013-12-01fixes last commit (copy&paste error).obache1-2/+2
2013-11-30include versions 1.12&1.13 to aclocal/automakerichard1-4/+9
2013-11-26Use find-headers.mk to detect available endian.h.obache1-10/+6
2013-11-26use find-headers.mk to detect header files instead of using absolute path.obache1-6/+32
2013-11-24Don't use "${ECHO}" which isn't defined yet, hard code "echo" instead.tron1-2/+2
As this doesn't have to be portable anyway it won't cause problems.
2013-11-24Handle older versions of xcrun.jperkin1-2/+2
2013-11-23Let to find ${X11BASE}/include additionally for the case ${X11_TYPE}==native.obache1-4/+6
2013-11-23Use xcrun to determine the full path to the SDK, and use the headers fromjperkin1-13/+13
that location in the new find-headers infrastructure when they have not been installed into /usr/include. This allows us to remove the hardcoded builtins, as they can now be correctly determined automatically.
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache9-37/+33
2013-11-23Introduce find-headers.mk, ablility to find builtin header files.obache2-1/+106
Inspired by find-libs.mk and find-files.mk.
2013-11-23Set Interix bultin gcc specific patths to COMPILER_{INCLUDE,LIB}_DIRS.obache1-1/+6
2013-11-23fixes 3rdparty header pathobache1-2/+2
2013-11-19s/curses/terminfo/gobache1-7/+7
2013-11-19s/termcap/terminfo/gobache1-3/+3
2013-11-16Ensure failure on failure of depends-fetch and depends-checksum targets.jakllsch2-4/+4