Commit graph

76862 commits

Author SHA1 Message Date
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
cube
a9b934df23 Actually do the update I intended, not some other local change. Pointed
out by Amitai Schlair.
2005-03-24 20:42:03 +00:00
jmcneill
7beb416ebf Update maintainer email address. 2005-03-24 19:40:27 +00:00
jschauma
e9ee373a6a Add a note to set
PKGSRC_COMPILER=mipspro
if this compiler is used.  Otherwise, wrong CFLAGS might be passed.

XXX: we probably want to add a check for the proper compiler into the
bootstrap process and add this line automatically, if necessary.
2005-03-24 19:36:30 +00:00
wiz
b5d6468032 Remove album* entries, until the corresponding packages get imported for real. 2005-03-24 19:23:50 +00:00
tv
fc05eb808a USE_BUILDLINK3 is mandatory; don't check for it anymore. 2005-03-24 19:20:43 +00:00
chris
b6066ee63e Note update of p5-HTML-TableExtract. 2005-03-24 18:03:57 +00:00
chris
8b88d7c065 Update HTML-TableExtract to v1.10. v1.09 appears to have disappeared from
cpan mirrors.

Changes:
1.10  Mon Mar  7 10:45:54 EST 2005
        - Minor fix to resets during calls to parse(). Resets must be
          requested manually.
        - Docs update to reflect impending arrival of 2.x series.
2005-03-24 18:01:52 +00:00
recht
f2fad56402 Pull in libtiff/Makefile.in rev. 1.54 and 1.55 without the rpath changes
from libtiff CVS to fix the build on Darwin.
2005-03-24 17:46:29 +00:00
tv
fe3c1321bf USE_BUILDLINK3 is no longer optional (and cannot be turned off). Per mail
to tech-pkg:

=====

* USE_BUILDLINK3=YES will be unconditional.  (In fact, USE_BUILDLINK3 will
  be ignored altogether by mk/; but see below.)

* NO_BUILDLINK and NO_WRAPPER will be ignored by mk/.  If a build happens,
  these phases will happen.

* The existing NO_BUILD will imply the previous NO_BUILDLINK and NO_WRAPPER.
  If no build happens, those phases are not needed.

* NO_TOOLS will be ignored by mk/.  The tools phase, which provides much
  more than just the C compiler, will always happen regardless of package.
  This will make metapackage builds only slightly slower, in trade for far
  less user error.
2005-03-24 17:46:00 +00:00
reed
0b69fc27e2 Depend on bash>=2 instead of bash>=2.05.2.7.
Okayed by maintainer.

Sometime ago, I had noticed my bash was too old, but I found
it was good enough for this.
2005-03-24 17:23:42 +00:00
agc
3e5045f7d7 Initial import of the collection of systrace(1) policies from hairyeyeball.
The files in this archive are example systrace policy files,
        which can be used to raise the security levels of your
        computer by using the systrace(1) utility.  These example
        policies can be used as a base for custom policies, or as
        learning material.
2005-03-24 17:13:42 +00:00
agc
32d24069d4 Add and enable systrace-policies 2005-03-24 17:12:46 +00:00
tv
e9da285fa0 Turn on bl3, and add bl3 includes for needed libiconv and gettext-lib.
Bump PKGREVISION due to dependency changes.
2005-03-24 17:12:17 +00:00
agc
61003172f9 Initial import of the collection of systrace(1) policies from hairyeyeball.
The files in this archive are example systrace policy files,
	which can be used to raise the security levels of your
	computer by using the systrace(1) utility.  These example
	policies can be used as a base for custom policies, or as
	learning material.
2005-03-24 17:11:45 +00:00
tv
10b8421a14 Fix build on Interix. 2005-03-24 17:08:02 +00:00
cube
f733f853db Note update of p5-Cache-Simple-TimedExpiry, p5-DBIx-SearchBuilder and rt3. 2005-03-24 17:07:18 +00:00
cube
488597122e Update to 3.2.3. I'm not yet sure I will do the 3.4.x update in-place or
as a separate package.

The change log for that versions is as always with RT very long and
verbose.  However, it is only a bug-fix release, and quite a few of them
are fixed.  Among other things, a Polish translation has been added.

See the detailed information in the Changelog file at the root of the
archive.
2005-03-24 17:04:12 +00:00
cube
bd5c0f749b Update to 1.22.
1.22 Mon Jan 24 07:42:46 EST 2005
    - Require encode since we require encode.
1.21
    - Oracle LOB handling caused us to corrupt item values on update.
    - Just before inserting things into the database, turn off their utf8 flag.
      The flag didn't have any positve impact _and_ it can take down
      recent DBD::Oracle releases. (This is a new failure in DBD::Oracle 1.16)
