summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam4-8/+4
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam2-0/+4
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam268-270/+0
can handle packages having no PLIST files.
2007-10-23Update to 2.14.2:wiz3-8/+7
2.14.2: * Build: Hopefully fix the build on NetBSD-4.99.6/amd64. Bug #386990. (was already in 2.12.7) (Murray Cumming) * gmmproc: Added support for the new _CONFIGINCLUDE() macro. (Armin Burgmeier)
2007-10-21Update yasm to 0.6.2.minskim3-9/+8
Changes: - AMD SSE4a and SSE5 instruction support. - AMD LZCNT, POPCNT, EXTRQ, INSERTQ, MOVNTSD, and MOVNTSS instruction support. - 16-bit float value (IEEE-754r half precision) support (desirable for SSE5). - Added "oword", "do", and "reso" aliases for "dqword", "ddq", "resdq". - Added easier RIP-relative addressing with rel/abs modifiers and "default" directive to set default rel/abs mode (see AMD64 for details). - CPP preprocessor. Contributed by Paul Barker - GAS local labels (1:, 1f, 1b) support. Noticed by Jung Lee - GAS .org fill parameter support. Noticed by Jung Lee and Xiaoming Mo - Command line aliases for -d (-D) and -u (-U) for increased NASM command line compatibility. Requested by Mike Frysinger - ..gotpc ELF32 bugfix: #114 - Minor bugfixes (CPU setting for a few instructions, hash lookup).
2007-10-21Remove calls to gnomeconfig when no matching .pc file was found.joerg3-3/+116
Bump revision.
2007-10-21Add SourceForge as an option to the MASTER_SITESdsainty1-2/+3
2007-10-20Update kdevelop to 3.5.0 (part of KDE 3.5.8)markd6-75/+27
2007-10-20Update to KDE 3.5.8markd3-7/+7
Cervisia * Fix invalid date warnings when browsing CVS. Umbrello * Code generator for D language. * Fix import of Rose MDL files containing ISO-8859 Latin1 characters. * Preprocessor keywords ignored which causes endless loop in code import. * Cannot move text and label correctly after enabling snap to grid. * Unstable saves and loads, class names become dirty. * Crash on deleting class in list view. * Class attribute documentation not generated for python. * Python code generator does not wrap lines properly. * Attribute documentation not generated for 'Export to XHTML'. * Crash when moving a class in a Java UML diagram. * Umbrello gratuitously appends ".xmi" to the saved file name. * Arrowheads are not shown. * Crash when creating a class that refers to more than one other classes/datatypes. * Wrong Pascal code generation. * Crash when linking to undefined xmi.id. * End Activity Symbol gets invalid when line thickness is increased. * The size of a fork/join is not restored. * Crash when changing the association type to containment. * Moving component results in absurd shape of a self-association. * Crash when changing the attribute name.
2007-10-17Update to 7.4:wiz3-7/+9
Release 7.4 21-Sep-07 --------------------- The only change of specification is the addition of options to control whether \R matches any Unicode line ending (the default) or just CR, LF, and CRLF. Otherwise, the changes are bug fixes and a refactoring to reduce the number of relocations needed in a shared library. There have also been some documentation updates, in particular, some more information about using CMake to build PCRE has been added to the NON-UNIX-USE file.
2007-10-17Fix path of patch-an to be relative to ${WRKSRC}.bjs3-6/+7
Bump rev.
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn3-6/+6
2007-10-16Fix build under FreeBSD 6.1tonio2-1/+23
2007-10-16Update to version 1.5.3.4.bjs2-6/+6
See ${WRKSRC}/Documentation/RelNotes-1.5.3.{3,4}.txt for changes.
2007-10-16Update ruby-activesupport to 1.4.4.minskim2-7/+7
Changes: * Backport: allow array and hash query parameters. Array route parameters are converted/to/a/path as before. * Demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. * Document Object#blank?. * Update Dependencies to ignore constants inherited from ancestors. * Improved multibyte performance by relying less on exception raising
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