Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
marino 1f3dfd85f5 math/pari: Fix for binutils 2.22
The ld linker from binutils 2.22 has --no-copy-dt-needed-entries enabled by
default, which is exactly opposite of earlier versions of the linker.
Previously ld would recursively search libraries linked in by the object's
primary libraries during symbol resolution.  Now linker wants all libraries
explicit requested, otherwise one gets a message such as this:

ld: <object file>: undefined reference to symbol '<symbol>'
ld: note: '<symbol>' is defined in DSO <shared library> so try adding it
    to the linker command line.

If this message is encountered, the two options are either to explicitly
add it to the linker command as suggested, or use the
--no-copy-dt-needed-entries switch to return the linker to its previous
behavior.  In the case of math/pari, libstdc++ was added to the library
list for the plotfltk.o object.  This explicit link is required by DragonFly
which is migrated to binutils 2.22 as its default version.
2011-12-10 23:53:34 +00:00
archivers Honor PKGMANDIR. 2011-12-10 18:54:51 +00:00
audio * convert some needless buildlink to simple DEPENDS. 2011-12-10 14:17:37 +00:00
benchmarks Fix bad copy/pasto. 2011-12-07 00:34:26 +00:00
biology PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
bootstrap Revert nawk change. 2011-11-29 17:06:45 +00:00
cad PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
chat chat/tzc: Add DragonFly and FreeBSD support 2011-11-28 19:44:14 +00:00
comms 1) Add missing mk/curses buildlink. 2011-12-06 01:19:15 +00:00
converters Recursive bump for lang/ocaml buildlink addition. 2011-12-06 00:19:21 +00:00
cross Fix build with newer GCC 2011-12-05 22:44:08 +00:00
databases Changes 9.0.6: 2011-12-07 16:00:41 +00:00
devel * no need to buildlink with py-numpy, simple DEPENDS is sufficient. 2011-12-10 14:43:37 +00:00
distfiles
doc Updated devel/py-game to 1.8.1nb10 2011-12-10 14:43:51 +00:00
editors PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
emulators emulators/gnuboy-sdl: Fix for modern gcc 2011-12-09 01:32:58 +00:00
filesystems - Add experimental support for SSL 2011-12-09 16:57:44 +00:00
finance finances/kmymoney2: Fix all platforms 2011-12-10 17:50:23 +00:00
fonts PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
games textprox/interlogic: Fix gentoo ltmain sanity check bug 2011-12-10 01:11:44 +00:00
geography geometry/geos: Fix DragonFly 2011-12-01 19:13:05 +00:00
graphics Add graphviz-dot-mode. 2011-12-09 21:56:38 +00:00
ham Fix build with modern GCC. 2011-11-25 21:59:57 +00:00
inputmethod Canuum stupidly thinks that curses calls are in termcap. 2011-12-07 16:07:14 +00:00
lang Force ExtUtils::MakeMaker to ignore installed packlist when creating new 2011-12-08 22:43:49 +00:00
licenses Actually add the IOzone license file that the package has pointed to 2011-12-02 15:32:38 +00:00
mail Revert commit: 2011-12-09 02:16:13 +00:00
math math/pari: Fix for binutils 2.22 2011-12-10 23:53:34 +00:00
mbone Fix build with modern GCC 2011-11-25 22:05:36 +00:00
meta-pkgs patch-ai: Fix a compile problem with the asio headers on NetBSD. 2011-11-06 21:54:32 +00:00
misc PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
mk Another whitespace, from Snader_LB. 2011-12-09 03:00:28 +00:00
multimedia Use xulrunner192, not want to deal with API dance of mozilla. 2011-12-08 10:39:13 +00:00
net Fix ICMPv6 DNSSL padding 2011-12-10 18:55:37 +00:00
news Fix some of the low hanging fruits for modern GCC to expose the harder 2011-12-06 19:51:07 +00:00
packages
parallel PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
pkgtools Don't disable builtins for GCC. 2011-12-05 22:40:21 +00:00
print Let texlive packages honor PKGINFORDIR. 2011-12-10 19:17:00 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Fix build failure on Solaris (PR 28226). 2011-12-10 20:50:51 +00:00
shells #elif needs an expression, so just use #else. 2011-12-05 22:56:22 +00:00
sysutils Remove useless .include "../../mk/bsd.prefs.mk" 2011-12-10 14:36:38 +00:00
templates Tell users to use "pkg_admin audit" instead of audit-packages. 2010-03-18 10:18:19 +00:00
textproc textproc/libxml++1: Fix gentoo ltmain sanity check bug 2011-12-10 01:09:20 +00:00
time PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
wm This builds and installs a man page if it finds asciidoc. Since it's 2011-12-09 01:23:07 +00:00
www PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
x11 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.