Commit graph

227596 commits

Author SHA1 Message Date
dbj
1338d19881 don't assume the native python on Darwin
ignore the mac qt distfile, which only differs in documentation
2015-01-27 06:10:15 +00:00
dbj
0e37c6842c Add PLIST support for Darwin audio
fix Nocore.mk to handle PLIST.Darwin and
use _PLIST_SHLIB_AWK to fix shared library names
2015-01-27 06:03:17 +00:00
dbj
1d4d443241 Don't enable oss if OSS_TYPE is none 2015-01-27 06:01:44 +00:00
dbj
eb65d4a923 fix build on Darwin 2015-01-27 05:24:49 +00:00
dbj
0ea49cd074 fix build issue on Darwin 2015-01-27 05:20:10 +00:00
dbj
9006e84ccd add PLIST for extra files installed on Darwin 2015-01-27 05:19:45 +00:00
dbj
036f13cda8 use the Accelerate framework on Darwin instead of the obsolete vecLib 2015-01-27 05:04:06 +00:00
dbj
a4e4a24a87 ressurect support for PKGSRC_FORTRAN=gfortran and point it at gcc48
This is useful on x86_64 darwin, which isn't supported by g95
2015-01-27 04:53:46 +00:00
dbj
d75e16317e Fix build issues on Darwin 2015-01-27 04:46:06 +00:00
dbj
e28899da0b avoid hard coding paths to header files on Darwin
use Carbon/Carbon.h instead of MacTypes.h, which has problems on older systems
2015-01-27 04:37:53 +00:00
dbj
ef7d9c20e4 try even harder to remove paths on darwin 2015-01-27 04:04:50 +00:00
khorben
fc7bafdac9 Updated www/deforaos-surfer to 0.2.7 2015-01-27 00:37:36 +00:00
khorben
7bb5b7fb8e Packaged DeforaOS Surfer 0.2.7, with:
- fully functional help browser, helper(1)
- minor UI improvements (favicons, popup menus, find dialog...)
- improvements to the build system
2015-01-27 00:36:44 +00:00
jperkin
fcc9879089 Avoid clang bugs on Darwin which result in "duplicate symbol ___sputc". 2015-01-27 00:36:22 +00:00
wiz
67b0c63783 unregen patch-ab, since the patch context was manually reduced so that
the managesieve patch applies cleanly together with this.

Noted by Edgar Fuß in PR 49599.
2015-01-26 23:26:48 +00:00
wiz
cea6253869 Updated devel/p5-Devel-REPL to 1.003026 2015-01-26 23:20:50 +00:00
wiz
8fd6660713 Update to 1.003026 from Leonardo Taccari in PR 49606.
1.003026  2014-07-16 01:20:41Z
  - fix inclusion of of optional plugin prereqs when installation is run
    non-interactively

1.003025  2013-09-29 22:36:59Z (Karen Etheridge)
  - re-release with fixed prerequisites in metadata

1.003024  2013-09-25 04:07:04Z (Karen Etheridge)
  - re-release with fixed compile test

