Commit graph

230256 commits

Author SHA1 Message Date
wen
291edcde52 Update to 1.001028
Upstream changes:
1.001028  2015-01-05 00:40:41+00:00 Europe/London

- releasing as stable

1.001027_02 2014-12-30 19:50:50+00:00 Europe/London

- changed tests to use portable directory management

1.001027_01 2014-12-26 17:06:08+00:00 Europe/London

- Fix fixture filenames to be compatible with ntfs systems - mrf++
2015-03-08 14:39:05 +00:00
taca
50e538357f Change RUBY_VER_DIR from RUBY_VERSION to RUBY_API_VERSION on Ruby 2.1 and
2.2.  It affects ruby 2.1 only.

* Binary packages' file name start with "ruby21-" instead of "ruby215-".
* ${PREFIX}/include/ruby-2.1.5 are changed from ${PREFIX}/include/ruby-2.1.5
  to ${PREFIX}/include/ruby-2.1.0.
* ${PREFIX}/lib/ruby/2.1.5 and ${PREFIX}/lib/ruby/gem/2.1.5 are changed
  to ${PREFIX}/lib/ruby/2.1.0 and ${PREFIX}/lib/ruby/gem/2.1.0.
2015-03-08 14:35:33 +00:00
taca
b4255efa03 Remove "18" from RUBY_VERSION_SUPPORTED.
It cause support for ruby18 unless explictly specified by
RUBY_VERSION_SUPPORTED in packages' Makefile.
2015-03-08 14:21:45 +00:00
taca
cc01b3aaef Explicitly allow build with Ruby 1.8.7. 2015-03-08 14:10:21 +00:00
gdt
4296583c26 Updated graphics/gimp-ufraw to 0.21 2015-03-08 14:10:07 +00:00
gdt
1c932f212c Update to 0.21.
Upstream changes (release was 2015-02-10):

10/02/2015 - UFRaw-0.21 released, based on DCRaw v 9.23.

* Bug fix release.
2015-03-08 14:09:30 +00:00
taca
6d1c13f85b Restrict to Ruby 1.8.7 since this package use Ruby 1.8.7 depended code. 2015-03-08 14:07:43 +00:00
mef
fa9ddb2ccf Updated net/connect to 1.104 2015-03-08 13:00:23 +00:00
mef
ade60a6c48 (pkgsrc)
- convert just compile (by cc) into (almost) regular make packaging,
   with minor trick, say, renaming WRKSRC etc.
(upstream)
 - Update 1.96 to 1.104
   (from) https://bitbucket.org/gotoh/connect/commits/all
