Commit graph

173723 commits

Author SHA1 Message Date
apb
336c7dbc5e Pass PKGNAME_REQD through to the make process on the other side
of the "su" command.  This fixes {cd math/py-networkx;
env PYTHON_VERSION_DEFAULT=25 PKGNAME_REQD='py24-networkx-*' make replace;}
2011-08-01 11:00:13 +00:00
adam
ea3827a612 Updated comms/minicom to 2.5 2011-08-01 09:31:22 +00:00
adam
4e633d5dfa Changes 2.5:
* Handle device reconnected more smoothly (USB-serial dongles)
* Translation updates: Danish
* Several fixes (see ChangeLog)

Changes 2.4:
* Add -D and -b options to specify device and baud rate on the command
   line.
* Do character conversion between local and remote side (-R option)
* Added indonesian translation
* Compatibility fixes for recent build environments
* Remove code that handled very old systems

Changes 2.3:
* Fix build on Mac OS X
* New version of the dial format to be little and big endian as well as
   32/64 bit safe
* Support more baud rates
* Handle device disappearances (e.g. serial-USB device unplug)
* Various build and other fixes

Changes 2.2:
* Vietnamese translation added
* Norwegian translation added
* Traditional chinese translation added
* Swedish translation added
* Romanian translation added
* default to 8bit mode if LANG or LC_ALL are set
* default baud rate set to 115200
* Various code cleanups and fixes
2011-08-01 09:30:33 +00:00
apb
46a856068b Fix an infinite loop in the configure script's test for
"checking for replacing readdir using getdirentries()".
The functions in samba-3.5.10/lib/replace/repdir_getdirentries.c
fail on NetBSD 5.99.54, and the test code in
samba-3.5.10/lib/replace/test/os2_delete.c
did not handle the failure.

Not bumping PKGREVISION, because this affects only the
configure script, and the package did not build on
NetBSD-current before.
2011-08-01 08:42:39 +00:00
tnn
d17bf8a91e PR pkg/45192: Alex Hornung: add DragonFly support to xulrunner thread_posix 2011-08-01 08:17:16 +00:00
dholland
ca9cf1f92c Fix void main. 2011-08-01 06:03:35 +00:00
dholland
26cda49d62 Disable groff html check to prevent random PLIST variation. 2011-08-01 05:56:30 +00:00
dholland
befc9c5c71 Fix broken build with clang. 2011-08-01 05:44:26 +00:00
dholland
c2ff08d73d Take MAINTAINER. 2011-08-01 05:41:08 +00:00
dholland
4c2380f814 Fix void main, which clang won't accept. While here, fix an LP64 issue
caught by gcc (malloc without stdlib.h) so bump PKGREVISION.
2011-08-01 05:37:12 +00:00
dholland
f91aec716e Fix broken build with clang. While here, fix the toplevel makefile to
stop on error.
2011-08-01 05:19:12 +00:00
dholland
85c16edea6 Fix bug that was emitting #line directives with a line number of 0, which
clang strenuously objects to. Fixes clang build of audio/gmpc and maybe
others. PKGREVISION -> 2.
2011-08-01 05:03:44 +00:00
dholland
0cbd21fb1c Fix broken clang build. 2011-08-01 04:08:51 +00:00
dholland
ad189a90d7 Fix bug caught by clang. PKGREVISION++ 2011-08-01 04:05:00 +00:00
dholland
130553879a Fix broken clang build. 2011-08-01 03:54:53 +00:00
dholland
18892069e6 Fix broken clang build 2011-08-01 03:49:50 +00:00
dholland
9338f2aaba Fix build with recent curl; also fix deps via verifypc, uses glib2 and
libX11. (yes, it uses libX11 directly, I checked. sigh.) PKGREVISION -> 7
2011-08-01 03:40:58 +00:00
dholland
87f582f846 Fix build with png-1.5, fully now. Also add various REPLACE_INTERPRETER
and add a dependency on Python for the two installed Python scripts. No
version bump since this hasn't been buildable in a long time.
2011-08-01 01:16:50 +00:00
dholland
c7e916e9cc Improve png-1.5 support. Still broken: writing palettes and transparency. 2011-08-01 00:43:58 +00:00
dholland
6bb9178d4f fix patch comment 2011-07-31 23:45:22 +00:00
dholland
1852a7f454 editors/scite 2011-07-31 23:32:40 +00:00
dholland
f46474eaf7 Needs pkg-config. Depends on glib2 directly. PKGREVISION -> 2. Should fix
failure seen in bulk builds.
2011-07-31 23:32:10 +00:00
dholland
74c8335013 Fix broken build. 2011-07-31 22:15:36 +00:00
tnn
7470027a53 Need string.h for strdup. (same fix as patch-aj, but for x86-64) 2011-07-31 22:08:49 +00:00
adam
93e0e0a312 Updated devel/cmake to 2.8.5 2011-07-31 22:05:16 +00:00
adam
a6bd260069 Changes 2.8.5:
* Revert "Add a new function SWIG_GET_WRAPPER_DEPENDENCIES to UseSWIG.cmake"
* Use devenv instead of msbuild for vs2010.
* Revert "With very long file names, VS 2010 was unable to compile files."
* Use relative paths for custom command inputs.
* Look for VCExpress as a possible build tool as well as devenv.
* KWSys: Recognize color TERM=screen-256color-bce
* find_library: Use lib->lib64 conversion in CXX-only projects
* libarchive: Install COPYING with CMake documentation
* FindJNI: Search in Fedora arch-specific JVM location
* FindSWIG: Use NAMES in find_program directives
* Documentation: Fix spelling / formatting errors
* FindBoost: Fixes
* FindBoost: Also search for 1.46.1
* Detect VS 2010 SP1, faster and more robust detection
* Fix a memory leak.
* Fix for bug10798.  VS10 did not append -I flags with COMPILE_FLAGS prop.
* Append and do not clobber CMAKE_CXX_FLAGS in the test.
* Use bin tree for inclues to avoid -I with spaces in the path.
* One more try.  Use full path by default, and relative on broken compilers.
* Fix for bug11927, external project git clone step always runs vs10.
* XL: Place Fortran modules with -qmoddir= flag
* Teach file(DOWNLOAD|UPLOAD) to timeout after inactivity
* Xcode: Fix parallel build depends with universal binaries
* Fix style errors added by parent and grandparent
* Use cascading-if for per-config test and install code
* CTest: Report tests not run due to unknown configuration
* GNU: Fix CMAKE_INCLUDE_SYSTEM_FLAG_<lang> value
* Teach find_(library|package) about Linux multiarch
* Test find_package multiarch support
* more...
2011-07-31 22:04:03 +00:00
gls
c50887a3e9 Updated security/heimdal to 1.4nb1 2011-07-31 21:21:16 +00:00
gls
ade8d81612 Adds the symbols _kdc_db_fetch and _kdc_free_ent to global
visibility, so that they can be referenced from kdc/digest-service.
Fixes build on Dragonfly. From Alex Hornung in PR pkg/45195.
2011-07-31 21:21:01 +00:00
dholland
87cd032e59 povray again. 2011-07-31 20:42:44 +00:00
dholland
91d4e44727 Add png 1.5 support and go back to current png. Should have done this a
long time ago; it was somewhat lengthy but completely straightforward.
2011-07-31 20:42:17 +00:00
gls
40c01b19df Updated graphics/sane-backends to 1.0.22nb1 2011-07-31 20:06:10 +00:00
gls
4dd43a54e7 Add sys/socket.h to backend/magicolor.c and backend/xerox_mfp-tcp.c.
Should fix PR pkg/45196 by Alex Hornung.
2011-07-31 20:05:58 +00:00
tnn
0ae1edcaf1 The file throw_gcc.h gets installed when building with some GCC versions.
Instead of dealing with conditional PLIST logic, create an empty file.
2011-07-31 18:00:05 +00:00
jakllsch
2e0eef93c3 Updated graphics/povray to 3.6.1nb10 2011-07-31 17:58:20 +00:00
jakllsch
86c798ae80 povray needs old png-1.2, use it now that we have it again. 2011-07-31 17:58:09 +00:00
jakllsch
77b0fb60bb Added graphics/png12 version 1.2.46 2011-07-31 17:49:42 +00:00
jakllsch
5893203599 +png12 2011-07-31 17:49:17 +00:00
jakllsch
dda9c6b1f0 Add package of png-1.2 series.
Needed for compatibility with packages that haven't been ported to png-1.5.
2011-07-31 17:48:16 +00:00
gls
f732bdb530 Updated graphics/shotwell to 0.10.1nb1 2011-07-31 17:37:28 +00:00
gls
7a7213c136 Add two patches from upstream to fix importing raws with libraw 0.13.6 and 0.13.7
PKGREV++
2011-07-31 17:37:00 +00:00
gls
242c0b4e95 Updated graphics/libraw to 0.13.7 2011-07-31 17:34:11 +00:00
gls
ab682806b6 Update graphics/libraw to 0.13.7.
Upstream changes:
* Changes in cropping code:
  o cropping is now works for Fuji files (instead of crash)
  o bad pixels map and dark frame subtraction is turned off if cropping enable
  o for technical reasons, coordinates of top-left corner of crop box are