1.003023  2013-09-12 00:52:03Z (Karen Etheridge)
  - The default profile is now "Minimal", not "Default", as Default requires
    some optional features; Default renamed to Standard (RT#88615)

1.003022  2013-09-10 01:53:10Z (Karen Etheridge)
  - workaround added for plugins consuming plugins that use optional features
  - install problems fixed when some optional prereqs are not installed, by
    properly detecting the lack of features during testing (RT#88542)
  - spelling fixes (RT#87691, David Steinbrunner)

1.003021  2013-09-09 02:10:45Z (Karen Etheridge)
  - removed use of deprecated functions from Class::MOP
  - long-deprecated Devel::REPL::Plugin::NewlineHack removed at last
  - converted dist to Dist::Zilla, with a different mechanism for specifying
    optional features (install with cpanm --interactive to be prompted)

1.003020   2013-07-08
  - shebang fixed in re.pl so it is rewritten to point to the proper perl at
    install time (RT#70928)

1.003019   2013-06-27
  - Fix "No arguments!" error in Plugin::DDS when nothing to dump (RT#71205,
    Ash Berlin)
  - fix failing test when Lexical::Persistence is not installed

1.003018   2013-05-19
  - more attempts to fix Term::ReadLine issues in tests (RT#84246, mephinet)

1.003017   2013-04-03
  - fix issues with Term::ReadLine:Perl in tests (RT#84246) (thanks,
    Christopher McCann!)

1.003016   2013-03-26
  - make all plugins load again by using native traits (thanks, Zaki Mughal!)
    (RT#84011)

1.003015   2013-03-01
  - fix "Attempt to use reference as lvalue in substr" warning on perl 5.16
    (thanks, ilmari!)
  - plugins that are used by the default profile now default to being
    installed, fixing RT#83669 and RT#83677

1.003014   2012-10-31
  - now using native Moose attribute traits, instead of the deprecated
    MooseX::AttributeHelper (thanks, Justin Hunter!)
  - now using namespace::autoclean rather than namespace::clean (thanks, Karen
    Etheridge!)

1.003013   2012-05-19
  - Make Sys::SigAction optional dependency for Win32 systems
  - Apply some plugin related patchs from Caleb Cushing
2015-01-26 23:20:42 +00:00
wiz
74517b6c23 Updated sysutils/tenshi to 0.15nb1 2015-01-26 23:03:45 +00:00
wiz
b20739ecb6 The SMF default signaling method, :kill, sends a signal to all
processes associated with the service. In the case of tenshi, the
refresh method currently uses :kill -HUP, which sends a HUP to the
spawned tail process as well as the tenshi process, killing the
tail and breaking tenshi.

Fix this problem. Bump PKGREVISION.

From Paul B. Henson in PR 49607.
2015-01-26 23:03:37 +00:00
wiz
ead15a5006 regen 2015-01-26 23:00:30 +00:00
wiz
b68731a541 Add trailing slash after All/ in PKG_PATH example. 2015-01-26 23:00:00 +00:00
adam
2e3a1f2690 Fix PLIST for gtk3 quartz-backend 2015-01-26 18:38:44 +00:00
sevan
586c550bac On Darwin define BIND_8_COMPAT to resolve build issue as dsniff utilises the
BIND8 API, not the v9 API.

Closes PR pkg/39062
Reviewed by wiz@
2015-01-26 16:05:04 +00:00
sevan
cf2c455d86 Symbols for inline functions are not exported when built with clang.
Patch obtained from FreeBSD ports
https://svnweb.freebsd.org/ports/head/net/libnids/files/patch-src__checksum.c?revision=342448&view=co&pathrev=373063
2015-01-26 15:52:18 +00:00
jaapb
ec168fd2ad Added a patch that fixes signal handlers on i386. 2015-01-26 14:46:51 +00:00
mef
3ce9a7794b Updated textproc/p5-Convert-ASN1 to 0.27
Updated textproc/p5-Dist-Zilla-Plugin-PodWeaver to 4.006
Updated textproc/p5-FormValidator-Simple to 0.29
Updated textproc/p5-Kwalify to 1.22
Updated textproc/p5-Lingua-EN-FindNumber to 1.30
Updated textproc/p5-Lingua-EN-Numbers-Ordinate to 1.03
Updated textproc/p5-Lingua-EN-Tagger to 0.24
2015-01-26 14:27:55 +00:00
mef
439894ac29 Update to 0.24
0.24            Aaron Coburn            7/22/13
        Fixed a typo in the documentation.
2015-01-26 14:25:49 +00:00
mef
10706be32e 1.03 2014-05-31 NEILB
- Switched to Dist::Zilla
    - strict and warnings everywhere, perl min version 5.6.0
    - Added a SEE ALSO section with a couple of modules
    - Added github repo to pod
    - Renamed this file from ChangeLog to Changes,
      reformatted as per CPAN::Changes::Spec
2015-01-26 14:18:57 +00:00
mef
50b0b25824 Update 1.2 to 1.30
1.30 2014-06-22 NEILB
    - Switched to Dist::Zilla
    - Added github repo to pod
    - Reformatted this file as per CPAN::Changes::Spec
2015-01-26 14:16:31 +00:00
jperkin
f4677f1113 Avoid hardcoded SDK paths on Darwin. Fixes build on Mavericks at least. 2015-01-26 14:08:21 +00:00
mef
1f244186eb Update to 1.22
1.22
        - cease possible "unitinialized value" warnings
2015-01-26 13:59:28 +00:00
mef
5b386d93c7 Update to 0.29
0.29  Thu Dec 08 15:45:00 2011
    - better BETWEEN check: allow float decimal
      https://github.com/lyokato/p5-formvalidator-simple/pull/1
2015-01-26 13:57:10 +00:00
mef
4fdf637ed5 Update to 4.006
4.006     2014-08-16 08:29:38-04:00 America/New_York
        - correctly pass logger to weaver (thanks, Yasutaka ATARASHI)
2015-01-26 13:52:22 +00:00
mef
db355d7e56 Update to 0.27
0.27 -- Wed Jun 25 13:47:28 CDT 2014
  * Avoid recursion when encountering an invalid tag and length
  * Avoid negative repetition counts (5.22 compatibility) [Alex Vandiver]
  * Use pack/unpack instead of chr/org to avoid encoding issues
2015-01-26 13:40:06 +00:00
pho
726bef2dec Fix build failure on Darwin when pkgsrc libiconv is used
patches/patch-src_portable__c.c:
  Remove kludge for MacPorts bug, otherwise linking against pkgsrc
  libiconv will fail due to symbol name mismatch.

patches/patch-tmake_lib_macosx-c++_tmake.conf:
  Make build honor PKGSRC_CFLAGS, otherwise linking against pkgsrc
  libiconv will fail due to header/library mismatch.
2015-01-26 13:35:37 +00:00
mef
bcb6d09991 Updated print/pslib to 0.4.5 2015-01-26 13:09:19 +00:00
mef
07d11f551d (pkgsrc)
- Add LICENSE (gnu-gpl-v2)
  - Add gmake on USE_TOOLL+=
  - Add post-build: and post-install: target
    to get de/LC_MESSAGES/pslib.mo installed as previous package.
  (USE_CMAKE= yes doesn't work for install: yet)

(upstream)
  - Update 0.2.6 to 0.4.5
-------------------------
Version 0.4.5
	- added support for reusable images
	- updated man pages

Version 0.4.4
	- fixed impropper use of font in ps_stringwidth() (thanks to Roger Wimbert)

Version 0.4.3
	- renamed getline() to afm_getline() in ps_afm.c because never versions
	  of libc have an equal symbol

Version 0.4.2
	- fixed bug in ps_setcolor()
	- made src/hash_table.c compile on hp ux
	- fixed typo in input encoding table
	- fixed man pages
	- fixed several memory leaks

Version 0.4.1
	- fixed DSC in postscript file (makes ghostview for ms windows happy)
	- configuring using cmake now checks for libpng, libjpeg, libtiff, libz

Version 0.4.0
	- Also disolve a ligature if it isn't present in the font encoding vector
	- handle duplicate glyphs in an afm file nicely, without leaking memory
	- many small changes to make it compile for win32 in a mingw and
		visual C environment (includes support for cmake)
	- added function PS_glyph_list() which returns a list of all glyphs
	  in a font. Free that list with PS_free_glyph_list()
	- added function PS_glyph_width() which returns the width of a glyph
	- changed mode of fopen to "rb" to make it work in win32
	- added functions PS_[begin|end]_font(), PS_[begin|end]_glyph()
	  for creating Type3 fonts
	- added functions PS_add_kerning(), PS_add_ligature() for setting
	  kerning pairs and ligatures of a font.
	- added PS_glyph_show() for outputting a glyph by its name.
	- fixed sourceforge bug 1556247, 'ordmaskuline' must be 'ordmasculine'

Version 0.3.0
	- PS_string_geometry() uses the passed font and not the current font
	  (Closes #1711438 at sourceforge)
	- added section about color separation in man page of pslib
	- check for byteswap.h because mingw doesn't have it
	- default error handler now prints to stderr instead of stdout (reported
	  by Johannes Frank, fixes debian bug #429544)
	- parbreak has no effect if linebreak is set (previous segm reported
	  by Johannes Frank, fixes debian bug #429543)
	- BMP support can be disabled
	- PS_place_image() doesn't check for mimetypes of unsupported image
	  formats
	- support for separating colors. Just set the value 'separationcolor'
	  before creating a new page to 1-4 (1=cyan, 2=magenta, ...)
	- added missing include file for freebsd
	- Support for other input encodings (currently only latin1 and latin2, more
	  can be easily added)
	- Replaced TeXBase1 by Cork fontencoding because it supports more glyphs
	- ps_check_for_lig() gets extra first parameter *psdoc in order to be able
	  to access the inputencoding stored in psdoc

Version 0.2.7
	- fixed setting of locale
	- PS_set_border_style() works as expected
	- added blind feature to PS_show_boxed()
	- added support for gif, tiff and bmp images
	- PS_show_boxed() sets the value 'boxheight' to the actual height of
	  the box. This is useful if you specify a height of 0.0 for the
		box and need to find out how high is has become. It is also useful
		if a box isn't completely filled.
	- passing a height of 0.0 to PS_show_boxed() will create a box long enough
	  to contain all text.
	- strip alpha channel from rgb pngs, because they cause a segm fault. Once
	  I understand where the actual problem lies, it will be reenabled.
	- make euro symbol work (replaces the currency symbol)
	- PS_arc() and PS_arcn() behave like the arc and arcn postscript commands
	- fixed rpm spec file
	- PS_continue_text() finally works as expected
	- PS_get_buffer() checks for psdoc->sb before accessing it
	- PS_begin_page() does not overwrite the BoundingBox and Orientation
	  anymore, if it has been explicitly set by PS_set_info()
2015-01-26 13:09:09 +00:00
jperkin
4bbd144542 Add credit to Fink for the diagnosis and suggested fix. 2015-01-26 12:41:53 +00:00
fhajny
2ae7daa012 Fix path to MySQL binary in the SMF method script. Bump PKGREVISION. 2015-01-26 12:39:56 +00:00
jperkin
6cd15b0d16 Updated archivers/gtar-base to 1.28nb1 2015-01-26 12:30:49 +00:00
jperkin
50f67441fa Do not call into gettext which may not be async-signal-safe in between fork
and exec.  Fixes crashes on OSX when LC_ALL is unset.

Bump PKGREVISION.
2015-01-26 12:30:30 +00:00
mef
d2f88641fa Updated print/qpdf to 5.1.2 2015-01-26 11:54:28 +00:00
mef
01911eba7c Update 5.0.1 to 5.1.2
---------------------
2014-06-07  Jay Berkenbilt  <ejb@ql.org>
	* 5.1.2: release

	* MS Visual C++ build: explicitly target Windows 5.0.1 (XP)

	* New example program: pdf-split-pages: efficiently split PDF
	files into individual pages.

	* Bug fix: don't fail on files that contain streams where /Filter
	or /DecodeParms references a stream. Before, qpdf would try to
	convert these to direct objects, which would fail because of the
	stream.

2014-02-22  Jay Berkenbilt  <ejb@ql.org>
	* Bug fix: if the last object in the first part of a linearized
	file had an offset that was below 65536 by less than the size of
	the hint stream, the xref stream was invalid and the resulting file
	is not usable.  This is now fixed.

2014-01-14  Jay Berkenbilt  <ejb@ql.org>
	* 5.1.1: release

2013-12-26  Jay Berkenbilt  <ejb@ql.org>
	* Bug fix: when copying foreign objects (which occurs during page
	splitting among other cases), avoid traversing the same object
	more than once if it appears more than once in the same direct
	object.  This bug is performance-only and does not affect the
	actual output.

2013-12-17  Jay Berkenbilt  <ejb@ql.org>
	* 5.1.0: release

2013-12-16  Jay Berkenbilt  <ejb@ql.org>
	* Document and make explicit that passing null to
	QUtil::setRandomDataProvider() resets the random data provider.

	* Provide QUtil::getRandomDataProvider().

2013-12-14  Jay Berkenbilt  <ejb@ql.org>
	* Allow anyspace rather than just newline to follow xref header.
	This allows qpdf to read a wider range of damaged files.

2013-11-30  Jay Berkenbilt  <ejb@ql.org>
	* Allow user-supplied random data provider to be used in place of
	OS-provided or insecure random number generation.  See
	documentation for 5.1.0 for details.

	* Add configure option --enable-os-secure-random (enabled by
	default).  Pass --disable-os-secure-random or define
	SKIP_OS_SECURE_RANDOM to avoid attempts to use the operating
	system-provided secure random number generation.  This can be
	especially useful on Windows if you wish to avoid any dependency
	on Microsoft's cryptography system.

2013-11-29  Jay Berkenbilt  <ejb@ql.org>
	* If NO_GET_ENVIRONMENT is #defined, for Windows only,
	QUtil::get_env will always return false.  This was added to
	support a user who needs to avoid calling GetEnvironmentVariable
	from the Windows API.  QUtil::get_env is not used for any
	functionality in qpdf and exists only to support the test suite
	including test coverage support with QTC (part of qtest).

	* Add /FS to msvc builds to allow parallel builds to work with
	Visual C++ 2013.

	* Add missing #include <algorithm> in some files that use std::min
	and std::max.

2013-11-21  Jay Berkenbilt  <ejb@ql.org>
	* Change image comparison tests, which are disabled by default, to
	use tiff files with 8 bits per sample rather than 4.  This works
	around a bug in tiffcmp but also increases time and disk space for
	image comparison tests.

2013-10-28  Jay Berkenbilt  <ejb@ql.org>
	* Fix MacOS compilation errors by adding a missing #include
	<string> in a header file.
2015-01-26 11:54:17 +00:00
jperkin
ea002104f8 Re-work how we handle MacTypes.h. Older Darwin releases do not ship a copy in
/usr/include, whilst newer Xcode do not ship a copy in the SDK, and we somehow
need to handle both.  This package explicitly passes -mmacosx-version-min=10.4
meaning we cannot test the __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ macro
as we would normally.  So for now we perform a direct substitution based on
whether /usr/include/MacTypes.h exists.  Cleaner solutions welcome.
2015-01-26 11:08:52 +00:00
pho
70375a95b2 Makefile: Fix indentation in my previous commit 2015-01-26 08:46:53 +00:00
pho
50da19ce40 patches/patch-src_util_Alloc.{c,h}xx: Add a note that the revised patch has also been rejected.
The upstream is not willing to accept any patches to fix build failures on outdated platforms, regardless of whether the patch is rational or not.
2015-01-26 08:22:25 +00:00
mef
f66efd33c0 Updated devel/p5-BackPAN-Index to 0.42 2015-01-26 08:00:13 +00:00
mef
d51d4f6dfa (pkgsrc)
- Added following lines
    PERL5_MODULE_TYPE=     Module::Build
    DEPENDS+=	p5-Archive-Extract>=0.74:../../archivers/p5-Archive-Extract
(upstream)
  - Update 0.40 to 0.42
0.42  Sun Dec 30 10:59:38 PST 2012
  Test Fixes
  * Fixed t/types.t on Windows.

  Dist Fixes
  * DBIx::Class::Schema::Loader is no longer needed to build the module.

0.41  Thu Dec 27 04:00:45 PST 2012
  Bug Fixes
  * BackPAN::Index now has a file() method, as documented in BackPAN::Index::File.
  * Changed the default backpan URL for fetching files to http://backpan.perl.org
    rather than the backpan.cpan.org redirect. [rt.cpan.org 68492]

  Test Fixes
  * Tests were downloading an old index.

  Misc
  * The result classes are no longer generated at runtime. Speeds up load time
    and reduces bugs.  This also fixes [rt.cpan.org 82107].
  * Use the same filename for the unpacked index.

  Dist Changes
  * The compatibility Makefile.PL has been removed.  The build process has
    gotten complicated.
  * The bug tracker now points at the correct place.
2015-01-26 08:00:04 +00:00
mef
3d4b710b4b Added archivers/p5-Archive-Extract version 0.74 2015-01-26 07:54:08 +00:00
mef
e486c2efb0 Adding p5-Archive-Extract. Thanks obache 2015-01-26 07:49:53 +00:00