Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
pkg-build-options.mk procedure.
|
|
Patch provided by Sergey Svishchev in private mail.
|
|
fails for some weird reason and the "configure" script assumes SDL
isn't installed which results in an incomplete package.
|
|
|
|
The redundant parsing of bsd.prefs.mk is mostly avoided now and
parse time e.g. for x11/kdebase3 gets reduced by up to 10%.
|
|
where they came from, but they are not needed and were causing me
build problems.
|
|
|
|
to apply the patch.
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
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.
|
|
This fixes build problems with GCC 4.x.
|
|
(it builds for me on amd64/3.0, but the effect is easily verified by
disassembling -- basically it is insignificant because "cpuid" always
yields just 32 bit, but if newer compilers complain something must be done)
|
|
for SDL shlib changes.
|
|
|
|
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
PKGINFODIR.
|
|
Remove deprecated ossaudio.buildlink3.mk.
|
|
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
* Add a patch that should fix the build on amd64.
* Fixed pkglint warnings.
Bump PKGREVISION.
|
|
Remove mplex as a standalone package, to reduce maintenance.
|
|
|
|
(disabled by default for compatibility with binary packages),
pointed out by ghen.
|
|
|
|
|
|
Some changes:
* Modularised input handling for MPEG compression tools.
* movtar read/write support
* MJPEG playback in software, and experimental MJPEG hardware
overlay playback (see mjpeg/)
* mpeg2enc _much_ improved!
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
the path from it. Suggested by jlam, ok'ed by xtraeme.
|
|
Suggested by jmmv, ok by jmmv & wiz. Ride on previous PKGREVISION.
|
|
#!/bin/bash (at least two of these scripts don't run with /bin/sh). This solves part of PR pkg/29342 (the other part concerns geography/gpsdrive).
|
|
aalib-x11 and aview-x11.
SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED)
for affected packages.
Addresses PR 32046 by Leonard Schmidt.
|
|
|
|
Bump to rev. mjpegtools-1.6.2nb5
|
|
This changes the default for this package, so bump PKGREVISION.
From Geert Hendrickx in PR 30366.
|
|
from pkgsrc quite some time ago.
|
|
|
|
|
|
error: label at end of compound statement
error: array bound forbidden after parenthesized type-id
This was noticed on FreeBSD 5.4-STABLE with gcc 3.4.2.
Also test build under NetBSD 1.6.2_STABLE with gcc 2.95.3
and Linux with gcc 3.3.5.
No PKGREVISION bump since this should not change anything.
This package does not have a maintainer.
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
|
|
And remove from PLIST.
This fixes problem when INFO_DIR is using a custom directory such
as share/info.
Do not bump PKGREVISION, because couldn't package in first place when
this problem occurred.
This will cause a warning:
install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info'
TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
|
|
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.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|