1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
Mathieu Arnold
7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Tijl Coosemans
21434a59e7 - Remove dependency on libltdl
- Fix build on FreeBSD < 10

Reported by:	amdmi3
2015-04-20 07:47:39 +00:00
Tijl Coosemans
933b3e94c9 Patch configure to fix the output of "pkg-config pure --variable PIC" 2015-04-19 15:09:40 +00:00
Tijl Coosemans
074ea5282a converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
  http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
  defined because the base system iconv supports these extensions too.

Add/remove patches to/from ports to call iconv with non-const arguments.

This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier.  Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.

This exposed some ports that link with libiconv when it is available instead
of using libc iconv.  In these cases one of the following changes has been
made:
- patch configure scripts to test for libc iconv first
- add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable
  some configure tests
- converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4
- lang/gcc5-aux: respect CFLAGS and friends during configure such that
  LIBICONV_PLUG is defined in the iconv test, also switch to external
  gettext
- mail/gnarwl: replace patches with CPPFLAGS/LIBS
- multimedia/ffmpeg2theora: remove iconv test from SConstruct and use
  ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c
- net-im/licq: finish conversion to cmake
- net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4:
  don't need iconv
- textproc/p5-XML-TinyXML: finish conversion to USES=perl5

Other changes:
- databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2
  and lzo support
- games/ldmud: respect CFLAGS and friends
- graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect
  CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg
  dependencies

PR:		199099
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-04-15 08:20:27 +00:00
Mikhail Teterin
6f2b46a5c2 Unbreak by upgrading from 0.58 to 0.64 released last Autumn. The latest
version supports all versions of LLVM except 3.6.

While here:

	* Make detection of the installed LLVM automatic, using the
	  latest installed or 3.5 if none are present. It is possible
	  to supply a different value by setting LLVM_VERSION.
	  (Somebody ought to port llvm to the DEFAULT_VERSIONS framework.)
	* Do not even download the docs, if the DOCS-option is off.
	* If DOCS-option is on, do not install the *.tm files.
	* Force the tool to look for documentation in ${DOCSDIR}.
	* Add the functional regression-check target to Makefile.

Approved by:	being condemned too often for too long
2015-04-10 00:54:10 +00:00
John Marino
41c043e826 lang/pure: adjust MASTER_SITES slightly, unbreak 2015-04-09 14:43:41 +00:00
Antoine Brodin
d3d0581499 Mark BROKEN again and re-schedule for removal 2015-04-09 14:30:05 +00:00
John Marino
931d8515a5 lang/pure: Unbreak. Version 0.58 was always llvm 3.3 compatible
This port was marked for removal based on the information that pure
required llvm 3.2.  Pure apparently is continuously developed.

  - Version 0.58 - (this one) compatible with llvm 3.3
  - Version 0.59 - compatible with llvm 3.4
  - Version 0.61 - compatible with llvm 3.5
  - Version 0.64 - latest

I didn't reset the maintainer, but it's suspicious that it was marked
broken this long for no good reason and no heads up from maintainer.
While here, unmask install commands, wrap lines, be DF friendly.

Approved by:	blanket.
2015-04-09 14:05:20 +00:00
Mark Linimon
de47900417 Give this an expiration date. The latest release is 0.64 from 20141030 and
may fix the compile problems.
2015-02-14 14:24:22 +00:00
Antoine Brodin
3224296ac8 Attempt to unbreak index 2014-12-18 23:50:49 +00:00
Brooks Davis
d378dba19e Remove ports of obsolete and unmaintained upstream llvm/clang 3.2.
Mark pure as BROKEN by this removal.  It should be updated to a recent
release that supports llvm 3.5, but has seen no substantive updates in
over a year.
2014-12-18 23:36:11 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Baptiste Daroussin
e380f6b979 All pure ports have been converted to USES=pure long ago 2014-09-30 22:39:50 +00:00
Tijl Coosemans
15c4a5ecf3 Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.

Approved by:	portmgr (bapt)
2014-09-17 07:38:15 +00:00
Mathieu Arnold
0cfd925acd Have OPTIONS_SUB also fill in SUB_LIST.
Fix two ports that would have been broken with this change.