------------------------------------------------------
Added tag 1.104 for changeset fd6f352325d4 			  2014-09-24
new version number to 1.104 					  2014-09-24
allow to use '@' in user name part of host spec string (close #6) 2014-09-24
Clang support on Win32. 					  2012-09-19
Win32 support for GNU-like toolchains in Makefile		  2012-09-19
Fixed typos	  						  2012-09-19
Added return type to domain_match				  2012-09-11
Add Interix support						  2012-08-25
Fix to support some old Solaris environment. (close #4)		  2012-07-26
make Makefile as closs-platform (close #3)			  2012-07-26
need ifdef for using make_localnet_as_direct().			  2012-06-20

Added tag 1.103 for changeset c7321796112d			  2012-05-14
Use closesocket() on HTTP proxy.				  2012-05-14
redefine ECONNRESET only when it is lacked.			  2012-04-30
resolve hostname localy before determine direct.		  2012-04-21
add feature to make direct access for hosts on the local network. 2012-04-21
doc: fix notes format a little					  2012-04-21
Add document and support elisp code.				  2009-12-17

Added tag 1.101 for changeset cf9579815b7e			  2009-12-17
bump-up to version 1.101.					  2009-12-17
fix-up path separator of ssh askpass executable on win32 except cygwin.
								  2009-12-17
Define version number string explicitly to remove SCM dependency. 2009-12-17

Added tag 1.100 for changeset 7c036cbffb61			  2009-12-17
Import connect.c version 1.100.					  2009-12-17
2015-03-08 13:00:15 +00:00
mef
a6fcd379c1 Updated net/httptunnel to 3.3 2015-03-08 12:38:20 +00:00
mef
294801b840 (pkgsrc)
- Add LICENSE= gnu-gpl-v2
(upstream)
 - Update 3.05 to 3.3
 ------------------
 Following lines are from ChangeLog, but not really clear,
 the date is overwrapped from last (pkgsrc) update.
------------------
2001-02-25  lars brinkhoff  <lars@nocrew.org>
	From Sampo Niskanen <sampo.niskanen@iki.fi>:
	* common.c (handle_tunnel_input): write to stdout if fd = 0.
	* htc.c (struct Arguments): add use_std and use_daemon.
	(usage): add short option -z for --proxy-authorization-file.
	add -s, --stdin-stdout option.  add -w, --no-daemon option.
	(parse_arguments): recognize new options.
	(parse_arguments): write diagnostics to stderr instead of stdout.
	(main): likewise.
	* hts.c (struct Arguments): add use_std and use_daemon.
	(usage): add -s, --stdin-stdout option.  add -w, --no-daemon option.
	(parse_arguments): recognize new options.
	(main): write diagnostics to stderr instead of stdout.

2000-09-01  lars brinkhoff  <lars@nocrew.org>

	From Brian Somers <brian@Awfulhak.org>:

	* htc.c (main): correct typo in log message.
	* tunnel.c (tunnel_out_connect): use ntohl() to convert IP address.
	(tunnel_accept): likewise.
	* common.c (set_address): likewise.

2000-08-31  lars brinkhoff  <lars@nocrew.org>
	* configure.in: version 3.2
	* debian/changelog: sync with new version.

2000-07-25  lars brinkhoff  <lars@nocrew.org>
	From Brian Somers <brian@Awfulhak.org>:

	* tunnel.h: update tunnel_new_server prototype.

	* tunnel.c (tunnel_is_server): tunnel is server when
	server_socket != -1.
	(tunnel_out_connect): log the port number.
	(tunnel_in_connect): don't call http_destroy_response with
	NULL argument.
	(tunnel_accept): log client IP number and port.
	(tunnel_new_server): accept char *host argument, which is used
	to bind the server to a specific network interface.  initialize
	tunnel->bytes to 0.  pass struct in_addr to server_socket.
	(tunnel_new_client): initialize tunnel->bytes to 0.

	* hts.c (parse_arguments): host defaults to NULL.  recognize
	[HOST:]PORT syntax.
	(main): log host:port, if host was specified.  pass host to
	tunnel_new_server.

	* common.c (server_socket): take a sockaddr_in * argument; improve
	sockaddr_in initialization.
	(set_address): improve sockaddr_in initialization.

	* common.h: update server_socks prototype.

	* htc.c (main): pass a struct in_addr to server_socket.
2015-03-08 12:37:43 +00:00
alnsn
f97c2192fe Updated lang/lua52 to 5.2.4. 2015-03-08 11:22:01 +00:00
alnsn
f28c7ab5b5 Update lang/lua52 to version 5.2.4.
Lua 5.2.4 fixes all bugs listed in
http://www.lua.org/bugs.html#5.2.3 [*]
and is now the current release of Lua 5.2.

Like all minor releases, this is strictly a bug-fix release;
no new features or improvements have been added.

[*] http://www.lua.org/bugs.html#5.2.3
1. Compiler can optimize away overflow check in table.unpack.
2. Ephemeron table can wrongly collect entry with strong key.
3. Chunk with too many lines may crash Lua.
2015-03-08 10:55:19 +00:00
wen
ff06038267 Updated databases/p5-DBD-mysql to 4.031 2015-03-08 09:58:45 +00:00
wen
52d2dfe69f Update to 4.031
Remove unneeded DEPENDS

Upstream changes:
2015-03-05 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.031)
* Added LICENSE
* Reworked installation documentation in POD.
* Allow use of bracketed IPv6 addresses in connection string (RT70640),
   fix by Tim Mullin @ cPanel).
* Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY).
* Environment variable DBD_MYSQL_CONFIG actually works now.
* Makefile.PL now correcly handles MariaDB's mysql_config.
* Correct attribution to David Dick #86030: PATCH: adding statistics_info support
* Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY.
* Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github).
* Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions.
* Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test.


2015-03-02 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_02)
* Reworked installation documentation in POD.
* Allow use of bracketed IPv6 addresses in connection string (RT70640),
   fix by Tim Mullin @ cPanel).
