Commit graph

204443 commits

Author SHA1 Message Date
dholland
9b686fc784 Disable the FIXUP_CPP_WHITESPACE hack as pkgsrc uses a whitespace-preserving
cpp with imake and "fixing" the whitespace again causes bizarre lossage.
Affects mostly svr4-based platforms, including Solaris.
PKGREVISION -> 3.
2013-07-18 08:01:30 +00:00
obache
f386bbf567 fixes last commit 2013-07-18 07:59:38 +00:00
adam
77b915c75b Updated graphics/pngcrush to 1.7.66 2013-07-18 07:31:36 +00:00
adam
e55afa2a70 Changes 1.7.66:
Revised pngcrush_examine_pixels_fn() to fix some incorrect reductions.
2013-07-18 07:30:56 +00:00
adam
397d1e1d89 patch-hints_darwin.sh again 2013-07-18 07:21:02 +00:00
wiz
e5cd6c8822 PLIST update for png-1.6.3. 2013-07-18 06:27:34 +00:00
wiz
7790025d20 Updated graphics/png to 1.6.3 2013-07-18 06:26:59 +00:00
wiz
6162b3ee5e Update to 1.6.3:
Changes since the last public release (1.6.2):

  Revised stack marking in arm/filter_neon.S and configure.ac.
  Ensure that NEON filter stuff is completely disabled when switched 'off'.
    Previously the ARM NEON specific files were still built if the option
    was switched 'off' as opposed to being explicitly disabled.
  Test for 'arm*' not just 'arm' in the host_cpu configure variable.
  Rebuilt the configure scripts.
  Expanded manual paragraph about writing private chunks, particularly
    the need to call png_set_keep_unknown_chunks() when writing them.
  Avoid dereferencing NULL pointer possibly returned from
     png_create_write_struct() (Andrew Church).
  Calculate our own zlib windowBits when decoding rather than trusting the
    CMF bytes in the PNG datastream.
  Added an option to force maximum window size for inflating, which was
    the behavior of libpng15 and earlier.
  Added png-fix-itxt and png-fix-too-far-back to the built programs and
    removed warnings from the source code and timepng that are revealed as
    a result.
  Detect wrong libpng versions linked to png-fix-too-far-back, which currently
    only works with libpng versions that can be made to reliably fail when
    the deflate data contains an out-of-window reference.  This means only
    1.6 and later.
  Fixed gnu issues: g++ needs a static_cast, gcc 4.4.7 has a broken warning
    message which it is easier to work round than ignore.
  Updated contrib/pngminus/pnm2png.c (Paul Stewart):
    Check for EOF
    Ignore "#" delimited comments in input file to pnm2png.c.
    Fixed whitespace handling
    Added a call to png_set_packing()
    Initialize dimension values so if sscanf fails at least we have known
      invalid values.
  Attempt to detect configuration issues with png-fix-too-far-back, which
    requires both the correct libpng and the correct zlib to function
    correctly.
  Check ZLIB_VERNUM for mismatches, enclose #error in quotes
  Added information in the documentation about problems with and fixes for
    the bad CRC and bad iTXt chunk situations.
  Allow contrib/pngminus/pnm2png.c to compile without WRITE_INVERT and
    WRITE_PACK supported (writes error message that it can't read P1 or
  Improved png-fix-too-far-back usage message, added --suffix option.
  Revised contrib/pngminim/*/makefile to generate pnglibconf.h with the
    right zlib header files.
  Separated CPPFLAGS and CFLAGS in contrib/pngminim/*/makefile
  Removed a redundant test in png_set_IHDR().
  Added set(CMAKE_CONFIGURATION_TYPES ...) to CMakeLists.txt (Andrew Hundt)
  Deleted set(CMAKE_BUILD_TYPE) block from CMakeLists.txt
  Enclose the prototypes for the simplified write API in
    #ifdef PNG_STDIO_SUPPORTED/#endif
  Make ARM NEON support work at compile time (not just configure time).
    This moves the test on __ARM_NEON__ into pngconf.h to avoid issues when
    using a compiler that compiles for multiple architectures at one time.
  Removed PNG_FILTER_OPTIMIZATIONS and PNG_ARM_NEON_SUPPORTED from
    pnglibconf.h, allowing more of the decisions to be made internally
    (pngpriv.h) during the compile.  Without this, symbol prefixing is broken
    under certain circumstances on ARM platforms.  Now only the API parts of
    the optimizations ('check' vs 'api') are exposed in the public header files
    except that the new setting PNG_ARM_NEON_OPT documents how libpng makes the
    decision about whether or not to use the optimizations.
  Protect symbol prefixing against CC/CPPFLAGS/CFLAGS useage.
    Previous iOS/Xcode fixes for the ARM NEON optimizations moved the test
    on __ARM_NEON__ from configure time to compile time.  This breaks symbol
    prefixing because the definition of the special png_init_filter_functions
    call was hidden at configure time if the relevant compiler arguments are
    passed in CFLAGS as opposed to CC.  This change attempts to avoid all
    the confusion that would result by declaring the init function even when
    it is not used, so that it will always get prefixed.
  Revised libpng.3 so that "doclifter" can process it.
  Revised example.c to illustrate use of PNG_DEFAULT_sRGB and
PNG_GAMMA_MAC_18
    as parameters for png_set_gamma().  These have been available since
    libpng-1.5.4.
  Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c and revised it
    to check all compressed chunks known to libpng.
  Updated documentation to show default behavior of benign errors correctly.
  Only compile ARM code when PNG_READ_SUPPORTED is defined.
  Fixed undefined behavior in contrib/tools/pngfix.c and added new strip
    option. pngfix relied on undefined behavior and even a simple change from
    gcc to g++ caused it to fail.  The new strip option 'unsafe' has been
    implemented and is the default if --max is given.  Option names have
    been clarified, with --strip=transform now stripping the bKGD chunk,
    which was stripped previously with --strip=unused.
  Added all documented chunk types to pngpriv.h
  Unified pngfix.c source with libpng17.
  Revised manual about changes in iTXt chunk handling made in libpng-1.6.0.
  Added "/* SAFE */" comments in pngrutil.c and pngrtran.c where warnings
    may be erroneously issued by code-checking applications.
2013-07-18 06:26:51 +00:00
obache
225d0d9b32 remove unwanted vi/ex command 2013-07-18 04:59:11 +00:00
obache
eec8d5df25 fixes last change 2013-07-18 04:51:02 +00:00
gdt
2074baebdd Add comment about upstream distfile modes bug. 2013-07-18 00:09:32 +00:00
wiz
d884dbc4f6 Updated x11/xrandr to 1.4.1 2013-07-17 21:50:07 +00:00
wiz
2c49dc3e53 Update to 1.4.1:
This minor bugfix release makes the property list output more usable,
avoids passing uninitialized values to libXrandr, makes the handling
and documentation of --help and --version more consistent, and fixes
some compiler warnings.

Aaron Plattner (1):
      Print spaces between XA_ATOM property values

Alan Coopersmith (3):
      Declare capability_name() as returning const char *
      Combine usage message strings
      xrandr 1.4.1

Andy Ritger (1):
      xrandr: calloc XRRModeInfo's passed to libXrandr.

Thomas (1):
      Bug 56923 - Make command line options consistent (single vs double dash)

Thomas Klausner (1):
      Protect config.h like usual.
2013-07-17 21:49:57 +00:00
wiz
4220b44088 Updated x11/xhost to 1.0.6 2013-07-17 21:48:58 +00:00
wiz
f276f4d4a2 Update to 1.0.6:
This release removes a bunch of dead code for platforms that have been
unsupported since the Imake->autotools conversion, fixes some compiler
warnings for the remaining platforms, and fixes build issues for Win32
& MinGW.

Alan Coopersmith (14):
      Remove unused DECnet ("DNETCONN") code from xhost
      Remove unused TLI ("STREAMSCONN") code from xhost
      unifdef -UCRAY
      unifdef -ULynx
      unifdef -Uatt
      unifdef -UBAD_ARPAINET
      Assume signal handlers return void, as C89 requires
      Move dpy declaration from static to main() function
      Convert sprintf to snprintf in SECURE_RPC code
      Fix some integer sign/size conversion warnings flagged by clang
      Drop pre-POSIX signal handling support in favor of sigaction()
      Mark argument to nameserver_lost signal handler as unused
      Fix const warning for FamilyLocalHost empty address string
      xhost 1.0.6

Jon TURNEY (4):
      Use Xwinsock.h on WIN32
      Link with winsock for MinGW
      Provide dummy sethostent(),endhostent() for Win32 also
      If SIGALRM isn't available, don't use alarm() to timeout gethostaddr(), just wait
2013-07-17 21:48:49 +00:00
wiz
359dedb845 Updated x11/xfd to 1.1.2 2013-07-17 21:48:03 +00:00
wiz
c7d7bdf69b Update to 1.1.2:
This minor bugfix release fixes one crasher, one issue with doclifting
the man page to XML, and a couple compiler warnings.

Alan Coopersmith (5):
      config: Add missing AC_CONFIG_SRCDIR
      Drop old CVS version tags
      convert sprintf calls to snprintf
      Mark do_quit as noreturn, as suggested by gcc & clang
      xfd 1.1.2

Andreas Schwab (1):
      Fix SEGV when XftFontOpenName() returns NULL.

Eric S. Raymond (1):
      Suppress a spurious warning.
2013-07-17 21:47:55 +00:00
wiz
0238581418 Updated fonts/mkfontscale to 1.1.1 2013-07-17 21:46:58 +00:00
wiz
b0c41355be Update to 1.1.1:
This minor maintenance release prefers direct files over symlinks when both
appear in the same directory, and includes a number of minor code cleanups
and adds a couple previously missing options to the man page.

Alan Coopersmith (3):
      Since hash() returns unsigned int, store results in unsigned ints
      Replace malloc(strlen);strcpy() calls with strdup
      mkfontscale 1.1.1

Egbert Eich (2):
      Prefer original file over symlink (v2)
      Fix compilation for MinGW

Peter Hutterer (1):
      Document -u/-U options in man page

Thomas Klausner (1):
      Protect config.h inclusion like usual.
2013-07-17 21:46:49 +00:00
adam
e22504acaa Updated devel/libidn to 1.28 2013-07-17 21:23:49 +00:00
adam
cd0f40886d Distfile got changed (licence clause in mans). Revision bump.
Don't use mk/readline.buildlink3.mk! Must be devel/readline/buildlink3.mk!
2013-07-17 21:22:40 +00:00
schmonz
c364f28c62 Updated textproc/p5-Text-Typography to 0.01nb3 2013-07-17 21:18:57 +00:00
schmonz
2fe3854449 Apply patch from RT to fix "uninitialized value" warnings. Bump
PKGREVISION.
2013-07-17 21:18:23 +00:00
alnsn
7f0cdf2e20 Add LuaJIT2. 2013-07-17 20:08:26 +00:00
adam
04e0dd2d69 Don't set MACOSX_DEPLOYMENT_TARGET on Darwin 2013-07-17 20:06:05 +00:00
hauke
335f97286d Patch as submitted in PR pkg/48059:
"x11/gtk2 updated to 2.24.20.  This version changed location of
"immodules.cache".  But, post-install/deinstall process for pkgsrc
is not changed in last update.  This update make a bug for immodule user."
2013-07-17 19:43:23 +00:00
adam
b738194b88 Changes 1.28:
* idn: Don't crash when string conversion from UTF-8 to locale fails.
* java: Fix build failures.
* java: TestIDNA -a and -u logic was reversed, now fixed.
* API and ABI is backwards compatible with the previous version.
2013-07-17 19:31:52 +00:00
richard
cebb8870a1 fixup protections on eggs in py-setuptools again 2013-07-17 17:18:12 +00:00
wiz
c04b551cf1 Updated net/gupnp-dlna to 0.10.2nb1 [drochner 2013-07-17] 2013-07-17 15:53:30 +00:00
wiz
90ab53d1ac Bump PKGREVISION for previous. 2013-07-17 15:53:00 +00:00
drochner
27f04d308e use the right gstreamer version 2013-07-17 14:44:19 +00:00
drochner
566bd2d402 update to 0.8.6
changes:
-add i18n
-minor fixes and improvements
2013-07-17 13:35:19 +00:00
drochner
af6c637dea avoid dependency on gtk3 - it is just a demo UI tool built with it,
it can be added as separate pkg if someone considers it useful
2013-07-17 13:31:33 +00:00
tron
ddb8e96197 Note update of the "mrtg" package to version 2.17.4. 2013-07-17 13:00:42 +00:00
tron
e233dc578f Update "mrtg" package to version 2.17.4. Changes since 2.17.2:
- some address fixes to contrib
- fixed duplicate install-sh entry in archive
- set oid-mib-cache file for New_SNMP_util as well #106
- prevent spurious warnings about unknonwn values of inlast outlast in mrtg
- add the process id tmp file extensions, to guard against multiple rateup
  instances messing things up for each other. (attempt to fix #115)
- quell warning in CnTWaLK mode #111
- spelling fixes
- make threshold checking more robust against incomplete information in the
  config file #113
- support ifAlias for Vyatta gear
- CnTWaLK should add the count and not max index
- abort indexmaker if there is no data to be found
- fix for big5 translation
- in cfgmaker use ifdesc=alias only if there is actualy alias info
- fix of a file pointer leak found by coverity scan
- fix for kMG support in rateup
- add support for zyxel ifAlias
- add support for Matrix N7 Diamond
- enable warnings in cfgmaker and fix issues ...
- explicitly import SOCK_DGRAM and AF_UNSPEC to make ipv6 support work
- Updated Net_SNMP_util.pm and SNMP_util.pm to latest versions
2013-07-17 13:00:29 +00:00
drochner
262537ef34 don't propagate dependency on image format libs, hopefully avoids
unnecessary revbumps in the future
2013-07-17 13:00:05 +00:00
gdt
fce6e986d5 Drop "-ffloat-store" from CFLAGS.
The point of paranoia is to assess a compiler/machine environment.
Therefore, this package should be built with the default CFLAGS, and
not add options to try to get the tests to pass.  This will cause
errors to be reported on i386.

Take MAINTAINERSHIP.
2013-07-17 12:45:19 +00:00
obache
51b94498f7 catch up to changes in Makefile
(devel/readline/buildlink3.mk => mk/readline.buildlink3.mk)
2013-07-17 12:24:41 +00:00
obache
f5a545b3fb Updated net/mikutter to 0.2.2.1297 2013-07-17 11:28:11 +00:00
obache
ac4507ab5f Update mikutter to 0.2.2.1297.
bug fixes
2013-07-17 11:27:52 +00:00
jperkin
21daa4a34b Add SunOS/x86 patchset. This produces a package, but the resulting
firefox binary does not yet work correctly.
2013-07-17 11:00:13 +00:00
fhajny
32b97964e8 Fix PLIST check by making MakeMaker install perllocal.pod with proper path. 2013-07-17 09:41:06 +00:00
joerg
ae557319a8 Regen. 2013-07-17 09:39:36 +00:00
joerg
e599d3b993 Fix header guards. 2013-07-17 09:39:18 +00:00
jperkin
3a33135cc8 Include bsd.prefs.mk before OPSYS test. 2013-07-17 08:39:59 +00:00
wiz
677645ec45 Updated news/pan to 0.139nb10 2013-07-17 07:41:57 +00:00
wiz
bc09d604ba This commit breaks pan completely -- it dies during startup.
Revert it. Bump PKGREVISION.

Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Jun 16 20:44:24 UTC 2013

Modified Files:
        pkgsrc/news/pan: Makefile distinfo
Added Files:
        pkgsrc/news/pan/patches: patch-pan_data-impl_article-filter.cc
            patch-pan_data-impl_groups.cc patch-pan_data-impl_rules-filter.cc
            patch-pan_general_log.cc patch-pan_general_log.h
            patch-pan_general_macros.h patch-pan_gui_header-pane.cc
            patch-pan_gui_log-ui.cc patch-pan_usenet-utils_filter-info.cc
            patch-pan_usenet-utils_filter-info.h
            patch-pan_usenet-utils_rules-info.cc
            patch-pan_usenet-utils_rules-info.h
            patch-pan_usenet-utils_scorefile.cc

Log Message:
ISO C++ is explicit that deque requires a fully defined type, so it is
not portable to embeded a deque in the same type.
2013-07-17 07:41:44 +00:00
dholland
b2c5f6f602 xorg-cf-files 2013-07-17 06:13:54 +00:00
dholland
cc6f3c0ebc Recognize "__sun" as well as "sun" as tradcpp doesn't define the
latter. Otherwise, Solaris ends up using the svr4 config and assorted
crazy things happen. Diagnosed by Joern Clausen. PKGREVISION -> 6.
2013-07-17 06:13:22 +00:00
fhajny
51eb5370e8 Fix build on SunOS by disabling the isainfo bitness check (patch lost
in previous package update).
2013-07-16 22:38:32 +00:00