Commit graph

179341 commits

Author SHA1 Message Date
ryoon
1f4e9cb166 Fix typo in MESSAGE, bump PKGREVISION. 2011-12-11 13:01:50 +00:00
obache
1171fc3b39 Updated audio/picard to 0.16 2011-12-11 12:39:43 +00:00
obache
4efef0af5a Update picard to 0.16.
while here,
* convert some needless buildlink3 to simple DEPENDS.
* distutils pkg, register egg-info.

Version 0.16 - 2011-10-23
 * Added AcoustID support.
 * Fixed track metadata plugins.
 * Added new internal %_totalalbumtracks% tag field. (PICARD-16)
 * Track metadata plugins now run also on non-album tracks. (PICARD-7)
 * Fixed custom Various Artists name on the %albumartist% field. (PICARD-5)
 * Album artist is now correctly "translated". (PICARD-1)
 * Unicode punctuation is now converted to ASCII by default.
 * WavPack correction files are moved together with the main files. (PICARD-15)
 * Unicode filename normalization on OS X.
 * Original release date is now saved into %originaldate%.
 * Allow tagging with localized artist aliases (PICARD-17)
 * Added a quit confirmation dialog. (PICARD-46)
 * Standalone recordings can be tagged with relationships now. (PICARD-10)
 * Refreshing an album will refresh its "other versions" listing. (PICARD-8)
 * "Unicode punctuation to ASCII" now works on album-level metadata. (PICARD-50)
 * DJ-mix tags should only be written to the medium where they apply. (PICARD-20)
 * Support URL redirects in web service/network request module (PICARD-54)
 * Jamendo and Archive.org cover art is displayed on web page, but not loaded by Picard plugin (PICARD-52)
 * Edits to metadata in "Details..." menu not reflected in UI (PICARD-13)
 * The status bar/new metadata box is updated when a selected file/track is changed. (PICARD-14)
2011-12-11 12:39:27 +00:00
marino
9e157d22d5 shells/ast-ksh: Fix DragonFly
Add libm to CFLAGS when building on DragonFly to allow build to complete.
Contributed-by: Chris Turner
2011-12-11 12:00:34 +00:00
marino
b8a2a7200c graphics/osg: Fix all platforms
1) Modified current patch to support DragonFly
2) Fixed includes for ffmeg headers
3) The API for ffmpeg's sample format changed, so tell it to use old API.
   This can be removed when OpenSceneGraph version is upgraded
4) The PLIST was missing ffmpeg plugin.  I guess it never built before.
2011-12-11 11:59:06 +00:00
marino
221d3d873c devel/tet3: Multiple platform fix
Tet3 has a korn shell script in it, but this was never accounted for
previously.  NetBSD has /bin/ksh so they never noticed the error.  However,
the script in question didn't have the shebang at the first line because
it was a template and REPLACE_KSH failed.  As a result, the template is
patched to allow REPLACE_KSH to work.  This fix should apply to all
platforms that don't have /usr/ksh.
2011-12-11 11:57:08 +00:00
marino
f5cb715254 mail/thunderbird: Fix for all non-NetBSD platforms
Using ${LOWER_OPSYS} in PLIST only breaks the install phase for non-NetBSD
platforms.  This practice needs to stop.
Reported-by: Chris Turner
2011-12-11 11:55:12 +00:00
marino
8958aa5e35 mail/majordomo: Eliminate extern int errno
Now it builds on DragonFly and maybe other platforms too.
Contribution: Chris Turner
2011-12-11 11:53:23 +00:00
taca
ab3bfd23f7 Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE.
Extra "case" was existed before default label of case statement.
2011-12-11 10:48:58 +00:00
obache
31289c6db6 Updated net/mikutter to 0.0.4.609 2011-12-11 09:23:26 +00:00
obache
ce538eacd0 Update mikutter to 0.0.4.609.
* fix: crash when URL open failure with browser
2011-12-11 09:08:43 +00:00
dholland
99590ac90e Needs pkg-config. 2011-12-11 03:58:49 +00:00
dholland
91963fe983 BUILDLINK_TRANSFORM+= rm:-lXp
This works around the Motif imake templates, which unconditionally
provide -lXp for Motif clients. It is not clear to me why imake
material for Motif is shipped as part of the default X imake templates
rather than with Motif; but imake has always had a special (il)logic
of its own.