1.20 Tue Jan 18 08:24:15 EST 2005
    - Minor test suite fixes from Ruslan.
1.19 Sat Jan  8 18:22:59 EST 2005
    - Performing a search multiple times could result in multiple copies of
      records in a collection. Uncovered thanks to Kevin Chen and Alex Vandiver.
1.18
    - Release the changes from 1.17
1.17_03
    - Properly mark BLOB columns in UPDATE calls. (DBD::Oracle 1.16 broke without this)
1.17_02
    - Better handling of empty values for SB::Record::_Accessible. ( --Ruslan)
1.17_01
    - More record tests from Ruz
1.16 Thu Dec  9 23:49:39 EST 2004
    - Fixed a bug in D::SB::R::Cachable that could cause it to load the wrong row from the cache if you were loading
      by alternate keys and had since changed one of the attributes of a previous row.  This was unmasked by a
      bug that Ruslan Zakirov found in RT 3.3's custom field handling
2005-03-24 17:00:14 +00:00
wiz
c1fb30b565 + sylpheed-claws-1.0.4. 2005-03-24 16:57:16 +00:00
cube
3fe2846357 Update to version 0.23.
0.23 Tue Jan 18 08:31:03 EST 2005
    - Switch to fetch/store instead of fetch/set (recommended by Ruslan)
      (Also support get/set as aliases)
2005-03-24 16:57:03 +00:00
tv
432b696c8e Correctly pass ${SORT} to tflat. Interix needs something other than the
OS-supplied one (currently, it will use gsort from coreutils).
2005-03-24 16:47:34 +00:00
agc
fc65b0338d Update tinyscheme from version 1.33 to 1.35, to pick up bugfixes:
Version 1.35
          Todd Showalter discovered that the number of free cells reported
          after GC was incorrect, which could also cause unnecessary allocations.

     Version 1.34
          Long missing version. Lots of bugfixes have accumulated in my email, so
          I had to start using them. In this version, Keenan Pepper has submitted
          a bugfix for the string comparison library procedure, Wouter Boeke
          modified some code that was casting to the wrong type and crashed on
          some machines, "SheppardCo" submitted a replacement "modulo" code and
          Scott Fenton submitted lots of corrections that shut up some compiler
          warnings. Brian Maher submitted instructions on how to build on OS-X.
          I have to dig deeper into my mailbox and find earlier emails, too.

Additional pkgsrc fix: use BSD_INSTALL_LIB to install libraries.
2005-03-24 16:30:45 +00:00
christos
57dd435d41 - strings.h is really not the right header to include.
- TCSASOFT is useless here; we have the right values for {i,o}speed and cflag.
  In addition it is not portable, so kill it.
- keep the previous unsigned char fix.
2005-03-24 16:27:40 +00:00
tv
4b4849ce42 Unfortunately, BULK_PREREQ doesn't shield its prerequisites from being
deleted because one of *their* dependencies are deleted.  So add the
dependencies of lang/gawk and sysutils/coreutils to BULK_PREREQ too.
2005-03-24 16:21:48 +00:00
tron
4e931467f0 Backout last change, the ".include" is already "Makefile.common". 2005-03-24 16:20:20 +00:00
tron
11a381166f Include "pthread.buildlink3.mk" to fix build problem after recent
update of the "ocaml" package.
2005-03-24 16:16:10 +00:00
minskim
1fb94917a7 Make this package build on Linux.
- Include time.h to use "struct tm".
  - stdout is not a constant on some platforms.  Do not use it in
    initializing a variable.
2005-03-24 16:14:03 +00:00
jmcneill
682d936d1a Note firefox package update to 0.9.12 2005-03-24 16:06:04 +00:00
wiz
3b75d088f8 - fluxbox; firefox, firefox-gtk1, firefox-gtk2-bin; mozilla. 2005-03-24 15:40:36 +00:00
taya
cda90c25f9 note update of firefox & firefox-gtk1 to 1.0.2. 2005-03-24 15:38:31 +00:00
minskim
6c25e87617 Include stdint.h because uint32_t is used. Makes the package build on
Linux again.
2005-03-24 15:37:40 +00:00
taya
327de5a083 Update firefox & firefox-gtk1 to 1.0.2
Firefox 1.0.2 is a security and stability update.
Followings bugs are fixed in this release.

