summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-03-09Fix build and PLIST for building with option "qt".wiz5-8/+13
Add missing gettext-lib, qt3-tools (for qt) dependencies. Add USE_DIRS+=xdg-1.1 for the desktop file. Addresses PR 33042 by Ryu HAYASAKA.
2006-03-09Note PKGREVISION bump of graphviz.minskim1-1/+2
2006-03-09Remove the dependency on gd. The configure script of graphvizminskim1-5/+5
requires gd>=2.0.34, which was never released. Thus, it always uses the internal gd library (gd-2.0.33 with some improvements) and doesn't depend on the pkgsrc gd library. Bump PKGREVISION.
2006-03-09Added the REPLACE.* and REPLACE_FILES.* variables.rillig2-2/+7
2006-03-09Note update of gnutls (1.3.5) and libtasn1 (0.3.1).cube1-1/+3
2006-03-09Update to version 1.3.5. Fixes build failures related to libtasn1.cube4-77/+11
- Error messages are now translated using GNU Gettext. - The function gnutls_x509_crt_to_xml now return an internal error. This means that the code to convert X.509 certificates to XML format does not work any more. The reason is that the function called libtasn1 internal functions. It seems unclean for libtasn1 to export the APIs needed here. Instead it would be better to implement XML support inside libtasn1 properly. If you need this functionality strongly, please consider looking into implementing this suggested approach instead. As a workaround, you may also modify lib/x509/xml.c (change '#if 1' to '#if 0') and build using --with-included-libtasn1. - Doc fixes to explain that gnutls_record_send can block. - gnutls-cli can now recognize services and port numbers with the -p option.
2006-03-09Add -*- perl -*- so emacs recognizes it automatically.wiz3-4/+8
revbump: only print "updated" line when updating was successful.
2006-03-09Update to version 0.3.1. The main point is to fix gnutls build failures.cube3-7/+9
- Support constant size bit strings, as in 'BIT STRING (SIZE(42))'. Reported by Cyril Holweck <cyril.holweck@q-free.com>. - Add two more APIs required by GnuTLS. - New public APIs: asn1_find_node function asn1_copy_node
2006-03-09gtk2+ updated to 2.8.14.wiz2-3/+3
2006-03-09Update to 2.8.14:wiz3-21/+7
Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14 =================================================== * Fixed invalid memory access in g_object_sink() from GLib-2.10.0 (in combination with GLib-2.10, at least GLib-2.10.1 is required now). * Bugs fixed: 320132 Drag cursor position not identical with the drag hotspot [Christian Neumair] 333133 wrong appearance for colour button [Christian Persch] 321301 ms-windows-engine differences from native GUI - combo boxes [Jernej Simončič, Dom Lachowicz] 333291 Focus line of GtkExpander at the wrong place in RTL mode [Benjamin Berg] 324562 XInput events are at incorrect xy-coordinates [Denis Auroux] 142536 Wacom pointer offset when using TopY other than 0 [Robert Ögren] 332985 GtkButton doesn't allow image-only buttons via "image" property [Kalle Vahlmann] 333555 When changing icon of button, icon does not change 332466 Strange row spacing in GtkIconView when item width is set [Donald Straney] 333363 build_insensitive_pixmap does not check return value from gdk_pixbuf_get_from_drawable [Ed Catmur] 333268 Crash in gnome-program when running a program with an wrong display [Paolo Maggi, Christian Persch] 333377 Cursor does not appear everytime when clicking on the widget [Steve Frécinaux] 323401 blink_cb optimization is not working 316689 GtkTreeView does not resize correctly [Chris Lord] 148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann] * Updated translations (cy,de,es,nn,pl)
2006-03-09Sort.wiz1-2/+2
2006-03-09+ avidemux-2.1.2, crossfire-client-1.9.0, gsasl-0.2.12, gtk2+-2.8.14,wiz1-6/+11
gxine-0.5.5, hyperestraier-1.1.4, libpreludedb-0.9.6, libusb-0.1.12, nessus-2.2.7, p5-SVN-Web-0.45.
2006-03-09Link libgvplugin_usershape_gd against all the libraries it depends on tominskim2-1/+30
avoid undefined symbols on Darwin. This closes PR pkg/32753.
2006-03-09Check that INFO_FILES is defined before using its value. Fixes PR pkg/33043.jlam1-2/+2
2006-03-09Documented the REPLACE.* and REPLACE_FILES.* variables. Added a note forrillig1-4/+9
the old names.
2006-03-09Since the REPLACE_INTERPRETER is used in more and more packages, it isrillig1-4/+14
not good style to make the package author define variables from the pkgsrc-internal namespace. The variables REPLACE.* and REPLACE_FILES.* can now be used as replacements for _REPLACE.* and _REPLACE_FILES.*. Support for the old variable names will be removed after 2006Q2.
2006-03-09Remove extraneous (and incorrect) .endfor.jlam1-2/+1
2006-03-09Generated info files may no longer be split, so handle this fact whenjlam1-5/+7
installing the liboctave info files.
2006-03-09Use REPLACE_INTERPRETER instead of a patch.ghen27-101/+88
2006-03-09Use REPLACE_INTERPRETER instead of SUBST.ghen1-16/+16
2006-03-09Added spaceracer.rillig1-1/+2
2006-03-09Space Racer has been imported.rillig1-8/+1
2006-03-09Imported spaceracer-0.2.4.rillig8-0/+244
Space Racer is a 3D car racing game. The circuit is a road in a galactic environment. It aims to be a clone of the well known Stunt Car Racer developped by Geff Crammond, author of Grand Prix I and II.
2006-03-09Updated net/oinkmaster to 2.0adrianp1-1/+2
2006-03-09Code doesn't refer to /bin/bash anymore.ghen1-7/+1
2006-03-09Update to 2.0adrianp2-8/+7
> o Major version bump to celebrate that Oinkmaster has now turned 5 > years old! > o When using the -U argument to merge new variables, you can now also > specify -S <file> to specify which files in the downloaded rules > archive(s) to search for new variables. If -S is not specified, only > snort.conf is searched, just like before. As usual, no variable > merge is done unless -U is specified. You may specify multiple > -S <file> arguments to search for variables in multiple files, e.g. > "... -S snort.conf -S foo.conf ...". > o Handle multi-line variable definitions when merging variables. > o Obfuscate the oinkcode when printing URLs, unless running in verbose > mode. > o Added ability to grab rules files from a local directory by > specifying dir://<directory> as URL. > o Suppress warnings about using modifysid on non-existent SIDs when > running in quiet mode. > o Added some modifysid sanity checks > o Added Q33 to the FAQ on how to disable all rules by default and > only activate specific ones, with example how to automatically > update only a few selected rules from Bleeding Snort. > o Other documentation updates. > o Misc improvements to the config file parser. > o You can now set the HTTP User-Agent header string for Oinkmaster by > specifying "user_agent = ..." in oinkmaster.conf. The default > User-Agent string is unchanged, i.e. the string that LWP or wget set > it to by default. Based on patch from Derek Edwards. > o Make contrib/addmsg.pl handle some multi-line statements. > o contrib/create-sidmap.pl: > - don't ignore rules that are commented out > - ignore the file deleted.rules by default (you don't use it, do you?!)
2006-03-09Use REPLACE_INTERPRETER instead of SUBST.ghen1-11/+13
2006-03-09Use REPLACE_INTERPRETER instead of SUBST.ghen1-5/+5
2006-03-09Use REPLACE_INTERPRETER instead of a patch.ghen3-11/+13
2006-03-09Fix a few issues reported by "pkglint".tron1-3/+4
2006-03-09Note update of "phpmyadmin" package to version 2.8.0.1.tron2-3/+3
2006-03-09Update "phpmyadmin" package to version 2.8.0.1. Changes since 2.7.0-pl1:tron3-40/+47
- PHP 5.1.2 compatibility - Possibility to hide databases - Configurable memory limit for import/export - Better support for CGI - Web-based setup
2006-03-09All scripts use #!/bin/sh now.ghen1-7/+1
2006-03-09Make perl5 modules build with pthread library from pkgsrc.itohy1-1/+3
2006-03-09note databases/geneweb update to 4.10nb3tonio1-1/+2
2006-03-09Fix build with ocaml >= 3.09.0tonio3-3/+41
Depends on ocaml >= 3.09.0 use _loc instead of loc in camlp4 files bump PKGREVISION
2006-03-09Updated net/snort to 2.4.4adrianp1-1/+4
Updated net/snort-mysql to 2.4.4 Updated net/snort-pgsql to 2.4.4
2006-03-09Update to 2.4.4adrianp4-11/+9
This includes the fix for: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0839 > +2006-02-20 Steven Sturges <ssturges@sourcefire.com> > + * src/preprocessors/spp_frag3.c: > + * configure.in: > + Fix ip options handling. Thanks to Vyacheslav Burdjanadze for > + finding the issue. > + > +2006-01-09 Steven Sturges <ssturges@sourcefire.com> > + * src/sfutil/mwm.c: > + Fixed bug with multiple recurring patterns in Wu-Manbher implementation. > + Thanks to Evan Stawnyczy for pointing it out an Marc Norton for the > + fix. > + * src/parser/IpAddrSet.c: > + Fixed problem with parsing conf file and rules when DNS is not working. > + Thanks Martin Olsson for mentioning this and testing the fix. > + * src/preprocessors/spp_perfmonitor.c: > + * src/preprocessors/perf-base.c: > + Handle wrapping on 64-bit platforms > + > +2005-11-17 Andrew Mullican <amullican@sourcefire.com> > + * src/sfutil/sfxhash.c: > + * src/preprocessors/portscan.c: > + Add tracker without using bogus data, to avoid internal buffer overrun. > + Thanks Sandro Poppi for the find. > + > +2005-11-11 Steven Sturges <ssturges@sourcefire.com> > + * src/snort.c: > + Allow value of 0 to be used with -G flag > + * src/preprocessors/spp_bo.c: > + Code Cleanup > + * src/preprocessors/spp_frag3.c: > + Fix memory leak and mishandling of IP Options. Thanks Yin > + Zhaohui for the find.
2006-03-09Fix a tyop.simonb1-1/+1
2006-03-09Use poppler-glib instead of poppler.reed1-3/+3
Bump PKGREVISION.
2006-03-09Add patch-aa to distinfo. Forgot to commit before.reed1-1/+2
It is used for poppler-glib. The patch is in poppler-glib. Since no patch directory in poppler, building poppler does not care and seems to ignore this. (Maybe should just uncomment out the PATCHDIR here and move the patch here too.)
2006-03-09Bump PKGREVISION of poppler-qt because its dependencyreed3-6/+6
poppler no longer requires glib and gtk2. Update buildlink3.mk file for poppler-qt to only have BUILDLINK_DEPENDS for this. And increase PKGREVISION of kdegraphics3 because the poppler used no longer needs glib and GTK2. (It doesn't look like anything else in kdegraphics3 uses glib nor gtk2 now.)
2006-03-09Added poppler-glib package.reed1-1/+2
2006-03-09Added print/poppler-glib and removed GLib wrapper from poppler.reed1-1/+3
2006-03-09Mention that the GLib and QT wrappers are in different packages.reed1-0/+3
2006-03-09Remove the support for installing the "glib" wrapper files.reed3-18/+10
A new package, print/poppler-glib, now provides this. And this means X11 (and GTK2) is no longer needed for libpoppler. Bump PKGREVISION. In buildlink3.mk file, remove the BUILDLINK_RECOMMENDED.poppler and increase the BUILDLINK_DEPENDS.poppler to this latest version so packages don't accidently attempt to depend on old poppler and poppler-glib at same time. Also include the fontconfig buildlink3.mk at joerg's request.
2006-03-09Make this conflict to poppler<0.4.5nb1reed1-1/+3
(since poppler did provide same "glib" files).
2006-03-09Import of poppler-glib package.reed5-0/+103
This provides the "glib" (and GTK2's gdk-pixbuf) components from the poppler suite. The poppler package updates will be committed next. This means that X11 (and GTK) is not needed for the normal poppler.
2006-03-09Reimplement the info-file handling so that we use an +INFO_FILESjlam9-82/+176
scriptlet to manage the info-file registration. The new scriptlet's template is install/info-files. Remove obsolete texinfo.mk and install/install-info. No changes to package Makefiles are necessary -- the re-implementation is internal to pkgsrc infrastructure.
2006-03-09Use DIST_SUBDIR to work around (partially) the upstream distfilegdt2-5/+7
changing contents w/o changing name. Adjust distinfo, which previously referred to the 20060125 version. PKGREVISION++