summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
2010-07-04Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branchingagc1-5/+13
error, and to sync with reality.
2010-06-21Catch up to Haiku R1 Alpha2.obache1-3/+13
2010-06-20Fixes paths for useradd/groupadd.obache1-3/+3
2010-06-17back out previous -- it can cause problems at least with apache-1, anddrochner1-1/+46
fixing things is too much during freeze
2010-06-16Analogously to the case of modular xorg, do not use imake if it is notschwarz1-4/+10
available on the system (e.g. on MacOS 10.6). This prevents a circular dependency on such systems involving x11-links and imake.
2010-06-16drop the rule that programs which use dlopen() must link againstdrochner1-46/+1
libpthread -- it is generally under the program's control which modules to load, a general rule is just too much I've been using this modification for over a year without problems.
2010-06-16Adjust workaround for make replace in destdir case. Use of -f is ofgdt1-3/+3
course a too-large hammer, but in addition to overriding checks it appears to change behavior in some cases when no overrides are necessary. Therefore, use pkg_add -U as before first, and only try -f if that fails. (This is temporary and should be replaced by -D to omit only the exact depends check as soon as that's in tree.)
2010-06-15Allow pre-install for USERGROUP_PHASE. This is intended forjoerg2-2/+5
PKG_DESTDIR_SUPPORT=destdir packages, that don't otherwise need the user/group during build. Export USERGROUP_PHASE for the sake of pbulk.
2010-06-15Apply my fix for PR 35091: do a check-vulnerable step first in "makedholland1-1/+2
update", so if it's going to fail because of a known vulnerability it does so before uninstalling anything. I've been carrying this patch for some three years with no ill effects. Ok by agc@.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-12Repair regression in "make replace" in DESTDIR case.gdt1-3/+12
"make replace" is defined to replace a package with a newer version, and update depdending packages to depend on the new version. It has long been understood that this is not always safe, with the responses being "tell people to be careful" and the unsafe_depends variable scheme and pkg_rolling-replace. In the DESTDIR case, make replace is implemented by pkg_add -U. Usually, this is fine - even if the ABI/shlib majors have changed, the package is replaced, and then a later make replace of unsafe_depends=YES packages, either manually or via pkg_rolling-replace, will bring the system to where it should be. However, there are pinned dependencies on osabi where the depending package will not accept the new version, and that causes pkg_add -U to fail. This is incorrect, as a) those packages don't depend on the osabi exact version any more than packages depending on jpeg depeend on the particular shlib major, yet jpeg dependencies aren't pinned. And, osabi changing version is not necessarily an ABI change - consider 5.0_STABLE just before 5.1RC1 and just after, where only the version string changed. Therefore, add -f to pkg_add -U so that the update will succeed.
2010-06-08Clean up some obsolete Java stuff.wiz1-23/+6
2010-06-08Remove support for sun-j{dk,re}{14,15}, since the correspondingwiz1-65/+7
packages have been removed from pkgsrc.
2010-06-02Add mozilla-enigmail option which will soon enable PGP supporttnn1-0/+1
in Thunderbird and Seamonkey.
2010-06-02Added databases/db5 version 5.0.21adam1-3/+3
2010-05-24Change CUPS_GROUP to lpsbd1-2/+7
Add CUPS_SYSTEM_GROUPS.
2010-05-21if X11_TYPE is native and certain required tools do not exist nonetheless,schwarz1-1/+7
fall back to using the pkgsrc version. This is needed for example with imake on MacOS 10.6 but might potentially apply to other OSes, too.
2010-05-20Note libthai option.obache1-0/+1
2010-05-20add libusbsbd1-0/+1
2010-05-20Fix typo.wiz1-1/+1
2010-05-20Note skk option.obache1-0/+1
2010-05-20add dnssd and popplersbd1-0/+2
2010-05-20On Linux systems record the glibc version in the build information.sbd2-2/+13
OKed by wiz@
2010-05-19note chasen and mecab option.obache1-0/+2
2010-05-19Add BUILTIN_PKGS with the "builtin" package names to the build information.sbd3-3/+18
E.g if readline 6.0 and ncurses 5.7 are part of the system we get: BUILTIN_PKGS=readline-6.0 ncurses-5.7
2010-05-16Introduce common point to depend on MPI:asau1-0/+39
- detect and use already installed MPI package; - use MPI_TYPE to determine which MPI package to use. Support MPICH2 and OpenMPI.
2010-05-16Use mk/check/check-shlibs-elf.awk for the run-time search-path check onsbd1-2/+4
linux.
2010-05-15remove redundant spaces and period.obache1-2/+2
replace multiple spaces with tabs.
2010-05-15mention kde3 and qt3 options.obache1-0/+2
2010-05-11Language fix: upto date -> up to date.mbalmer2-5/+5
2010-05-07Previous change breaks platforms with need_ksh. Reported by joerg@.jmmv2-15/+22
Let's revert it for now and think about a way to proceed with this idea later.
2010-05-07Use shells(8) from sysutils/etcutils to update /etc/shells instead ofjmmv2-22/+15
hardcoding the logic into the pkginstall scripts. As discussed in tech-pkg@. Note: The current pkginstall/shell code is overly complicated. It looks like it can be simplified but, at the moment, given that I do not understand the need for such complexity, I'm just doing this tiny change. Note 2: The ability to update /etc/services, which was also discussed, will come later once this change proves to be stable.
2010-05-07Document the tests option, first used by sysutils/etcutils.jmmv1-0/+1
2010-05-06webvmail only requires MySQL to be installed if you are using itjnemeth1-1/+1
2010-05-06describe Asterisk's webvmail optionjnemeth1-0/+1
2010-05-06Add isc license as default acceptable license.obache1-2/+3
2010-05-06Changes 4.4.4:adam1-2/+2
The [1]GNU project and the GCC developers are pleased to announce the release of GCC 4.4.4. This release is a bug-fix release, containing fixes for regressions in GCC 4.4.3 relative to previous releases of GCC.
2010-05-03From Aleksey Cheusovreed1-3/+7
http://mail-index.netbsd.org/tech-pkg/2010/03/05/msg005088.html http://mail-index.netbsd.org/tech-pkg/2010/03/05/msg005090.html This fixes problem where some packages didn't list correct REQUIRES or PROVIDES. Symlinks are removed from PROVIDES. Libraries provided by same package are removed from REQUIRES. Also see pkg PR #42907
2010-05-03Remove force to use symbolic link.obache1-2/+2
It is not a good idea to hide real issues. If someone is really using hard link, it should be failed.
2010-05-03Revert addition of support for Haiku OS (BEINCLUDES and BELIBRARIES).obache2-33/+8
Improve a port is not better than break others, and current BUILDLINK3 dose not fit such a environment. Thanks for tests and reviews after commit.
2010-05-03Indent.wiz1-13/+13
2010-05-03Replace __noexistent__ with __nonexistent__ to avoid possibilty of another ↵obache1-5/+5
confusion.
2010-05-02Fixes r1.3, and recommit.obache1-5/+18
Assign with expansion to avoid confusion if this file is included multiply.
2010-05-02Revert v1.3.wiz1-18/+5
It broke expat detection/usage on NetBSD with native X. See thread "intltool not building (expat problem)" on tech-pkg, started on May 1.
2010-05-02Fix typo in comment.wiz1-2/+2
2010-05-02Fix typo that changes behaviour (was this tested?)wiz1-2/+2
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