* Locate mysql_config in path on MSWin32 (RT94838, reported by CHORNY).
* Environment variable DBD_MYSQL_CONFIG actually works now.
* Makefile.PL now correcly handles MariaDB's mysql_config.

2015-01-27 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.030_01)
* Correct attribution to David Dick #86030: PATCH: adding statistics_info support
* Test suite can now be run in parallel. Fixes RT98994 reported by DOHERTY.
* Fixes for MySQL 5.6+ and for prepared statement handling (stevenh on github).
* Fix for RT100792, New test t/05dbcreate.t fails if user has no permissions.
* Fix for bit test (RT68374, BJDEAN@cpan.org) CaptTofu added 40bit.t to test.

2014-12-08 Patrick Galbraith (aka CaptTofu) and community (4.029)
* Added fix to tests to create test database if not exists (contstant failure on Travis) (CaptTofu)
* Support the fraction of (Oracle) MySQL Fabric that is supported by the most recent Connector/C (Steffen Mueller smueller<at>cpan<dot>org
* Statistics Info Milanrm <sorm<at>is4u<dot>cz> for work on statistics_info
* Fix for RT 97625, use after free(), Reini Urban rurban<at>cpan<dot>org

2014-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.028)
* Fixed bug in mysql.xs where dbh was being used as error code
* RT #97570: fix wrong salloc free in mysql_st_internal_execute - (Reini Urban, cPanel)
* Fix RT #97625 use-after-free in mysql_dr_error, and #86153 - (Reini Urban, cPanel)
* find mysql.h for MariaDB on Win32 (Graham Ollis)
* Update mysql.pm to work with ipv6 and ipv4 addresses (katyavoid)
2015-03-08 09:57:03 +00:00
adam
172a3a1a33 Updated multimedia/ffmpeg2 to 2.6; devel/git to 2.3.2; www/py-django-cms to 3.0.12 2015-03-08 08:24:15 +00:00
adam
3e24d7feae Changes 3.0.12:
Core support for multiple instances of the same apphook'ed application
The template tag `render_model_add` can now accept a model class as well as a  model instance
Fixes an issue with reverting to Live mode when moving plugins
Fixes a missing migration issue
Fixes an issue when using the PageField widget
Fixes an issue where duplicate page slugs is not prevented in some cases
Fixes an issue where copying a page didn't copy its extensions
Fixes an issue where translations where broken when operating on a page
Fixes an edge-case SQLite issue under Django 1.7
Fixes an issue where a confirmation dialog shows only some of the plugins to  be deleted when usingthe "Empty All" context-menu item
Fixes an issue where deprecated 'mimetype' was used instead of 'contenttype'
Fixes an issue where `cms check` erroneous displays warnings when a plugin  uses class inheritance
Documentation updates
2015-03-08 08:23:21 +00:00
adam
e797f69c10 Changes 2.3.1:
* "update-index --refresh" used to leak when an entry cannot be
  refreshed for whatever reason.

* "git fast-import" used to crash when it could not close and
  conclude the resulting packfile cleanly.

* "git blame" died, trying to free an uninitialized piece of memory.

* "git merge-file" did not work correctly in a subdirectory.

* "git submodule add" failed to squash "path/to/././submodule" to
  "path/to/submodule".

* In v2.2.0, we broke "git prune" that runs in a repository that
  borrows from an alternate object store.

* Certain older vintages of cURL give irregular output from
  "curl-config --vernum", which confused our build system.

* An earlier workaround to squelch unhelpful deprecation warnings
  from the complier on Mac OSX unnecessarily set minimum required
  version of the OS, which the user might want to raise (or lower)
  for other reasons.

* Longstanding configuration variable naming rules has been added to
  the documentation.

* The credential helper for Windows (in contrib/) used to mishandle
  a user name with an at-sign in it.

* Older GnuPG implementations may not correctly import the keyring
  material we prepare for the tests to use.

* Clarify in the documentation that "remote.<nick>.pushURL" and
  "remote.<nick>.URL" are there to name the same repository accessed
  via different transports, not two separate repositories.

* The pack bitmap support did not build with older versions of GCC.

* Reading configuration from a blob object, when it ends with a lone
  CR, use to confuse the configuration parser.

* We didn't format an integer that wouldn't fit in "int" but in
  "uintmax_t" correctly.