MFSA 2005-32  Drag and drop loading of privileged XUL
MFSA 2005-31 Arbitrary code execution from Firefox sidebar panel
MFSA 2005-30 GIF heap overflow parsing Netscape extension 2
2005-03-24 15:36:53 +00:00
jmcneill
b928e2344f Update fluxbox to 0.9.12; closes PR/29780.
Changes:
News in 0.9.12:
  * Added Imlib2 support (./configure --enable-imlib2) [default=disabled]
      Fluxbox can now load *.png, *.jpg and other image-formats.
  * Added Tab command, which goes to a specific tab number action:
      Tab
        ex:
          Mod1 1 :Tab 1
          Mod2 3 :Tab 3
  * Added support for hsetroot to fbsetbg
Bug fixes:
  * Fix for #1091710 (SystemTray is not covered by StyleStuff)
      SystemTray is now configurable via styles thru the
      toolbar.systray.* - resource, it falls back to the look of the clock
  * Warnings on amd64 (#1099278, #1099950)
  * WithdrawnState handling) (#1087220)
  * Windows dont respect toolbar.border.width (#996298)
  * Fixed "remove last workspace" bug
  * Fixed problems with gtk2-fullscreen-mode (gimp2, galeon etc)
  * missing header (#1080323)
  * Update ClockTool when timeformat changed (#1026096)
News in 0.9.11:
  * Slit:
  * wheel or middle/right click in slit menu moves items up/down
  * Save slit list menu item
  * (Re)added dragNdrop ordering of tabs
  * Better visualisation of the RememberState in RememberMenu
  * iconbar:
  * new resources:
      session.*.iconbar.wheelMode: <mode>
        On     - enable mousewheeling on the iconbuttons
	Off    - disables mousewheeling on the iconbuttons
        Screen - uses the settings of desktopWheeling
      session.*.iconbar.deiconifyMode: <mode>
        Current    - deiconifies the window on current workspace
	Follow     - deiconifies the window on the workspace it
                     was iconified from and jumps to that workspace
        SemiFollow - acts as 'Current' for windows that were actually
                     iconified, and as 'follow' for the others
  * Added option to specify what to do with windows,
    that got activated on a different workspaces than the
    current one (thru NET_ACTIVE_WINDOW for example,
		  guinotification-plugin from gaim)
      session.screen0.followModel: <value>
        Ignore  - ignore the activated window
        Follow  - go to the workspace of the window
        Current | CurrentWorkspace | Fetch - get the window onto the
                                             current workspace
  * session.focusTabMinWidth:
      defines the guaranteed minimize size of the focused tab
      in percent of the whole window
  * New command: export | setenv
      sets the enviroment of fluxbox to a given value
	  export NAME=VALUE
	  setenv NAME VALUE
  * Alpha values are no longer in theme, but are in init file. Possible
    values are (all beginning with session.screenN.), * means changed/new:
	-  menu.alpha (*)
	-  slit.alpha
	-  window.focus.alpha (*)
	-  window.unfocus.alpha (*)
	-  toolbar.alpha (*)
Bug fixes:
  * Fix to avoid gentoo bug #72703 also reported at
    http://www.securityfocus.com/archive/1/382398/2004-11-24/2004-11-30/2
  * Fix for a java-bug (wrong opened subwindows)
  * Fix for hiding menu when menufile changed
  * Fix for segfault at startup
  * fbrun doesnt overlap screenborders anymore
  * Fixed Wine + Paradise Poker Client problem.
  * Fix UnderMousePlacement, patch #1052534, close #1048000
  * Some changes to avoid invisible fonts
  * Fix memleaks
  * A few fixes to compile fluxbox with icc and mipspro(irix) #1045785
  * Fixed a problem when system-date is set back
  * Fixed some TextBox issues with some "untypeable" keys
  * Fix a couple of bugs with transparency in toolbar/buttons
  * Fix crash when in windowmenu->submenu and closing the app
  * other bug fixes:
      #1057499
      #1046472
      #1052095
      #1034522
      #1039658
2005-03-24 15:00:40 +00:00
wiz
7483de9e5a pbzip2 updated to 0.9.2. 2005-03-24 14:37:41 +00:00
wiz
dba01cdc4b Update to 0.9.2:
New in 0.9.2:
* Created workaround for a major pthreads problem (on Linux at
  least) that would cause segfaults and missed signals in the
  pthreads library itself when mutexes or signals were
  created/destroyed too quickly. This used to happen when
  processing multiple files, but now pbzip2 only generates its
  mutexes and signals at the beginning and reuses the same ones
  for multiple files. Special thanks to George Chalissery for help
  with this one.
* Increased size of BZIP2 header match from 56 bits to 72 bits for
  more accurate detection
* Modified some buffers to use the vector class for easier memory
  management and to eliminate one read pass of the input data for
  decompression so should be slightly faster.
* Now checks if input file exists before checking if output file
  already exists (when not using -f)
* Now checks to ensure input is regular file and not a directory
  before processing
* Now deletes input file only if output file exists and is greater
  than 0 bytes (-k will always preserve input file)
* Now checks input file for bzip2 header before trying to
  decompress file
* Minor code cleanup
New in 0.9.1
* Fixed bug: -c switch now implies -k so input file is not deleted
  when data is output to stdout
New in 0.9.0:
* Added -c switch for data output to stdout
* Added -t switch to test integrity of compressed data
* Added autodetection for # of CPUs on supported platforms and
  made detected value default # CPUs to use
* Fixed bug where pbzip2 processed 0 byte files
* Tried to make program exit codes the same as bzip2
2005-03-24 14:36:49 +00:00
ben
8043fbd7ab Add mktexlsr to PLIST so binary package install works.
Addresses PR#29776.
2005-03-24 14:24:29 +00:00
markd
becc9f25e5 + samba-3.0.13 2005-03-24 14:13:16 +00:00
taya
47ed85d6c4 note update of mozilla & mozilla-gtk2 to 1.7.6 2005-03-24 14:10:42 +00:00
taya
ddd3807e98 Update mozilla & mozilla-gtk2 to 1.7.6
This is a security fix release.
Fixed bugs are follows.

MFSA 2005-32  Drag and drop loading of privileged XUL
MFSA 2005-30 GIF heap overflow parsing Netscape extension 2
MFSA 2005-29 Internationalized Domain Name (IDN) homograph spoofing
MFSA 2005-28 Unsafe /tmp/plugtmp directory exploitable to erase user's files
MFSA 2005-27 Plugins can be used to load privileged content
MFSA 2005-26 Cross-site scripting by dropping javascript: link on tab
MFSA 2005-25 Image drag and drop executable spoofing
MFSA 2005-24 HTTP auth prompt tab spoofing
MFSA 2005-23 Download dialog source spoofing
MFSA 2005-21 Overwrite arbitrary files downloading .lnk twice
MFSA 2005-20 XSLT can include stylesheets from arbitrary hosts
MFSA 2005-18 Memory overwrite in string library
MFSA 2005-17 Install source spoofing with user:pass@host
MFSA 2005-16 Spoofing download and security dialogs with overlapping windows
MFSA 2005-15 Heap overflow possible in UTF8 to Unicode conversion
MFSA 2005-14 SSL "secure site" indicator spoofing
MFSA 2005-13 Window Injection Spoofing

see changelog for detail.
http://www.mozilla.org/releases/mozilla1.7.6/changelog.html
2005-03-24 14:08:28 +00:00
wiz
0946370762 Use versioned distfile. 2005-03-24 14:07:02 +00:00
wiz
1d2dc20e97 + cocoon-2.1.7, nessus-2.2.4, nut-10.16, oss-3.99.2c, proxsmtp-1.2,
sylpheed-1.0.4, ucarp-1.1 [pkg/29785].
- xscreensaver-4.21
2005-03-24 13:58:52 +00:00
wiz
77bf9fd512 xscreensaver updated to 4.21. 2005-03-24 13:58:28 +00:00
wiz
c89820975c Remove xscreensaver-gnome. 2005-03-24 13:56:22 +00:00
wiz
70368e64ff Update to 4.21:
Changes since 4.20:   * New hack: `fliptext'.
                      * Changed default configure installation directories:
                        /usr/bin/ for xscreensaver, etc.;
                        /usr/libexec/xscreensaver/ for hacks;
                        /usr/share/xscreensaver/config/ for xml files.
                      * All the text-manipulating screen savers can have their
                        text source configured via `xscreensaver-demo' now.
                      * xscreensaver.spec now builds three RPMs:
                        base (no hacks); extras (2d hacks); and gl-extras.
                      * Added `-program' and `-front' option to `gltext'.
                      * Added `-shells' to `molecule'.
                      * Fixed text-alpha glitch in `carousel'.
                      * New `pacman': the ghosts can be killed now.
                      * Fixed a bug in screen-grabbing GL hacks where images
                        would be tiled instead of scaled on machines that
                        can't do large textures.
                      * `webcollage' can hit Flickr now.
                      * New (rewritten) implementation of `ifs'.
                      * The unlock dialog can be made to have a "New Login"
                        button that will run `gdmflexiserver'.  Experimental!
                      * Fixed non-ASCII display bug in `starwars'.
                      * Configure finds a default for imageDirectory.
                      * "xscreensaver-command -lock" now works even if
                        in "screensaver disabled" mode.
                      * If a bad password is typed while CapsLock is on, the
                        unlock dialog says "CapsLock?" instead of "Sorry".
                      * Mouse motion only counts as activity if the mouse moved
                        more than 10 pixels (so the screen won't unblank every
                        time you bump your desk.)
                      * New mode option "random-same": if you have multiple
                        monitors, this will run the *same* randomly chosen
                        hack on each screen, instead of different ones on each.
Changes since 4.19:   * New hacks, `fiberlamp', `boing', `boxfit', and
                        `carousel'.
                      * Rewrote `glslideshow' again: should be faster now.
                      * Sped up loading of images in GL programs.
                      * `starwars' uses texture-mapped fonts now.
                      * New `bsod' modes: tru64, hppa, and nvidia.
                      * Updates to `webcollage', `juggle', `pinion',
                        `fireworkx', `sonar', `extrusion', `substrate', and
                        `pong'.
Changes since 4.18:   * New hacks, `substrate', `intermomentary', `fireworkx',
                        and `pinion'.
                      * New version of `flow'.
                      * Made /proc/interrupts work again on Linux 2.6.
                      * Made `analogtv' not hog the CPU.
                      * Made analogtv-based hacks work properly on PPC/ARM.
                      * Fixed a bad memory leak in `piecewise'.
                      * Minor updates to `sonar', `molecule', `glmatrix',
                        `galaxy', and `webcollage'.
                      * Removed support for GTK 1.x (everyone uses 2.x now.)
2005-03-24 13:55:42 +00:00
adam
f2dec528eb Updated ocaml[-graphics] to 3.08.3 2005-03-24 11:34:35 +00:00
adam
28f4ad71a7 Changes 3.08.3:
New features:
- support for ocamlopt -pack under Mac OS X (PR#2634, PR#3320)
- ignore unknown warning options for forward and backward compatibility
- runtime: export caml_compare_unordered (PR#3479)
- camlp4: install argl.* files (PR#3439)
- ocamldoc: add -man-section option
- labltk: add the "solid" relief option (PR#3343)
- compiler: ocamlc -i now prints variance annotations

Bug fixes:
- typing: fix unsoundness in type declaration variance inference.
    Type parameters which are constrained must now have an explicit variant
    annotation, otherwise they are invariant. This is not backward
    compatible, so this might break code which either uses subtyping or
    uses the relaxed value restriction (i.e. was not typable before 3.07)
- typing: erroneous partial match warning for polymorphic variants (PR#3424)
- runtime: handle the case of an empty command line (PR#3409, PR#3444)
- stdlib: make Sys.executable_name an absolute path in native code (PR#3303)
- runtime: fix memory leak in finalise.c
- runtime: auto-trigger compaction even if gc is called manually (PR#3392)
- stdlib: fix segfault in Obj.dup on zero-sized values (PR#3406)
- camlp4: correct parsing of the $ identifier (PR#3310, PR#3469)
- windows (MS tools): use link /lib instead of lib (PR#3333)
- windows (MS tools): change default install destination
- autoconf: better checking of SSE2 instructions (PR#3329, PR#3330)
- graphics: make close_graph close the X display as well as the window (PR#3312)
- num: fix big_int_of_string (empty string) (PR#3483)
- num: fix big bug on 64-bit architecture (PR#3299)
- str: better documentation of string_match and string_partial_match (PR#3395)
- unix: fix file descriptor leak in Unix.accept (PR#3423)
- unix: miscellaneous clean-ups
- unix: fix documentation of Unix.tm (PR#3341)
- graphics: fix problem when allocating lots of images under Windows (PR#3433)
- compiler: fix error message with -pack when .cmi is missing (PR#3028)
- cygwin: fix problem with compilation of camlheader (PR#3485)
- stdlib: Filename.basename doesn't return an empty string any more (PR#3451)
- stdlib: better documentation of Open_excl flag (PR#3450)
- ocamlcp: accept -thread option (PR#3511)
- ocamldep: handle spaces in file names (PR#3370)
- compiler: remove spurious warning in pattern-matching on variants (PR#3424)
- windows: better handling of InterpreterPath registry entry (PR#3334, PR#3432)
2005-03-24 11:32:50 +00:00
wiz
b427515aca Updated bzflag. 2005-03-24 11:14:41 +00:00
wiz
be7228a5e9 Does not need glut; replace Mesa/bl3 with MesaLib/bl3 and glu/bl3.
Closes PR 29779 by Richard Rauch. Bump PKGREVISION.
2005-03-24 11:14:13 +00:00
wiz
3e9b1a14ef Note gnome-core, gnome-panel, gnome-session updates. 2005-03-24 11:04:45 +00:00