Dealing with this problem by setting IMAKEOPTS here instead causes
"can't buildlink files" and I don't understand why; but this approach
is maybe better anyway.

Fixes build of audio/xmradio and perhaps other Motif-using packages.
2011-12-11 02:59:34 +00:00
marino
1f3dfd85f5 math/pari: Fix for binutils 2.22
The ld linker from binutils 2.22 has --no-copy-dt-needed-entries enabled by
default, which is exactly opposite of earlier versions of the linker.
Previously ld would recursively search libraries linked in by the object's
primary libraries during symbol resolution.  Now linker wants all libraries
explicit requested, otherwise one gets a message such as this:

ld: <object file>: undefined reference to symbol '<symbol>'
ld: note: '<symbol>' is defined in DSO <shared library> so try adding it
    to the linker command line.

If this message is encountered, the two options are either to explicitly
add it to the linker command as suggested, or use the
--no-copy-dt-needed-entries switch to return the linker to its previous
behavior.  In the case of math/pari, libstdc++ was added to the library
list for the plotfltk.o object.  This explicit link is required by DragonFly
which is migrated to binutils 2.22 as its default version.
2011-12-10 23:53:34 +00:00
cheusov
49f2c83601 Fix build failure on Solaris (PR 28226). 2011-12-10 20:50:51 +00:00
minskim
a8e06ab853 Let texlive packages honor PKGINFORDIR. 2011-12-10 19:17:00 +00:00
roy
3fcf7d020d Fix ICMPv6 DNSSL padding 2011-12-10 18:55:37 +00:00
minskim
13968998bb Honor PKGMANDIR. 2011-12-10 18:54:51 +00:00
marino
c8406ed2ea finances/kmymoney2: Fix all platforms
The main problem with this package is that sqlite2 was building
automatically, but the makefile for it was broken.  The QTDIR variable
wasn't getting expanded in the makefile, so the rpath for sqlite3 library
was corrupt.  Once the Makefile was fixed, libsqlite3.so built normally,
but it didn't get installed due to another Makefile issue.  Finally, it
built and installed, but then the PLIST was missing its entry.

After everything was verified building ok, I discovered somebody had
added and then commented out "sqlite3" option.  Since it's building by
default, I took this option out.  If somebody else decides that it
should be optional, I'll let them tweak the configure args, PLIST, and
options file to make that happen.
2011-12-10 17:50:23 +00:00
marino
dae2782384 finance/libofx: Fix use of iconv on DragonFly 2011-12-10 17:48:32 +00:00
obache
1bccf92fe6 Updated devel/py-game to 1.8.1nb10 2011-12-10 14:43:51 +00:00
obache
96101c4b4e * no need to buildlink with py-numpy, simple DEPENDS is sufficient.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2011-12-10 14:43:37 +00:00
cheusov
05f1d4f4b8 Remove useless .include "../../mk/bsd.prefs.mk" 2011-12-10 14:36:38 +00:00
obache
a98ecf6488 Updated audio/py-karaoke to 0.7.2nb7 2011-12-10 14:18:41 +00:00
obache
ae5c7a50fc * convert some needless buildlink to simple DEPENDS.
* distutils pkg, register egg-info.

Bump PKGREVISION.
2011-12-10 14:17:37 +00:00
cheusov
aebcb9bde7 Unconditionally pass ac_cv_file__proc_stat=yes and
ac_cv_file__proc_meminfo=yes to "configure" script. As a result htop
   will be built regardless of /proc is mounted or not (bulk builds).
Enable htop PR 39881 on NetBSD, Linux and FreeBSD only where
  Linux-compatible procfs is available.
