summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-08Use SUBST framework. Readd some replacements in the mak files, sincejoerg21-42/+404
they are installed and should work without the pkgsrc framework to define e.g. LIBTOOL. Bump the revision for this. Fix the inclusion in Makefiles by crudely faking the installation directory layout. Remove some explicit casts which break with GCC 3.4 and OpenSSL 0.9.8, this might need to be conditionalized. Add DraogonFly support and somewhat cleanup the FreeBSD sound includes.
2006-01-08Add ruby-gnome2-gnomecanvas.minskim2-2/+4
2006-01-08Import ruby-gnome2-gnomecanvas from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+24
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GnomeCanvas2 is a Ruby binding of GnomeCanvas-2.x.
2006-01-08Add ruby-gnome2-gtk.minskim2-2/+4
2006-01-08Import ruby-gnome2-gtk from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+30
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GTK2 is a Ruby binding of GTK+-2.0.x.
2006-01-08Add ruby-gnome2-libart.minskim2-2/+4
2006-01-08Import ruby-gnome2-libart from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+23
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/Libart2 is a Ruby binding of Libart_lgpl.
2006-01-08Add a missing directory (ruby-cmd).minskim1-1/+2
2006-01-08Add ruby-gnome2-pango.minskim2-2/+4
2006-01-08Import ruby-gnome2-pango from pkgsrc-wip. Packaged by Dieter Roelants.minskim4-0/+47
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/Pango is a Ruby binding of pango-1.x.
2006-01-08Add ruby-gnome2-gdkpixbuf.minskim2-2/+4
2006-01-08Import ruby-gnome2-gdkpixbuf from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+22
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.
2006-01-08Add ruby-gnome2-atk.minskim2-2/+4
2006-01-08Import ruby-gnome2-atk from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+22
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/ATK is a Ruby binding of ATK-1.0.x or later.
2006-01-08Add ruby-gnome2-glib.minskim2-2/+4
2006-01-08Import ruby-gnome2-glib from pkgsrc-wip. Packaged by Dieter Roelants.minskim3-0/+23
Ruby-GNOME 2 is a set of Ruby language bindings for the various application development libraries included with the GNOME/GTK+ environment. Ruby/GLib2 is a Ruby binding of GLib-2.x.
2006-01-08Add files shared by ruby-gnome2-*, which are currently available inminskim2-0/+23
pkgsrc-wip. Created by Dieter Roelants.
2006-01-08Reverted the change from 1.29 to 1.30, as it had led to build failures inrillig1-2/+11
the "unwrap" class.
2006-01-08Note binutils update to 2.16.1.wiz2-3/+3
2006-01-08ISO C says, stdin is not a valid rvalue on global scope. Move the initjoerg2-1/+25
into RTFInit, if rtffp is still NULL.
2006-01-07Update to 2.16.1, provided by Andreas Hallmann in PR 32190.wiz4-14/+16
Changes in binutils: * Binutils-2.16 will be the last release for a number of targets due to lack of maintenance (of course, if maintainers step up, then this list will change!). The targets are: a29k-*-* d10v-*-* d30v-*-* dlx-*-* h8300-*-coff h8300-*-rtems* h8500-*-coff h8500-*-rtems* i370-*-* i960-*-* i960-*-bout i960-*-coff i960-*-nindy* i960-*-rtems* i960-*-vxworks* i960-*-vxworks5.* i960-*-vxworks5.0 m68k-*-coff m68k-*-hpux* m68k-*-linux*aout* m68k-*-rtemscoff* m68k-*-sunos* m68k-*-sysv* m68k-*-vxworks* m68k-apollo-* m68k-apple-aux* m68k-bull-sysv3* m68k-ericsson-ose m68k-motorola-sysv* m88k-*-* (*) mn10200-*-* openrisc-*-* or32-*-* or32-*-coff pj*-*-* sh-*-coff* sh-*-rtemscoff* tic80-*-* vax-*-bsd* (*) vax-*-netbsd* excluding vax-*-netbsdelf (*) vax-*-ultrix* (*) w65-*-* xscale-*-coff *-*-linux*aout* *-*-linux*oldld (*) bfd and opcodes support will be kept. * Add "-g/--section-groups" to readelf to display section groups. * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard matching the original --strip-symbol/--strip-symbols provided, but retaining any symbols matching but needed by relocations. * readelf can now display address ranges from .debug_range sections. This happens automatically when a DW_AT_range attribute is encountered. The command line switch --debug-dump=Ranges (or -wR) can also be used to display the contents of the .debug_range section. * nm and objdump now have a switch "--special-syms" to enable the displaying of symbols which the target considers to be special. By default these symbols are no longer displayed. Currently the only special symbols are the Mapping symbols used by the ARM port to mark transitions between text and data and between ARM and THUMB code. * dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional import and export symbols with <preifx> prepended to them. Changes in gas: * Redefinition of macros now results in an error. * New command line option -mhint.b=[ok|warning|error] for IA64 targets. * New command line option -munwind-check=[warning|error] for IA64 targets. * The IA64 port now uses automatic dependency violation removal as its default mode. * Port to MAXQ processor contributed by HCL Tech. * Added support for generating unwind tables for ARM ELF targets. * Add a -g command line option to generate debug information in the target's preferred debug format. * Support for the crx-elf target added. * Support for the sh-symbianelf target added. * Added a pseudo-op (.secrel32) to generate 32 bit section relative relocations on pe[i]-i386; required for this target's DWARF 2 support. * Support for Motorola MCF521x/5249/547x/548x added. * Support for ColdFire EMAC instructions added and Motorola syntax for MAC/EMAC instrucitons. * New command line option -mno-shared for MIPS ELF targets. * New command line option --alternate and pseudo-ops .altmacro and .noaltmacro added to enter (and leave) alternate macro syntax mode. Changes in ld: * Support for the R_ARM_V4BX relocation as defined in the ARM AAELF specification has been added via the --fix-v4bx command-line option. * New linker script construct AS_NEEDED(), which sets the --as-needed flag for input files listed inside of it. * A new command-line option, --sysroot, can be used to override the default sysroot location. It only applies to toolchains that were configured using --with-sysroot. * New linker script functions: ORIGIN() and LENGTH() which return information about a specified memory region. * Port to MAXQ processor contributed by HCL Tech. * Added SEGMENT_START to the linker script language to permit the user to override the base address for a segment from the command-line. * ELF: --warn-shared-textrel option to warn if adding a DT_TEXTREL to a shared object. * Added SORT_BY_NAME and SORT_BY_ALIGNMENT to the linker script language to permit sorting sections by section name or section maximum alignment. * Added a new linker command line switch, --sort-section name|alignment, to sort sections by section name or maximum alignment. * ELF: --add-needed/--no-add-needed options to control if a DT_NEEDED tag should be added when a shared library comes from DT_NEEDED tags. * Support for the crx-elf target added. * Support for the sh-symbianelf target added. * A new linker command line switch has been added which allows the hash table size to be set to a suitable prime value near to its argument. This switch is --hash-size=<NUMBER>. Also if the switch --reduce-memory-overheads is used, and --hash-size has not been used, then the default value will be set to 1021. * Linker map files are now generated with an O(N) algorithm for finding symbols that are defined in each section. This uses about 40% more memory for symbols than the old O(N^2) algorithm. You can use the new --reduce-memory-overheads option to select the old algorithm; this option might also be used in the future to select similar tradeoffs.
2006-01-07Note transcode PKGREVISION bump.veego1-1/+2
2006-01-07Fix the last commit so that the link points to libxvidcore.so.4 and not toveego1-3/+3
the target libxvidcore.so.4.[0-9]*, which is wrong. Bump PKGREVISION again.
2006-01-07Use GNU make under Darwin to fix a build problem.tron1-1/+3
2006-01-07- Enabled the quoting warning for SUBST_MESSAGE (this time the otherrillig1-6/+1
direction: it had been quoted too much in the past).
2006-01-07Added two missing :Q operators. One of them affects how therillig1-3/+3
SUBST_MESSAGE is printed. The ones that have been defined with "quotes" in their Makefiles are printed with quotes (of course). This is the consequence of the design pattern "quote-exactly-where-necessary", which in fact should be have been applied to pkgsrc as a whole, but still isn't.
2006-01-07- Added pbc_checkpathname, pbc_checkbasename, pbc_checkurl.rillig1-8/+34
- Modified pbc_checkexisting{dir,file} to use pbc_checkpathname.
2006-01-07Even if you build a package from source, you don't gain any securityrillig1-3/+10
unless you have completely read and understood the source code of all the tools involved in building the package.
2006-01-07Added a patch to prevent expansion of the toupper and tolower macros inrillig2-1/+20
C++. Needed at least for NetBSD 1.6.2/i386.
2006-01-07Cleaned up a bit on the wording.rillig1-17/+15
2006-01-07databases/mysql-client does not exist anymore. Provide a replacement usingrillig1-2/+2
mk/mysql.buildlink3.mk.
2006-01-07Provide the configure script with an empty input file instead of feedingrillig1-2/+4
a line of "\\n" to it.
2006-01-07Fix some buffer overflows in OpenMotif's UIL.joerg1-1/+2
2006-01-07Fix a number of buffer overflows in OpenMotif's UIL implementation.joerg4-2/+91
For non-propolice systems this might be exploitable when the user-provided data (e.g. certain filenames) or the locale files are manipulated. Mostly-found-by: xfocus, see [xfocus-SD-051202] on VulnWatch. Some additional cases are handled which have the same impact. Bump revision.
2006-01-07Fix PLIST for last change.markd1-3/+3
2006-01-07Don't see why htfuzzy needs to rerun when pkg_add'ing so remove INSTALLmarkd2-12/+5
script and put back in a post-install rule. Fixes CHECK_FILES complaint as synonyms.db now created before check files testing happens.
2006-01-07- Added SUBST_MESSAGE to the list of checked variables. The plan is torillig2-3/+20
remove the quoting from the definitions in the Makefiles. - When checking with -Wall, print warnings about possibly misquoted variables in the various states of the shell word parser.
2006-01-07Add R's index files, that are regenerated when a local modulemarkd1-1/+7
is added, to CHECK_FILES_SKIP.
2006-01-07Remove commented out USE_PKGINSTALL line.wiz1-2/+1
2006-01-07Removed the use of ${FILE_CMD} from the substitution framework. Therillig1-11/+2
detection whether a given file was a text file or some other file had been unreliable. In the recent bulk builds, all of the warnings that had appeared because of that unreliable detection had been false positives.
2006-01-07Remove BROKEN_IN, fixed by commit to ast-ksh.wiz1-3/+1
2006-01-07Fix build on NetBSD with statvfs. Remove BROKEN_IN.wiz3-4/+19
2006-01-07+ postgresql-8.1.1, scribus-1.2.4.1, silc-client-1.0.3, vobcopy-0.5.16.wiz1-1/+5
2006-01-07Use textproc/intltool/buildlink3.mk.wiz1-3/+2
2006-01-07Needs XML::Parser at build time for intltool.salo1-1/+3
2006-01-07Remove duplicates.wiz1-4/+2
2006-01-07zope3 updated to 3.2.0.wiz1-1/+2
2006-01-07Update to 3.2.0, from wip/zope3-unstable, provided by Yoshito Komatsu.wiz12-105/+3245
Closes PR 32465. Most Important Changes Since 3.1 * The ZServer has been replaced with the Twisted server. The Twisted server supports all that the ZServer supporting has well has HTTP over SSL natively and SFTP (disabled for now because of error handling problems). Also in the future it brings a better chance of other non-HTTP related protocols from being implemented for Zope3, like SMTP-in and IMAP. ZServer is still supported and will be used if you use the --zserver when you run mkzopeinstance. * Added a test browser. The test browser simulates a real Web browser as much as possible as a Python object. This allows us to write functional tests the same way the site would be experienced by the user. This greatly simplifies functional tests, makes documentation better and even helps analyzing usability. And of course, it can be used in functional doctests. * Changed the way returning large results is handled. The response.write method is no longer supported. Applications can now simply return files to the publisher. * Implemented the password managers proposal. Main idea beside the proposal is a standard way to implement password encoders/checkers, see zope.app.authentication.interfaces.IPasswordManager for details. + Added basic password managers: Plain Text, MD5, SHA1. + Support for password managers added for ZCML principals and principals saved in local PrincipalFolers. + Added bin/zpasswd command line script which helps to create ZCML principals. + Password managers support integrated into bin/mkzopeinstance. + New database generation created for convert local principals to new format. * Implemented the language namespace proposal. Now you can override the browser preferred language through the URL, like this: http://site.org/++lang++ru/path Note: If you want to use a custom IUserPreferredLanguages adapter and the ++lang++ feature together you should use zope.app.publisher.browser.CacheableBrowserLanguages adapter as a base class or at least as example. * Implemented a new object introspector. Instead of just providing information of the object's class, the new introspector focuses on providing information that is specific to the instance, such as directly provided interfaces and data, for example attribute values and annotation values. * Implemented the `devmode` switch for `zope.conf`. When turned on a ZCML feature called `devmode` is provided. Packages can then register functionality based on this feature. In Zope 3 itself, the devmode is used to only load the API doc is devmode; turning off the devmode thus closes a potential security hole and increases the start time by more than a second. * addMenuItem directive supports a `layer` attribute. * Added a re-implementation of i18n message IDs (now simply called ``Message``) that is immutable and thus can be treated like unicode strings with respect to security proxying. This implementation will replace the old one in upcoming versions. * Added "test" message catalog for testing i18n. If you specify ++lang++test in a URL, then all translated strings will be translated to [[domain][message_id], as in "[[zope][Preview]]". Text without the domain marker isn't translated. For a complete list of changes see the CHANGES.txt file.
2006-01-07Disabled bindings for tcl and python. Without it the buildwulf1-1/+3
process may fail if these packages are installed and found by the configure process.
2006-01-07Remove unnecessary msgfmt configure environment settings and a duplicatedpeter1-8/+1
BUILD_USES_MSGFMT variable. Pointed out by the bulk build via wiz@.