summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-08make it possible to switch the IPv6 support on/off via a package option,jdolecek1-2/+11
similarily how this is done in lang/php5/Makefile.php; default depends in USE_INET6 setting, i.e. enabled iff OS supports it
2005-10-08Add '-c99' to CFLAGS for the MIPSPro compiler chain.jschauma1-1/+7
2005-10-08add inet6 to list of supported options; this effectively enables IPv6jdolecek2-3/+4
support by default, since the USE_INET6 mapping now properly kicks in
2005-10-08Note mailfront update.schmonz1-1/+2
2005-10-08Update to 0.97. From the changelog:schmonz2-6/+6
- 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.
2005-10-08openssl is included unconditionallyjdolecek1-8/+4
2005-10-08Relinquish stewardship.seb1-2/+2
2005-10-08Removereed1-2/+1
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).
2005-10-08Update wdiff to wdiff-0.5nb1.reed1-1/+2
2005-10-08Also install man page and README.reed2-2/+21
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.
2005-10-08This uses GNU_CONFIGURE, but it is really old. So definereed1-1/+2
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.)
2005-10-08Note updates done to bring the gnome-devel meta package to 2.12.1.jmmv1-1/+5
2005-10-08Update to 2.12.1.jmmv1-8/+8
2005-10-08Update to 0.34.1:jmmv3-9/+9
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)
2005-10-08Update to 1.4:jmmv2-8/+8
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-10-08Update to 2.12.0:jmmv2-7/+8
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.
2005-10-08Move common dependencies to Makefile.common.jmmv3-9/+11
Adjust dependencies for glib2 and GConf2 to match what's needed by GConf2 and GConf2-ui, respectively (hi drochner@!). Bump their revisions to 1.
2005-10-08fix pluraljdolecek2-4/+4
2005-10-08Unfortunately PHP has several openssl hooks, which are only enabledjdolecek13-46/+30
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.
2005-10-08added net/php-xmlrpcjdolecek4-5/+11
2005-10-08Add package for PHP XML-RPC extension (both PHP4 and PHP5)jdolecek2-0/+49
2005-10-08CONFIGURE_DIRS, BUILD_DIRS, TEST_DIRS and INSTALL_DIRS are interpretedrillig1-14/+27
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.
2005-10-08Bump revision due to a new dependency on a default libao plugin.jmmv9-18/+18
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08For packages using libao, add a default dependency on a plugin (eitherjmmv6-6/+31
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.
2005-10-08Note PKGREVISION bump of print/dvipdfmx.hira1-1/+2
2005-10-08Add missing entry to PLIST due to update of fonts/adobe-cmaps.hira2-3/+4
Bump PKGREVISION.
2005-10-08Fix buildling with PHP and/or Ruby installedadam1-1/+4
2005-10-08qt-3.3.5 fix.markd1-1/+9
2005-10-08Fix some problems in xrender.pc generation.jmmv1-5/+7
2005-10-08Fix a pasto.jmmv1-2/+2
2005-10-08Use VARBASE.xtraeme1-2/+2
2005-10-08Updated archivers/p7zip to 4.29adam1-1/+2
2005-10-08Changes 4.29:adam2-9/+9
* Bug fixes
2005-10-08Updated graphics/graphviz to 2.6; devel/doxygen to 1.4.5adam1-1/+3
2005-10-08Changes 1.4.5:adam4-16/+142
* New config option BUILTIN_STL_SUPPORT * Added support for new HTML entities * Update fror Chinese translation * Lots of bug fixes
2005-10-08Changes 2.6:adam79-4798/+307
- 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
2005-10-08Add missing files to PLIST, bump PKGREVISION.hamajima2-3/+5
2005-10-08Three KDE DVD player suggestions: kplayer (mplayer), kaffeinereed1-1/+13
(xine), and okle (ogle).
2005-10-07Added meta-pkgs/gnuradio version 2.5wulf1-1/+10
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
2005-10-07Fixed package name for gnuradio-gsm modulewulf1-2/+2
2005-10-07Added and enabledwulf1-2/+10
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.
2005-10-07New package gnuradio-gsm: This package contains the GNU Radiowulf4-0/+36
GSM 06.10 13kbit/sec voice encoder/decoder
2005-10-07New package usrp: This module contains the non GNU Radio specific libraries,wulf5-0/+246
firmware and FPGA code for the Universal Software Radio Peripheral (USRP), a low-cost and high-speed implementation of the GNU Radio hardware.
2005-10-07New package gnuradio-audio-oss: This module provides Open Sound System (OSS)wulf4-0/+34
support for GNU Radio.
2005-10-07New package gnuradio-wxgui: This module contains the graphical user interfacewulf5-0/+70
framework based on wxPython
2005-10-07New package gnuradio-usrp: This module provides support for the GNU Radiowulf4-0/+55
specific part of the Universal Software Peripheral (USRP) hardware
2005-10-07New package gnuradio-howto: This module provides the documentation onwulf4-0/+34
how to write a new GNU Radio signal processing block
2005-10-07New package gnuradio-examples: This modules provides examples thatwulf4-0/+83
demonstrate the use of GNU Radio
2005-10-07Added new package gnuradio-core-2.5: This module provides the runtimewulf5-0/+5233
and digital signal processing blocks for GNU Radio.
2005-10-07Added and enabled meta-package for GNU Radio, a digital signal processingwulf1-1/+2
development kit.