Problems found with existing distfiles:
/pub/pkgsrc/distfiles/amp-0.7.6.tgz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
/pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
/pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz
/pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2
/pub/pkgsrc/distfiles/mp3to.gz
/pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz
No changes made to these file.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
gnome-speech 0.4.25:
* Respin due to use of incompatible libtool for 0.4.24.
gnome-speech 0.4.24
* drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver
parameter ranges do not match espeak
* gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix
for bug #560439 - GNOME Goal: Remove deprecated GLib symbols. NOTE:
I don't have the eloquence package (it's a commercial system), so I
was unable to verify the changes made to that file.
gnome-speech 0.4.23:
* drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch
(Vincent Untz)
* test/test-speech.c: Fix for bug #563577 - GNOME Goal: Clean up GLib
and GTK+ includes (Luis Menina)
gnome-speech 0.4.22:
* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
synthesis driver causes Python client to get "TypeError: could not
demarshal return value" on call to getAllVoices.
gnome-speech 0.4.21:
* drivers/espeak/espeaksynthesisdriver.c: fix for bug #545896 - eSpeak
segmentation fault.
gnome-speech 0.4.20:
* drivers/espeak/*: fix for bug 535493 - eSpeak driver can
block. The fix adds a list mechanism to handle utterances
to be spoken and then processes them on the gidle thread.
Also raised the maximum speech rate for eSpeak.
* configure.in: be smarter about automatically finding espeak
* drivers/espeak/Makefile.am: remove libstdc++. It is not needed
and makes the Solaris build fail.
gnome-speech 0.4.10:
* Fix for bug 409573 to have eSpeak driver also look for LANG when
determining the default language. (Gilles Casse)
gnome-speech 0.4.9:
* Fix for bug 398916 to help select the Viavoice Chinese voices. Also
fixed a memory leak with the driver. (Gilles Casse)
* Fix for bug 399512 to handle config parameters better. (Leonardo Boshell)
* Fix for bug 403763 to include math library when building driver
for Swift. (Willie Walker)
gnome-speech 0.4.8:
* Brand new driver for eSpeak (http://espeak.sourceforge.net).
Many many thanks to Gilles Casse for his contribution here!!!
* Fix for bug 321658 to allow ibmtts is unable to select/change voice
of a different language. Many many thanks to Gilles Casse for his
contribution here!!!
gnome-speech 0.4.7:
* Add support for Cepstral Swift driver. There are known problems
with this support. In particular, there are audio artifacts
(chirps and pops) when speech is interrupted. We have a support
request into Cepstral for help with this: Support Ticket #6297.
gnome-speech 0.4.5:
* Fix for bug 353322: fix crash/hang in DECtalk synthesis driver.
gnome-speech 0.4.4:
* Fix for bug 326818: escape the \ character so it is not interpreted
as a line continuation character by the festival shell.
* Fix for bug 352165: use "-f" flag to rm files when doing a clean.
gnome-speech 0.4.2:
* Fix for bug 347357: convert UTF-8 to ISO8859-1 before sending text to
DECtalk engine
* Fix for bug 348240: convert UTF-8 to ISO8859-1 before sending text to
IBMTTS (a.k.a., ViaVoice) engine (thanks Javier!)
* Fix for bug 347124: remove LT_VERSION_INFO since it is only available
for libraries (thanks dmacks!)
gnome-speech 0.4.1:
* Partial fix for bug 144457: add "punctuation mode" parameter to DECtalk
synthesis driver. The supported modes are as follows:
0 = none
1 = some
2 = most
3 = all
* Fix for bug 341405: don't core dump if festival is not installed on
machine.
* Fix for bug 141516: allow character encoding to be dynamically
determined from the voice. Credit to Milan Zamazal as well for the
creation of the "coding" attribute convention for festival voices.
* Fix for bug 341990: eliminate compilation warning in festival synthesis
driver.
----------
gnome-speech 0.4.0:
* Fix for bug 321216: support UTF-8 encoding (Chaitanya Kamisetty)
* Fix for bug 337151: quit when the festival process dies (Remus Draica)
* Fix for bug 341744: turn phoneme mode off in dectalk driver (Willie Walker)
* Fix for bug 332250: dectalk driver compilation warnings (Willie Walker)
* Fix for bug 332247: dectalk driver can hang on exit (Willie Walker)
* Fix for bug 329444: add speech dispatcher driver (Hynek Hanke)
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
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).
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.
* Fix for bug 319421: ibmtts hardcoded to en_US locale (Bill Abt)
* For for bug 319875: Add eciInsertIndex to viavoice driver (Bill Abt)
* Fix for bug 320013: Add more parameters to ibmtts driver (Bill Abt)
* Fix for build problem on Solaris (Rich Burridge)
* Fix for bug 142354: FreeTTS driver exits when refcount goes to 0 instead
of living forever (Willie Walker)
* Fix for bug 313652: FreeTTS build fix (Bernard Leak)
* Fix for bug 319980: test-speech now uses selected gender instead of
hardcoding to male (Willie Walker)
* Fix for bug 314736: Cygwin ports patch (Cygwin Ports maintainer)
* Fix for bug 314840: Corrected the use of the rate and pitch
parameters for ibmtts driver so that they are absolute and not
relative values (IBM)
* Provide different method for finding the Java virtual machine for
freetts-synthesis-driver (Willie Walker)
* Fix for bug 319168: FreeTTS streaming audio player could not be used
(Willie Walker)
* Fix for bug 305489: Festival driver in gnome-speech-0.3.7 seg faults
(Willie Walker)
* Fix for bug 308468: #include <sys/socket.h>, and do not declare
variable after statement (Behdad Esfahbod)
* FreeTTS driver now says "FreeTTS synthesis driver running..." instead
of saying it is *not* running (Willie Walker)
* FreeTTS driver now includes and uses a user_addenda.txt pronunciation
lexicon addenda to support characters from the extended ISO8859-1 character
set as well as the unicode currency block - bug 163805 (Willie Walker)
* Automatic detection of voices for festival driver - part of bug 141516
(Fernando Herrera)
* Fixes for bug 301086 (Willie Walker), bug 141516 (Bill Haneman and Fernando
Herrera), bug 169805 (Bill Haneman), and bug 167810 (Oana Serb)
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.