Commit graph

173196 commits

Author SHA1 Message Date
wiz
802cda37d8 Update to 0.18:
Gaupol 0.18
===========

 * Add extension that allows use of custom framerates (#637503)
 * Add "Get more extensions" button to the preferences dialog
 * Relax SubRip file parsing in unambiguous cases (#634129)
 * Fix saving of last used directory in file dialogs with "paths that
   cannot be represented as a local filename" (#649347)
 * Add Brazilian Portuguese translation (Átila Camurça,
   Darlildo Souza)
 * Update German translation (Chris Leick)
2011-07-12 13:36:49 +00:00
wiz
77d45f06cd Updated textproc/hunspell-de to 20110609 2011-07-12 13:35:32 +00:00
wiz
9535efa93c Update to 20110609, changes not documented. 2011-07-12 13:35:22 +00:00
obache
f921612452 Updated inputmethod/ibus-skk to 1.3.7 2011-07-12 13:33:30 +00:00
obache
bb2a084fd4 Update ibus-skk to 1.3.7.
bug fixes.
2011-07-12 13:33:14 +00:00
wiz
5080e6ec48 Updated sysutils/cdrtools to 3.01alpha05 2011-07-12 13:32:34 +00:00
wiz
37dc39565f Update to 3.01a05:
All:

-	The makefile system now by default disables smake Simple Suffix Rules
	and the POSIX Suffix Rules in order to speed up inference rule search.

Libschily:

-	New functions mkgmtime() mklgmtime() and timegm()

Libfind:

-	libfind no longer aborts with a lack of memory but writes an error
	message

-	libfind now correctly frees memory that has been allocated internaly
	from treewalk()

Mkisofs (Maintained/enhanced by J

-	Mkisofs now correctly supports El Torito multi boot entries by introducing
	a Boot Dection Header before a list of alternate boot entries.

-	New option -eltorito-platform allows to set the El Torito platform id
	for a boot entry or for a list of boot entries. Supported values for the
	parameter are:

	-	x86	the standard value vor x86 based PCs

	-	PPC	the Power PC platform

	-	Mac	The Apple Mac platform

	-	efi	EFI based boot for PCs

	-	#	an arbitrary numerical value

-	New option -modification-date allows to specify a predictable UUID for grub.

	The syntax is: YYYY[MM[DD[HH[MM[SS]]]]][.hh][+-GHGM] and is forgiving
	enought to accept the pupular POSIX date format created by:

		date "+%Y-%m-%d %H:%M:%S %z"
2011-07-12 13:32:25 +00:00
tron
3fc3d35d6c Note update of the "pixman" package to version 0.22.2nb1. 2011-07-12 13:29:09 +00:00
tron
1d3feeab05 Disable SSE2 support for NetBSD-*-x86_64. This prevents segfaults under
NetBSD/amd64 5.1_STABLE. Bump package revision because of this change.

It is possible that SSE2 support works fine if "pixman" is built with
NetBSD-current's newer toolchain. If you have such a setup please
test it and adjust the package accordingly if appropriate.
2011-07-12 13:28:31 +00:00
wiz
f63d27d249 Updated graphics/xsane to 0.99.8 2011-07-12 13:26:10 +00:00
wiz
60f943ce0e Update to 0.99.8:
xsane-0.994 -> 0.995:
---------------------

 - changed layout of copy setup, removed border around all setup tabs

 - changed layout of xsane main window

 - xsane-front-gtk.c: xsane_browse_filename_callback: xsane.cms_function_option_menu is only updated when xsane.enable_color_management is active

 - xsane-save.c: write_smtp_header(): it is allowed to specify multiple mail receivers in a comma separated list now

 - xsane-save.c: write_smtp_header(): MAIL FROM and RCPT TO use syntax "<user@domain.org>" instead of "user@domain.org" now

 - xsane-front-gtk.c: created xsane_progress_bar_set_fraction which uses the gtk2
   functions when available and which only updates the progress_bar every 2.5 percent
   what speeds up several functions - especially saving file routines -

   xsane*.c: replaced all gtk_progress_bar_update() by xsane_progress_bar_set_fraction()

 - xsane-back-gtk.c: in function xsane_back_gtk_value_update()
   replaced comparison for SANE_FIX values
     if (new_val != val)
   by
     if (abs(new_val - val) > 1)

 - changed all "scanarea" to "scan_area" or "scan area"

 - xsane-gtk-1_x-compat.h: changed gtk_progress_bar_set_ellipsize() to
   gtk_progress_bar_set_ellipsize(pbar, mode)

 - xsane_help_no_devices() changed buf size to 1024

 - translations: U=updated, N=not updated, A=added/new
   ca cs da de es fi fr hu it ja nl pa pl pt pt_BR ro ru sk sl sr sv tr vi zh zh_CN
   U  N  U  N  N  A  N  N  U  N  N  U  N  N  N     N  N  U  N  U  N  N  N  N  N
   99599 99599 96 99595 99 99595 99 99599 96 96    96 99 99599 99592 99 96 96 992

xsane-0.995 -> 0.996:
---------------------

 - removed bug when deleting medium types: removed free() command, added realloc()

 - xsane_viewer.c: reduced maximum viewer size form gdk_screen_width/gdk_screen_height to
   gdk_screen_width-1/gdk_screen_height-1

 - xsane-save.c: PDF: ICC object 4+5 are initialized with offset 0
 - xsane-save.c: PDF: objects with offset 0 are makred free (f) in xref table


xsane-0.996 -> 0.997:
---------------------

 - removed SANE_CAP_ALWAYS_SETTABLE (not SANE1)
 - added test for (opt->size == 0) for SANE_TYPE_STRING in xsane.c
 - in gtk_adjustment_new changed page_size from (min-max)*1e-30 to 0
   because new gtk versions don`t like non zero values for spinbuttons
 - added several gdk_drawable_unref(mask)

xsane-0.997 -> 0.998:
---------------------
 - removed bug saving image as 16 bit png:
   until now all low byte data has been a copy of the high byte data,
   so in fact all images saved untile xsane-0.997 are saved as 8 bit image
   in a 16 bit format.
 - changed some more gtk_adjustment_new(...) page_sizes to 0
 - added several bytes_read = and bytes_written = before fread, read, fwrite, write
 - added some items_done = before fscanf
 - corrected some format stings (missing "%s")
2011-07-12 13:25:57 +00:00
wiz
f83f986656 # used by graphics/sane-frontends/Makefile 2011-07-12 13:19:26 +00:00
wiz
724c4f9f1e # used by graphics/sane-frontends/Makefile 2011-07-12 13:19:09 +00:00
wiz
9edcce8540 Updated graphics/sane-backends to 1.0.22 2011-07-12 12:19:51 +00:00
wiz
6d8d327b7e Update to 1.0.22:
New with 1.0.22, released 2011-02-13:

* New backends: kvs20xx (Panasonic KV-S20xx),
  magicolor (Konica-Minolta )
* Significant enhancements to several backends.
* More than 80 new scanner models supported.
* Support many more networked scanners.
* Added -A option to scanimage
* Improved build system.
* Improved USB support.
* Improved udev rules.
* Documentation updates.
* Bugfixes.
2011-07-12 12:19:40 +00:00
wiz
9f4e06c8b9 + bftpd-3.5, blender-2.58a, dialog-1.1.20110707, dwm-5.9, fltk-1.3.0
[pkgsrc-wip], guile-www-2.32, mdocml-1.11.4, mkvtoolnix-4.9.0,
  ocaml-3.12.1, openldap-client-2.4.26, p5-Image-ExifTool-8.60,
  solfege-3.20.1, tmux-1.5, vinagre-3.0.2, x264-devel-20110709.
2011-07-12 12:04:56 +00:00
wiz
808125e30a Updated finance/gnucash to 2.4.7 2011-07-12 12:03:40 +00:00
wiz
74c6e9e3fe Update to 2.4.7:
Between 2.4.6 and 2.4.7, the following bugfixes were included:

    [20804] Bug #653056: Fix menu accelerators not working, crash
    on save-while-quitting.
    [20800] Bug #646541: new invoice line items default to invoice
    open date instead of current date This commit partially reverts
    the changes in r19134 so that customer invoices and employee
    vouchers default to the current date. Vendor bills still default
    to the invoice open date.
    [20798] Fix report reload and options change that got broken
    by the previous commit.
    [20796] Force custom url handlers to lowercase to deal with
    Webkit 1.4's case sensitivity. For more details, consult this
    Fedora bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=712268
    [20792] Bug #652257 - Memory leak in gnc-file.c Patch by Tim
    M
    [20786] Bug #652435 - Fancy invoice export has <generic> tags
    in it preventing html validation Patch by Bert Claesen
    [20785] Bug #652377 - XHTML 1.0 Transitional compliance for
    reports Patch by Tim M
    [20784] Bug #632931 - Advanced Portfolio: new income column
    shows negative amount Patch by Sebastien Alborini
    [20783] Bug #651889 - Using trading accounts, new non-expanded
    trading transaction shows inverted rates in exchange dialog
    When using trading accounts, the exchange rate dialog has a
    slightly different behavior. This patch fixes the behavior for
    transactions that are created in-line and are not expanded
    (single-line). It does not affect the expanded transactions or
    transactions created in the new transaction dialog. Patch by
    Mathieu De Zutter
    [20782] Bug #651992 - Exported invoices do not render correctly
    in Firefox Patch by Bert Claesen
    [20760] Bug #612562 - Transfer Funds dialog - 'Show Income/Expense'
    checkboxes are not working
    [20750] Windows build: change default gtk theme to work around
    a number of problems in the Ms-Windows theme we used before.
    Particularly, this prevents the crash caused by bug #614636
    and fixes the black notebook tabs that appeared after Phil
    upgraded webkit and many related gnome dependencies. The new
    default theme is "Nimbus" following a suggestion by Kim Wood
    on the mailing list.
    [20746] Bug #652193 - Upcoming Scheduled Transactions Calendar
    Starting Month Error. Patch by Rich
    [20745] Replace deprecated xml tag in chart of accounts templates


Between 2.4.5 and 2.4.6, the following bugfixes were included:

    Preserve selection around the call to gtk_editable_set_position.
    This lets us drop the racy gnucash_sheet_select_data_cb, which
    fixes problems with lost input.
    Add a gnc_quartz_set_menu call to main_window_new() so that
    newly created windows get their menus on the mac menu.
    Fix up the Mac shutdown process to give Gnucash a chance to
    clean up without spewing critical errors about the main loop
    already running (because of calling gnc_shutdown in an event
    handler).
    Bug #650241: Fix style for aging table in owner reports that
    has changed (after defining doctype) Prevent inheriting the
    parent tablestyle for aging table in owner-report.
    Bug #650757: Fix Easy & footer styles output wrong tags </btd>
    iso </b></td> preventing HTML 4.01 Transitional validation This
    patch removes the wrong </btd> tags and closes the center tag
    in the footer and easy stylesheets.
    Bug #645221: Patch to show the headline as an h3 across all
    stylesheets The attached patch makes sure that the title fonts
    set through the options menu behaves consistently across all
    style sheets.
    Bug #620123: Patch to make account name a header cell, iso td
    in trial-balance
    Bug #648554: SQL backend doesn't correctly save taxable flag
    on bills.
    Bug #650163: Fix Technicolor style that outputs wrong tags
    <btd> instead of <b><td>
    Bug #650139: Fix missing doctype preventing HTML 4.01 transitional
    validation Exported reports lack a document type, preventing
    HTML validation. When exporting this may lead browsers to
    incorrectly read the reports generated by GnuCash.
    Bug #650138: Style plain: Fix incorrect <p> tag around <h3>
    preventing HTML 4.01 transitional validation
    Bug #649992: Let owner-report aging table include due date /
    post date options in aging. The attached patch patches the
    owner report to: *Allow a choice between the use of Due Date
    and Date Posted *Report with the current bucket
    Bug #649608: Skip non-enabled Scheduled Transactions for Future
    Txn report
    Update Slovak translation, copied from the Translation Project.
    Bug #646729: Create the lockfile with at least read write user
    permissions
    Bug #647945: Add sanity check to hopefully fix crash when
    running custom reports
    Bug #644897: Correctly link in libgncmod-report-gnome.la to
    avoid linking against an installed version.
    Bug #646268: Fix missing GWEN_SYNCIO initialization.
    Bug #644762: Deprecated __new__() call in function_class.py
    Bug #647360: Invoice entries in expense voucher are created in
    old voucher, not in new one. It worked fine for customer
    invoices, and vendor bills, but not expense vouchers, where
    the feature was broken all along.
    Bug #647242: Fix broken averaging for quarter or half-year step
    size
    Bug #647316: Fix crash when deleting custom report if no backup
    file existed. Before deleting the backup file by (delete-file),
    it must be checked whether the to-be-deleted file exists,
    otherwise the guile procedure will crash.
    Fix warning about NULL guid_list in xaccQueryAddAccountGUIDMatch,
    which caused some total amounts in reports to disappear.
    Apparently gnc:account-get-trans-type-splits-interval didn't
    watch out for empty lists of accounts, and the resulting split
    list somehow was bogus. Now that we check for empty account
    list, all is fine again. This was broken for some months by
    now, maybe since r20404?
    Bug #628342 - Quick open on File menu deleted if failed
    Bug #629156 Recently Used Filenames incorrectly displayed

In 2.4.6, translations for Japanese language were updated.
2011-07-12 12:03:28 +00:00
wiz
0da66270f6 Updated devel/mercurial to 1.9 2011-07-12 11:28:09 +00:00
wiz
bce10fd12c Update to 1.9:
1.1. Major features
    New fileset file matching support
    Improved remote changeset discovery
    New command server mode to improve application integration
    Experimental generaldelta storage scheme
    Experimental new http client library

1.2. Command changes
    HGPLAIN: allow exceptions to plain mode, like i18n, via HGPLAINEXCEPT
    manifest: add new option --all
    aliases: add positional arguments to non-shell aliases
    add: introduce a warning message for non-portable filenames (issue2756)
    add: notify when adding a file that would cause a case-folding collision
    bisect: new command to extend the bisect range (issue2690)
    bookmarks: allow deactivating current bookmark with -i
    bundle: update current bookmark to most recent revision on current branch
    diff: make diff -c aware of revision sets
    help: add -c/--command flag to only show command help (issue2799)
    help: add -e/--extension switch to display extension help text
    help: move hgignore man page into built-in help (issue2769)
    http: correctly handle redirects from http to https
    identify: list bookmarks for remote repositories
    import: add --bypass option
    paths: Add support for -q/--quiet
    pushkey: add hooks for pushkey/listkeys
    revset: add aliases
    revset: add ^ and ~ operators from parentrevspec extension
    revset: add a revset command to get bisect state
    revset: add desc(string) to search in commit messages
    revset: add follow(filename) to follow a filename's history across copies
    revset: introduce filelog() to emulate log's fast path
    revset: add a last() function

1.3. Web changes
    add bookmarks listing to raw style and summary pages
    support alternate logo url
    add base link to file log for paper and coal styles (issue2452)
    paper, coal: display diffstat on the changeset page
    elapsed time calculation dynamic (javascript)
    provide diffstat and summary on the changeset page

1.4. Extension changes
    hgcia: handle URL like in notify (issue2406)
    rebase: add -m/--message to rebase --collapse (issue2389)
    Updating hgext.extdiff to use revsets
    bash_completion: enable alias auto-complete
    bugzilla: add XMLRPC interface
    color: add support for terminfo-based attributes and color
    convert/mtn: add support for using monotone's "automate stdio" when available
    convert/svn: stop using svn bindings when pushing to svn
    convert: add bookmark support for hg and git backends
    convert: add svnrev, svnpath and svnuuid template keywords
    extdiff: add repository root as a variable
    graphlog: support more log command features with revsets
    keyword: convert a verbatim block to a field list
    keyword: offer additional datefilters when the extension is enabled
    mq: add a 'mq()' revset predicate that returns applied mq csets
    notify: send changesets on 'outgoing' hook, updated doc
    progress: add speed format
    rebase: add --tool argument for specifying merge tool
    rebase: allow for rebasing descendants onto ancestors on different named branches
    record: add an option to backup all wc modifications
    record: add qrefresh -i/--interactive
    record: add white space diff options
    record: alias qrecord to qnew -i/--interactive

1.5. Bug fixes
    bookmarks: allow create/move bookmark without making it current (issue2788)
    bookmarks: do not forward merged bookmark (issue1877)
    changegroup: do not count closed new heads (issue2697)
    config: handle comment lines in continuations (issue2854)
    dispatch: propagate ui command options to the local ui (issue2523)
    eol: make the hook check all new heads, not only tip (issue2666)
    grep: don't print data from binary files for matches (issue2614)
    http: report unexpected unparsable push responses (issue2777)
    httprepo: handle large lengths by bypassing the len() operator
    httprepo: long arguments support (issue2126)
    httprepo: proper handling of invalid responses without content-type (issue2019)
    httprepo: send URL redirection notices to stderr (issue2828)
    localrepo: don't add deleted files to list of modified/added files (issue2761)
    localrepo: ignore tags to unknown nodes (issue2750)
    merge: drop resolve state for mergers with identical contents (issue2680)
    patch: do not patch unknown files (issue752)
    path_auditor: check filenames for basic platform validity (issue2755)
    rebase: don't mark file as removed if missing in parent's manifest (issue2725)
    rebase: preserve mq series order after rebasing (issue2849)
    rebase: restore mq guards after rebasing (issue2107)
    revset: report a parse error if a revset is not parsed completely (issue2654)
    scmutil: improve path calculation for install-relative RC files (issue2841)
    set NOT_CONTENT_INDEXED on .hg dir (issue2694)
    sslutil: fall back to commonName when no dNSName in subjectAltName (issue2798)
    subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844)
    subrepo: make stdin for svn a pipe for non-interactive use (issue2759)
    subrepo: svn abort now depends on exit code (issue2833)
    subrepo: be smarter about what's an absolute path (issue2808)
    svn subrepo: attempt work around obstructed checkouts (issue2752)
    svn subrepos: work around checkout obstructions (issue2752)
    tags: catch more corruption during cache parsing (issue2779)
    util: add Mac-specific check whether we're in a GUI session (issue2553)
2011-07-12 11:27:53 +00:00
wiz
047de32a14 Re-add cd ${WRKSRC} to fix patch application.
Remove some unnecessary whitespace.
2011-07-12 11:25:31 +00:00
tnn
e6656dfd54 Fix libevent detection when using libevent from pkgsrc. 2011-07-12 11:12:36 +00:00
drochner
57908f023d mention recent updates 2011-07-12 09:16:20 +00:00
drochner
efa834bd8f update to 0.10.30
changes:
-handle API changes in unstable glib2 (not relevant to pkgsrc yet)
-minor fixes
2011-07-12 08:57:14 +00:00
drochner
d4642fab27 update to 0.10.35
changes:
-handle API changes in unstable glib2 (not relevant to pkgsrc yet)
-minor fixes
2011-07-12 08:55:07 +00:00
abs
8bc460c929 fix typo in last 2011-07-12 08:26:18 +00:00
abs
677588f59c +libgcrypt 2011-07-12 08:25:51 +00:00
abs
473c05b912 Add explicit libgcrypt buildlink 2011-07-12 08:23:52 +00:00
obache
8013984d14 fixes forgotten replacement of BUILDLINK_*.curses with *.terminfo 2011-07-12 06:42:58 +00:00
obache
61f3bf3436 Move MACHINE_PLATFORM conditional below includion of Makefile.common, it reqire bsd.prefs.mk. 2011-07-12 02:58:52 +00:00
tnn
562dea0e55 Avoid an shlibsign crash issue due to not finding libsqlite3.so.
Hopefully fixes PR pkg/44053.
2011-07-12 00:19:45 +00:00
wiz
34d5614186 Updated lang/gcc44 to 4.4.6 2011-07-11 23:26:42 +00:00
wiz
5e05389d1c Update to 4.4.6, from Kai-Uwe Eckhardt.
This is the list of problem reports (PRs) from GCC's bug tracking
system that are known to be fixed in the 4.4.6 release. This list
might not be complete (that is, it is possible that some PRs that
have been fixed are not listed here):

http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.4.6
2011-07-11 23:26:32 +00:00
morr
8f1ec2ec80 Note update of www/wordpress. 2011-07-11 22:54:51 +00:00
morr
900ef38177 Update to newest version - 3.2.
Highlights:

* Refreshed Administrative UI - Admin redesign
* New Default Theme "Twenty Eleven" - Uses the latest Theme Features
* Full Screen Editor - Distraction free writing experience
* Extended Admin Bar - More useful links to control the site

* Enhanced Browser Compatibility -
  - Drop Internet Explorer 6 support
  - Start End-of-life (EOL) cycle for Internet Explorer 7
  - Browse Happy notify users of out-of-date browser

* WordPress is Faster and Lighter -
  - Faster page loads -- We've gone through the most commonly loaded pages in WP and done improvements to their load time
  - Faster Upgrades -- The update system now support incremental upgrades so after 3.2 you'll find upgrading faster than ever
  - Optimizations to WP_Filesystem -- Updates over FTP are now much quicker and less error prone
  - Stream downloads to the filesystem -- Improves update times and lowers the memory footprint
  - Performance improvements for wptexturize()
  - Remove PHP4 compatibility including timezone support
  - More efficient term intersection queries
  - Some optimizations in the HTML sanitizer (kses)
  - Speed optimizations for is_serialized_string()
  - Cache the Dashboard RSS Widgets HTML output to reduce unnecessary Ajax requests as well as the memory footprint
  - And many other improvements and tweaks

Contains also security fixes from wordpress 3.1.4.
2011-07-11 22:53:49 +00:00
wiz
8584458766 Just remove wrong line for pekwm update, confuses CHANGES parsers less. 2011-07-11 22:33:27 +00:00
wiz
3d6fe971ad Updated lang/gcc45 to 4.5.3 2011-07-11 22:31:29 +00:00
wiz
aa293885c5 Update to 4.5.3, from Kai-Uwe Eckhardt.
This is the list of problem reports (PRs) from GCC's bug tracking
system that are known to be fixed in the 4.5.3 release. This list
might not be complete (that is, it is possible that some PRs that
have been fixed are not listed here):
http://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=4.5.3

On the PowerPC compiler, the altivec builtin functions vec_ld and
vec_st have been modified to generate the Altivec memory instructions
LVX and STVX, even if the -mvsx option is used. In the initial GCC
4.5 release, these builtin functions were changed to generate VSX
memory reference instructions instead of Altivec memory instructions,
but there are differences between the two instructions. If the VSX
instruction set is available, you can now use the new builtin
functions vec_vsx_ld and vec_vsx_st which always generates the VSX
memory instructions.
2011-07-11 22:31:18 +00:00
gls
f221d9de7a Mention "downgrade" of wm/pekwm frm 0.13 to 0.1.13. Asau committed the fix for
me.
I typoed the version in Makefile yesterday, hence the downgrade.
Package is the corret version, only PKGNAME was set incorrectly.
2011-07-11 22:12:47 +00:00
tnn
2d08b2d23a needs sqlite3 >= 3.7.5 now 2011-07-11 21:20:34 +00:00
tnn
6e64452e0a Reference the PR pkg/44912 hack here as well for consistency. 2011-07-11 20:49:29 +00:00
tnn
dc0612b1f6 Update to seamonkey-l10n-2.2. 2011-07-11 20:48:43 +00:00
minskim
6ffc3aaba5 Note update of tex-ulem{,-doc}. 2011-07-11 20:48:27 +00:00
minskim
4211a70bfe Sync tex-ulem with TeX Live r21840.
Changes:
- Change \dimen@ to \UL@height.
2011-07-11 20:47:57 +00:00
tnn
51c03198d3 Update to seamonkey-2.2.
Based on the mozilla-5.0 branch.

SeaMonkey 2.2 contains the following major changes relative to SeaMonkey 2.1:
  Windows: Bundled extensions/add-ons are no longer optional in SeaMonkey's
  installer.
  Archive options can now be changed from the Copies & Folders Account Settings pane.

Mozilla platform changes
  CSS Animations are now supported.
  Improved canvas, JavaScript, memory, and networking performance.
  Improved standards support for HTML5, XHR, MathML, SMIL, and canvas.
  Improved spell checking for some locales.
  WebGL content can no longer load cross-domain textures.
  Background tabs have setTimeout and setInterval clamped to 1000ms to improve
  performance.
2011-07-11 20:46:35 +00:00
tron
2481ead05d Fix build problem under Mac OS X. 2011-07-11 19:19:42 +00:00
tron
1cc53a0005 Matthias Drochner has updated the "pixman" package. 2011-07-11 19:14:42 +00:00
drochner
ec929dc879 include ".../poppler/bl3" before PKG_BUILD_OPTIONS.poppler is checked
for -- this doesn't make a difference in my box (current, modular xorg)
but Matthias Scheler reported problems on his and that this change helps
2011-07-11 18:43:03 +00:00
jmcneill
b36f6b0e69 + xc3028l-firmware 2011-07-11 18:27:29 +00:00
jmcneill
30a969dd3e Initial import of XC3028L firmware package. 2011-07-11 18:26:29 +00:00