2011-12-10 13:28:43 +00:00
obache
b66280d8e4 LICENSE=gnu-gpl-v2 # or later 2011-12-10 13:26:38 +00:00
obache
211fb03f42 Updated audio/py-mutagen to 1.20nb1 2011-12-10 13:07:51 +00:00
obache
3b09b48a6f distutils pkg, register egg-info.
Bump PKGREVISION.
2011-12-10 13:00:56 +00:00
wiz
19ea93538a + digikam-2.4.1, drupal-7.10, kde4-4.7.4, lapack-3.4.0, offlineimap-6.4.2,
pure-ftpd-1.0.35, xorg-util-macros-1.16.0.
2011-12-10 09:56:51 +00:00
sbd
437a929ad8 Regen distinfo 2011-12-10 06:54:06 +00:00
marino
701c144bd0 textprox/interlogic: Fix gentoo ltmain sanity check bug 2011-12-10 01:11:44 +00:00
marino
8faea2323e textproc/libxml++1: Fix gentoo ltmain sanity check bug 2011-12-10 01:09:20 +00:00
minskim
bffcbfaf3e Add graphviz-dot-mode. 2011-12-09 21:56:38 +00:00
minskim
eb457a9ec6 Import graphviz-dot-mode-0.3.7 as graphics/graphviz-dot-mode.
The graphviz-dot-mode will do font locking, indentation, preview of
graphs and eases compilation/error location.  There is support for
both GNU Emacs and XEmacs.
2011-12-09 21:53:44 +00:00
adam
4d1dc3665c Updated graphics/babl to 0.1.6; graphics/gegl to 0.1.8 2011-12-09 17:46:41 +00:00
adam
1c62c2d63a Changes 0.1.8:
* New operations: spread, vignette, map-relative, noise-reduction, plasma,
    fractal-trace, exr-save, lens-correct, emboss, cubism, ripple,
    color-to-alpha, color-rotate, red-eye-removal, convolution-matrix,
    deinterlace, polar-coordinates, lens-distortion, pixelise.
* Split GeglView GTK Widget into separate utility library
* build/test improvements.
* Buffer:
* Added lohalo resampler, API and infrastructure for doing non affine
  resamplings.
2011-12-09 17:45:13 +00:00
adam
18f422565d Changes 0.1.6:
Build improvements, remove blatantly wrong conversions from extensions,
made it possible to distinguish format_n formats from others, improvements
to vala/gobject introspection support.
2011-12-09 17:43:53 +00:00
manu
00ab1d24be - Add experimental support for SSL
- Ignore again .attribute (a patch part that was lost in last upgrade)
2011-12-09 16:57:44 +00:00
drochner
97733d08f6 add patch from upstream Ticket #8984 to fix possible out-of-bounds
array access, bump PKGREV
2011-12-09 16:11:54 +00:00
drochner
759c9a66a2 PKGREV bump for libXp-less openmotif 2011-12-09 14:36:32 +00:00
hans
e459a2b16f Use getpassphrase() on SunOS to allow passwords longer than 8 chars. 2011-12-09 13:51:56 +00:00
obache
d59bf846c2 Updated x11/py-wxWidgets to 2.8.10.1nb9 2011-12-09 13:34:02 +00:00
obache
98fb28dba1 distutils pkg, register egg-info.
Bump PKGREVISION.
2011-12-09 13:33:44 +00:00
dmcmahill
ce90479d47 Updated cad/pcb to 20110918 2011-12-09 12:43:14 +00:00
dmcmahill
d069f67e90 Update to pcb-20110918
========================================================================
Release Notes for PCB snapshot 20110918
========================================================================
This release represents over 797 commits and as such this summary
clearly is not complete.  See the ChangeLog file for the complete list
of changes.

Features
--------

- Internal coordinate space is now metric.  This should fix the "trace
  nubs on metric grids" issue.  Also, units are allowed on pretty much
  every "coordinate" that PCB accepts.  Example: 5.4in, 10cm, 0.55mm.
  New configure option --enable-coord64 to force (slower?) 64-bit type
  for coordinates on 32-bit systems (if you need a board bigger than 1
  meter across).  The internal precision is 1 nanometer, the internal
  type is "Coord".
- MinGW support.
- New GL mode for the gtk hid with translucent traces.

