Commit graph

13220 commits

Author SHA1 Message Date
Alex Dupre
44f65b9efd Update to 5.5.16 release. 2014-08-27 12:20:57 +00:00
Alex Dupre
8ab83160e5 Update to 5.4.32 release. 2014-08-27 12:20:40 +00:00
Pietro Cerutti
338afb2e7d - Update Tcl/Tk 8.5 to 8.5.16
Release notes: http://code.activestate.com/lists/tcl-core/14056/
2014-08-27 07:54:49 +00:00
Adam Weinberger
5bf2326a1a Fix build.
While here, fix some stage-qa failures. One of the adjunct utilities uses
perl, but it seems silly to build in a run-time perl dependency just for it.
So, set the perl path to something sensible and likely correct.
2014-08-26 17:35:45 +00:00
Tijl Coosemans
216b5a285f - Fix missing library problems when the linker enforces explicit linking
PR:		192062
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-08-26 14:06:08 +00:00
Danilo Egea Gondolfo
ad13c56a44 - Update from 3.21 to 3.22 2014-08-26 11:09:46 +00:00
Gabor Pali
04fe1b9af9 - Update pandoc to 1.13.0.1
- Update gitit to 0.10.5
- Update texmath to 0.8
- Update zip-archive to 0.2.3.4
- Add haddock-library: Library exposing some functionality of Haddock
- Add hoauth2: Haskell OAuth2 authentication
- Add JuicyPixels: Picture loading/serialization

Obtained from:	FreeBSD Haskell
2014-08-25 18:29:57 +00:00
Gabor Pali
e847067418 - Add support for specifying TMPDIR when building hs- ports [1]
- Rework manual pages support
- Work around a possible pkg(8) bug (see pkg #985)

PR:		192940 [1]
Reported by:	marino [1]
Obtained from:	FreeBSD Haskell
2014-08-25 18:19:10 +00:00
Baptiste Daroussin
df655c7493 Reset maintainership on nonstaged ports
With hat:	portmgr
2014-08-25 10:20:51 +00:00
Gerald Pfeifer
a0cb93541f Update to the 20140824 snapshot of GCC 5. 2014-08-25 10:09:27 +00:00
Baptiste Daroussin
1f44147fea Reset maintainership for non staged ports
With hat:	portmgr
2014-08-25 10:01:51 +00:00
Kubilay Kocak
c0cd7bc6cc lang/python34: Fix build when semaphores are not enabled
Backport fix [1] for upstream Python Issue #21704 [2]: Fix build error for
_multiprocessing when semaphores are not available.

The symptom was originally reported by RedPorts 8.4-QAT/i386,
ultimately resulting in a packaging error:

  ...
  checking for sem_open... yes
  checking for sem_timedwait... yes
  checking for sem_getvalue... yes
  checking for sem_unlink... yes
  ...
  checking whether POSIX semaphores are enabled... no
  checking for broken sem_getvalue... yes
  ...

  *** WARNING: renaming "_multiprocessing" since importing it failed:
  build/lib.freebsd-8.4-RELEASE-i386-3.4/_multiprocessing.so: Undefined
  symbol "_PyMp_sem_unlink"

  ...

  pkg-static: lstat(/work/a/ports/lang/python34/work/stage/usr/local/lib/
  python3.4/lib-dynload/_multiprocessing.so): No such file or directory

Something is funny for Jail-based systems when it comes to host/jail
semaphore detection. A config.log would be handy to help determine why.

[1] http://hg.python.org/cpython/rev/f618f6739200
[2] http://bugs.python.org/issue21704
2014-08-25 07:59:45 +00:00
Antoine Brodin
915ee2cd32 Allow staging as a regular user 2014-08-24 20:04:29 +00:00
Adam Weinberger
aadeefae6d Update to version 2.0.8.
Also:
* pass maintainership to submitter
* stage
* add DOCS option
* use Github
* remove obsolete comments from the Makefile.

PR:		192932
Submitted by:	Michael Grünewald
2014-08-24 17:13:00 +00:00
Thomas Zander
e5962a0533 - Update to upstream version 1.1.3.0
- Add LICENSE

PR:		192745
Submitted by:	fernando.apesteguia@gmail.com (maintainer)
Approved by:	mentors (implicit)
2014-08-24 16:59:20 +00:00
Antoine Brodin
d3b7ded81c Fix make fetch
Reported by:	pkg-fallout
With hat:	portmgr
2014-08-23 21:22:43 +00:00
Sunpoet Po-Chuan Hsieh
98b90543fa - Update MAINTAINER
PR:		ports/192902
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2014-08-23 15:58:12 +00:00
Gerald Pfeifer
0469597f00 Update to the 20140820 snapshot of GCC 4.9.2. 2014-08-23 13:42:35 +00:00
Gerald Pfeifer
8a18179711 Update to the 20140817 snapshot of GCC 5, which is how GCC 4.10 is now
going to be called.
2014-08-23 12:31:36 +00:00
Kubilay Kocak
0d6e53966b lang/python{27,33,34}: Bump PORTREVISION, sanitizes builds.
Bump PORTREVISION, as prior to the previous change that fixed upstream Issue
#21166, Python builds could be potentially polluted by the host environment
which could caused runtime issues because of ABI differences.
2014-08-23 05:19:50 +00:00
Kubilay Kocak
3e8425cb1e lang/python{27,33,34}: Backport fix for upstream Issue #21166
Backport fix for upstream Issue #21166:

Prevent possible segfaults and other random failures of python
--generate-posix-vars in pybuilddir.txt build target by ensuring
that pybuilddir.txt is always regenerated when configure is run and
that the newly built skeleton python does not inadvertently import
modules from previously installed instances. [1]

This changeset has been committed for release in 2.7.9, 3.4.2, and 3.5.0.

A HUGE thank you to Ned Deily from the Python Core Development Team
for helping to identify the underlying cause, produce a fix and
wonderfully document the explanation.

[1] http://bugs.python.org/issue21166
2014-08-23 03:53:25 +00:00
Gerald Pfeifer
45fa244b5e GCC 4.10 has been renamed to GCC 5 upstream; rename our gcc410 port
to gcc5 accordingly.
2014-08-22 20:26:23 +00:00
Brooks Davis
20232e2501 Clay has seen no development in over a year and depends on an obsolete
and unmaintained version of LLVM/Clang.

Deprecate the port and give it a longish expiration date in case someone
actually uses it.
2014-08-22 13:07:44 +00:00
Antoine Brodin
783540d9ac Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2014-08-22 07:20:30 +00:00
Matthias Andree
b50a4b0708 Berkeley DB cleanup, remove versions 4.0 ... 4.7.
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
  where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
  versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
  for new Berkeley DB, but are untested.

NOTE: please read UPDATING and the Wiki page before proceeding!

Announcement:	http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference:	https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR:		192690
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged ports)
2014-08-21 22:50:29 +00:00
Brooks Davis
9c0dca4d87 Upgrade to 3.6.r216160. 2014-08-21 12:43:41 +00:00
John Marino
0ada23def6 lang/rexx-regina: Fix configure script to support DragonFly 2014-08-21 12:07:55 +00:00
John Marino
eaf44736bb lang/ocaml: Improve jobcontrol in ocamlbuild
Apply patch for upstream issue 0005371.  It improves job control in
ocamlbuild and fixes some faulty sigpipe affecting ports build with
ocamlbuild.

PR:		189710
Submitted by:	edwin (skylable.com)
patch by:	glondu
Approved by:	maintainer (Michael Gruenewald)
2014-08-19 13:55:11 +00:00
Jimmy Olgeni
d0e831bce2 Include abcl-contrib, which enables using QuickLisp.
PR:		192829
Submitted by:	Mark Evenson
2014-08-19 13:01:24 +00:00
Florian Smeets
459860b0f7 Fix a rookie mistake and put missing distinfo back.
Reported by:	mat, Paul Macdonald <paul@ifdnrg.com>
2014-08-19 12:13:36 +00:00
Florian Smeets
e52a3e8972 Update to 5.3.29.
This is the last maintenance release of the 5.3 branch, see
http://php.net/archive/2014.php#id2014-08-14-1

