non port: java/jikes/Makefile |
SVNWeb
|
Number of commits found: 45 |
Thu, 8 Sep 2022
|
[ 15:43 Stefan Eßer (se) ] 986beaa (Only the first 10 of 174 ports in this commit are shown above. )
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit)
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 526869d (Only the first 10 of 82 ports in this commit are shown above. )
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 26 Aug 2018
|
[ 10:10 tobik ]
java/jikes: Unbreak on 12.0 and fix build with Clang 6
checking for standard set_new_handler... no
configure: error: Could not find standard set_new_handler function
PR: 230673
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
|
Mon, 25 Jun 2018
|
[ 20:39 linimon ]
This fails on amd64-12 as well.
|
[ 06:17 linimon ]
Mark as broken on arm on -CURRENT.
Approved by: portmgr (tier-2 blanket)
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Apr 2015
|
[ 08:20 tijl ] (Only the first 10 of 152 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Sat, 1 Feb 2014
|
[ 15:38 miwi ]
- Stage support
- Convert to USES
|
Tue, 15 Oct 2013
|
[ 21:17 eadler ]
Clean up some COMMENTs
|
Fri, 20 Sep 2013
|
[ 19:48 bapt ] (Only the first 10 of 143 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Sat, 22 Aug 2009
|
[ 00:24 amdmi3 ] (Only the first 10 of 130 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L
|
Wed, 18 Apr 2007
|
[ 11:46 gabor ] (Only the first 10 of 40 ports in this commit are shown above. )
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
|
Sat, 25 Nov 2006
|
[ 16:46 linimon ]
Reassign ports from archie@ back to pool at his request.
Hat: portmgr
|
Sun, 27 Nov 2005
|
[ 16:54 archie ]
Fix problem with -encoding flag.
PR: ports/89536
|
Fri, 7 Oct 2005
|
[ 18:29 archie ]
Update master site.
|
Sun, 2 Jan 2005
|
[ 01:09 kris ]
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
|
Tue, 2 Nov 2004
|
[ 01:12 archie ]
Update to version 1.22.
|
Sun, 16 May 2004
|
[ 19:06 archie ]
Upgrade to version 1.21.
|
Tue, 20 Apr 2004
|
[ 14:24 archie ]
Update to version 1.20.
|
Tue, 30 Mar 2004
|
[ 19:20 krion ] (Only the first 10 of 64 ports in this commit are shown above. )
- Use USE_ICONV knob
Approved by: portmgr
|
Sat, 21 Feb 2004
|
[ 21:47 archie ]
Fix incorrect MASTER_SITES.
|
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)
|
Mon, 2 Feb 2004
|
[ 19:43 archie ]
Upgrade to version 1.19.
|
Mon, 10 Nov 2003
|
[ 23:07 archie ]
Add iconv encoding support.
PR: ports/57725
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
Fri, 7 Mar 2003
|
[ 06:04 ade ] (Only the first 10 of 88 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 24 Feb 2003
|
[ 20:31 archie ]
Update to version 1.18, but without using 'libicuuc' which seems
to be what destablizes the jikes-devel port.
|
Sun, 13 Oct 2002
|
[ 19:22 archie ]
Update MASTER_SITES after directory re-org.
|
Fri, 30 Aug 2002
|
[ 23:14 archie ]
Using libicuuc.a seems to make jikes more unstable. Since this is supposed
to be the stable version, stop using it. Folks who need it can use the
"jikes-devel" port.
|
Tue, 27 Aug 2002
|
[ 20:32 archie ] (Only the first 10 of 15 ports in this commit are shown above. )
Split the jikes port into stable and development versions.
PR: ports/41961
Reviewed by: freebsd-java
|
[ 17:49 archie ]
Don't compile jikes with '-O' because that makes core dumps more likely.
Exactly why is not understood yet.
PR: ports/41961
|
Wed, 7 Aug 2002
|
[ 16:01 archie ]
LIB_DEPENDS should have been BUILD_DEPENDS.
Submitted by: vanilla
|
Mon, 5 Aug 2002
|
[ 19:14 archie ]
Add support for the -encoding option by utilizing the ICU library.
PR: ports/38396
|
Thu, 18 Jul 2002
|
[ 18:14 archie ]
Update to version 1.16.
|
Tue, 23 Apr 2002
|
[ 23:25 billf ]
respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGURE
Submitted by: Nick Johnson <freebsd@spatula.net>
|
Thu, 4 Oct 2001
|
[ 18:39 archie ]
Update to version 1.15.
|
Wed, 16 May 2001
|
[ 02:30 archie ]
Update to version 1.14.
|
Thu, 1 Mar 2001
|
[ 15:52 archie ]
Update to version 1.13.
|
Fri, 23 Feb 2001
|
[ 16:08 archie ]
Distfile location changed.
|
Wed, 9 Aug 2000
|
[ 17:49 cpiazza ]
Update MASTER_SITE
|
Tue, 1 Aug 2000
|
[ 00:55 archie ] (Only the first 10 of 19 ports in this commit are shown above. )
Update to version 1.12.
|
Thu, 29 Jun 2000
|
[ 08:03 obrien ] (Only the first 10 of 96 ports in this commit are shown above. )
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
|
Number of commits found: 45 |