non port: lang/pure/Makefile |
Number of commits found: 46 |
Friday, 26 Jul 2019
|
20:46 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
 |
Saturday, 8 Jun 2019
|
11:46 antoine
Chase llvm35 expiration
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
 |
Sunday, 29 Jul 2018
|
22:18 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
 |
Thursday, 31 May 2018
|
01:18 jrm
USES=emacs ports: Bump PORTREVISION for editors/emacs 26.1 upgrade
Or, mark ports that fail to build as BROKEN.
https://lists.freebsd.org/pipermail/freebsd-ports/2018-May/113518.html
 |
Sunday, 20 May 2018
|
08:34 amdmi3
- Switch to USES=libedit as suggested by stage-qa
- Switch to new test framework
- Switch to options helpers
Approved by: portmgr blanket
 |
Thursday, 19 Apr 2018
|
07:08 ale
Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.
 |
Thursday, 1 Feb 2018
|
18:03 jrm
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
subshell
- Silence some portlint warnings
[1] By not depending on base texinfo
PR: 225404
Reviewed by: antoine
Approved by: portmgr (mat) ashish (maintainer)
Differential Revision: https://reviews.freebsd.org/D13506
 |
Sunday, 10 Sep 2017
|
20:55 gerald
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
 |
Saturday, 1 Apr 2017
|
15:23 gerald
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
 |
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
 |
Monday, 19 Dec 2016
|
09:04 amdmi3
- Mark BROKEN on 9.x
Approved by: portmgr blanket
 |
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 15 Oct 2015
|
14:55 mat
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
 |
Monday, 20 Apr 2015
|
07:47 tijl
- Remove dependency on libltdl
- Fix build on FreeBSD < 10
Reported by: amdmi3
 |
Sunday, 19 Apr 2015
|
15:09 tijl
Patch configure to fix the output of "pkg-config pure --variable PIC"
 |
Wednesday, 15 Apr 2015
|
08:20 tijl
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)
 |
Friday, 10 Apr 2015
|
00:54 mi
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
 |
Thursday, 9 Apr 2015
|
14:43 marino
lang/pure: adjust MASTER_SITES slightly, unbreak
 |
14:30 antoine
Mark BROKEN again and re-schedule for removal
 |
14:05 marino
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.
 |
Saturday, 14 Feb 2015
|
14:24 linimon
Give this an expiration date. The latest release is 0.64 from 20141030 and
may fix the compile problems.
 |
Thursday, 18 Dec 2014
|
23:50 antoine
Attempt to unbreak index
 |
23:36 brooks
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.
 |
Wednesday, 17 Sep 2014
|
07:38 tijl
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)
 |
Tuesday, 25 Mar 2014
|
18:19 mat
Have OPTIONS_SUB also fill in SUB_LIST.
Fix two ports that would have been broken with this change.
With hat: portmgr
 |
Wednesday, 8 Jan 2014
|
08:32 rene
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)
 |
Wednesday, 6 Nov 2013
|
22:50 delphij
Update to 0.57.
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer
 |
Friday, 20 Sep 2013
|
19:53 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
 |
Friday, 9 Aug 2013
|
14:29 danfe
Minor last-minute changes missed in recent previous commits.
 |
13:43 danfe
- 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
 |
Friday, 12 Jul 2013
|
12:38 bapt
Include bsd.pure.mk earlier so that gmake is defined before pre.mk
 |
Monday, 8 Jul 2013
|
11:50 bapt
Add needed iconv dependency (this fixes configure)
 |
Tuesday, 22 Jan 2013
|
02:05 brooks
Fix build by depending on the llvm31 port, not just the package
Reported by: pgj
 |
Thursday, 10 Jan 2013
|
16:30 brooks
Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2.
 |
Wednesday, 10 Oct 2012
|
21:02 madpilot
- 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
 |
Wednesday, 6 Jun 2012
|
22:04 sylvio
- Update to 0.55
PR: ports/168686
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
 |
Wednesday, 23 May 2012
|
23:57 wen
- Update to 0.5.4
PR: 168172
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
 |
Tuesday, 1 May 2012
|
20:11 dhn
- Update to 0.53
PR: ports/167414
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
 |
Thursday, 22 Mar 2012
|
13:18 zi
- Update to 0.52
- Prefer editline support, if available
PR: ports/165864
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Feature safe: yes
 |
Thursday, 26 Jan 2012
|
20:12 pav
- 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
 |
11:18 pav
- Update pure to 0.51 and update modules
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
 |
Friday, 20 Jan 2012
|
20:12 brooks
Switch to devel/llvm29 as a build/run depend to devel/llvm can be
upgraded.
Approved by: lichray@gmail.com (maintainer)
 |
Saturday, 9 Apr 2011
|
19:21 makc
Update to 0.47
Remove patch integrated upstream
PR: ports/156099
Submitted by: Zhihao Yuan (maintainer)
 |
Monday, 21 Mar 2011
|
06:14 wen
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>
 |
Number of commits found: 46 |