Security:	d2a892b9-2605-11e4-9da0-00a0986f28c4
MFH:		2014Q3
2014-08-18 21:19:56 +00:00
Antoine Brodin
1c6ed8eca3 Convert most NO_INSTALL_MANPAGES to USES=imake:noman
With hat:	portmgr
2014-08-18 19:13:18 +00:00
Cy Schubert
3334264e8a Update 2.065.0 --> 2.066.0 2014-08-18 18:43:23 +00:00
Marcus von Appen
3d62b77032 A selection of supplementary tools for the Python language, which ship with
the Python default distribution.

Phabric:	D561
Reviewed by:	antoine, koobs
With hat:	python@
2014-08-18 16:44:14 +00:00
Danilo Egea Gondolfo
cc156074bc - Update from 0.7.5 to 0.8.3
- Add stage support
- Take maintainership
2014-08-18 15:17:02 +00:00
Wen Heping
a2ee8f1757 - Update to 2.61
PR:		192716
Submitted by:	Daniel Austin<freebsd-ports@dan.me.uk>
2014-08-18 09:52:18 +00:00
Danilo Egea Gondolfo
727af7db27 - Update from 3.14.1 to 3.21
- Take maintainership
2014-08-17 22:57:01 +00:00
Antoine Brodin
e106aa76f8 Connect llvm35 and clang35 to the build
Pointy hat:	brooks
2014-08-17 21:22:24 +00:00
Antoine Brodin
710181c3ee Connect v8-devel to the build
Pointy hat:	sunpoet
2014-08-17 21:19:14 +00:00
Tijl Coosemans
c0f51fae12 math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
2014-08-17 13:09:56 +00:00
Ashish SHUKLA
e9cea23814 - Update to 0.5.7
- Use DATADIR in pkg-plist
- Create sash symlink in post-install
2014-08-17 09:16:39 +00:00
Gerald Pfeifer
91da5f86d5 Update to the 20140813 snapshot of GCC 4.9.2. 2014-08-16 22:37:55 +00:00
Adam Weinberger
28675b35b9 Fix build on -current.
Mysteries in this port remain, such as why it depends on libreadline.so.6
directly, and why it brings in X11 dependencies only if you turn the
X11 OPTION off.
2014-08-16 21:20:57 +00:00
Gerald Pfeifer
7a974f5e0c Update to the 20140810 snapshot of GCC 4.10.0. 2014-08-16 19:25:06 +00:00
Adam Weinberger
6c871e60b1 Fix build on -current. 2014-08-16 18:21:35 +00:00
Adam Weinberger
c056f83b88 Add USES=readline to fix build on -current. 2014-08-16 16:47:56 +00:00
Adam Weinberger
457473c1ec Add USES=readline to fix build on -current.
Also, remove @dirrmtry info.
2014-08-16 16:34:56 +00:00
Sergey A. Osokin
a5a72eee5e Update from 2.0.2 to 2.0.3.
<ChangeLog>

Add PS4 port.
Add support for multilib distro builds.
Fix OSX build.
Fix MinGW build.
Fix Xbox 360 build.
Improve ULOAD forwarding for open upvalues.
Fix GC steps threshold handling when called by JIT-compiled code.
Fix argument checks for math.deg() and math.rad().
Fix jit.flush(func|true).
Respect jit.off(func) when returning to a function, too.
Fix compilation of string.byte(s, nil, n).
Fix line number for relocated bytecode after closure fixup.
Fix frame traversal for backtraces.
Fix ABC elimination.
Fix handling of redundant PHIs.
Fix snapshot restore for exit to function header.
Fix type punning alias analysis for constified pointers.
Fix call unroll checks in the presence of metamethod frames.
Fix initial maxslot for down-recursive traces.
Prevent BASE register coalescing if parent uses IR_RETF.
Don't purge modified function from stack slots in BC_RET.
Fix recording of BC_VARG.
Don't access dangling reference to reallocated IR.
Fix frame depth display for bytecode dump in -jdump.
ARM: Fix register allocation when rematerializing FPRs.
x64: Fix store to upvalue for lightuserdata values.
FFI: Add missing GC steps for callback argument conversions.
FFI: Properly unload loaded DLLs.
FFI: Fix argument checks for ffi.string().
FFI/x64: Fix passing of vector arguments to calls.
FFI: Rehash finalizer table after GC cycle, if needed.
FFI: Fix cts->L for cdata unsinking in snapshot restore.

</ChangeLog>
2014-08-16 15:08:10 +00:00
Julien Laffaye
1c72e050cc - Update to 1.3.1 2014-08-15 21:44:31 +00:00
Kurt Jaeger
62ce8d42bd lang/p5-Expect: 1.21 -> 1.29
Changes:
  http://cpansearch.perl.org/src/SZABGAB/Expect-1.29/Changes
2014-08-15 21:00:02 +00:00
Tijl Coosemans
372d9b8add Update to version 3.4.1.2014.08.15 2014-08-15 20:47:11 +00:00
Matthias Andree
515db2ed10 Upgrade OpenEXR and ilmbase to 2.2.0.
GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
2014-08-15 20:37:31 +00:00
Adam Weinberger
c987682a77 Fix build on -current, and fix LICENSE and WWW. 2014-08-15 19:44:13 +00:00
Gabor Pali
df432f4cd6 - Get the previous configure fix actually right
Obtained from:	FreeBSD Haskell
2014-08-15 16:17:42 +00:00
Brooks Davis
71a5478668 Update a new snapshot of CHERI Clang, now with preliminary support for
ISA v3 (cursors).
2014-08-15 15:45:20 +00:00
Brooks Davis
0eee75617e Add patch missed in r364981.
No version bump as clang won't compile without this change.
2014-08-15 15:42:35 +00:00
Brooks Davis
eda9b0a29d Update to r211638. 2014-08-15 15:41:52 +00:00
Tilman Keskinoz
327c82a48e Update to 5.7
PR:		192653
Submitted by:	maintainer
2014-08-15 11:40:41 +00:00
Sunpoet Po-Chuan Hsieh
6dde2a6a2c - Use USES=python 2014-08-15 03:01:40 +00:00
Sunpoet Po-Chuan Hsieh
2ed1d04c00 - Use USES=python 2014-08-15 03:01:35 +00:00
Gabor Pali
80b1b8ce7b - Fix escaping linker options at configure; this fixes build with SSP
Submitted by:	bdrewery
Obtained from:	FreeBSD Haskell
2014-08-14 21:26:11 +00:00
Brooks Davis
7b8e34b115 Upgrade to 3.5.0rc2 2014-08-14 12:22:00 +00:00
Ryan Steinmetz
f163e0e423 New port: lang/p5-Try-Tiny-Retry:
This module extends Try::Tiny to add support for retries.

