summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-10-14Needs pre-created directories.rillig1-2/+2
2007-10-13Modular Xorg support.markd1-2/+2
2007-10-13Changes 0.5.18a:adam6-70/+15
* Fixes various build problems, a crash with recent versions of libgsf * Adds an (incomplete) manual
2007-10-13Changes 3.0.3:adam4-15/+14
* The generated C code is compatible with gcc-4.3.x in c99 or gnu99 mode.
2007-10-13Changes 2.20.0:adam2-8/+7
* docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions. * scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output, to fix the build on some platforms.
2007-10-13Changes 2.6.5:adam2-7/+6
* libglade/src/xml.hg: * libglade/src/xml.ccg: Do not use exceptions when compiled with exceptions disabled. Instead, Gnome::Glade::Xml takes an additional error parameter like most other g*mm methods that can fail. * docs/reference/Doxyfile.in: Add defines to PREDEFINED so that documentation is built wihout hiding optional API, such as use of exceptions.
2007-10-13Changes 2.14.1:adam4-15/+714
* Glib::wrap(): Don't fail when wrapping an interface that is implemented by an unrecognized type. gmmproc-generated code now uses the new wrap_auto_interface(), so newly-generated source code will require this latest glibmm version. * Increase version number check for glib. Changes 2.14: * New Regex class, allowing string searching with regular expressions. * New KeyFile class. * Main: Added SignalTimeout::connect_seconds(). * OptionContext: Added get/set_summary(), get/set_description(), set_translation_domain() and set_translate_func(). * Added Glib::get_user_special_dir(), get_user_data_dir(), get_user_config_dir(), and get_user_cache_dir(). * Improved documentation.
2007-10-13nls support means extra files get installed on Linuxadrianp2-2/+5
Report from Aleksey Cheusov in PR# 37099
2007-10-12Use official homepage. (Even the site we previoulsy had said that.)reed1-2/+2
2007-10-11update to 0.8.10drochner5-11/+65
changes: -portability/build system improvements (Windows/QNX) -API extensions -minor bugfixes -improved builtin sanity checks
2007-10-11Make usb_control_msg() return the number of bytes actually transferreddrochner3-6/+15
rather than the requested transfer length (USBD_SHORT_XFER_OK is set, so this may happen). This is the documented behaviour, and it is appearently what the Linux version does. Bump PKGREVISION. From Erik Berls per PR pkg/37053.
2007-10-11Update "apr-util" package to version 1.2.10. Changes since version 1.2.8:tron2-8/+6
- Support BerkeleyDB 4.6. - Test improvements to validate testmd4 and testdbm, unattended. Changes with APR-util 1.2.9 - Ensure that an apr_reslist shrinks back to SMAX via the TTL by reorganising the resource list from a queue to a stack. Apache Bug 40348. - Fix Solaris 2.8+ fdatasync() detection. The fdatasync() function is marked as part of the Realtime library functions. Apache Bug 37343. - Change configure's expat detection to use standard linker-based tests, fixing build on e.g. biarch Linux systems. Apache Bug 28205. - Portably implement testdate's long-time constants to solve compilation faults where #LL isn't valid. - APR_FIND_APU macro no longer checks /usr/local/apache2/. Apache Bug 42089. - Fix handling of attribute namespaces in apr_xml_to_text() when a namespace map is provided. Apache Bug 41908.
2007-10-11Update "apr" package to version 1.2.11. Changes since version 1.2.9:tron2-7/+6
- Win32 apr_file_read; Correctly handle completion-based read-to-EOF. - Fixed Win32 regression of stdout inheritance in apr_proc_create. - Solve winNT inherited pipe leaks by mutexing apr_proc_create calls, on WinNT (not WinCE, nor 9x) so that we toggle the inherited state of the stdin/out/err pipes. All other file handles are treated as not-inherited until apr_file_dup2'ed a std handle of this process, or while they are used by apr_proc_create. - Define the Mac OS/X filesystem_encoding as utf-8 (in previous releases the interpretation would vary). - Fix day of year (tm_day) calculation for July. The bug only affects Windows builds. Apache Bug #42953. - Fix LFS detection when building over NFS. The mode must be specified when O_CREAT is in the flags to open(). Apache Bug #42821. - Avoid overwriting the hash_mutex table for applications that incorrectly calls apr_atomic_init(). Apache Bug #42760. - Allow IPv6 connectivity test to fail, avoiding a potentially fatal error. - The MinGW Windows headers effectively redefines WINADVAPI from __stdcall to empty which results in a link failure when wincrypt.h is placed after an include to apr_private.h. Apache Bug #42293. - Define SEM_FAILED if it isn't already defined, as the proc mutex code already does it. Also search for the sem_open function in the realtime library. (This fixes HP-UX sem_open detection). - Define the _HPUX_SOURCE feature test macro to obtain maximum functionality. Fixes broken sendfile with LFS support on HP-UX. Apache Bug #42261.
2007-10-10Fixed obscure C code.rillig2-1/+23
2007-10-10Updated BUILDLINK_ABI_DEPENDS since openh323 does not build with earlierrillig1-2/+2
versions (using g++4).
2007-10-10Found another "extra qualification" that has not stopped the packagerillig3-3/+17
from building. Detected when compiling openh323. PKGREVISION++ since the package was broken but installed nevertheless.
2007-10-10Let the user override gmake_command.rillig2-1/+22
2007-10-10Fixed build with g++4.rillig4-1/+41
2007-10-10Listing the directories explicitly is error-prone.rillig1-2/+2
2007-10-09Remove trailing spaces.martti5-11/+11
2007-10-07Do not do interpreter checks on the contrib files. These are installed forjmmv1-1/+2
convenience but none of them is supposed to be used directly (without manual changes) AFAICT. Furthermore, they require a huge variety of different interpreters and/or utilities, which could grow the monotone dependencies by a big amount. This fixes the recent problems shown in bulk build reports.
2007-10-07Fix patchsums.joerg1-3/+3
2007-10-07Restore basename override to get the name of the real compiler for thejoerg4-218/+366
decision making in libtool. This was lost during the update and broke the build of shared C++ libraries with SunPro on Solaris. Bump revision of libtool-base. Noticed by salo and dmcmahill, tested by dmcmahill.
2007-10-07libglade2 -> libglade (comment).hira2-4/+4
2007-10-07qt4-tools-4.3.* have the same quoting problems as qt4-tools-4.2.*.rillig2-2/+15
2007-10-06Update Ruby packages to 1.8.6-p111.taca3-12/+12
No change; DISTFILES update only.
2007-10-05Remove contrib/.deps from PLIST, do not install anything from .deps; bump revbjs2-5/+5
2007-10-05To deal with a newly introduced function in GTK 2.12.0 conflicting withjoerg3-2/+36
a function of the same name and functionality in Anjuta, add a patch to use the new version and an API depend for that version. Don't bump revision as an existing package is fine to use.
2007-10-05Made the package work on Solaris, which didn't like redeclarations ofrillig3-6/+38
standard functions: "misc.h", line 42: identifier redeclared: sprintf
2007-10-04Include pthread.h to get pthread_t on DragonFly.joerg2-4/+13
2007-10-04One more try. event.h gets installed and used by other programs sodmcmahill3-29/+5
we can't use config.h in it. Instead use the substitution framework which was already in place for making some other SunOS changes.
2007-10-04SunOS-5.9 doesn't have stdint.h. There is already a configure test for thisdmcmahill5-2/+73
so use the results.
2007-10-03Dick Davies can no longer maintain those packages. (by private mail)heinz1-2/+2
2007-10-03remove stray libtool object from PLISTbjs2-4/+3
2007-09-30Reset maintainer -- shell@ is inactive.wiz5-10/+10
2007-09-29Tools that are required at runtime must be mentioned in USE_TOOLS.rillig1-3/+4
Additionally, don't pick up a random gmake from the build system.
2007-09-29Fixed build error.rillig2-1/+15
2007-09-29Need pre-created directories.rillig1-1/+3
2007-09-25Regen patchsum after the description was added back before commit.joerg1-2/+2
2007-09-25Fix comment (GConf2 -> GConf).hira3-6/+6
2007-09-25Back out previous. Pointed out by uebayasi@ and martti@.hira2-5/+5
2007-09-25mv -> ${MV}.hira1-3/+3
2007-09-25ln -> ${LN}.hira1-2/+2
2007-09-25Fix broken patch file, rerun makepatchsum.bjs2-4/+4
2007-09-25Update to version 4.6.7 (bugfix release). See new patchesbjs12-32/+294
for more information about them. While here, fix pkglint warnings. ok'd by joerg@
2007-09-25add hacks.mk to work around a compiler optimization error withdmcmahill2-2/+28
gcc on solaris.
2007-09-25Restore a needed patch that was lost during the last update.dmcmahill3-1/+97
Builds on solaris again.
2007-09-24Update Ruby to 1.8.6-p110.taca1-4/+4
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-24Update Ruby to 1.8.6-p110.taca2-8/+8
Approved by wiz@. Nothing changes with these package except distfile.
2007-09-24In gettext-lib/buildlink3.mk, check whether we need to pull in thejlam2-5/+11
libiconv/buildlink3.mk file based on whether or not we're using the built-in gettext-lib or not. This is clearer than what existed in revision 1.33 of gettext-lib/builtin.mk and fixes the problem introduced in revision 1.34.