Age | Commit message (Collapse) | Author | Files | Lines |
|
From the change log:
# Patched security flaw in iaxclient
# Patched md5 to work on amd64 (Jasmin Buchert)
# Added Malay translation (Mohd Effendi Jaafar)
|
|
didn't exist. Those commands were never run anyway, but moving the
.MAIN target exposed these commands as unassociated.
|
|
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.
|
|
semantics in pkgsrc. Because libtool-override is run by default
whenever USE_LIBTOOL is specified, LIBTOOL_OVERRIDE never needs to be
defined, and some packages set it to nothing to avoid running
libtool-override. However, shlibtool-override is only run if
SHLIBTOOL_OVERRIDE is defined and non-empty.
Split the code for libtool-override and shlibtool-override to reflect
these differing semantics. This should make the PHP packages build
again by not overriding libtool.
|
|
|
|
because binary package changed.
|
|
|
|
With default options, this was pulled in via arts->glib2->libiconv,
so no (and especially no recursive) PKGREVISION bump.
|
|
|
|
o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and
scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external
tools or libraries.
Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1
There are three output modules:
* o3read displays a dump of the parse tree
* o3totxt creates plain text
* o3tohtml creates html code
The utility utf8tolatin1 converts from utf8 to 8859-1.
|
|
will search for libtool scripts up to ${OVERRIDE_DIRDEPTH} below
${WRKSRC} already.
|
|
|
|
overwritten in the case where LTCONFIG_OVERRIDE was defined.
As a side note, after analyzing the way that the original code in
bsd.pkg.mk worked, I think we can nuke LTCONFIG_OVERRIDE completely,
but we'll need a bulk build to verify this. The original code always
replaced the libtool scripts because LIBTOOL_OVERRIDE is always defined
in bsd.pkg.use.mk, so LTCONFIG_OVERRIDE essentially had no effect.
|
|
NO_INSTALL, or NO_PACKAGE are defined.
|
|
Without this a straight make fails in pkgsrc/pkgtools/pkg_comp.
|
|
add a typo correction in a comment
|
|
|
|
|
|
|
|
* Added support for dynamically loading SMPEG library
* Added support for dynamically loading Ogg Vorbis library
* Removed automake dependency, to allow Universal binaries on Mac OS X
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
* Updated libtool support to version 1.5.22
* Use SDL_RWops also for native midi mac and win32
* Use SDL_RWops also for native midi gpl (todo: mac and win32)
* Tweaked Mix_Chunk's definition to make predeclaration easier.
* Search timidity.cfg also in /etc
* Fix memory leaks in timidity player
* Use also SDL_RWops to read midifiles for timidity
* Patch from Eric Wing to fix native midi compiling on MacOS/x86.
* Disabled support for the system version of libmikmod by default
* Fixed building mikmod support on UNIX
* Always build SDL_RWops music support
* Added SDL_RWops support for reading MP3 files
|
|
other platforms. No PKGREVISION bump because this package currently does
not build on Darwin.
|
|
|
|
|
|
|
|
|
|
on JRE. Bump PKGREVISION.
|
|
|
|
|
|
framework can detect a native JRE implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
errors on Darwin.
|
|
gcc/ld doesn't support it.
From Gilles Dauphin in PR pkg/33919.
|
|
on Darwin. This addresses one of the errors reported in PR pkg/33233.
Patches obtained from GNOME CVS.
|
|
that they are never being created more than once by inserting a check
into the *-cookie targets.
|
|
Fixes PR pkg/33416.
|
|
so it might as well be the target name.
|
|
target in that it installs the currently-built software into the
filesystem. In that case where "replace" is specified as a target on
the command line, make "replace" and not "install" be the source target
for "package".
Also, place the "replace" target between the "install" and "package"
targets in _BARRIER_POST_TARGETS as it should be legal to do those
steps in that order (but not in another order).
These changes make the following work:
make replace package
In this example, the currently installed package will be replaced and
the newly-installed software will be packaged, all within the same
make process.
|
|
- Added a new check for -Wextra that requires a manual page for every
command in bin/ and sbin/.
|
|
Otherwise, they cause link errors on Darwin.
|
|
purpose is to be overridden by packages, not by the user.
|
|
quotes.
|
|
|
|
|