* "git push --signed" gave an incorrectly worded error message when
  the other side did not support the capability.

* "git fetch" over a remote-helper that cannot respond to "list"
  command could not fetch from a symbolic reference e.g. HEAD.

* The insn sheet "git rebase -i" creates did not fully honor
  core.abbrev settings.

* The tests that wanted to see that file becomes unreadable after
  running "chmod a-r file", and the tests that wanted to make sure it
  is not run as root, we used "can we write into the / directory?" as
  a cheap substitute, but on some platforms that is not a good
  heuristics.  The tests and their prerequisites have been updated to
  check what they really require.

* The configuration variable 'mailinfo.scissors' was hard to
  discover in the documentation.

* Correct a breakage to git-svn around v2.2 era that triggers
  premature closing of FileHandle.

* Even though we officially haven't dropped Perl 5.8 support, the
  Getopt::Long package that came with it does not support "--no-"
  prefix to negate a boolean option; manually add support to help
  people with older Getopt::Long package.
2015-03-08 08:12:56 +00:00
adam
0cbffe573d Changes 2.6:
- nvenc encoder
- 10bit spp filter
- colorlevels filter
- RIFX format for *.wav files
- RTP/mpegts muxer
- non continuous cache protocol support
- tblend filter
- cropdetect support for non 8bpp, absolute (if limit >= 1) and relative (if limit < 1.0) threshold
- Camellia symmetric block cipher
- OpenH264 encoder wrapper
- VOC seeking support
- Closed caption Decoder
- fspp, uspp, pp7 MPlayer postprocessing filters ported to native filters
- showpalette filter
- Twofish symmetric block cipher
- Support DNx100 (960x720@8)
- eq2 filter ported from libmpcodecs as eq filter
- removed libmpcodecs
- Changed default DNxHD colour range in QuickTime .mov derivatives to mpeg range
- ported softpulldown filter from libmpcodecs as repeatfields filter
- dcshift filter
- RTP depacketizer for loss tolerant payload format for MP3 audio (RFC 5219)
- RTP depacketizer for AC3 payload format (RFC 4184)
- palettegen and paletteuse filters
- VP9 RTP payload format (draft 0) experimental depacketizer
- RTP depacketizer for DV (RFC 6469)
- DXVA2-accelerated HEVC decoding
- AAC ELD 480 decoding
- Intel QSV-accelerated H.264 decoding
- DSS SP decoder and DSS demuxer
- Fix stsd atom corruption in DNxHD QuickTimes
- Canopus HQX decoder
- RTP depacketization of T.140 text (RFC 4103)
- VP9 RTP payload format (draft 0) experimental depacketizer
- Port MIPS optimizations to 64-bit
2015-03-08 08:10:13 +00:00
mef
e7bc96af7d Remove duplicate entry, sorry. 2015-03-08 03:41:55 +00:00
mef
e3170a1694 Updated net/dnstracer to 1.10 2015-03-08 03:40:37 +00:00
mef
d4904b3d23 (pkgsrc)
- Add LICENSE= 2-clause-bsd
 - Takes care two targets by pkgsrc, not WRKSRC side:
    do-extract and do-install
(upstream)
 - Update 1.09 to 1.10
-------------------
CHANGES,v 1.26 2004/07/08 08:19:58 mavetju
Version 1.10:
        - Add support for EDNS0 (extra big packets)
        - Add support for querying of ANY records.
        - Add represention of SRV, RP records.
2015-03-08 03:39:28 +00:00
mef
fa6afba45e Update HOMEPAGE (to freecode), was redirected to unrelated site. 2015-03-08 03:02:44 +00:00
mef
bfd3b0db4c Updated net/dtcp to 20130602
Updated net/dtcpclient to 20090812
2015-03-08 02:46:44 +00:00
mef
94dff9cbb5 (pkgsrc)
- Add LICENSE= 2-clause-bsd
 - Remove patch-ab (was edit from /usr/local/etc/dhclient.script
                             to    /usr/pkg/sbin/dhclient-script)
   Instead, includes above edit in SUBST to clean (false) pkglint flag.

(upstream)
 - Update 20060526 to 20090812