Try::Tiny provides bare bones try/catch statements that are designed
to minimize common mistakes done with eval blocks (for instance assuming
that $@ is set to a true value on error, or clobbering previous values
of $@, and NOTHING else.

WWW: http://search.cpan.org/dist/Try-Tiny-Retry/
2014-08-13 15:48:42 +00:00
Dmitry Marakasov
9d38b423d3 - Switch lang/libhx to USES=libtool, drop .la files
- Fix pkgconfig files installation
- Strip libraries
- Bump dependent ports as .so version has changed
2014-08-13 12:57:29 +00:00
Sunpoet Po-Chuan Hsieh
acf225b1a0 - Add CPE information 2014-08-13 09:06:37 +00:00
Sunpoet Po-Chuan Hsieh
0b6d67fac2 - Add CPE information 2014-08-13 09:06:32 +00:00
Jimmy Olgeni
98410c3b2a Add staging support.
PR:		190708
Submitted by:	olgeni
Approved by:	maintainer timeout
2014-08-12 20:19:53 +00:00
Sunpoet Po-Chuan Hsieh
e9bde6cdd5 - Reword COMMENT
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use USES=execinfo
- Fix PLIST
- Bump PORTREVISION for package change
- Cosmetic change
- Update pkg-descr
2014-08-12 18:16:28 +00:00
Sunpoet Po-Chuan Hsieh
294548b397 - Reword COMMENT
- Use CONFLICTS_INSTALL instead of CONFLICTS
- Use USES=execinfo
- Cosmetic change
- Update pkg-descr
2014-08-12 18:15:53 +00:00
John Marino
8b6f16b94f Reset maintainer on lang/sbcl
There's been a staging PR in place since June that prevent a maintainer
reset back in June.

Approved by:	portmgr (implicit, NOT_STAGED)
2014-08-11 13:46:43 +00:00
Gabor Pali
cc55544233 - Update The Glorious Glasgow Haskell Compiler to version 7.8.3
- Update Haskell Platform to version 2014.2.0.0
- Update Yesod Platform to version 1.2.13
- Update Gtk2Hs to version 0.12.5
- Update Pandoc to version 1.12.4.2
- Update git-annex to version 5.20140717
- Unbreak wxHaskell ports

Please note that port revisions for all the Haskell ports without version
changes are bumped.

New ports (69):

databases/hs-esqueleto: Type-safe EDSL for SQL queries on persistent backends
devel/hs-Glob: Globbing library
devel/hs-STMonadTrans: Monad transformer version of the ST monad
devel/hs-auto-update: Efficiently run periodic, on-demand actions
devel/hs-asn1-encoding: ASN1 data reader and writer in RAW, BER and DER forms
devel/hs-asn1-parse: Simple monadic parser for ASN1 stream types
devel/hs-atomic-primops: Safe approach to CAS and other atomic operations
devel/hs-boxes: 2D text pretty-printing library
devel/hs-byteable: Type class for sequence of bytes
devel/hs-chunked-data: Typeclasses for dealing with chunked data
devel/hs-conduit-combinators: Commonly used conduit functions
devel/hs-conduit-extra: Conduit adapters for common libraries
devel/hs-data-hash: Combinators for building fast hashing functions
devel/hs-deepseq-generics: Generics-based Control.DeepSeq.rnf implementation
devel/hs-dlist-instances: Difference lists instances
devel/hs-enclosed-exceptions: Catching exceptions within enclosed computations
devel/hs-equivalence: Maintaining equivalence relations as union-find
devel/hs-exceptions: Extensible optionally-pure exceptions
devel/hs-free: Monads for free
devel/hs-hslua: Lua language interpreter embedding in Haskell
devel/hs-keys: Keyed functors and containers
devel/hs-monad-loops: Monadic loops
devel/hs-monads-tf: Monad classes, using type families
devel/hs-mono-traversable: Traversing monomorphic containers
devel/hs-prelude-extras: Higher-order versions of Prelude classes
devel/hs-prettyclass: Pretty printing class similar to Show
devel/hs-scientific: Numbers represented using scientific notation
devel/hs-securemem: Auto scrubbing and const time eq, memory chunk
devel/hs-shake: Build system library, like Make, but more accurate dependencies
devel/hs-stm-chans: Additional types of channels for STM
devel/hs-streaming-commons: Common functions for streaming data libraries
devel/hs-text-icu: Bindings to the ICU library
devel/hs-tf-random: High-quality splittable pseudorandom number generator
devel/hs-transformers-compat: Compatibility shim for transformers
devel/hs-vector-binary-instances: Binary instances for vector
devel/hs-vector-instances: Orphan Instances for 'Data.Vector'
devel/hs-vector-th-unbox: Deriver for Data.Vector.Unboxed with Template Haskell
dns/hs-dns: DNS library in Haskell
dns/hs-gnuidn: Bindings for GNU IDN
net/hs-connection: Simple and easy network connections API
net/hs-gsasl: Bindings for GNU libgsasl
net/hs-iproute: IP Routing Table
net/hs-network-protocol-xmpp: Client library for the XMPP protocol
security/hs-DRBG: Deterministic random bit generator
security/hs-cipher-aes128: AES and common modes using AES-NI when available
security/hs-cipher-blowfish: Blowfish cipher
security/hs-cipher-camellia: Camellia block cipher primitives
security/hs-cipher-des: DES and 3DES primitives
security/hs-crypto-cipher-types: Generic cryptography cipher types
security/hs-crypto-random: Simple cryptographic random related types
security/hs-cryptohash-conduit: Cryptohash conduit
security/hs-cryptohash-cryptoapi: Crypto-api interfaces for cryptohash
security/hs-gnutls: Bindings for GNU libgnutls
security/hs-x509: X509 reader and writer
security/hs-x509-store: X.509 collection accessing and storing methods
security/hs-x509-system: Per-operating-system X.509 accessors and storage
security/hs-x509-validation: X.509 Certificate and CRL validation
sysutils/hs-ekg: Remote monitoring of processes
sysutils/hs-ekg-core: Tracking of system metrics
textproc/hs-appar: Simple applicative parser
textproc/hs-libxml-sax: Bindings for the libXML2 SAX interface
textproc/hs-uri: Library for working with URIs
textproc/hs-xml-hamlet: Hamlet-style quasiquoter for XML content
www/hs-DAV: RFC 4918 WebDAV support
www/hs-http-client: HTTP client engine
www/hs-http-client-tls: http-client backend with TLS support
www/hs-warp-tls: HTTP over SSL/TLS support for Warp via the TLS package
www/hs-yesod-auth-hashdb: Authentication plugin for Yesod
www/hs-yesod-bin: Yesod helper executable

Updated ports (279):

archivers/hs-zip-archive                 0.1.3.4_5        --> 0.2.3.2
archivers/hs-zlib-enum                   0.2.3_6          --> 0.2.3.1
audio/hs-ALUT                            2.2.0.0_14       --> 2.3.0.1
audio/hs-OpenAL                          1.4.0.2_5        --> 1.6.0.0
audio/hs-libmpd                          0.8.0.2_5        --> 0.8.0.5
benchmarks/hs-criterion                  0.6.2.1_6        --> 0.8.1.0
converters/hs-aeson                      0.6.1.0_6        --> 0.7.0.6
converters/hs-dataenc                    0.14.0.5_5       --> 0.14.0.7
databases/hs-mysql                       0.1.1.4_8        --> 0.1.1.6
databases/hs-persistent                  1.2.0.1_4        --> 1.3.1.1
databases/hs-persistent-sqlite           1.2.0_4          --> 1.3.0.5
databases/hs-persistent-template         1.2.0_4          --> 1.3.1.4
devel/hs-Boolean                         0.2_5            --> 0.2.1
devel/hs-ConfigFile                      1.1.1_9          --> 1.1.2
devel/hs-DrIFT                           2.2.3_8          --> 2.4.2
devel/hs-MemoTrie                        0.6.1_6          --> 0.6.2
devel/hs-MissingH                        1.2.0.0_6        --> 1.2.1.0
devel/hs-MonadCatchIO-mtl                0.3.0.5_6        --> 0.3.1.0
devel/hs-MonadCatchIO-transformers       0.3.0.0_8        --> 0.3.1.0
devel/hs-MonadRandom                     0.1.9_4          --> 0.1.13
devel/hs-SafeSemaphore                   0.9.0_6          --> 0.10.1
devel/hs-Stream                          0.4.6.1_6        --> 0.4.7.1
devel/hs-TypeCompose                     0.9.9_5          --> 0.9.10
devel/hs-abstract-deque                  0.2_4            --> 0.3
devel/hs-abstract-par                    0.3.1_8          --> 0.3.3
devel/hs-alex                            3.0.5_4          --> 3.1.3
devel/hs-ansi-terminal                   0.6_5            --> 0.6.1.1
devel/hs-ansi-wl-pprint                  0.6.6_6          --> 0.6.7.1
devel/hs-asn1-types                      0.1.3_4          --> 0.2.3
devel/hs-async                           2.0.1.4_4        --> 2.0.1.5
devel/hs-base16-bytestring               0.1.1.5_7        --> 0.1.1.6
devel/hs-basic-prelude                   0.3.5.0_4        --> 0.3.8
devel/hs-bifunctors                      3.2.0.1_5        --> 4.1.1.1
devel/hs-blaze-builder                   0.3.1.1_4        --> 0.3.3.2
devel/hs-blaze-builder-enumerator        0.2.0.5_6        --> 0.2.0.6
devel/hs-blaze-textual                   0.2.0.8_6        --> 0.2.0.9
devel/hs-bloomfilter                     1.2.6.10_7       --> 2.0.0.0
devel/hs-bytestring-show                 0.3.5.5_4        --> 0.3.5.6
devel/hs-c2hs                            0.16.4_6         --> 0.17.2
devel/hs-cabal-install                   1.16.0.2_4       --> 1.18.0.5
devel/hs-cereal                          0.3.5.2_7        --> 0.4.0.1
devel/hs-checkers                        0.3.1_5          --> 0.3.2
devel/hs-classy-prelude                  0.5.7_4          --> 0.9.3
devel/hs-classy-prelude-conduit          0.5.3_5          --> 0.9.3
devel/hs-cmdargs                         0.10.3_4         --> 0.10.9
devel/hs-conduit                         1.0.5_4          --> 1.1.7
devel/hs-configurator                    0.2.0.2_6        --> 0.3.0.0
devel/hs-convertible                     1.0.11.1_8       --> 1.1.0.0
devel/hs-cpphs                           1.16_5           --> 1.18.5
devel/hs-data-pprint                     0.2.1.4_6        --> 0.2.3
devel/hs-directory-tree                  0.11.0_6         --> 0.12.0
devel/hs-dlist                           0.5_13           --> 0.7.1
devel/hs-either                          3.4_5            --> 4.3.0.1
devel/hs-enumerator                      0.4.19_8         --> 0.4.20
devel/hs-errors                          1.4.1_5          --> 1.4.7
devel/hs-fast-logger                     0.3.1_7          --> 2.2.0
devel/hs-fgl                             5.4.2.4_9        --> 5.5.0.1
devel/hs-file-embed                      0.0.4.7_5        --> 0.0.7
devel/hs-filestore                       0.6.0.1_5        --> 0.6.0.3
devel/hs-fsnotify                        0.0.11_4         --> 0.1.0.3
devel/hs-gconf                           0.12.1.1_6       --> 0.12.5.0
devel/hs-generic-deriving                1.5.0_4          --> 1.6.3
devel/hs-geniplate                       0.6.0.3_5        --> 0.6.0.4
devel/hs-ghc-events                      0.4.2.0_6        --> 0.4.3.0
devel/hs-ghc-mtl                         1.0.1.2_6        --> 1.2.1.0
devel/hs-gio                             0.12.4_6         --> 0.12.5.3
devel/hs-glade                           0.12.1_10        --> 0.12.5.0
devel/hs-glib                            0.12.4_6         --> 0.12.5.4
devel/hs-gtk2hs-buildtools               0.12.4_6         --> 0.12.5.2
devel/hs-haddock                         2.13.2_4         --> 2.14.2
devel/hs-happy                           1.18.10_6        --> 1.19.4
devel/hs-hashable                        1.1.2.5_4,1      --> 1.2.2.0,1
devel/hs-hashed-storage                  0.5.10_6         --> 0.5.11
devel/hs-hashtables                      1.1.0.2_5        --> 1.1.2.1
devel/hs-haskell-src                     1.0.1.5_8        --> 1.0.1.6
devel/hs-haskell-src-exts                1.13.5_6         --> 1.15.0.1
devel/hs-hasktags                        0.68.2_5         --> 0.69.0
devel/hs-hastache                        0.5.0_5          --> 0.6.0
devel/hs-hinotify                        0.3.5_6          --> 0.3.7
devel/hs-hint                            0.3.3.6_5        --> 0.4.2.0
devel/hs-hlint                           1.8.45_4         --> 1.9.3
devel/hs-hoogle                          4.2.16_5         --> 4.2.34
devel/hs-hslogger                        1.2.1_6          --> 1.2.4
devel/hs-hspec                           1.5.4_4          --> 1.11.0
devel/hs-hspec-expectations              0.3.2_4          --> 0.6.0.1
devel/hs-kqueue                          0.1.2.4_6        --> 0.1.2.6
devel/hs-language-c                      0.3.2.1_11       --> 0.4.5
devel/hs-language-javascript             0.5.7_6          --> 0.5.13
devel/hs-largeword                       1.0.5_4          --> 1.2.3
devel/hs-lens                            3.9.0.2_4        --> 4.3.3
devel/hs-lifted-base                     0.2.0.5_4        --> 0.2.3.0
devel/hs-logict                          0.6_5            --> 0.6.0.2
devel/hs-mmap                            0.5.8_7          --> 0.5.9
devel/hs-mmorph                          1.0.0_4          --> 1.0.3
devel/hs-monad-control                   0.3.2.1_4        --> 0.3.3.0
devel/hs-monad-logger                    0.3.1.1_4        --> 0.3.7.1
devel/hs-monad-par                       0.3.4.2_4        --> 0.3.4.6
devel/hs-monad-par-extras                0.3.2_8          --> 0.3.3
devel/hs-mtl                             2.1.2_6          --> 2.1.3.1
devel/hs-mueval                          0.9_5            --> 0.9.1.1
devel/hs-murmur-hash                     0.1.0.6_6        --> 0.1.0.7
devel/hs-optparse-applicative            0.5.2.1_5        --> 0.9.1.1
devel/hs-parallel                        3.2.0.3_6        --> 3.2.0.4
devel/hs-pcre-light                      0.4_13           --> 0.4.0.2
devel/hs-primitive                       0.5.0.1_6        --> 0.5.2.1
devel/hs-profunctors                     3.3.0.1_4        --> 4.2.0.1
devel/hs-project-template                0.1.3_5          --> 0.1.4.1
devel/hs-quickcheck-io                   0.1.0_4          --> 0.1.1
devel/hs-reflection                      1.3.2_4          --> 1.5.1
devel/hs-resource-pool                   0.2.1.1_6        --> 0.2.3.0
devel/hs-resourcet                       0.4.7.1_4        --> 1.1.2.3
devel/hs-safe                            0.3.3_9          --> 0.3.7
devel/hs-setenv                          0.1.0_6          --> 0.1.1.1
devel/hs-simple-reflect                  0.3.1_5          --> 0.3.2
devel/hs-smallcheck                      1.0.2_5          --> 1.1.1
devel/hs-syb                             0.4.0_4          --> 0.4.1
devel/hs-syb-with-class                  0.6.1.4_6        --> 0.6.1.5
devel/hs-system-fileio                   0.3.11_5         --> 0.3.14
devel/hs-system-filepath                 0.4.7_6          --> 0.4.12
devel/hs-tagged                          0.6_4            --> 0.7.2
devel/hs-temporary                       1.1.2.4_6        --> 1.2.0.3
devel/hs-test-framework                  0.8_7            --> 0.8.0.3
devel/hs-test-framework-hunit            0.3.0_7          --> 0.3.0.1
devel/hs-test-framework-quickcheck2      0.3.0.1_7        --> 0.3.0.3
devel/hs-text                            0.11.3.1_4       --> 1.1.0.0
devel/hs-threads                         0.5.0.2_5        --> 0.5.1.2
devel/hs-threadscope                     0.2.2_6          --> 0.2.4
devel/hs-timezone-olson                  0.1.2_5          --> 0.1.4
devel/hs-timezone-series                 0.1.2_5          --> 0.1.3
devel/hs-transformers-base               0.4.1_9          --> 0.4.2
devel/hs-uniplate                        1.6.10_6         --> 1.6.12
devel/hs-unix-compat                     0.4.1.1_4        --> 0.4.1.3
devel/hs-unix-time                       0.1.8_4          --> 0.3.3
devel/hs-unordered-containers            0.2.3.1_4        --> 0.2.4.0
devel/hs-utf8-light                      0.4.0.1_8        --> 0.4.2
devel/hs-utf8-string                     0.3.7_9          --> 0.3.8
devel/hs-utility-ht                      0.0.9_4          --> 0.0.10
devel/hs-uuagc                           0.9.42.3_4       --> 0.9.51
devel/hs-uuagc-cabal                     1.0.4.0_7        --> 1.0.5.0
devel/hs-uuid                            1.2.13_4         --> 1.3.3
devel/hs-uulib                           0.9.15_5         --> 0.9.16
devel/hs-vault                           0.2.0.4_5        --> 0.3.0.3
devel/hs-vector                          0.10.0.1_6       --> 0.10.9.1
devel/hs-vector-algorithms               0.5.4.2_6        --> 0.6.0.3
devel/hs-void                            0.6_4            --> 0.6.1
devel/hs-word8                           0.0.3_5          --> 0.1.1
graphics/hs-HGL                          3.2.0.2_14       --> 3.2.0.5
graphics/hs-cairo                        0.12.4_6         --> 0.12.5.3
graphics/hs-svgcairo                     0.12.1.1_8       --> 0.12.5.2
mail/hs-email-validate                   1.0.0_5          --> 2.0.1
mail/hs-mime                             0.3.4_6          --> 0.4.0.1
mail/hs-mime-mail                        0.4.1.2_7        --> 0.4.5.2
mail/hs-mime-types                       0.1.0.3_5        --> 0.1.0.4
math/hs-Agda                             2.3.2_6          --> 2.4.0.2
math/hs-categories                       1.0.5_5          --> 1.0.6
math/hs-comonad                          3.0.2_5          --> 4.2.2
math/hs-contravariant                    0.4_5            --> 1.1
math/hs-data-lens                        2.10.2_7         --> 2.10.5
math/hs-data-lens-template               2.1.7_7          --> 2.1.8
math/hs-distributive                     0.3.1_5          --> 0.4.4
math/hs-math-functions                   0.1.3.0_5        --> 0.1.5.2
math/hs-mwc-random                       0.12.0.1_6       --> 0.13.1.2
math/hs-nats                             0.1_5            --> 0.2
math/hs-pointed                          3.0.2_6          --> 4.1
math/hs-probability                      0.2.4_8          --> 0.2.4.1
math/hs-semigroupoids                    3.0.2_6          --> 4.0.4
math/hs-semigroups                       0.9.1_4          --> 0.15.2
math/hs-statistics                       0.10.3.1_4       --> 0.13.2.1
math/hs-vector-space                     0.8.6_7          --> 0.8.7
multimedia/hs-gstreamer                  0.12.1.2_6       --> 0.12.5.0
net/hs-network                           2.4.1.2_4        --> 2.4.2.3
net/hs-network-info                      0.2.0.3_6        --> 0.2.0.5
net/hs-network-multicast                 0.0.7_6          --> 0.0.11
net/hs-simple-sendfile                   0.2.11_5         --> 0.2.15
net/hs-socks                             0.5.1_4          --> 0.5.4
science/hs-bio                           0.5.2_8          --> 0.5.3
security/hs-HsOpenSSL                    0.10.3.3_6       --> 0.11
security/hs-RSA                          1.2.2.0_7        --> 2.0.0
security/hs-SHA                          1.6.1_6          --> 1.6.4.1
security/hs-certificate                  1.3.7_4          --> 1.3.9
security/hs-cipher-aes                   0.1.8_4          --> 0.2.8
security/hs-cipher-rc4                   0.1.2_5          --> 0.1.4
security/hs-clientsession                0.9_4            --> 0.9.0.3
security/hs-cprng-aes                    0.3.4_6          --> 0.5.2
security/hs-crypto-api                   0.12.1_4         --> 0.13
security/hs-crypto-conduit               0.5.2_4          --> 0.5.4
security/hs-crypto-numbers               0.1.3_5          --> 0.2.3
security/hs-crypto-pubkey                0.1.3_4          --> 0.2.4
security/hs-crypto-pubkey-types          0.3.2_4          --> 0.4.2.2
security/hs-cryptocipher                 0.5.0_4          --> 0.6.2
security/hs-cryptohash                   0.9.0_4          --> 0.11.6
security/hs-entropy                      0.2.1_9          --> 0.3.2
security/hs-monadcryptorandom            0.5.1_5          --> 0.6.1
security/hs-pem                          0.1.2_6          --> 0.2.2
security/hs-pwstore-fast                 2.3_7            --> 2.4.1
security/hs-skein                        1.0.3_4          --> 1.0.9
security/hs-tls                          1.1.2_5          --> 1.2.8
sysutils/hs-angel                        0.3.4_6          --> 0.5.0
sysutils/hs-cpu                          0.1.1_7          --> 0.1.2
textproc/hs-Diff                         0.2.0_5          --> 0.3.0
textproc/hs-HStringTemplate              0.7.1_5          --> 0.7.3
textproc/hs-HaXml                        1.24_4           --> 1.24.1
textproc/hs-attoparsec-enumerator        0.3.1_7          --> 0.3.3
textproc/hs-blaze-html                   0.6.1.1_4        --> 0.7.0.2
textproc/hs-blaze-markup                 0.5.1.5_4        --> 0.6.1.0
textproc/hs-case-insensitive             1.0.0.2_4        --> 1.1.0.3
textproc/hs-citeproc-hs                  0.3.8_5          --> 0.3.9
textproc/hs-feed                         0.3.8_13         --> 0.3.9.2
textproc/hs-hexpat                       0.20.3_6         --> 0.20.6
textproc/hs-highlighting-kate            0.5.3.9_4        --> 0.5.8.5
textproc/hs-html-conduit                 1.1.0_5          --> 1.1.0.5
textproc/hs-hxt                          9.3.1.1_7        --> 9.3.1.4
textproc/hs-hxt-charproperties           9.1.1_9          --> 9.1.1.1
textproc/hs-hxt-unicode                  9.0.2_9          --> 9.0.2.2
textproc/hs-pandoc-types                 1.10_5           --> 1.12.4.1
textproc/hs-parsec                       3.1.3_6          --> 3.1.5
textproc/hs-regex-pcre-builtin           0.94.4.5.8.31_5  --> 0.94.4.8.8.35
textproc/hs-regex-tdfa                   1.1.8_5          --> 1.2.0
textproc/hs-stringsearch                 0.3.6.4_6        --> 0.3.6.5
textproc/hs-tagsoup                      0.12.8_6         --> 0.13.1
textproc/hs-tagstream-conduit            0.5.4_5          --> 0.5.5.1
textproc/hs-texmath                      0.6.1.5_4        --> 0.6.7
textproc/hs-xml-conduit                  1.1.0.3_5        --> 1.2.1
textproc/hs-xml-types                    0.3.3_6          --> 0.3.4
textproc/hs-xmlhtml                      0.2.1_5          --> 0.2.3.2
textproc/hs-yaml                         0.8.2.4_4        --> 0.8.8.4
www/hs-HTTP                              4000.2.8_4       --> 4000.2.10
www/hs-authenticate                      1.3.2.6_5        --> 1.3.2.9
www/hs-cgi                               3001.1.7.5_4,1   --> 3001.1.8.5,1
www/hs-cookie                            0.4.0.1_6        --> 0.4.1.2
www/hs-css-text                          0.1.1_10         --> 0.1.2.1
www/hs-gitit                             0.10.3.1_5       --> 0.10.4
www/hs-hS3                               0.5.7_5          --> 0.5.8
www/hs-happstack                         7.0.1_7          --> 7.0.2
www/hs-happstack-server                  7.1.7.1_4        --> 7.3.7
www/hs-heist                             0.12.0_4         --> 0.13.1.2
www/hs-hjsmin                            0.1.4.1_5        --> 0.1.4.7
www/hs-http-conduit                      1.9.3_4          --> 2.1.4
www/hs-http-reverse-proxy                0.1.1.6_4        --> 0.4.0.1
www/hs-http-server                       1.0.2_5          --> 1.0.4
www/hs-http-types                        0.8.0_5          --> 0.8.5
www/hs-oeis                              0.3.1_10         --> 0.3.5
www/hs-path-pieces                       0.1.2_6          --> 0.1.4
www/hs-recaptcha                         0.1_9            --> 0.1.0.2
www/hs-shakespeare                       1.0.5_4          --> 2.0.1.1
www/hs-snap                              0.12.0_4         --> 0.13.2.8
www/hs-snap-core                         0.9.3.1_5        --> 0.9.6.3
www/hs-snap-server                       0.9.3.3_5        --> 0.9.4.5
www/hs-wai                               1.4.0_5          --> 3.0.1.1
www/hs-wai-app-static                    1.3.1.2_5        --> 3.0.0
www/hs-wai-extra                         1.3.4_4          --> 3.0.1.2
www/hs-wai-logger                        0.3.0_7          --> 2.2.0
www/hs-warp                              1.3.8.1_4        --> 3.0.0.5
www/hs-webkit                            0.12.4_8         --> 0.12.6.1
www/hs-xss-sanitize                      0.3.3_6          --> 0.3.5.2
www/hs-yesod                             1.2.0.1_4        --> 1.2.6.1
www/hs-yesod-auth                        1.2.0_4          --> 1.3.4
www/hs-yesod-core                        1.2.0.4_4        --> 1.2.19
www/hs-yesod-form                        1.3.0_4          --> 1.3.14
www/hs-yesod-persistent                  1.2.0_4          --> 1.2.3
www/hs-yesod-routes                      1.2.0_4          --> 1.2.0.7
www/hs-yesod-static                      1.2.0_4          --> 1.2.4
www/hs-yesod-test                        1.2.0_4          --> 1.2.3.2
x11-toolkits/hs-GLURaw                   1.3.0.0_4        --> 1.4.0.1
x11-toolkits/hs-GLUT                     2.4.0.0_5,1      --> 2.5.1.1,1
x11-toolkits/hs-OpenGL                   2.8.0.0_4,1      --> 2.9.2.0,1
x11-toolkits/hs-OpenGLRaw                1.3.0.0_5        --> 1.5.0.0
x11-toolkits/hs-gtk                      0.12.4_6         --> 0.12.5.7
x11-toolkits/hs-gtkglext                 0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-gtksourceview2           0.12.3.1_8       --> 0.12.5.0
x11-toolkits/hs-pango                    0.12.4_6         --> 0.12.5.3
x11-toolkits/hs-vte                      0.12.1_10        --> 0.12.5.0
x11-toolkits/hs-wx                       0.90.0.1_8       --> 0.90.1.0
x11-toolkits/hs-wxc                      0.90.0.4_7       --> 0.90.1.1
x11-toolkits/hs-wxcore                   0.90.0.3_7       --> 0.90.1.1
x11-toolkits/hs-wxdirect                 0.90.0.1_8       --> 0.90.1.1
x11-wm/hs-xmonad-contrib                 0.11.1_6         --> 0.11.3
x11/hs-X11                               1.6.1.1_6        --> 1.6.1.2
x11/hs-xmobar                            0.17_4           --> 0.21

Removed ports (28):

archivers/hs-zlib-conduit: Deprecated in favor of conduit-extra
devel/hs-IORefCAS: Deprecated in favor of atomic-primops
devel/hs-StateVar: Deprecated
devel/hs-Tensor: Depcrecated
devel/hs-attempt: Deprecated in favor of exceptions
devel/hs-base64-conduit: Deprecated in favor of conduit-combinators
devel/hs-blaze-builder-conduit: Deprecated in favor of conduit-extra
devel/hs-failure: Deprecated in favor or exceptions
devel/hs-filesystem-conduit: Deprecated in favor of conduit-combinators
devel/hs-haskeline: Become part of GHC
devel/hs-pool-conduit: Deprecated in favor of resource-pool
devel/hs-profunctor-extras: Absorbed into profunctors
devel/hs-terminfo: Become part of GHC
devel/hs-transformers: Become part of GHC
math/hs-comonad-transformers: Deprecated in favor of comonad
math/hs-comonads-fd: Deprecated in favor of comonad
math/hs-groupoids: Deprecated in favor of semigroupoids
math/hs-semigroupoid-extras: Deprecated in favor of semigroupoids
net/hs-network-conduit: Deprecated in favor of conduit-extra
security/hs-tls-extra: Deprecated in favor of tls
textproc/hs-attoparsec-conduit: Deprecated in favor of conduit-extra
textproc/hs-xhtml: Become part of GHC
www/hs-hamlet: Deprecated in favor of shakespeare
www/hs-shakespeare-css: Deprecated in favor of shakespeare
www/hs-shakespeare-i18n: Deprecated in favor of shakespeare
www/hs-shakespeare-js: Deprecated in favor of shakespeare
www/hs-shakespeare-text: Deprecated in favor of shakespeare
www/hs-wai-test: Deprecated in favor of wai-extra

Approved by:	portmgr (implicit, touching unstaged ports)
Obtained from:	FreeBSD Haskell
2014-08-10 22:34:50 +00:00
Gerald Pfeifer
cf5dd7a12e Update to the 20140806 snapshot of GCC 4.9.2. 2014-08-10 21:17:05 +00:00
Gerald Pfeifer
de24821d65 Update to the 20140807 snapshot of GCC 4.8.4. 2014-08-10 20:40:36 +00:00
Marcus von Appen
600af559c2 - Add USE_OPENSSL, since all lang/python ports build the _ssl module, which
requires a working OpenSSL implementation

Phabric:		D569
Reviewed by:	wg@
With hat:	python@
2014-08-10 18:36:27 +00:00
Tijl Coosemans
ad7d199306 Switch to USES=libtool:build. Also add a run dependency on libtool because
the compiler can use libtool internally.

Reported by:	antoine
2014-08-10 13:47:00 +00:00
Marcus von Appen
0ed44f8feb - Convert my ports to USES=python 2014-08-10 08:55:08 +00:00
John Marino
af3d00bc7a lang/rexx-regina: Upgrade version 3.8 => 3.8.2
PR:		191824
Submitted by:	Ports Fury
2014-08-09 21:15:24 +00:00
Adam Weinberger
422540c35a Add USES=readline to fix build on current. 2014-08-09 04:02:59 +00:00
Pietro Cerutti
870f942062 - Revert stripping the shlib. Stubs need symbols.
Hinted by:	antoine
2014-08-08 14:06:13 +00:00
Pietro Cerutti
b01c64d843 - Fix installation of stripped libraries
- Fix pkg-config file [1]

Obtained from:	upstream (http://core.tcl.tk/tcl/info/667dfe5615) [1]
2014-08-08 10:51:03 +00:00
Brooks Davis
ca59c2edb8 Upgrade to release 3.4.2. 2014-08-07 23:31:07 +00:00
John Marino
564243f0fc lang/gcc47-aux: Update version 20130411 (4.7.3) => 20140612 (4.7.4) 2014-08-07 23:09:46 +00:00
John Marino
563d9ac1a1 lang/adacontrol: Upgrade version 1.16r10 => 1.16r11 2014-08-07 20:47:12 +00:00
Sunpoet Po-Chuan Hsieh
d119ca2450 - Take maintainership 2014-08-07 16:53:23 +00:00
Sunpoet Po-Chuan Hsieh
1dcc158cc0 - Take maintainership 2014-08-07 16:53:10 +00:00
Vanilla I. Shu
885eefa5e8 reset maintainer to ports@. 2014-08-07 14:57:49 +00:00
Adam Weinberger
cb7d5cc607 In some straightforward situations, protect examples behind PORTEXAMPLES,
adding EXAMPLES to OPTIONS_DEFINE where necessary. In a couple instances,
correct examples being controlled by the DOCS option.
2014-08-06 04:34:23 +00:00
Tijl Coosemans
74a7f8c73c Bump PORTREVISION on more ports that depend on libgcrypt after the update
in r363436 and remove the UPDATING entry because it did not guarantee
that all ports were updated nor that they were updated in the right order.
Also remove libgcrypt.la again.

PR:		192342
Approved by:	portmgr (implicit, bump unstaged ports)
2014-08-05 22:13:29 +00:00
Jimmy Olgeni
a71d032c24 Upgrade Racket to 6.1 and remove MANUAL_PACKAGE_BUILD for i386. 2014-08-05 21:10:10 +00:00
Gerald Pfeifer
e59577307d Update to the 20140803 snapshot of GCC 4.10. 2014-08-04 20:17:05 +00:00
Gerald Pfeifer
30463ebfc9 Update to the 20140730 snapshot of GCC 4.9.2. 2014-08-04 19:55:25 +00:00
Pietro Cerutti
0fc06956e5 - Unbreak by not using libtool 2014-08-04 15:40:58 +00:00
Alex Dupre
5cc4680666 Update to 5.5.15 release. 2014-08-04 15:04:08 +00:00
Alex Dupre
a2df0fbb92 Update to 5.4.31 release. 2014-08-04 15:03:44 +00:00
Baptiste Daroussin
8072396013 Update to 0.75 2014-08-04 13:33:03 +00:00
Alex Dupre
80c447a5a2 Update to 2.11.2 release. 2014-08-04 13:21:23 +00:00
Pietro Cerutti
7d89615715 - Update to 05_20140803
Changes:

  * The handling of ctrl-c has been changed to work better under
    windows.
  * The runtime of the function intPowOvfChk in int_rtl.c has been
    reduced to 57% (measured with gcc and valgrind).
  * The generation of code in the compiler for the action INT_POW has
    been improved. When the base is a negative power of two the
    exponentiation is done with a shift instead of a call of intPow
    (respectively intPowOvfChk).
  * The overflow checking for INT_POW in the compiler has been
    improved. When base or exponent is known the overflow checking is
    done with inline code and intPow is called instead of intPowOvfChk.
  * Documentation comments have been added to bitsetof.s7i
  * Tests for ** have been added to chkint.sd7 and chkovf.st7
  * The tests for * and *:= in chkovf.st7 have been reorganized.
  * An interrupt_flag has been introduced in the interpreter. This flag
    is used for exception handling and for signal handling. Exceptions
    set interrupt_flag and fail_flag (with the macro set_fail_flag).
    Signals set only the interrupt_flag (file sigutl.c). The
    interrupt_flag is handled in exec_action (file exec.c).
  * The functions signal_name, handle_signals, handle_segv_signal,
    handle_term_signal and activate_signal_handlers in sigutl.c have
    been improved.
  * The functions continue_question, write_curr_position and
    show_signal in runerr.c have been improved.
  * The functions handle_int_signal, readChar, doGetcFromTerminal,
    doGetsFromTerminal, doLineRead, doLineReadFromTerminal, doWordRead,
    doWordReadFromTerminal, filGetcChkCtrlC, filGetsChkCtrlC,
    filHasNextChkCtrlC, filLineReadChkCtrlC and filWordReadChkCtrlC
    have been added to fil_rtl.c. This functions support reading from
    a terminal with a check for ctrl*c. This functions are used by the
    interpreter (file intlib.c).
  * Tracing has been added to functions in int_rtl.c.
  * Configuration defines for CTRL_C_SENDS_EOF,
    SIGNAL_HANDLER_CAN_DO_IO and INT64TYPE_NO_SUFFIX_BUT_CAST have been
    added to makefiles.
2014-08-04 12:04:58 +00:00
Marcus von Appen
9db59e2125 - Fix and remove stale symlinks after the lang/python* cleanup
Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2014-08-04 05:49:35 +00:00
Adam Weinberger
511c49bdec In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure.
2014-08-04 03:40:14 +00:00
Antoine Brodin
c4670741e4 Mark broken: Fails to link with new libgc
cc -L/usr/local/lib -pthread -Wl,--rpath,/usr/local/lib -L/usr/local/lib -o ecl_min cinit.o c/all_symbols.o -L./ libeclmin.a -leclatomic  -lgmp -lgc-threaded -lffi -pthread   -lm ;\
fi
libeclmin.a(cosh.o): In function `ecl_cosh_long_float':
numbers/cosh.o.c:(.text+0x151): warning: coshl has lower than advertised precision
libeclmin.a(sinh.o): In function `ecl_sinh_long_float':
numbers/sinh.o.c:(.text+0x151): warning: sinhl has lower than advertised precision
libeclmin.a(tanh.o): In function `ecl_tanh_long_float':
numbers/tanh.o.c:(.text+0x151): warning: tanhl has lower than advertised precision
libeclmin.a(alloc_2.o): In function `init_alloc':
alloc_2.o.c:(.text+0x614): undefined reference to `GC_start_call_back'
libeclmin.a(alloc_2.o): In function `si_gc_stats':
alloc_2.o.c:(.text+0xcfb): undefined reference to `GC_print_stats'
alloc_2.o.c:(.text+0xdf6): undefined reference to `GC_print_stats'
alloc_2.o.c:(.text+0xe30): undefined reference to `GC_print_stats'

Reported by:	pkg-fallout
2014-08-02 23:44:55 +00:00
Adam Weinberger
d3d861fd85 Stage and simplify, breaking out the different available formats
into OPTIONS.
2014-08-02 21:50:44 +00:00
Adam Weinberger
59f0859d16 Stage, and fix build without gcc. 2014-08-02 18:06:40 +00:00
Antoine Brodin
c9eb3747b1 Add back ac_cv_opt_olimit_ok=no, this is misdected with clang and causes
failures for ports using python's BASEFLAGS (devel/py-mx-experimental
for instance)

See also:	r335669
With hat:	portmgr
2014-08-02 14:45:43 +00:00
Alexey Dokuchaev
f7e3b725b5 Unbreak the build and packaging on PowerPC. 2014-08-02 11:57:17 +00:00
Marcus von Appen
fc8d424c6b - Remove everything related to USE_PYTHON and bsd.python.mk. This is a
preparatory step to convert bsd.python.mk into a USES file.
- Remove the shared/static build separation, which is the source of many
  problems and even more hacks. Instead build only the shared version, which
  greatly simplifies the build.
- Remove the FPECTL option to align the build with the clean "template" from
  lang/python34.
- Remove support for GNU pthreads via the PTH option. It is a permanent
  troublemaker for ports using Python and pthread support.
- Remove PORTDATA and EXAMPLES. Those will be made available via separate
  ports.
- Add a new DEBUG option to enable debug builds as for lang/python34.
- Remove bin/smtpd. Only Python2.7 wants to install it, but we'd like to keep
  it consistent with the other lang/pythonXX ports
- Add CPE support.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.
- Move pkg-message to the right place.

Phabric:		D488
Exp-run:	192242, 192244
Reviewed by:	koobs
With hat:	python@
2014-08-02 06:54:20 +00:00
Marcus von Appen
d76d35ef87 - Remove everything related to USE_PYTHON and bsd.python.mk. This is a
preparatory step to convert bsd.python.mk into a USES file.
- Remove the shared/static build separation, which is the source of many
  problems and even more hacks. Instead build only the shared version, which
  greatly simplifies the build.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Remove the FPECTL option to align the build with the clean "template" from
  lang/python34.
- Remove PORTDATA and EXAMPLES. Those will be made available via separate
  ports.
- Add a new DEBUG option to enable debug builds as for lang/python34.
- Add a new TSC option for precise timestamp counter support as for
  lang/python34.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.

Phabric:	D410
Exp-run:	192242, 192244
Reviewed by:	koobs, bapt
With hat:	python@
2014-08-02 06:39:17 +00:00
Mikhail Teterin
b6dd14d4c8 Fix the string-test to match today's 8.5 error-messages. 2014-08-02 01:00:04 +00:00
Mikhail Teterin
a4d1570b48 After a lively discussion with Tcl developers, fix the TclX
profile-code to use the official API-calls instead of modifying
Tcl's internal data-structures directly.

The profile command now works again. Will try to have the change
committed upstream.
2014-08-02 00:39:42 +00:00
Brooks Davis
e88f73c0a6 Add ports of LLVM and Clang 3.5rc1.
In the LLVM port the option to build cmake support files is disabled by
default because it fails to configure when built with gcc47.

The Clang port is marked broken if the compiler isn't clang due to link
errors when it is gcc47.
2014-08-01 22:38:44 +00:00
Mikhail Teterin
9902a9a0fb Upgrade from 8.4 to 8.4.1. The "profile" functionality
remains completely broken, when compiled against Tcl-8.6

Fix the bundled self-tests.

PR:		192287
Submitted by:	gahr
2014-08-01 21:09:00 +00:00
Julien Laffaye
019ce681c8 Fix plist on i386
PR:		192317
Submitted by:	robak
2014-08-01 20:09:53 +00:00
William Grzybowski
377fedc325 lang/cython: update to 0.20.2
PR:		192002
Submitted by:	maintainer
2014-08-01 20:00:20 +00:00
Rene Ladan
967667f6fb Remove expired ports:
2014-08-01 mail/getlive: GetLive project has been declared dead due to MS account conversion
2014-08-01 print/ifxetex: Very outdated and fully contained in texlive-texmf
2014-08-01 lang/dragonegg46-33: Dead upstream, impractical to build on 10 and later
2014-08-01 lang/dragonegg47-33: Dead upstream, impractical to build on 10 and later
2014-08-01 19:51:35 +00:00
Antoine Brodin
45283f69b9 Fix stage violation 2014-08-01 19:13:05 +00:00
Marcus von Appen
7360f89ed2 - Remove everything related to USE_PYTHON and bsd.python.mk. This is a
preparatory step to convert bsd.python.mk into a USES file.
- Remove the shared/static build separation, which is the source of many
  problems and even more hacks. Instead build only the shared version, which
  greatly simplifies the build.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Remove the FPECTL option to align the build with the clean "template" from
  lang/python34.
- Remove PORTDATA and EXAMPLES. Those will be made available via separate
  ports.
- Add a new DEBUG option to enable debug builds as for lang/python34.
- Add a new TSC option for precise timestamp counter support as for
  lang/python34.
- Add CPE support.
- Reactivate curses/ncurses support.
- Use buildbottest in the regression-test: target.

Phabric:		D448
Reviewed by:	koobs, bapt
With hat:		python@
2014-08-01 16:37:54 +00:00
Marcus von Appen
91097651ff - Remove everything related to USE_PYTHON and bsd.python.mk. This is a
preparatory step to convert bsd.python.mk into a USES file.
- Use NLS_LIBS instead of NLS_LDFLAGS as done for lang/python27 (r357486)
- Use buildbottest in the regression-test: target

Phabric:		D409
Reviewed by:	koobs, sbz
With hat:		python@
2014-08-01 15:52:42 +00:00
Anton Berezin
209c394d9a Update to 2.17 and
apply a patch to fix interaction with modern Filter.pm.

PR:			191730
Submitted by:	Ting-Wei Lan
2014-08-01 12:51:23 +00:00
Antoine Brodin
2286d4b084 Fix build on head by adding missing USES=readline
(uncovered by removal of readline dep from pcre)
2014-08-01 07:49:12 +00:00
Antoine Brodin
70ec194ac6 Remove some plist duplicates
Reported by:	pkg developer mode
2014-07-31 22:18:12 +00:00
Steve Wills
fd55d94780 lang/polyml: depend on ffi, use pkg-plist, add motif option
PR:		192165
Approved by:	Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
2014-07-31 18:43:35 +00:00
Sunpoet Po-Chuan Hsieh
55b16eb015 - Add LICENSE 2014-07-31 16:05:40 +00:00
Adam Weinberger
5a2beeb7ee Stage and unbreak.
I'm still not sure why a documentation-only port was checking NOPORTDOCS, but
sure, let's keep the party going with a DOCS option.
2014-07-31 15:24:56 +00:00
Antoine Brodin
6a8f9fc236 Unbreak php5-readline on head (uncovered by removal of readline dep from pcre) 2014-07-31 13:16:29 +00:00
Sunpoet Po-Chuan Hsieh
740d509511 - Update to 1.20140107
- Add LICENSE
- Update COMMENT
- Reformat pkg-descr
- Use single space after WWW:

Changes:	http://search.cpan.org/dist/Modern-Perl/Changes
2014-07-31 10:03:50 +00:00
Antoine Brodin
5e3e8c7cda Fix OPTIONS and add missing USES=readline for READLINE
Detected by:	ucl manifest
2014-07-31 09:27:24 +00:00
Antoine Brodin
73da6665ed Attempt to unbreak INDEX
No idea if this builds (it didn't)

With hat:	portmgr
2014-07-30 20:25:51 +00:00
Kurt Jaeger
e49a2b510b lang/smlnj: 110.71 -> 110.76
- unbreak and support staging
- support amd64
- no longer depends on gmake
- moves lang/sml-nj-devel to lang/smlnj
- supersedes lang/sml-nj

PR:             191899
Reviewed by:	Robert Cina <transitive@gmail.com>,
		Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	Johannes <joemann@beefree.free.de> (maintainer)
2014-07-30 19:42:50 +00:00
Adam Weinberger
b010e764c3 Stage, unbreak without gcc, and introduce a TEST option. 2014-07-30 14:06:45 +00:00
Alexey Dokuchaev
afbeb7332b - Drop `archivers/unzip' bdep; base system unzip(1) is sufficient
- Fix some sloppy code to make Clang happy and remove USE_GCC knob
- Simplify post-install target recipe; remove one trivial comment
2014-07-30 11:25:30 +00:00
Alexey Dokuchaev
984457601c - Stagify, sort the knobs, remove excessive whitespace and bogus comments
- Employ USE_GSTREAMER knob instead of depending on libgstreamer.so
- Use consistent separators in patch files (this also deuglifies them)

PR:	192234
2014-07-30 08:03:08 +00:00
Antoine Brodin
b466127997 Package something 2014-07-30 05:58:19 +00:00
Kurt Jaeger
b95d127471 security/libgcrypt: 1.5.3_3 -> 1.6.1
- Update to 1.6.1
- Remove some unneeded patches
- Fix pkg-plist
- report configure bug upstream
  https://bugs.g10code.com/gnupg/issue1668
- report API breakage downstream and find that MacPorts had the same issue
  https://rt.cpan.org/Ticket/Display.html?id=97201
- bump PORTREVISION for dependent ports (approx. 100 ports)
- Thanks to exp-run by antoine@ to find ports that break
- patch ports that would otherwise break
  security/shishi with PR 192164 is already committed
  [1] devel/ccrtp
  [2] editors/abiword
  [3] security/p5-Crypt-GCrypt

PR:		191256, 192162 [1], 192163 [2], 192166 [3]
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by:	maintainer timeout, antoine (exp-run), portmgr (implicit)
2014-07-30 03:57:23 +00:00
Adam Weinberger
aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00
Adam Weinberger
037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00
Adam Weinberger
fff296bfe7 Convert a bunch of USE_XZ to USES=tar:xz.
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:07:39 +00:00
Adam Weinberger
0f88ed614d Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.

Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 20:55:27 +00:00
Carlo Strub
1976e8305f Update to 2.11.2
PR:		192128
Submitted by:	mitsururike@gmail.com (maintainer)
2014-07-29 20:08:39 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Li-Wen Hsu
d9bae7ad26 - Update to 3.1.1.25
PR:		191479 (based on)
Submitted by:	jack.pappas@gmail.com
2014-07-29 18:44:07 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
08a006d08a Rename all patches that contain '::' as a path separator, and use
'__' instead.
2014-07-29 17:12:47 +00:00
Guido Falsi
cdca495c7a - Fix plist
- Add INFO macro and USES=makeinfo to make it also work on revent head
- Clean up Makefile

PR:		192137
Submitted by:	Carlos Jacobo Puga Medina <cjpugmed@gmail.com> (maintainer)
2014-07-29 14:33:17 +00:00
Vanilla I. Shu
1ba093cba8 Upgrade to 1.5.2.
PR:		ports/192208
Submitted by:	tkato432 at yahoo.com
2014-07-29 05:13:05 +00:00
Vanilla I. Shu
0d5c6661a5 Upgrade to 0.9.4
PR:		ports/192207
Submitted by:	tkato432 at yahoo.com
2014-07-29 03:36:48 +00:00
John Marino
b13d6b9703 lang/rust: Fix link issue and build failure
[1] Linking fails with missing reference to __morestack symbol
[2] gpy fails with error about missing sem implementation

PR:		189357 [1]
PR:		191927 [2]
Submitted by:	bertrand.augereau (gmail) [1]
Submitted by:	maintainer: mitsuruike (gmail) [2]
2014-07-28 22:58:33 +00:00
Adam Weinberger
fcede2386c Rename lang/ patch-xy patches to reflect the files they modify. 2014-07-28 22:18:41 +00:00
Rene Ladan
6d482db5e6 Remove expired ports:
2014-07-28 net-im/gtkyahoo: Broken, unmaintained, unstaged, gtk12, i386 only
2014-07-28 devel/cl-cffi-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-alexandria-clisp: Depends on deprecated lang/clisp
2014-07-28 converters/cl-babel-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-infix-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/meta-cvs: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-meta-clisp: Depends on deprecated lang/clisp
2014-07-28 www/cl-lml-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-features-clisp: Depends on deprecated lang/clisp
2014-07-28 security/cl-md5-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-port-clisp: Depends on deprecated lang/clisp
2014-07-28 textproc/cl-ppcre-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-asdf-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-split-sequence-clisp: Depends on deprecated lang/clisp
2014-07-28 devel/cl-trivial-gray-streams-clisp: Depends on deprecated lang/clisp
2014-07-28 lang/clisp: development has ceased, not staged
2014-07-28 16:38:08 +00:00
John Marino
8a7de1aa78 lang/squeak: Claimed fix for PowerPC
I've no way to test this, but it supposedly fixes the PowerPC build.
Submitter has been notified the port will be removed due to lack of
staging soon.

PR:		184580
Submitted by:	jrh29 (alumni.cwru.edu)
Approved by:	maintainer timeout (8 months)
Approved by:	portmgr (implicit, NO_STAGE)
2014-07-28 14:10:10 +00:00
Gerald Pfeifer
7476a1cd38 Update to the 20140727 snapshot of GCC 4.10. 2014-07-28 12:01:09 +00:00
Ashish SHUKLA
9cc7f367f3 - Strip installed libraries
- Prevent build log files from getting installed

Reported by:	swills
2014-07-28 09:05:34 +00:00