summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2011-08-22Fix bootstrap on IRIX with mipspro compiler, for detailscheusov1-1/+3
see PR 42424. I couldn't fix this problem using TOOLROOT variable.
2011-08-18Update _GCC_DIST_VERSION to 4.6.1.wiz1-2/+2
Noted by Jörn Clausen in PR 45256.
2011-08-16false is /usr/bin/false, not "exit 1". These two are not the same thing.bsiegert1-2/+2
This fixes the build of pkg-config on MirBSD, which broke 5125 other packages during the last bulk build.
2011-08-16Add autopoint to _TOOLS.gettext-toolsabs1-2/+2
2011-08-11Mention that "gssapi" is "kerberos".dholland1-1/+1
2011-08-04Fix logic in sort-packages. With the former revision the logic got crippledreinoud1-4/+7
and no packages were selected as `regular' and thus nothing was selected.
2011-08-04Add support of C++ crossbuild with g++, based on CC with gcc.obache2-2/+125
2011-08-01Pass PKGNAME_REQD through to the make process on the other sideapb1-1/+2
of the "su" command. This fixes {cd math/py-networkx; env PYTHON_VERSION_DEFAULT=25 PKGNAME_REQD='py24-networkx-*' make replace;}
2011-07-28Describe "xmlrpc" option.tron1-0/+1
2011-07-24jdk16 now works on DragonFly.obache1-1/+2
PR#45172.
2011-07-19If the clang-cpp alias exists, use it as default CPP in pkgsrc.joerg1-2/+12
Default to f2c for Fortran, mirroring gcc. Append -Qunused-arguments in the wrappers to unbreak many stupid configure checks that get confused by the (also added) -L options.
2011-07-15Fix usage of archivers/pax as tool when NBPAX_PROGRAM_PREFIX is set.hans1-2/+2
2011-07-15Fix soelim tool definition for SunOS.hans1-2/+2
2011-07-13Prefix the gcc options with gcc- and add descriptions for each option.hans1-0/+5
Requested by wiz.
2011-07-12fixes forgotten replacement of BUILDLINK_*.curses with *.terminfoobache1-7/+7
2011-07-09Remove non-working test for the existence of the files "configure.ac" andtron1-7/+2
"configure.in" from "refuse" handling. Instead simply add the two filenames to the list. They now get actually modified when they exist.
2011-06-24Add php license to DEFAULT_ACCEPTABLE_LICENSES.taca1-2/+2
2011-06-20OpenBSD-4.9 does not have nroff and soelim.obache1-1/+5
2011-06-19use _FETCH_OUTPUT_ARGS also for fetch-list outputplunky1-3/+3
2011-06-19Note quickml-analog and quickml-limit optin (used by mail/quickml).obache1-0/+2
2011-06-10Support gcc-4.5 and gcc-4.6. Some testing by Jörn Clausen.wiz1-6/+67
2011-06-04Add support undo-replace with USE_DESTDIR.obache2-2/+22
fixes PR#43689.
2011-06-03add "" to ${DESCR_SRC} to make thespz1-3/+3
[: /ftp/pub/pkgsrc/current/pkgsrc/archivers/heirloom-tar/DESCR: unexpected operator go away
2011-06-01Fix typo pointed out by Martin S. Weber, and while here improve thedholland1-4/+4
wording/usage.
2011-05-20Remove reference to REPLACE_PYTHON -- this file doesn't support itwiz1-2/+1
(look in lang/python/application.mk). Noticed by Rhialto in PR 44868.
2011-05-19Apply the patch from my own pkg/42480.alnsn1-1/+26
2011-05-17he -> the typo in fetch.mk; reported by Snader_LBmspo1-2/+2
2011-05-13Note amtterm-gamt option (used by sysutils/amtterm).obache1-0/+1
2011-05-13remove redundant period.obache1-1/+1
2011-05-12delete typolight-liveupdate.taca1-1/+0
2011-05-11NOLOGIN=/sbin/nologin for SSD/Linux.obache1-3/+3
2011-05-11emacs24 and emacs23nox is allowed for EMACS_TYPE.obache1-2/+3
2011-05-08Adjust installed version auto-detectionadam1-13/+13
2011-05-08Add mplusfont and cc-by-sa-v3.0 to the default list.ryoon1-2/+4
2011-05-08Fix bug in .include directive. This fixes mipspro support on IRIX.cheusov1-2/+2
Oked by wiz@
2011-05-07Use useradd/groupadd scripts from sysutils/user_irix package on IRIXcheusov1-1/+6
Closes PR pkg/44564
2011-05-05Correct mysql 5.5 library path; fix detection on Darwinadam1-10/+23
2011-05-04Also set `package-install' to UPDATE_TARGET/DEPENDS_TARGET if current target isobache2-4/+4
`package-install', to indirect dependency also create binary package with `make package' or `make package-install'. should fix PR#44857.
2011-04-30Revert unintended hunk in previous commit. (caught by wiz, thanks)dholland1-3/+1
2011-04-30typo in commentdholland1-2/+4
2011-04-27Allow selecting MySQL 5.5.x, keeping default version (5.1.x) unchanged.taca1-4/+11
2011-04-22fix up paths on ftp.NetBSD.org:spz4-12/+12
- reading through the null mounts is deprecated - writing through the null mounts is not allowed (not possible)
2011-04-22Added postgresql-licenseadam1-1/+2
2011-04-19Just warn about non executable files using env.roy1-2/+7
2011-04-19Disallow the use of env(1) as an interpreter.roy1-2/+7
2011-04-15sun-j{re,dk} run fine on x86_64 Linux. They may install the 32 bit VM, but ↵abs1-2/+4
they run fine
2011-04-10Note alsa and musicbrainz option (used by gnome-mplayer)obache1-0/+2
2011-04-09Add uulib option.shattered1-0/+1
2011-04-08make the name logic for TOOLS_PATH.gtar match the logic intez1-1/+7
archivers/gtar-base/Makefile
2011-04-07Make USE_DESTDIR=yes default, and warn if a package is not convertedwiz1-7/+6
to destdir yet. Based on a patch by Greg Troxel.