---------------------------
2009-08-12  Hajimu UMEMOTO  <ume@mahoroba.org>
        * dtcpclient.script: Add an ability to assign an anycast address
        by prefix delegation.  When `anycast' is specified as `hostid' of
        `prefix_delegation', an anycast address is assigned.

        Requested by:   Norikatsu Shigemura <nork@ninth-nine.com>

        * dtcpclient.script: Add support for prefix_delegation='AUTO'.  If
        `AUTO' is specified, delegated IPv6 address is assigned to upped
        interface automatically.
2015-03-08 02:45:35 +00:00
mef
fde9a7ae9f Update 20060109 to 20130602
---------------------------
2013-06-02  Hajimu UMEMOTO  <ume@mahoroba.org>
	* dtcpauth.rb, dtcpc.rb, dtcps.rb: Make them work with Ruby 1.9.
2015-03-08 02:20:59 +00:00
mef
ccf1d940f3 Updated net/p5-Net-Write to 1.10
Updated net/p5-Test-TCP to 2.07
Updated net/p5-WebService-Google-Reader to 0.22
2015-03-08 01:43:15 +00:00
mef
6f4a1cf396 Update 0.20 to 0.22
-------------------
0.22  Tue Aug 13 16:52:44 UTC 2013
    - Required host of webservice to be given.

0.21  Sat Dec  3 06:52:42 UTC 2011
    - Really fixed the XML::Atom bug.
2015-03-08 01:40:39 +00:00
tnn
33091b7508 needs dlopen for bindtextdomain.so 2015-03-08 01:39:42 +00:00
tnn
a7e956dd59 MAKE_JOBS works now 2015-03-08 01:38:35 +00:00
mef
eddc6f88a9 Update to 2.07
--------------
2.07 2015-01-22T10:44:21Z
    Old versions of Test::SharedFork are incompatibles with the new
    Test::Builder: I had "missing TB2::History" errors.  It would be
    helpful to upgrade the Test::SharedFork dependency to help the user to
    avoid to encounter such hard to track deep errors.
    (Reported by dolmen++)
2015-03-08 01:38:14 +00:00
mef
d059303829 Update to 1.10
--------------
1.10 Wed Mar  4 07:15:18 CET 2015
   - bugfix: fallback on using Socket::GetAddrInfo for getaddrinfo()
2015-03-08 01:20:31 +00:00
mef
ff79cced23 Updated archivers/p5-Archive-Any to 0.0942
Updated archivers/p5-Archive-Zip to 1.45
Updated archivers/p5-Compress-Bzip2 to 2.22
Updated archivers/pbzip2 to 1.1.12
2015-03-08 01:17:41 +00:00
mef
c83db46f2f Update 2.20 to 2.22
-------------------
2.21 2015-02-17 rurban
   - Add leaktrace test
   - Add .gitignore