- New GTK layer view/choose widget and other GUI enhancements.
- GTK HID warns if the *.pcb file has changed on disk.
- Enhanced grid snapping logic.
- Select/report nets by name.
- Auto-pan has been removed.
- Zoom can zoom out beyond the edge of the board's workspace.
- GTK: title string matches GNOME conventions.
- Personally identifiable information is no longer stored in the PCB.
- Toggling vias from hole to plated is reversible.
- Gerber exporter has options for including outlines on other layers.
- Edited footprint files are saved as footprints, not pcbs.
- Improved gtk library search/filter.
- Default layer stack is now a six-layer template with outline.
- If the board has an outline layer, an outline will be shown if no
  other outline is specified.
- Group[] string allows t/b synonyms for c/s.  "top" and "bottom" are
  the standard names now.
- PCB will save files with an older version tag if newer features aren't needed.
- Autorouter has a progress dialog.
- PCB will no longer let you delete the last top/bottom layer.
- Refcard has been updated.
- Documentation updates.
- Layes with the PCB::skip-drc attribute set are ignored during DRC.
- Allow numeric keys to also choose the silk layer.
- Minor readability tweaks to the default font.
- Via copper may overlap.
- User is notified if an Import() cannot find all the footprints.

Bug Fixes
---------

- Optimizer won't try to optimize overlapping pads
- Undo should fail less, in corner cases.
- Nested key-bound actions won't crash lesstif.
- Do not select invisible pads on the far side.
- Protect Import() from command injection.
- Fix conversion of far-side polygons to element pads.
- Fix initial clearance values of text when loading PCBs.
- Fix solder mask drawing on vias.
- Add missing action documentation.
- Fab drawing notes actual outline trace width.
- Zero clearance pins and pads won't cause DRC failures.
- PS export: fix draw-rectangle (used to do fill, not outline)
- Gerber export no longer fills unfilled rectanges.
- If there are no image formats available, the PNG hid is not enabled.
- You can no longer select pins/pads of locked elements.
- The m4-to-newlib converter now creates file names that match the
  library view.
- Never set the FOUND flag on new silk lines.
- Lesstif HID won't crash if both Xinerama and XRender are detected.
- Lesstif menu is now internationalizable.
- Refdes labels in a font-less layout can be moved.
- Import can correctly update elements on the bottom side.
- DRC no longer treats unplated holes as conducting.

Other
-----

- Updated and new translations, including Dutch.
- Many polygon speedups.
- Numerous build-related cleanups.
- Numerous minor speed-related cleanups.
- GTK 2.18 is the minimum required version.
- GTS moved out of the src/ tree so it can be built with different flags.
- More C++ compatible.
- Expanded regex documentation.
- Much code which is no longer needed has been removed.
- HID init method changed to allow for hid struct expansion without
  breaking everything.
- New HID calls for whole-pad and whole-pin drawing.
- ClearAndRedrawOutput() replaced with Redraw().
- Board objects use hashes instead of lists to store parts, so
  pointers don't change.
- DVI documentation output is no longer generated.
2011-12-09 12:42:09 +00:00
adam
e494323c0d Updated graphics/pngcrush to 1.7.22 2011-12-09 11:52:12 +00:00
adam
e0e2cf3174 Changes 1.7.22:
This release adds the "-ow" option to overwrite the input file with the
compressed file. If an output filename is given on the command line, it will be
used as a temporary file and removed after compression. If not, "pngout.png" is
used as a temporary file
2011-12-09 11:50:21 +00:00
hiramatsu
adeb090327 Note update of devel/p5-pip, www/p5-Catalyst-Controller-FormBuilder and
devel/p5-IO-All.
2011-12-09 07:00:51 +00:00
hiramatsu
e4316101dc Update p5-IO-All to 0.44.
Change from previous:
---------------------
version: 0.44
date:    Wed Oct  5 18:11:27 EDT 2011
changes:
- Switch from testing $^V to $^] in DESTROY since $^V comparisons leak pre-5.14 (mst)
2011-12-09 06:59:50 +00:00