With hat:	portmgr
2014-03-25 18:19:44 +00:00
Rene Ladan
a067cf2edf Defines a variable LLVM_VERSION to ease updating to a newer LLVM version if
desired. Other changes:
- fix EMACS_CONFIGURE option helper
- fix %%ETC%% rendering and name of clang port in pkg-message
- bump PORTREVISION to force a rebuild for the dependency change.

Tested with 'poudriere bulk pure*' on 10.0-amd64, 8.3-i386, and 9.1-i386
(partially).

devel/llvm (expired) should not have any consumers anymore at this point.

PR:		ports/185190
Submitted by:	rene
Approved by:	maintainer timeout (lichray@gmail.com , 14 days)
2014-01-08 08:32:42 +00:00
Xin LI
bc0d646198 Update to 0.57.
PR:		ports/179390
Submitted by:	nemysis
Approved by:	maintainer
2013-11-06 22:50:21 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Alexey Dokuchaev
60ef4233ed Minor last-minute changes missed in recent previous commits. 2013-08-09 14:29:39 +00:00
Alexey Dokuchaev
a851269bfa - Trim the article from the COMMENT line
- Switch to new LIB_DEPENDS syntax (per r322328)
- Move pkgconfig from USE_GNOME to USES
- Drop MAKE_JOBS_SAFE, does nothing these days
- Avoid using escaped shell globs; pad pkg-message output
- Fix a few whitespace and markup bugs, wrap very long line
2013-08-09 13:43:59 +00:00
Baptiste Daroussin
f644fb5d72 Include bsd.pure.mk earlier so that gmake is defined before pre.mk 2013-07-12 12:38:26 +00:00
Baptiste Daroussin
f83b34b741 Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
2013-07-10 21:11:24 +00:00
Baptiste Daroussin
97918462cc Add needed iconv dependency (this fixes configure) 2013-07-08 11:50:41 +00:00
Brooks Davis
d384cef478 Fix build by depending on the llvm31 port, not just the package
Reported by:	pgj
2013-01-22 02:05:58 +00:00
Brooks Davis
43c117a8b7 Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2.
2013-01-10 16:30:53 +00:00
Guido Falsi
383d692c9c - Remove double quotes from *_DESC
Requested by:	Zhihao Yuan <lichray@gmail.com> (maintainer, via email)
Noticed by:	Riccardo Torrini <riccardo@torrini.org>

Feature safe:	yes
2012-10-10 21:02:04 +00:00
Sylvio Cesar Teixeira
9f0134c61e - Update to 0.55
PR:		ports/168686
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-06-06 22:04:55 +00:00
Wen Heping
6239fa4486 - Update to 0.5.4
PR:		168172
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-05-23 23:57:22 +00:00
Dennis Herrmann
96f20bb1ec - Update to 0.53
PR:		ports/167414
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-05-01 20:11:18 +00:00
Ryan Steinmetz
4a61096265 - Update to 0.52
- Prefer editline support, if available

PR:		ports/165864
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Feature safe:	yes
2012-03-22 13:18:26 +00:00
Pav Lucistnik
630374295f - Provide pkgconfig and ldconfig for potential consumers
- Drop USE_GCC line from bsd.pure.mk, downstream ports need to be able to
  override USE_GCC value
2012-01-26 20:12:37 +00:00
Pav Lucistnik
ff60500447 - Update pure to 0.51 and update modules
PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-01-26 11:18:51 +00:00
Brooks Davis
64bfbd5ee2 Switch to devel/llvm29 as a build/run depend to devel/llvm can be
upgraded.

Approved by:    lichray@gmail.com (maintainer)
2012-01-20 20:12:38 +00:00
Max Brazhnikov
af5336d586 Update to 0.47
Remove patch integrated upstream

PR:		ports/156099
Submitted by:	Zhihao Yuan (maintainer)
2011-04-09 19:21:47 +00:00
Wen Heping
250a152ffc Pure is a modern-style functional programming language based on term
rewriting. It offers equational definitions with pattern matching, full
symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation,
lexical closures, built-in list and matrix support and an easy-to-use C
interface. The interpreter uses LLVM as a backend to JIT-compile Pure
programs to fast native code.

WWW:    https://code.google.com/p/pure-lang/

PR:		ports/155647
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-03-21 06:14:38 +00:00