2.22 2015-02-17 rurban
   - Fixed huge decompress memory leak, leaking every single XS outbut buffer.
   - Better memory leak testcase with Memory::Dump, t/090-memory-usage.pl
     (RT #102211 by Nick Koston)
   - clarify docs that deflate = compress, inflate = uncompress
2015-03-08 01:09:43 +00:00
mef
4178d31c13 Update to 1.45
--------------
1.45 Mon 26 Jan 2015
    - FreeBSD unzip sets $? to 0 for empty zip file [github.com/revhippie]
2015-03-08 01:08:00 +00:00
mef
158b4c773d Update to 0.0942
----------------
0.0942 2015-01-28 17:07:43 America/Toronto
    - Replaces contents of archives in test folder with random noise in order
      to avoid any licensing issues. (Philippe Bruhat (BooK))
2015-03-08 01:04:58 +00:00
mef
a53be1b508 Updated net/dhisd to 5.5 2015-03-08 01:02:12 +00:00
mef
a3857ff533 (pkgsrc/Makefile)
- Add LICENSE= 2-clause-bsd
 - Drop PKG_DESTDIR_SUPPORT=
 - Add SUBST_CLASSES to edit Makefile for PREFIX
 - Add SUBST_CLASSES to edit dhisd.h and README for VARVASE and PREFIX
 - Add SPECIAL_PERMS to set mode 0700 owner root onto executables
(pkgsrc/DESCR)
 - Add pointer to ${PREFIX}/share/doc/dhisd/README for info
(pkgsrc/patches/patch-aa)
 - Removed

(upstream)
 - Update 5.1 to 5.5
-----------------
On dhisd-5.5
	The server no longer requires a 5.4 client to have rport=0
	in order to reply to the sending port. This releases a small
	issue that broke 5.4 clients with servers <= 5.3.
	As of this version, if the client's version is 5.4 or higher,
	the server always replies to the sending UDP port and disregards
	rport. 5.5. clients however continue to fill in rport in order
	to be compatible with <= 5.3 servers.

On dhisd-5.4:
	The modular architecture has been dropped and the modules and
	engines are no longer part of dhisd. Instead dhisd is again
	a DNS only updating daemon without engines; the extra functionality
	provided by previous engines can however still be replicated with
	OnCmd and OffCmd scripts on a per-host basis.

	The default configuration directory is now /usr/local/etc

	The default binaries directory is now /usr/local/sbin

	It is now possible to put all configuration parameters under a
	config file; the default is /usr/local/etc/dhisd.conf

	The pid file default location moved to /var/run/dhis/dhisd.pid

	The log file default location moved to /var/log/dhis/dhisd.log

	The server can now be bound to a specific IP address with either
	the BindAddr config option or the -b command line option.

	Multiple options have been added and are now possible with the
	command line (dhisd -h) and the config file.

	The server now binds to a UDP port (58800 by default) and sends
	UDP messages from that port; in previous versions dhisd sent
	UDP messages from a random port even though it listened on port 58000.

	In addition to the database text file (specified by the -d option
	or the DBFile config option), dhisd can now use a MySQL database
	instead to achieve the same purpose of the dhis.db file. See
	README and INSTALL for details.

	This version of the server is compatible with NAT friendly 5.4 clients.

On dhisd-5.3:
	Corrected bug that caused improper handling of comment character (;)
	in the database file.

On dhisd-5.2:
        Documentation Updates
2015-03-08 01:01:52 +00:00
rodent
334a7b55dd +php-pthreads 2015-03-07 22:57:39 +00:00
rodent
2f3d17d429 Added devel/php-pthreads version 2.0.10 2015-03-07 22:56:33 +00:00
rodent
54308f538e Import php55-pthreads-2.0.10 as devel/php-pthreads.
This package provides multi-threading that is compatible with PHP based on Posix
threads.
2015-03-07 22:55:54 +00:00
rodent
adfba22613 Apply patch to patch in PR 49375. Defuzz patches. 2015-03-07 22:40:48 +00:00
tnn
9df3421796 regen 2015-03-07 21:31:55 +00:00
tnn
bcb752380b update github examples 2015-03-07 21:31:15 +00:00
tnn
c9632aa0f3 Address issues raised by agc@ to make the github master site handling
more pkgsrcesque.

1) turn _USE_GITHUB into an internal infrastructure variable
2) put back MASTER_SITES in packages' Makefiles.
3) encode the account in the master site URL, remove GH_ACCOUNT
4) rename GH_PROJECT to GITHUB_PROJECT
5) rename GH_TAGNAME to GITHUB_TAG and allow it to accept commit hash
   as well as tag. GH_COMMIT is gone.
6) turn on this functionality when MASTER_SITES matches a predefined github
   pattern instead of via explicit USE_GITHUB setting.
2015-03-07 21:14:32 +00:00
wiz
6061704495 Updated x11/xman to 1.1.4 2015-03-07 18:32:53 +00:00
wiz
9cefc2f948 Update to 1.1.4:
Alan Coopersmith (8):
      Fix "no search will be preformed" typo in dialog box message
      Ensure fgets read at least one byte before modifying string
      config: Add missing AC_CONFIG_SRCDIR
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Fix typos & wording issues in source comments
      Ask groff for text instead of postscript on Solaris
      xman 1.1.4

Jon TURNEY (1):
      Use same FORMAT command on cygwin as on linux in HANDLE_ROFFSEQ case as well

Jörg Sonnenberger (1):
      Fix tautology to the intended check.

Thomas Klausner (1):
      Fix shadow warning.
2015-03-07 18:32:44 +00:00
tnn
17281c9fb6 drop WRKSRC override 2015-03-07 17:15:11 +00:00
tnn
a687a51ddc use https. Unconditionally gets redirected to https, so saves a redirect. 2015-03-07 16:54:28 +00:00
tnn
921a98c993 wants pthreads 2015-03-07 16:37:51 +00:00