summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1268-16384/+7594
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-20Fix PLIST - problems pointed out by Hasso Tepper.gdt2-2/+26
2009-03-20Needs msgfmt (configure only).hasso1-2/+2
2009-03-20Reduce maintaince cost by using our libffi. Bump revision.joerg1-2/+4
2009-03-20Comment out evolution-sharp until the dependencies can be resolved.joerg1-2/+2
2009-03-20Retire two patches for the internal libffi, the module is patched tojoerg3-46/+1
built against pkgsrc libffi instead.
2009-03-20Make it build on non amd64 systems with modular xorg.hasso2-1/+15
2009-03-20Include pyversion.mk include the protected part of the buildlink3.mkjoerg42-99/+113
files, not over and over again.
2009-03-20* the bochs can be used without x11 - make this optional & bump pkgrevisionmishka2-33/+45
* in fact the PLIST.tiny is used when 'tiny' option is disabled - reflect it
2009-03-20+webmin-1.470, xf86-video-ati-6.12.1, xf86-video-i740-1.3.0.taca1-3/+4
2009-03-20Note update of www/typolight-translations package to 20090317.taca1-1/+2
2009-03-20Add rhythmbox-0.12.0.snj1-1/+2
2009-03-20Update www/typolight-translations package to 20090317.taca3-10/+9
* pkgsrc update: simplify pre-install rule. * Update Romanian translation.
2009-03-20Skip vulnerability check for packages that set NO_PKGTOOLS_REQD_CHECK.joerg2-3/+8
Set AUDIT_PACKAGES and friends correctly though. Fixes bootstrap on platforms with pdksh.
2009-03-20Apply parse.c 1.149 and 1.150 from src/usr.bin/make to remove use ofjoerg1-6/+4
C99.
2009-03-20Only add dependency on the fetch program, if there is something tojoerg1-1/+3
fetch.
2009-03-20Refactor msgfmt.sh script to conditionally strip the msgid_plural forjoerg4-268/+315
old NetBSD versions and to strip msgctx if requested by the package. This allows to replace the use of msgfmtstrip in various packages by setting MSGFMT_STRIP_MSGCTX.
2009-03-20Updated databases/postgresqladam1-1/+23
2009-03-20Changes 8.3.7:adam4-9/+13
* Prevent error recursion crashes when encoding conversion fails. * Disallow "CREATE CONVERSION" with the wrong encodings for the specified conversion function. * Fix xpath() to not modify the path expression unless necessary, and to make a saner attempt at it when necessary. * Fix core dump when to_char() is given format codes that are inappropriate for the type of the data argument. * Fix possible failure in text search when C locale is used with a multi-byte encoding. * Fix extreme inefficiency in text search parser's handling of an email-like string containing multiple @ characters. * Fix planner problem with sub-"SELECT" in the output list of a larger subquery. * Fix decompilation of CASE WHEN with an implicit coercion. * Fix possible misassignment of the owner of a TOAST table's rowtype. * Change "UNLISTEN" to exit quickly if the current session has never executed any "LISTEN" command. * Fix PL/pgSQL to not treat INTO after "INSERT" as an INTO-variables clause anywhere in the string, not only at the start; in particular, don't fail for "INSERT INTO" within "CREATE RULE". * Clean up PL/pgSQL error status variables fully at block exit. * Retry failed calls to CallNamedPipe() on Windows. * Add MUST (Mauritius Island Summer Time) to the default list of known timezone abbreviations.
2009-03-20Changes 8.2.13:adam4-9/+12
* Prevent error recursion crashes when encoding conversion fails. * Disallow "CREATE CONVERSION" with the wrong encodings for the specified conversion function. * Fix core dump when to_char() is given format codes that are inappropriate for the type of the data argument. * Fix possible failure in "contrib/tsearch2" when C locale is used with a multi-byte encoding. * Fix extreme inefficiency in "contrib/tsearch2" parser's handling of an email-like string containing multiple @ characters. * Fix decompilation of CASE WHEN with an implicit coercion. * Fix possible misassignment of the owner of a TOAST table's rowtype. * Fix PL/pgSQL to not treat INTO after "INSERT" as an INTO-variables clause anywhere in the string, not only at the start; in particular, don't fail for "INSERT INTO" within "CREATE RULE". * Clean up PL/pgSQL error status variables fully at block exit. * Retry failed calls to CallNamedPipe() on Windows. * Add MUST (Mauritius Island Summer Time) to the default list of known timezone abbreviations.
2009-03-20Changes 8.1.17:adam4-9/+11
* Prevent error recursion crashes when encoding conversion fails. * Disallow "CREATE CONVERSION" with the wrong encodings for the specified conversion function. * Fix core dump when to_char() is given format codes that are inappropriate for the type of the data argument. * Fix decompilation of CASE WHEN with an implicit coercion. * Fix possible misassignment of the owner of a TOAST table's rowtype. * Clean up PL/pgSQL error status variables fully at block exit. * Add MUST (Mauritius Island Summer Time) to the default list of known timezone abbreviations.
2009-03-20Updated net/dhcpcd to 4.99.15roy1-1/+2
2009-03-20Update to dhcpcd-4.99.15roy3-23/+6
Changes from dhcpcd-4.99.14 include * Compiles on DragonFly BSD * Better support for 3rd party configured interfaces such as PPP * Blacklist now happens at the packet level
2009-03-20sync w/ base pkgdrochner2-8/+8
2009-03-20Regen.mishka2-34/+85
2009-03-20Prevent unwanted CVS Id tag expanding (fix previous commit).mishka1-2/+2
2009-03-20Provide usage description for the PLIST_VARS variable.mishka1-1/+35
Proofreaded by <joerg> - thanks a lot!
2009-03-20Add the necessary preprocessor magic to build a 64bit version all thejoerg2-2/+6
time. Bump revision. Reminded by Eric Gillespie.
2009-03-20Mark as not make-jobs safe.wiz1-1/+2
2009-03-20Fix package installation with the 'tiny' option enabled. Bump revision.mishka2-30/+34
2009-03-20Bump revision to reflect recent build fix with 'debug' option.mishka1-1/+2
2009-03-20Regen.mishka1-1/+2
2009-03-20Oops - add missing NetBSD CVS tag.mishka1-0/+2
2009-03-20Fix a typo (can be catched with 'debug' option enabled).mishka1-0/+11
The fix is already in bochs repo (iodev/iodebug.h, v1.12), but no new release was made yet.
2009-03-20Remove deplicate DOM DEPENDS, pointed out by obache@adrianp1-2/+1
2009-03-20More portable way to print st_size which is off_t. Fixes build on DragonFly.hasso2-1/+17
2009-03-20+ gnome-screensaver-2.26.0 [pkg/41037].obache1-1/+2
2009-03-20Add build dependency on pyrex; this isn't new, it's been needed since before Iepg1-1/+2
adopted this package, oops...
2009-03-20INSTALL_UNSTRIPPED=yes on Darwin to make this run.yyamano1-1/+5
Patch is provided by Tetsuya KOBAYASHI. Close PR pkg/40985.
2009-03-19Updated x11/gtk2-engines-murrine to 0.90.2.snj1-1/+2
2009-03-19Update to 0.90.2.snj2-8/+7
Overview of Changes in 0.90.2 (since 0.90.2) ============================================ Requires Gtk+ 2.12.0 Changes in this release: - Fixed a crash when using focus_color. - Now focus_color and scrollbar_color accept symbolic colors. Overview of Changes in 0.90.1 (since 0.90.0) ============================================ Changes in this release: - High roundness values are now correctly limited. - Use focus_color in draw_entry if the theme uses it. - Removed shadows from GtkCombo and GtkComboBoxEntry. - Code polishing and bugfixing.
2009-03-19Needs msgfmt.hasso1-2/+2
2009-03-19Updated devel/gnome-common to 2.26.0.snj1-1/+2
2009-03-19Update to 2.26.0. Changes:snj2-7/+7
macros2/gnome-common.m4: add -DWNCK_DISABLE_DEPRECATED and -DLIBSOUP_DISABLE_DEPRECATED to DISABLE_DEPRECATED
2009-03-19Correct evolution-data-server entry.snj1-2/+2
2009-03-19Remove mpfr-2.4.1, poppler-0.10.5, and stellarium-0.10.2.snj1-4/+1
2009-03-19Updated audio/musicpd to 0.14.2.asau1-1/+2
2009-03-19Update MPD (musicpd) to 0.14.2.asau4-48/+15
This release contains bug fixes for many decoder plugins. This release also adds True Audio file support and WAV streaming in the ffmpeg decoder plugin. pkgsrc changes: support "jack" option (default "off") to utilize JACK audio server. Patch provided by Peter Bex in private mail.
2009-03-19Add FreeBSD supportsno1-1/+9
oked by tron@
2009-03-19mention recent updatesdrochner1-1/+11