rounded to multiple of 4 for Fuji files.
* ./configure stuff fixes:
  o install static libraries only when --enable-static is set
  o compiled samples are dynamically linked if shared library not disabled.
* OpenMP enabled for Visual Studio 2008 SP1+, but not for RTM
2011-07-31 17:33:54 +00:00
obache
e225ab6a8b Note update of ruby-gnome2 packages. 2011-07-31 14:15:06 +00:00
obache
8c64794a7e Update ruby-gnome2 to 1.0.0.
== Ruby-GNOME2 1.0.0: 2011-07-13

This is the first major release!!!

=== Changes

==== Document

  * Fixes
    * updated deprecated list in README.
      [Michal Suchanek, Kouhei Sutou]

==== Ruby/GLib2

  * Improvements
    * bind g_io_channel_win32_new_socket() as GLib::IOChannelWin32Socket.
      [Kouhei Sutou]

  * Fixes
    * [#3312572] added missing parentheses.
      [Evan Phoenix]

=== Thanks

  * Evan Phoenix
  * Michal Suchanek
2011-07-31 14:12:05 +00:00
gls
b4fe4eb27a DragonFly needs gettext in USE_TOOLS for this to build.
Spotted in a bulk build run by Justin Sherril.
2011-07-31 11:39:13 +00:00
cheusov
87ebd55a48 resort share/qemu/vgabios.bin in PLIST. This fixes one pkglint warning 2011-07-31 09:55:09 +00:00
ryoon
09b4176a05 Updated print/lilypond to 2.14.2 2011-07-31 09:15:14 +00:00
ryoon
c5d42d6280 Update to 2.14.2
* Update MASTER_SITES.

Changelog:
* New scripts introduced.
* MIDI input and output are improved.
* Some notation improvements.
* Some new signs are introduced.
* Unicode Bidirectional Algorithm is fully supported.
* and so on. see NEWS.txt.
2011-07-31 09:12:46 +00:00
spz
f0f3a343bc regen 2011-07-31 09:00:40 +00:00
spz
b2e528a9cf /pub/NetBSD/packages/ on ftp.NetBSD.org is deprecated and not writable 2011-07-31 08:48:22 +00:00