summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2008-09-01Add various language (translation) support options.taca1-0/+33
2008-08-30Document "lzw" option used by e.g. the "tiff" package.tron1-0/+1
2008-08-29Add entry to gtk2sborrill1-0/+1
2008-08-27Add ecl.ahoka1-0/+1
2008-08-25Add description for fftw and threads support optionsbjs1-0/+2
2008-08-25Remove ftp.scarlet.be from MASTER_SITE_KDE, service suspended over a month.obache1-2/+1
Noticed by Zafer Aydogan via private mail.
2008-08-24Remove ftp.scarlet.be from MASTER_SITE_MOZILLA_ALL.obache1-15/+23
It was uncompleted and now service suspended, noticed by Zafer Aydogan. While here, update MSTER_SITE_MOZILLA taken from mirrors list: http://www.mozilla.org/mirrors.html
2008-08-23Update MASTER_SITE_PGSQL, but it is not used anywhere...obache1-98/+96
2008-08-23Update MASTER_SITE_MYSQL, taken from current download page.obache1-14/+128
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-23Update MASTER_SITE_GENTOO, taken from http://www.gentoo.org/main/en/mirrors2.xmlobache1-44/+193
Noticed some dead hosts by Zafer Aydogan via private mail.
2008-08-19For no real reason, but per the "discussion" on tech-pkg, default theagc1-2/+2
creation of a symbolic link to the real work directory to "no".
2008-08-18Add share/locale/fur.joerg1-1/+5
2008-08-18Describe lua option.dholland1-0/+1
2008-08-10Use patch --suffix instead of -b, the latter will be problematic whenjoerg1-2/+2
PR 11220 gets addressed.
2008-08-10Remove long outdated comment about full destdir not working completely.joerg1-3/+1
2008-08-10Prefer builtin echo, test/[, true/false.ahoka2-6/+10
State that we use pdksh on these platforms.
2008-08-09Add oniguruma option for textproc/oniguruma regular expression librarybjs1-0/+1
2008-08-09UCB binaries were removed from OpenSolaris, so let's use builtin echoahoka1-2/+6
as we use pdksh on this platform. Also use /usr/bin/ginstall when it's present (it is on OpenSolaris) for the same reason. This problem was reported by Andras Barna.
2008-08-08+Zend Thread Safetyadrianp1-0/+1
2008-08-03fix "make readme" error due to awk changes in -current.tnn1-9/+9
From Aleksej Saushev.
2008-08-02Add freetype option.bjs1-0/+1
2008-07-23Avoid quoting "other character" in awk's strings as regular expressions.seb1-3/+3
See pkg/39002.
2008-07-21Restore default behaviour for creating a symbolic link to the ${WRKDIR},agc1-2/+2
which was lost when this definition was introduced without prior discussion.
2008-07-21set TOOLS_PLATFORM.ftp to /usr/bin/ftpdbj1-1/+2
2008-07-13+perldholland1-0/+1
2008-07-13Add missing descriptions for sane and dbus, used by wine.dholland1-0/+2
2008-07-07+cgiadrianp1-0/+1
2008-07-02Document java option. ok wiz@gdt1-0/+1
2008-06-26Makefile fragment for packages using pf.peter1-0/+68
Approved by agc.
2008-06-24Fix _two_ bugs in obviously untested previous commit.wiz1-4/+4
2008-06-23include owner in readmeabs1-2/+6
2008-06-22When bombing out because the package we need isn't installed, printdholland1-2/+2
the full requirement rather than just the package name. This message should never be seen (after all, the package we need is supposed to *get* installed) but sometimes if things are screwed up in one way or another it does show up. Since often what's wrong is that the package that's installed is the wrong version, not that it's missing entirely, this way the error message makes a lot more sense. E.g. http://mail-index.netbsd.org/tech-pkg/2008/06/12/msg001126.html et seq. ok dillo@
2008-06-22"Downgrade" checkperms dependency to a normal build dependency.joerg1-2/+2
This way it doesn't have to be installed for make checksum etc. to run.
2008-06-22Simplify the logic that avoids using compat_headers during bootstrap.tnn1-5/+2
2008-06-19Add a marker for bootstrap packages to allow special cases them duringjoerg1-1/+2
bulk builds.
2008-06-18Removed stale mirrors for Apache and synchronized pkgsrc list withheinz1-9/+18
http://www.apache.org/mirrors/. Tried to introduce some geographic diversity (America, Europe, Asia, Australia).
2008-06-17Add a bunch of supported options.sketch1-1/+8
2008-06-17Sun Studio 12 has a generic -m64 flag rather than individual -xarch targets.sketch1-8/+10
2008-06-16Make it more explicit that PKG_DESTDIR_SUPPORT and as side effectjoerg2-2/+8
META_PACKAGE must be set before including bsd.prefs.mk.
2008-06-14+atheme-large-netadrianp1-0/+1
2008-06-14Fix typo.joerg1-2/+2
2008-06-14Set MAINTAINER to OWNER if the latter is set.dillo1-1/+5
Somehow this got lost from the original OWNER support commit.
2008-06-13Make sure we pick up pax via USE_TOOLS.sketch2-5/+5
2008-06-12Move META_PACKAGE logic from bsd.pkg.mk to bds.prefs.mk, otherwise itjoerg2-20/+20
can't define destdir support.
2008-06-12Annotate whether a package was built with DESTDIR.joerg1-1/+2
2008-06-11Honor PKGLOCALEDIR for AUTO_MKDIRS.obache1-1/+2
2008-06-10Mark shells/pdksh as broken so it doesn't get removed part-way through thesketch1-2/+2
build and kill bmake. This isn't really a great solution as it means it won't get built on any platform, maybe we should just make pdksh a bmake dependancy on every OS.
2008-06-09Wrap expansion of local patches inside LOCALPATCHES, given that it is undefinedsketch1-1/+3
by default. Previous behaviour would try to echo /<pkgpath> which leads to interesting behaviour when /net is an autofs map... Reduces runtime of mk/bulk/printdepends by 5.25 days on my test system.
2008-06-09For some reason, devel/bmake now requires shells/pdksh on Solaris. Updatesketch1-3/+3
the save-files list to accommodate.
2008-06-08Commit two fixes which at least for me appear to be required whenhe1-3/+2
doing an old-style bulk build on 4.0 or older systems: - in mk/bulk/build, do "make update" instead of "make install + clean" when installing a new pkg_install - in pkgtools/pkg_install/Makefile, don't try to use our own executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist Discussed with joerg, and even though he's not entirely happy with the latter change, he didn't appear to have a better suggestion. This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH appears to be required to get an old-style bulk build going.