Commit graph

196088 commits

Author SHA1 Message Date
wiz
92d88fff46 Update to 0.4.4:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.

Alan Coopersmith (2):
      Strip trailing whitespace
      libXcomposite 0.4.4

Gaetan Nadon (3):
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: comment, minor upgrade, quote and layout configure.ac
2013-01-21 13:26:46 +00:00
wiz
493968e1b8 Updated x11/libXTrap to 1.0.1 2013-01-21 13:26:07 +00:00
wiz
8768c35caf Update to 1.0.1:
Alan Coopersmith (3):
      renamed: .cvsignore -> .gitignore
      Add README with pointers to mailing list, bugzilla & git repos
      Add note about XTrap history & deprecation to README

James Cloos (2):
      Add *~ to .gitignore to skip patch/emacs droppings
      Replace static ChangeLog with dist-hook to generate from git log
                                                                                                                                                                               Jamey Sharp (1):
      SyncHandle must not be called with the Display lock held.

Jeremy Huddleston Sequoia (3):
      configure.ac: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER for automake 1.13
      configure.ac: foreign and use XORG_COMPILER_FLAGS
      configure.ac: 1.0.1

Matthieu Herrb (1):
      nuke RCS Ids

Paulo Cesar Pereira de Andrade (1):
      Janitor: ansification, make distcheck, compiler warnings.

Thomas Klausner (2):
      Fix memset usage.
      Remove unnecessary memset return value casts to void.
