Age | Commit message (Collapse) | Author | Files | Lines |
|
similarily how this is done in lang/php5/Makefile.php; default depends
in USE_INET6 setting, i.e. enabled iff OS supports it
|
|
|
|
support by default, since the USE_INET6 mapping now properly kicks in
|
|
|
|
- Add support to the qmail backend for custom qmail-queue error messages
taken from $QQERRMSG_#.
- Clear session timeouts (via alarm) before executing authenticated
commands in imapfront-auth and pop3front-auth.
- Fixed typo in the CVM lookup code that would prevent the proper
operation of lookup secrets. Thanks Dale Woolridge.
|
|
|
|
|
|
CPPFLAGS+= -DHAVE_STRERROR
which I just added a few minutes ago.
I had previously received an error:
previous declaration of `sys_errlist'
on Linux.
But once I configure using ncurses on Linux
it appears to have fixed that (because it
was using its LIBS which had non-existent -ltermcap).
|
|
|
|
Update PKGREVISION.
Add INSTALLATION_DIRS and do-install target instead of
using its own installer. It was broken for custom INFO_DIR
and for new PKGMANDIR. (It is a very old autoconf/automake
I assume).
Also, this uses -ltermcap. So if /usr/lib/libtermcap.so does
not exist, then use BUILDLINK_TRANSFORM to use ncurses instead
and include ncurses buildlink3.mk.
|
|
CONFIGURE_HAS_MANDIR=no, just like CONFIGURE_HAS_INFODIR=no
is already defined.
(This package has two other build problems for me though ...
lookimg now.)
|
|
|
|
|
|
Version 0.34.1
* automake/autoconf fixes and improvements
(Rodney Dawes, Stepan Kasal)
* extraction of XML attributes fixed
(Danilo Segan)
Version 0.34
* Fix the regex for stripping the intltool type tags in POTFILES.in
-- bug #171330 (Stepan Kasal)
* Add notice about using DISTCLEANFILES for toplevel Makefile.am
-- bug #309455 (Tim-Philipp Muller)
* Discard not-well-formed translations when merging XML
-- bug #170471 (Danilo Segan)
* Correct handling of xml:space inheritance
-- bug #160262 (Danilo Segan)
* Merge multiple comments for the same string in XML files
-- bug #171579 (Danilo Segan)
* Update sed script to be more practictal for translatable XML
-- bug #304365 (Nickolay V. Shmyrev)
* Support disting files that may not exist for all packages via EXTRA_DISTFILES
-- bugs #168788 and #171327 (Rodney Dawes)
* Do not create the pot file during dist, but do build it for check
(Stepan Kasal)
* Add support for use on win32 native perl (Tor Lillqvist)
* Do not dist .gmo files, and remove them with distclean
Remove Makefile.in.in with maintainer-clean
-- bug #166724 (Rodney Dawes)
* Minor fixes to Makefile.in.in (Stepan Kasal)
* Use --verbose instead of --statistics for msgfmt
-- bug #165881
* Remove the need for patching Makefile.in.in and just copy in our own
-- bug #165066 (Rodney Dawes)
|
|
o Use the new style.css stylesheet instead of hard-wiring the styles.
o Updated the documentation and example build files.
o Added support for a gallery of widget images.
o Output default values for widget properties and allowed ranges.
o Only underline links in the docs when the mouse hovers over them.
o Added support for placing the parameter table anywhere within the function
documentation (using the "<!--PARAMETERS-->" marker).
o Handle more variations of C syntax.
|
|
2005-09-20 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh (configure_files): when searching for
configure.in files, skip directories starting with a dot. This
avoids Bzr, Quilt and Subversion bookkeeping directories among
others. Fixes bug #311951.
2005-08-17 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh (add_to_cm_macrodirs): New function,
prevents duplicates in $cm_macrodirs.
(check_m4macros): Use it. Read the dirlist file, if it is supported
by the version of Automake actually in use.
2005-08-17 Stepan Kasal <kasal@ucw.cz>
* macros2/gnome-autogen.sh (version_check): Set $variable_VERSION
to the actual version number of the tool.
2005-08-17 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: pass --force to gnome-doc-prepare to
match other tools. Fixes bug #311775.
* macros2/gnome-autogen.sh: don't use syntax that non-GNU greps
don't understand. Fixes bug #313531.
2005-08-16 James Henstridge <james@jamesh.id.au>
* macros2/gnome-autogen.sh: add checks for gnome-common macro
names, and call require_m4macro for the appropriate names. This
can help detect $ACLOCAL_FLAGS problems earlier. Addresses bug
#312125.
2005-07-25 James Henstridge <james@jamesh.id.au>
* configure.in: bump release number.
2005-07-19 Shaun McCance <shaunm@gnome.org>
* macros2/gnome-autogen.sh:
- Bumped up the default required version of gnome-doc-utils
2005-07-18 Christian Persch <chpe@cvs.gnome.org>
* macros2/gnome-autogen.sh:
When configure.{in,ac} contains GNOME_DOC_INIT, actually call
gnome-doc-prepare.
|
|
Adjust dependencies for glib2 and GConf2 to match what's needed by GConf2
and GConf2-ui, respectively (hi drochner@!). Bump their revisions to 1.
|
|
|
|
when the base PHP is compiled with openssl extension (e.g. ssl://, tls://
stream support, and couple others). These don't work when SSL support
is loaded via extension.
For this reason, make openssl extension unconditionally built-in
into the main PHP package, and g/c security/php-openssl.
|
|
|
|
|
|
relative to ${WRKSRC}. This makes it possible to shorten definitions
like "BUILD_DIRS=${WRKSRC}/foo ${WRKSRC}/bar" in package Makefiles to
"BUILD_DIRS=foo bar". Almost all current uses of those directories are
given as absolute directories (mostly in the form ${WRKSRC}/foo), which
will work as they did before.
|
|
Addresses PR pkg/30920 by Chuck Cranor.
|
|
oss or sun), based on the current OS name. This is only used if no
other libao plugin is installed, and is binary package friendly.
Addresses PR pkg/30920 by Chuck Cranor.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Bug fixes
|
|
|
|
* New config option BUILTIN_STL_SUPPORT
* Added support for new HTML entities
* Update fror Chinese translation
* Lots of bug fixes
|
|
- experimentally moved source code management from CVS to GIT
- added iterator functions to script bindings
- more C-API tuning
- add "-c" switch to dot to explicitly generate plugin "config" file
instead of generating it as a side-effect of "dot -V"
- better support for binary relocation.
- plugin versioning and version checking
- clean up of header files
- provide statically linked "dot_static" (not incl. in rpms)
- additional "event" support for GUIs (e.g. "DotEdit" graphviz-cairo)
- add some information about plugins to "dot -v" output.
- lefty/dotty fixes
- fix bugs
|
|
|
|
(xine), and okle (ogle).
|
|
Added ham/gnuradio-audio-oss 0.6
Added ham/gnuradio-core version 2.5
Added ham/gnuradio-examples version 0.4
Added ham/gnuradio-gsm version 0.1
Added ham/gnuradio-howto version 0.3
Added ham/gnuradio-usrp version 0.5
Added ham/gnuradio-wxgui version 0.3
Added ham/usrp version 0.8
|
|
|
|
gnuradio-audio-oss
gnuradio-core
gnuradio-examples
gnuradio-gsm
gnuradio-howto
gnuradio-usrp
gnuradio-wxgui
usrp
packages that are part of the GNU Radio project, a digital signal
processing development kit.
|
|
GSM 06.10 13kbit/sec voice encoder/decoder
|
|
firmware and FPGA code for the Universal Software Radio Peripheral (USRP),
a low-cost and high-speed implementation of the GNU Radio hardware.
|
|
support for GNU Radio.
|
|
framework based on wxPython
|
|
specific part of the Universal Software Peripheral (USRP) hardware
|
|
how to write a new GNU Radio signal processing block
|
|
demonstrate the use of GNU Radio
|
|
and digital signal processing blocks for GNU Radio.
|
|
development kit.
|