Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
from https://bugzilla.redhat.com/show_bug.cgi?id=204841
|
|
|
|
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
|
|
|
|
Bump PKGREVISION.
Requested by Aleksey Cheusov.
|
|
will integrate DragonFly changes into upstream soon.
|
|
On by default, so no change to the package.
Slight pkglint cleanup while here.
Requested by Jake Kupersmith on pkgsrc-users.
|
|
|
|
|
|
|
|
From Jake Kupersmith on pkgsrc-users. Noticed on Solaris.
|
|
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC
tree unless they're named something other than "libtool".
SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just
define it to the empty list and shlibtool-override will look for libtool
scripts.
|
|
USE_TOOLS+=msgfmt.
|
|
* List the info files directly in the PLIST.
|
|
easier to patch the output of autoconf, also create gdb/configure
with the changes from configure.in directly, removing the build
dependency on autoconf.
|
|
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD
when determining whether the native makeinfo can be used.
* Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo.
* Get rid of all the "split" argument deduction for makeinfo since
the PLIST module already handles varying numbers of split info files
correctly.
NOTE: Platforms that have "makeinfo" in the base system should check
that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are
correct.
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
|
|
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or
"automake14". Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just use
aclocal, autoconf, etc.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
are retrieved on NetBSD. This fixes a build problem on CURRENT.
|
|
it includes an improved i386 prologue analyzer was improved to deal better
with the prologues generated by GCC 3.3 and later.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
|
|
|
|
installation directory for libs and includes to be: ${PREFIX}/lib/gdb6
and ${PREFIX}/include/gdb6.
|
|
libmmalloc.a, libopcodes.a, and libopcodes.la along with associated header
files are installed relative to ${PREFIX}/gdb6 rather than ${PREFIX} to avoid
conflicts with other packages. PLIST adjusted accordingly.
|
|
This is a new package.
|