Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
* [NEW] It is now possible to fine tune the text search by specifying
which fields and categories to consider.
* [BUGFIX] Fixed cddb_sites function returning random values due to
uninitialized value.
* [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is
now 121.
Changes 1.2.0:
* [NEW] Support for searching the FreeDB database using a text string
has been added. This feature has a similar API as the query
command but uses a string instead of actual disc data.
* [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is
now 120.
Changes 1.1.0:
* [IMPORTANT] The installed header files now no longer contain any
actual structure definitions. All libcddb structures are now truly
opaque for the user of the library. Some of the structures have
also been updated. This means that the library is not binary
compatible with the previous version. It should however be possible
to just recompile any software using libcddb and link it against
this new library. The API is backwards compatible so no changes to
the software should be necessary.
* [NEW] Support for the FreeDB sites command that can be used to get a
list of mirror servers. A function was also added to initialize the
libcddb server connection data using one of the servers returned by
this command
* [NEW] A new error code was added (CDDB_ERR_INVALID) that is returned
when invalid input parameters are passed to one of the library
functions.
* [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is
now 110.
|
|
Add PKGREVISION, since patch-ac will change the binary package on some
architectures.
|
|
where "char" is unsigned by default.
|
|
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
approved by cube@
|
|
update the url to www.craz.net
patch-aa is no more necessary (SA_NOMASK is no more used)
Main changelog entries:
- password support. You will be prompted for a password if a server requires a password
- playlist support.
- Several bug and portablity fixes
approved by cube@
|
|
changed the url to www.craz.net
remove patches that have been integrated upstream or are no more relevant
Main changelog entries:
- Playlist support now exists
- Use a free mdns library, instead of Apple's mDNS library. This means that libopendaap is entirely free now.
- You can now connect to servers with passwords
- Several bug fixes
approved by cube@
|
|
|
|
|
|
be used with the := assignment operator when they contain quoted
components.
|
|
symbols on some platforms due to the implicit dependency on libc.
|
|
- don't use static variables in inline functions
fixes build with sunpro.
|
|
|
|
|
|
|
|
- sunpro wants 'inline' to inline functions, not '__inline'
- patch away a rogue ;
|
|
|
|
out of non-PIC code; do it on NetBSD and Linux/i386 where it is
known to be OK.
|
|
changes:
-minor fixes and cleanup
|
|
|
|
introduced after the perl5/buildlink3.mk file was no longer included
by the package Makefile, but we still referenced BUILDLINK_PREFIX.perl
to locate the pod2man script. Noted by Matthias Drochner.
|
|
List posted to tech-pkg by jmmv on June 15, no negative comments.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
(and the CC here were not correctly quoted, which failed if CC
were set to e.g. "gcc -pipe")
|
|
|
|
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
|
|
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
|
run-time dependency (DEPENDS) on a tool is to append a ":run" modifier
to the tool name, e.g.,
USE_TOOLS+= perl:run
Tools without modifiers or with an explicit ":build" modifier will
cause build dependencies (BUILD_DEPENDS) on those tools to be added.
This makes the notation a bit more compact.
|
|
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
|
|
* Bug fixes
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
|
|
|
|
|
|
- Added $mb->WSAInit(), $mb->WSAStop() calls to Simple.pm
(Sourceforge #1157446)
- Updated simple bindings to support release dates
and amazon IDs [Matthias Friedrich]
|
|
o Christian Weisgerber sent patches to man page fixes
and patches for sunaudio driver on openbsd.
o Default volume for soxmix wrongly set to 0 instead
of 1/#_input_files (float rounding error).
o Update to ALSA driver to do a better job of detecting
unsupported sample rate/size/encoding and change to
a supported one.
o Fix bug in alsa writing were last last partial buffer
wasn't being flushed.
o Guentcho Skordev pointed out ogg vorbis files were using
the same value for serial numbers each time.
o Changed sox to only read the exact size of a WAV data chunk
if cooledit IFF LIST chunk is found at the end of the file.
Normally, this isn't done to allow reading > 2gig WAV files.
o Modified configure to detect cygwin compiler after detecting
gcc compiler (fixes some default CFLAGS options).
o Added explicit rule for compile *.o from *.c so that
CPPFLAGS is always referenced. Not all platform's default
rule includes CPPFLAGS (FreeBSD).
o Under linux, add include path to /lib/modules/* so that ALSA
include files can be auto detected.
o Ian Turner added an effect to remove noise from an audio
file by first profiling silent periods of the audio
to determine what the noise is (like background hiss on
cassette tapes).
|
|
instead on perl>=5.8.0. Bump the PKGREVISIONs of the following packages
due to the possible perl dependency changes after the removal of
libperl:
audio/ices-mp3
databases/postgresql73-plperl
databases/postgresql74-plperl
textproc/eperl
www/ap-perl
|
|
* bug fixes
|
|
Bump PKGREVISION.
|
|
${PREFIX}.
|
|
|
|
|
|
|
|
|
|
|
|
|