summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Collapse)AuthorFilesLines
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
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