2009-03-20 19:19:20 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Reduce maintaince cost by using our libffi. Bump revision.
|
2009-03-16 22:11:51 by Tobias Nygren | Files touched by this commit (1) |
Log message:
FreeBSD on amd64 builds ossaudiodev.so as well.
Noted by Jens Rehsack.
|
2009-01-23 04:05:53 by David Sainty | Files touched by this commit (4) |
Log message:
Any package that determines libraries to link via:
$PYTHON -c "from distutils import sysconfig; print \
sysconfig.get_config_var('SHLIBS');"
... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.
To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.
No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.
Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
|
2008-12-17 13:49:51 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Remove "-Wno-long-double" from the Darwin C compiler flags as suggested
by Chris Herborth in PR pkg/39425. This is somewhat cleaner than using
buildlink3 to do the same job.
|
2008-12-16 16:50:57 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Strip out the "-Wno-long-double" option. It's not mentioned in any GCC
manual page I have access to and breaks the build under Mac OS X Leopard
using the GCC 4.2.1 provided by Xcode Tools 3.1.2.
|
2008-09-13 11:59:35 by Adrian Portelli | Files touched by this commit (3) |
Log message:
* Add a note about SunOS and needing to have SUNWaudh installed to
compile the sunaudiodev module.
* PLIST fix for SunOS
|
2008-08-30 12:02:33 by Matthias Scheler | Files touched by this commit (22) |
Log message:
Add security patches for CVE-2008-2315, CVE-2008-2316, CVE-2008-3142 and
CVE-2008-3144 (this one shouldn't affect platforms supported by pkgsrc)
all taken from Gentoo. Bump package revision.
|
2008-07-14 16:42:51 by Joerg Sonnenberger | Files touched by this commit (6) |
Log message:
Always build depend on readline, so that devel/py-readline can pick up
the right config. Bump revision.
|
2008-06-27 22:08:20 by Thomas Klausner | Files touched by this commit (3) |
Log message:
patch-ad: add RCS Id
patch-al: Remove hunk that shouldn't ever appear in patches (as pkglint
warns).
distinfo: regen
|
2008-06-27 21:57:49 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Apply patch by Brian de Alwis to fix build problems under Mac OS X Leopard.
Tested under Leopard and NetBSD-i386 4.0_STABLE.
This fixes PR pkg/39042 by myself.
|