non port: lang/bigloo/Makefile |
SVNWeb
|
Number of commits found: 63 |
Sat, 22 Jul 2017
|
[ 11:01 antoine ] (Only the first 10 of 17 ports in this commit are shown above. )
Deprecate ports BROKEN for more than 6 months
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
|
Sat, 8 Oct 2016
|
[ 21:02 antoine ]
Mark BROKEN: fails to package
Reported by: pkg-fallout
MFH: 2016Q4
|
Mon, 25 Apr 2016
|
[ 16:13 mat ] (Only the first 10 of 84 ports in this commit are shown above. )
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 26 May 2015
|
[ 00:16 amdmi3 ]
- Strip libraries
|
Mon, 27 Apr 2015
|
[ 10:29 ashish ] (Only the first 10 of 69 ports in this commit are shown above. )
- Chase GNU Emacs updates
PR: 199553
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Wed, 5 Nov 2014
|
[ 13:19 ashish ] (Only the first 10 of 69 ports in this commit are shown above. )
- Chase GNU Emacs updates
PR: 194624
|
Sat, 5 Jul 2014
|
[ 12:19 tijl ] (Only the first 10 of 59 ports in this commit are shown above. )
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
|
Sun, 18 May 2014
|
[ 06:33 miwi ]
- Package was rerolled in order to update manpages and documentation
PR: 187496
Submitted by: ports fury
|
Sat, 8 Mar 2014
|
[ 16:25 antoine ]
Mark BROKEN: Checksum and size mismatch
|
Thu, 27 Feb 2014
|
[ 08:50 miwi ]
- Update to version 4.1a.2
PR: 187040
Submitted by: Ports Fury
|
Tue, 7 Jan 2014
|
[ 20:26 pawel ]
- Update to version 4.0b
- Install additional manpages
- Use options subs, helpers
- Support staging
PR: ports/181072
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sat, 26 Oct 2013
|
[ 00:52 gerald ] (Only the first 10 of 1147 ports in this commit are shown above. )
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above )
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Sat, 17 Aug 2013
|
[ 16:27 gerald ] (Only the first 10 of 93 ports in this commit are shown above. )
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
|
Sat, 30 Mar 2013
|
[ 05:13 ashish ] (Only the first 10 of 81 ports in this commit are shown above. )
GNU Emacs updates
editors/emacs:
- Update to 24.3
- Update CANNA patchset[1]
- Unbreak ARM support by using the patch from emacs-devel port
- Add missing INSTALLS_ICONS[2]
- Remove a patch which is already integrated upstream
- Fix Makefile header
editors/emacs-devel:
- Update to bzr revision 112178
- Fix Makefile header
- Add missing INSTALLS_ICONS[2]
(Only the first 15 lines of the commit message are shown above )
|
Sun, 10 Feb 2013
|
[ 07:52 miwi ]
- Update to 4.0.a
PR: 174204
Submitted by: ports fury
|
Mon, 10 Dec 2012
|
[ 19:11 mm ] (Only the first 10 of 233 ports in this commit are shown above. )
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
Tue, 4 Sep 2012
|
[ 17:05 ashish ] (Only the first 10 of 70 ports in this commit are shown above. )
Chase Emacs updates
|
Wed, 1 Aug 2012
|
[ 16:50 ashish ] (Only the first 10 of 68 ports in this commit are shown above. )
- Bump PORTREVISION to chase Emacs port updates
- Unbreak INDEX caused by databases/lsdb, editors/flim, and editors/semi
|
Sun, 17 Jun 2012
|
[ 20:05 sylvio ]
- Update to version 3.8c
PR: ports/169003
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wed, 13 Jun 2012
|
[ 05:13 bapt ]
Convert to new options framework
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 22 Feb 2012
|
[ 13:31 ashish ] (Only the first 10 of 64 ports in this commit are shown above. )
- Chase Emacs updates
PR: ports/165082
|
Sun, 13 Nov 2011
|
[ 03:27 eadler ]
- gcc45 is no more
Submitted by: gerald
Feature safe: yes
|
Sun, 23 Oct 2011
|
[ 17:04 ehaupt ]
- Update to 3.7a [1]
- Use OpenSSL by default as an effort to provide sensible default values
PR: 161596 [1]
Submitted by: KATO Tsuguru <tkato432@yahoo.com> [1]
|
Mon, 17 Oct 2011
|
[ 06:01 ashish ] (Only the first 10 of 65 ports in this commit are shown above. )
- Chase editors/emacs update
|
Wed, 7 Sep 2011
|
[ 20:21 ashish ] (Only the first 10 of 66 ports in this commit are shown above. )
Chase editors/emacs update
|
Sat, 27 Aug 2011
|
[ 22:22 ashish ] (Only the first 10 of 65 ports in this commit are shown above. )
Chase editors/emacs update.
PR: ports/160196
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Sun, 20 Dec 2009
|
[ 20:19 bsam ] (Only the first 10 of 69 ports in this commit are shown above. )
Changes to editors/emacs and Mk/bsd.emacs.mk were taken from
PR/137956 by Ashish SHUKLA (thanks!). [1]
Those ports which define EMACS_PORT_NAME to be "emacs21" were
not touched (this time). They may be converted to the new
world order by removing the above mentioned assignment.
Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23
(they do not compile):
. lang/bigloo;
. mail/wanderlust;
. mail/wanderlust-devel;
. www/emacs-w3m.
Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: (Only the first 15 lines of the commit message are shown above )
|
Thu, 19 Nov 2009
|
[ 22:07 pav ] (Only the first 10 of 68 ports in this commit are shown above. )
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Thu, 18 Jun 2009
|
[ 12:20 miwi ]
- Update to 3.2b.2
PR: 135642
Submitted by: Ports Fury
|
Thu, 28 May 2009
|
[ 23:49 miwi ]
- Update to 3.2b
PR: 135035
Submitted by: Ports Fury
|
Sat, 14 Mar 2009
|
[ 14:10 miwi ]
- Update to 3.2a.2
PR: 132472
Submitted by: Ports Fury
|
Wed, 14 Jan 2009
|
[ 09:12 miwi ]
- Update to 3.2a
PR: 130457
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Wed, 10 Dec 2008
|
[ 07:35 linimon ] (Only the first 10 of 29 ports in this commit are shown above. )
Mark as broken on sparc64.
Hat: portmgr
|
Mon, 23 Jun 2008
|
[ 10:51 miwi ]
- Update to 3.1a
PR: 124846
Submitted by: Ports Fury
|
Tue, 17 Jun 2008
|
[ 18:01 pav ]
- Builds now on amd64
Reported by: pointyhat
|
Fri, 6 Jun 2008
|
[ 13:41 edwin ] (Only the first 10 of 46 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Thu, 10 Jan 2008
|
[ 23:19 miwi ]
- Update to 3.0c.4
PR: 119500
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Fri, 14 Dec 2007
|
[ 18:45 miwi ]
- Update to 3.0c
PR: 118600
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 6 Sep 2006
|
[ 01:24 linimon ]
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
Tue, 9 May 2006
|
[ 20:52 edwin ] (Only the first 10 of 72 ports in this commit are shown above. )
Remove USE_REINPLACE from the categories starting with L
|
Sat, 28 Jan 2006
|
[ 02:11 linimon ] (Only the first 10 of 139 ports in this commit are shown above. )
- Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports. [1]
- Allow building a port as root using an NFS-mounted /usr/ports if the
server maps root to a UID other than root. [2]
- Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
status rather than success. [3]
- Improve behavior when dealing with versioned dependencies. [4]
- Fix false positives in check-conflicts target. [5]
- Remove obsolete bzip2 code. [6]
(Only the first 15 lines of the commit message are shown above )
|
Mon, 5 Dec 2005
|
[ 00:53 edwin ] (Only the first 10 of 21 ports in this commit are shown above. )
Remove install-info from Makefile, it's automatically done when INFO is defined
|
Sat, 26 Mar 2005
|
[ 20:25 kris ]
This is still broken on !i386, so add back BROKEN commented out in the
previous revision.
Approved by: portmgr (self)
|
Sun, 13 Feb 2005
|
[ 20:30 pav ]
- Install docs under share/doc instead of doc
PR: ports/76413
Submitted by: Florent Thoumie <flz@xbsd.org>
Approved by: maintainer timeout (3 weeks)
|
Fri, 26 Mar 2004
|
[ 23:20 kris ]
This is broken on amd64 as well.
|
Thu, 26 Feb 2004
|
[ 08:07 kris ]
BROKEN on !i386 and !amd64: does not compile
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Tue, 30 Dec 2003
|
[ 09:05 edwin ]
unbreak lang/bigloo
Noticed by: Kimura Fuyuki <fuyuki@nigredo.org>
|
Sun, 21 Dec 2003
|
[ 14:48 krion ]
- Update to 2.6b
PR: 60387
Submitted by: maintainer
|
Sat, 20 Dec 2003
|
[ 10:22 linimon ]
Mark as broken with latest gcc. Informed maintainer.
|
Thu, 28 Aug 2003
|
[ 00:01 edwin ] (Only the first 10 of 14 ports in this commit are shown above. )
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
Fri, 21 Feb 2003
|
[ 12:35 knu ] (Only the first 10 of 134 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 20 Jan 2003
|
[ 05:06 edwin ]
New port: lang/bigloo - A Scheme interpreter and native code compiler
This is a port of Bigloo, a Scheme system which includes a
compiler generating C code and Java classes and an interpreter.
Bigloo is the tool of choice for the construction of small
autonomous applications in Scheme. Bigloo is mostly conformant
to the Revised5 Report on the Algorithmic Language Scheme
with many extensions.
PR: ports/40644
Submitted by: Stanislav Grozev <tacho@factline.com>
|
Number of commits found: 63 |