summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2010-04-30Explain options of the "apache22" package.tron1-1/+5
2010-04-30Simplify the osabi dependence as suggested by wiz@.sbd1-2/+2
2010-04-30Remove LSOF_MORE_SECURE and LSOF_LESS_SECURE_SOCKETS variables and addsbd2-15/+3
option descriptions for lsof-more-secure and lsof-less-secure-sockets.
2010-04-30Improve the pattern of the osabi dependence again!sbd1-2/+2
2010-04-30Change the pattern of the osabi dependence to one the actually works!sbd1-2/+2
2010-04-30Make all packages that set OSVERSION_SPECIFIC depends on pkgtools/osabi.sbd2-2/+5
Also include a note about changes to OS_VERSION in bsd.prefs.mk
2010-04-28Use /boot/common as default BUILDLINK_PREFIX if /usr does not exist.obache1-1/+10
It's default location of posix packages for Haiku OS.
2010-04-28Use BEINCLUDES and BELIBRARIES to find header files and libs additionally.obache2-6/+31
They point to the location of builtin header files and libraries for Haiku OS. No objection over two and a half months in tech-pkg@.
2010-04-26Add ipafont to DEFAULT_ACCEPTABLE_LICENSE.obache1-2/+3
2010-04-25- fix TOOLS_PATH for replaced bzip2, bzcat.seanb1-2/+2
2010-04-24Remove tail of -* from _GCC_VERSION for _GCC_PKG.obache1-2/+2
With gcc2 on Haiku, it's 2.95.3-haiku-090629, confuse pmatch of pkg_admin.
2010-04-23pkgsrc now deletes empty directories automatically. Fix the fontsjmmv1-3/+12
deinstallation script to follow this convention and purge empty directories when there are no fonts left (and after their database has been removed).
2010-04-21+mozilla-lightningtnn1-0/+1
2010-04-18Set NATIVE_MACHINE_GNU_PLATFORM & MACHINE_GNU_PLATFORM usingsbd1-3/+3
NATIVE_MACHINE_GNU_ARCH & MACHINE_GNU_ARCH respectively. Fixes PR pkg/43147.
2010-04-18syncing BINPKG_SITES with reality.sbd1-2/+2
Originally suggested by hubertf@
2010-04-16Add opencore-arm option. Not enabled by default for ffmpeg.reed1-0/+1
It worked for me to play a "Adaptive Multi-Rate Codec (GSM telephony)" file using ffplay.
2010-04-12Note webkit-jit option.obache1-0/+1
2010-04-10Get rid of support for vulnerable/ directory.wiz2-64/+9
2010-04-10strip \r in awk script, avoid to extra `tr' exec.obache3-7/+5
2010-04-09Use patch from obache that strips out DOS line endings.wiz2-3/+6
Needed at least for graphics/gimp.
2010-03-25remove a redundant period.obache1-1/+1
2010-03-21Revert unintended commit.wiz2-9/+64
2010-03-21Add new options for mysql51-server pacakge.taca1-0/+3
2010-03-21Depend on fixed version of xz.wiz3-67/+12
2010-03-18imake should only ever use gmake if ${X11_TYPE}==native. Pointed out by joerg@sbd1-2/+2
Fixes PR 42274 OK wiz@
2010-03-18Add trial check MySQL version between acceptable and current installed.taca1-1/+13
2010-03-18Refer to pkg_admin in AUDIT_PACKAGES_FLAGS description. Removewiz1-11/+3
DOWNLOAD_VULNERABILITY_LIST_FLAGS description, the variable is not used except in the old bulk build code, which has its own config file.
2010-03-18don't upload to a 'vulnerable' subdir any morespz1-2/+2
2010-03-16End descriptions with a dot.wiz1-59/+59
2010-03-16kde4 not require pkgsrc-wip in these days.obache1-1/+1
2010-03-15Create conf-destdir.schmonz1-1/+2
2010-03-15Remove list of sourceforge hosts and instead use load balancer.wiz1-22/+2
Direct links to the hosts were redirected to the load balancer anyway, and this way pkgsrc users won't all hammer the same mirror (first in list).
2010-03-15more describe about migemo.obache1-1/+1
2010-03-15Mention migemo option (used by www/w3m).obache1-0/+1
2010-03-15Changes 4.4.3:adam1-2/+2
The GNU project and the GCC developers are pleased to announce the release of GCC 4.4.3. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.1 relative to previous releases of GCC.
2010-03-14Change mpg123 option descriptions for 1.10.1martin1-1/+4
2010-03-13fix file permission != directory permission problem for the pkg_summary.bz2spz1-1/+2
2010-03-12update pkg_summary.bz2 files if existing (and the pkg_summary.gz gets updated)spz1-1/+13
2010-03-10Clarified the documentation.rillig1-8/+13
2010-03-08Add a new package-clean target to remove the binary package again.joerg1-2/+14
2010-03-08Describe dvi option.wiz1-0/+1
2010-03-05Enable to select mysql51 with 51 in MYSQL_VERSION_DEFAULT andtaca1-4/+10
MYSQL_VERSIONS_ACCEPTED.
2010-03-04Add embedded-server description.taca1-0/+1
2010-02-28override GAMEMODE as welltnn1-1/+2
2010-02-28Fix GAMES_USER handling in unprivileged mode.tnn1-10/+8
ok joerg
2010-02-27delete the summary and cache files in case the dir is writeable, but thespz1-2/+8
file isn't (as suggested by bouyer@) fix typo in output message
2010-02-27Repair this file after the bulk-packge target was broken by DESTDIR support.dmcmahill1-2/+7
The problem is that bulk-package assumed that the package would be installed as well as built. When doing DESTDIR builds, make sure we still install the built packages.
2010-02-25If using "make package", default to recursion with package-install.joerg1-4/+2
2010-02-25Simplify conditional as USE_DESTDIR is set by bsd.prefs.mk.joerg1-4/+2
For "make package", always use package-install as dependency target by default. This matters if USE_DESTDIR is set conditionally.
2010-02-25Rename internal package-clean target to package-eat-cookie.joerg2-7/+7