2013-01-21 13:25:59 +00:00
wiz
881bdd1f0a PKGREVISION bump for libass ABI bump. 2013-01-21 13:25:07 +00:00
wiz
82f7562a20 Updated multimedia/libass to 0.10.1 2013-01-21 13:25:00 +00:00
wiz
032583bc9a Update to 0.10.1; bump ABI depends due to new fribidi dependency.
libass (0.10.1)
 * Fix letter spacing
 * Add \rSTYLENAME syntax support (GC #43)
 * Fix border generation and border style reset (GC #56)
 * Fix various issues with bug-for-bug compatibility of
   transformations (\fax, \fay, etc.) to VSFilter (GC #46, GC #42)
 * Fix drawing parsing (GC #47)
 * Various fixes to shaper (GC #54, GC #55, GC#59)
 * Fix change detection
 * Add ass_set_line_position API to set a vertical subtitle offset
 * Fix scaling of drawing baseline offset (\pbo) values
 * Fix skipping of zero-width characters for FriBiDi shaper
 * Use LTR text base direction by default, similar to VSFilter

libass (0.10.0)
 * Bidirectional layout and Arabic shaping via FriBidi (GC #13)
 * OpenType shaping via HarfBuzz-ng (GC #13)
 * Add API for shaper configuration
 * Add support for `Language' Script Info property, this can be used for
   hinting the text language
 * Vertical layout improvements
   * Use `vert' and `vkna' OpenType features for vertical glyph variants
   * Position rotated glyphs onto baseline
 * Parse font encoding property for base text direction hinting
 * Refactor cache system
 * Use generic outlines in place of FreeType glyphs
 * Direct outline bitmap rendering
 * Fix whitespace trimming (GC #35)
 * Do not render border if there's no shadow or glyph (GC #29)
 * Adjust spacing after a italic to non-italic style change (GC #37)
 * Fix fade timing
 * Fix x positioning with borders (GC #27)
 * Build system tweaks
2013-01-21 13:24:52 +00:00
wiz
60ceb2afa9 Updated x11/xmessage to 1.0.4 2013-01-21 13:20:53 +00:00
wiz
12ad34ad9b Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (2):
      config: Add missing AC_CONFIG_SRCDIR
      xmessage 1.0.4

Gaetan Nadon (9):
      config: update AC_PREREQ statement to 2.60
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
      config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Julien Cristau (1):
      man: point to the X manpage for more command line options
2013-01-21 13:20:45 +00:00
wiz
151218e104 Updated x11/xmag to 1.0.5 2013-01-21 13:20:01 +00:00
wiz
61ca8c87f9 Update to 1.0.5:
This minor maintenance release includes general cleanups, including
making the build configuration scripts compatible with automake-1.13,
which errors out on the old AM_CONFIG_HEADER macro.

Alan Coopersmith (3):
      Remove obsolete ISC support
      Use lrint() from math library if available
      xmag 1.0.5

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      config: move man pages into their own directory
2013-01-21 13:19:53 +00:00
wiz
e845960999 Updated x11/xconsole to 1.0.5 2013-01-21 13:19:20 +00:00
wiz
2bcc1e252c Update to 1.0.5:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (8):
      Strip trailing whitespace
      Remove old Xorg & XFree86 CVS version tags
      Mark functions _X_NORETURN that gcc warnings suggest
      unifdef umips
      unifdef CRAY
      unifdef -U__UNIXOS2__
      Fix implicit conversion from size_t to int warnings in Deiconified()
      xconsole 1.0.5

Arvind Umrao (1):
      Open /dev/console with NOCTTY and O_NONBLOCK flags

Eric S. Raymond (1):
      Don't rely on being able to set tab stops.

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Require xt >= 1.0 for appdefaultdir
2013-01-21 13:19:12 +00:00
wiz
057084c8f5 Updated x11/xcalc to 1.0.5 2013-01-21 13:18:40 +00:00
wiz
78f9c00d09 Update to 1.0.5:
This minor maintenance release includes a couple years of build improvements,
cleanups, and bug fixes.

Alan Coopersmith (3):
      Add const to parse_double() args to fix gcc -Wwrite-strings warnings
      Strip trailing whitespace
      xcalc 1.0.5

Eric S. Raymond (1):
      Use table markup rather than tab stops.  Aids DocBook translation.

Gaetan Nadon (4):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 13:18:31 +00:00
wiz
daf645ff49 Updated x11/viewres to 1.0.4 2013-01-21 13:17:56 +00:00
wiz
3bd4f4a931 Update to 1.0.4:
This minor maintenance release includes general cleanups, including
making the build configuration scripts compatible with automake-1.13,
which errors out on the old AM_CONFIG_HEADER macro.

Alan Coopersmith (1):
      viewres 1.0.4

Eric S. Raymond (1):
      Eliminate use of tab stops.  Helps with structural translation to DocBook.

Gaetan Nadon (5):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 13:17:47 +00:00
wiz
0bfcb2143a Updated x11/ico to 1.0.4 2013-01-21 13:17:08 +00:00
wiz
ecb9df5a29 Update to 1.0.4:
This minor maintenance release includes several years of build improvements,
cleanups, and bug fixes; including making the build configuration scripts
compatible with automake-1.13.

Alan Coopersmith (5):
      Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
      Add const qualifiers to fix gcc -Wwrite-strings warnings
      Mark a couple parameters as unused to silence compiler warnings
      Fix some 64-bit vs. 32-bit conversion errors
      ico 1.0.4

Gaetan Nadon (2):
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: move man pages into their own directory
2013-01-21 13:16:59 +00:00
wiz
be2e45bddc Updated textproc/enca to 1.14 2013-01-21 13:16:22 +00:00
wiz
2b78b2f911 Update to 1.14:
enca-1.14
  - Allow standard names for belarusian and slovenian languages, thanks
    to Branislav Geržo for suggestion.
  - Reset strictness when check buffer less than file size, thanks to
    Sam Liao.
  - Fixed typos in man page, thanks to A. Costa.
2013-01-21 13:16:12 +00:00
wiz
633637f11e Updated textproc/redland to 1.0.16 2013-01-21 13:15:34 +00:00
wiz
a605b44d0c Update to 1.0.16:
2012-XX-XX Redland Version 1.0.16 Released

   librdf_model_contains_statement() and
   librdf_storage_contains_statement() now return 0 for invalid statements
   Postgres, MySQL and Hashes storage bug fixes.
   Multiple other API bug fixes
   Multiple build fixes to help building on Windows. (Daniel Richard G.)
   Requires [1]Raptor 2.0.7 or newer
   Fixed Issues: [2]0000443, [3]0000460, [4]0000497, [5]0000518 and
   [6]0000519
2013-01-21 13:15:26 +00:00
wiz
a209845f5d Updated misc/dialog to 1.2.20121230 2013-01-21 13:13:17 +00:00
wiz
b56040758a Update to 1.2.20121230:
2012/12/30 - release 1.2
	+ improve some older changelog entries to help with HTML'izing content.
	+ various fixes/improvments for scrollbar appearance.
	+ add mappings for some equivalent options provided by whiptail;
	  add configure option --disable-whiptail to allow suppressing these.
	+ add configure option --disable-Xdialog2 to allow suppressing the
	  newer features, i.e., for cdialog 1.2
	+ add --no-items option, for consistency.
	+ add --no-tags option, like Xdialog.
	+ add buildlist, rangebox and treeview dialogs, like Xdialog.
	+ remove obsolete workaround for ncurses 4.2 scrolling in checklist
	  and menubox.
	+ improve dialog_helpfile() by preventing it from showing extra buttons
	  (suggested by xDog Walker).
	+ correct logic in formbox's scroll_next() function (report by xDog
	  Walker).
	+ fix a case with inputbox widget where preset input text is not shown
	  until moving the cursor within the text (report by xDog Walker).
	+ handle SIGCHLD in dialog_prgbox() to eliminate defunct processes
	  (report by xDog Walker).
	+ improve the way "hotkeys" are assigned to widget buttons by checking
	  if a given key has already been used in the row of buttons (Debian
	  #684933).
	+ amend fix for --trace parsing from 2012/07/03, which sometimes
	  skipped a parameter (report by xDog Walker).
	+ drop copismall and install files from samples, which were essentially
	  nonfunctional.
	+ correct secondary border colors in samples/slackware.rc and
	  samples/whiptail.rc
	+ update gl.po, add ia.po from
		http://translationproject.org/latest/dialog/
	+ fix various issues reported by coverity scan.
	+ miscellaneous configure script fixes/updates:
	  + require autoconf 2.52+patches
	  + support --datarootdir option
	  + check for clang compiler
	  + check for tinfo library when looking for ncurses
	  + add 3rd parameter to AC_DEFINE for autoheader
	  + remove unused macros from aclocal.m4
	+ update config.guess, config.sub
2013-01-21 13:13:08 +00:00
wiz
631fb798cb cdrtools update done. 2013-01-21 13:11:38 +00:00
wiz
4532317822 Updated sysutils/cdrtools to 3.01alpha11 2013-01-21 13:11:16 +00:00
wiz
5a97a12ab7 Update to 3.01a11:
All:

-	The make program specific configuration files for the Schily Makefilesystem
	RULES/mk-.id (for SunPro make), RULES/mk-smake.id RULES/mk-gmake.id
	now include definitions for the macros:

	SPACE		A single space character (' ')
	NUMBER_SIGN	The ASCII number sing ('#')

	Note that the POSIX standard otherwise requires the make program
	to be unable to have the '#' appear in non-comment sections of
	Makefiles.

-	Try to work around an imprudent change in the file windef.h from
	Cygwin-1.7.17 (Autumn 2012) related to the type BOOL that makes
	windefs.h from the recent Cygwin no longer compatible to the
	original file from Microsoft. The fix is in include/schily/windows.h

	Thanks to Alain Hoang, Thomas Plank and others for reporting and
	help with getting a fix for the problem named above


Libschily:

-	Better comment in comerr.c to help to understand exit() code folding
	to 8 bits and how it may be avoided.

Libscg:

-	For newer Cygwin versions, we need  an own PACKED definition in
	libscg/scg/aspi-win32.h
2013-01-21 13:11:08 +00:00
wiz
6557a9c0d8 Updated x11/xterm to 288 2013-01-21 13:01:03 +00:00
wiz
9874162907 Update to 288:
This release fixes issues found by Coverity and adds other small
bugfixes and code cleanup.
2013-01-21 13:00:54 +00:00
wiz
f4308453a9 Updated x11/editres to 1.0.6 2013-01-21 12:57:42 +00:00
wiz
7f08e7aef8 Update to 1.0.6:
This minor maintenance release cleans up the build configuration scripts,
including making them compatible with automake-1.13, which errors out on
the old AM_CONFIG_HEADER macro.
                                                                                                                                                                               Alan Coopersmith (2):
      Remove Xorg/XFree86 CVS/RCS id tags
      editres 1.0.6

Gaetan Nadon (5):
      config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
      config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
2013-01-21 12:57:32 +00:00
wiz
bc4839ad19 mame and mess updated to 0.148. 2013-01-21 12:53:44 +00:00
wiz
a3c251157b Update to 0.148.
The usual improvements. mess added a lots of new (old) systems.
2013-01-21 12:53:16 +00:00
taca
10301a90cd Note update of databases/phpldapadmin package to 1.2.2nb1. 2013-01-21 12:44:02 +00:00
taca
7b20fa55cc Add some patches from development repository.
* Add fix for CVE-2012-1114/CVE-2012-1115 from repository.
* Unset $_SESSION['ACTIVITY'] on logout from repository.
* Fix XSS in query from repository.
* Add support for SHA512 with OpenLDAP from repository.

Bump PKGREVISION.
2013-01-21 12:43:23 +00:00
wiz
ad561aed21 Remove obsolete BUILDLINK_API_DEPENDS.python25 lines (python25 was removed). 2013-01-21 11:49:18 +00:00
morr
c53b655096 Fix patch-configure in distinfo.
For PR 47478.
2013-01-21 09:16:54 +00:00
adam
ab76e69a9c Updated databases/mysql51 to 5.1.67 2013-01-21 09:00:15 +00:00
adam
efea3b0eeb Changes 5.1.67:
Bug fixes
http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-67.html
2013-01-21 08:58:43 +00:00
dholland
c7f5e96a23 Oops. PATCH_SITES, not PATCHSITES... 2013-01-21 06:56:38 +00:00
dholland
33de8ce3ea craft 2013-01-21 05:20:23 +00:00
dholland
ca0a684ed7 Roll the existing patches into a distfile patch. In the course of doing so:
Fix the fix previously in patch-ah (for platforms where char is
unsigned by default) to not generate spurious EOF indications.

Improve the fixes previously in patch-a[bcdef] to put the game's state
file in $HOME/.craft instead of the current directory.

Use a consistent method to set $PREFIX instead of a mixture of
compiler flags, patching, and SUBST.

Use pkg-config to find libX11, and clean up some pkglint.
2013-01-21 05:19:45 +00:00
dholland
5181549122 HOMEPAGE has disappeared, comment it out. The coresponding
MASTER_SITES has also disappeared, but there seem to be lots of copies
of the distfile out on the net.
2013-01-21 00:07:31 +00:00
dholland
b598979ec7 p5-Try-Tiny is not in devel/p5-PPI. Fixes pbulk scan failure.
This has been this way since at least October and I have no idea
why it only blew up on me now.
2013-01-20 22:58:29 +00:00
dholland
88daaa5560 woops, fix further scan lossage 2013-01-20 21:59:01 +00:00
dholland
89340dc3bb Note bulk-* 2013-01-20 21:48:27 +00:00
dholland
cd17c04b18 Add icewm per tech-pkg. 2013-01-20 21:47:28 +00:00
ryoon
9bd367403e Updated audio/opus-tools to 0.1.6 2013-01-20 20:11:16 +00:00
ryoon
115eaf4784 Update to 0.1.6
Changelog is unavailable.
2013-01-20 20:10:51 +00:00
ryoon
87f1c37c92 Works fine on emacs24 and emacs24nox. 2013-01-20 20:05:18 +00:00