non port: java/jikes/Makefile |
SVNWeb
|
Number of commits found XX: 42 |
Sun, 26 Aug 2018
|
[ 10:10 tobik ] 
478118 java/jikes/Makefile
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 ] 
473337 java/jikes/Makefile
This fails on amd64-12 as well.
|
[ 06:17 linimon ] 
473293 java/jikes/Makefile
Mark as broken on arm on -CURRENT.
Approved by: portmgr (tier-2 blanket)
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] 
398996 Mk/Uses/iconv.mk
398996 audio/deadbeef/Makefile
398996 audio/deadbeef/files/patch-junklib.c
398996 comms/hidapi/Makefile
398996 comms/hidapi/files/patch-configure.ac
398996 comms/hidapi/files/patch-libusb-hid.c
398996 converters/libiconv/Makefile
398996 converters/libiconv/files/patch-lib-iconv.c
398996 deskutils/fbreader/Makefile
398996 deskutils/ljclive/Makefile
(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 ] 
384038 Mk/Uses/iconv.mk
384038 archivers/unalz/files/patch-UnAlz.cpp
384038 archivers/unrar-iconv/files/patch-iconv
384038 audio/cmus/Makefile
384038 audio/cmus/files/patch-scripts-checks.sh
384038 audio/id3mtag/files
384038 audio/id3mtag/files/patch-charconv.cpp
384038 audio/mp3unicode/files
384038 audio/tagutil/Makefile
384038 audio/tagutil/files
(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 ] 
363371 archivers/file-roller/Makefile
363371 audio/amarok-kde4/Makefile
363371 audio/freedesktop-sound-theme/Makefile
363371 audio/ipod-sharp/Makefile
363371 audio/lastfm-desktop/Makefile
363371 audio/liquidsoap/Makefile
363371 biology/crux/Makefile
363371 biology/pymol/Makefile
363371 comms/gammu-devel/Makefile
363371 comms/gtkmmorse/Makefile
(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 ] 
357486 Mk/bsd.gecko.mk
357486 Mk/bsd.options.mk
357486 Mk/bsd.port.mk
357486 archivers/rpm/Makefile
357486 astro/cfitsio/Makefile
357486 astro/openuniverse/Makefile
357486 astro/roadmap/Makefile
357486 astro/xplanet/Makefile
357486 audio/deadbeef/Makefile
357486 audio/fdk-aac/Makefile
(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 ] 
342173 java/jikes/Makefile
342173 java/jikes/pkg-plist
- Stage support
- Convert to USES
|
Tue, 15 Oct 2013
|
[ 21:17 eadler ] 
330460 chinese/fortunetw/Makefile
330460 devel/adime/Makefile
330460 devel/prototype/Makefile
330460 games/asc/Makefile
330460 irc/darkbot/Makefile
330460 japanese/ng-canna/Makefile
330460 java/jikes/Makefile
330460 multimedia/oqtplayer/Makefile
330460 net-p2p/jigdo/Makefile
Clean up some COMMENTs
|
Fri, 20 Sep 2013
|
[ 19:48 bapt ] 
327738 java/avis/Makefile
327738 java/berkeley-db/Makefile
327738 java/bluej/Makefile
327738 java/bootstrap-openjdk/Makefile
327738 java/bouncycastle/Makefile
327738 java/cacao/Makefile
327738 java/castor/Makefile
327738 java/classpath/Makefile
327738 java/commonclipse/Makefile
327738 java/cos/Makefile
(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 ] 
316662 graphics/GraphicsMagick/Makefile
316662 graphics/GraphicsMagick12/Makefile
316662 graphics/GraphicsMagick13/Makefile
316662 graphics/albumshaper/Makefile
316662 graphics/blender/Makefile
316662 graphics/converseen/Makefile
316662 graphics/djvulibre/Makefile
316662 graphics/enfle/Makefile
316662 graphics/epdfview/Makefile
316662 graphics/exif/Makefile
(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 ]
1.14 hebrew/he2/Makefile
1.18 hungarian/hunspell/Makefile
1.15 hungarian/ispell/Makefile
1.7 hungarian/jdictionary-eng-hun-expr/Makefile
1.7 hungarian/jdictionary-eng-hun/Makefile
1.24 irc/anope/Makefile
1.95 irc/bitchx/Makefile
1.9 irc/dancer/Makefile
1.7 irc/gruftistats/Makefile
1.17 irc/hybserv/Makefile
(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 ]
1.8 irc/dancer/Makefile
1.44 irc/irc/Makefile
1.26 japanese/emacs-manual/Makefile
1.54 japanese/groff/Makefile
1.21 japanese/jed/Makefile
1.16 japanese/msdosfs/Makefile
1.44 japanese/perl5/Makefile
1.16 japanese/perl5/pkg-plist
1.21 japanese/scim-skk/Makefile
1.48 java/jikes/Makefile
(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 ]
1.13 devel/a2dev/Makefile
1.20 devel/libpdel/Makefile
1.30 java/jc/Makefile
1.47 java/jikes/Makefile
1.47 net/mpd/Makefile
1.5 net/sl2tps/Makefile
1.7 net/suckblow/Makefile
1.7 www/lws/Makefile
Reassign ports from archie@ back to pool at his request.
Hat: portmgr
|
Sun, 27 Nov 2005
|
[ 16:54 archie ]
1.46 java/jikes/Makefile
1.1 java/jikes/files/patch-conrigure
Fix problem with -encoding flag.
PR: ports/89536
|
Fri, 7 Oct 2005
|
[ 18:29 archie ]
1.45 java/jikes/Makefile
Update master site.
|
Sun, 2 Jan 2005
|
[ 01:09 kris ]
1.44 java/jikes/Makefile
BROKEN on alpha 4.x: Internal compiler error
Approved by: portmgr (self)
|
Tue, 2 Nov 2004
|
[ 01:12 archie ]
1.43 java/jikes/Makefile
1.18 java/jikes/distinfo
Update to version 1.22.
|
Sun, 16 May 2004
|
[ 19:06 archie ]
1.42 java/jikes/Makefile
1.17 java/jikes/distinfo
Upgrade to version 1.21.
|
Tue, 20 Apr 2004
|
[ 14:24 archie ]
1.41 java/jikes/Makefile
1.16 java/jikes/distinfo
Update to version 1.20.
|
Tue, 30 Mar 2004
|
[ 19:20 krion ]
1.7 archivers/dpkg/Makefile
1.7 archivers/rpm4/Makefile
1.30 audio/flac/Makefile
1.16 audio/id3lib/Makefile
1.58 audio/mpg123/Makefile
1.3 audio/mpiosh/Makefile
1.12 audio/musicpd/Makefile
1.6 chinese/oto/Makefile
1.53 chinese/xcin25/Makefile
1.11 comms/scmxx/Makefile
(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 ]
1.39 java/jikes/Makefile
Fix incorrect MASTER_SITES.
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(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 ]
1.37 java/jikes/Makefile
1.14 java/jikes/distinfo
1.9 java/jikes/files/patch-aa
1.5 java/jikes/pkg-descr
Upgrade to version 1.19.
|
Mon, 10 Nov 2003
|
[ 23:07 archie ]
1.36 java/jikes/Makefile
Add iconv encoding support.
PR: ports/57725
Submitted by: Palle Girgensohn <girgen@pingpong.net>
|
Fri, 7 Mar 2003
|
[ 06:04 ade ]
1.6 java/bugseeker-demo/Makefile
1.2 java/bugseeker-demo/pkg-comment
1.8 java/bugseeker/Makefile
1.3 java/bugseeker/pkg-comment
1.8 java/cryptix-jce/Makefile
1.2 java/cryptix-jce/pkg-comment
1.7 java/forte/Makefile
1.2 java/forte/pkg-comment
1.22 java/guavac/Makefile
1.4 java/guavac/pkg-comment
(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 ]
1.34 java/jikes/Makefile
1.13 java/jikes/distinfo
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 ]
1.33 java/jikes/Makefile
Update MASTER_SITES after directory re-org.
|
Fri, 30 Aug 2002
|
[ 23:14 archie ]
1.32 java/jikes/Makefile
1.3 java/jikes/files/patch-ab
1.3 java/jikes/files/patch-ac
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 ]
1.61 java/Makefile
1.1 java/jikes-devel/Makefile
1.1 java/jikes-devel/distinfo
1.1 java/jikes-devel/files/patch-aa
1.1 java/jikes-devel/files/patch-ab
1.1 java/jikes-devel/files/patch-ac
1.1 java/jikes-devel/pkg-comment
1.1 java/jikes-devel/pkg-descr
1.1 java/jikes-devel/pkg-message
1.1 java/jikes-devel/pkg-plist
(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 ]
1.30 java/jikes/Makefile
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 ]
1.29 java/jikes/Makefile
LIB_DEPENDS should have been BUILD_DEPENDS.
Submitted by: vanilla
|
Mon, 5 Aug 2002
|
[ 19:14 archie ]
1.28 java/jikes/Makefile
1.8 java/jikes/files/patch-aa
1.1 java/jikes/files/patch-ab
1.1 java/jikes/files/patch-ac
Add support for the -encoding option by utilizing the ICU library.
PR: ports/38396
|
Thu, 18 Jul 2002
|
[ 18:14 archie ]
1.27 java/jikes/Makefile
1.11 java/jikes/distinfo
1.6 java/jikes/pkg-plist
Update to version 1.16.
|
Tue, 23 Apr 2002
|
[ 23:25 billf ]
1.26 java/jikes/Makefile
respect PREFIX by using GNU_CONFIGURE, not HAS_CONFIGURE
Submitted by: Nick Johnson <freebsd@spatula.net>
|
Thu, 4 Oct 2001
|
[ 18:39 archie ]
unknown java/jikes/Makefile
unknown java/jikes/distinfo
unknown java/jikes/pkg-message
unknown java/jikes/pkg-plist
Update to version 1.15.
|
Wed, 16 May 2001
|
[ 02:30 archie ]
unknown java/jikes/Makefile
unknown java/jikes/distinfo
unknown java/jikes/pkg-plist
Update to version 1.14.
|
Thu, 1 Mar 2001
|
[ 15:52 archie ]
unknown java/jikes/Makefile
unknown java/jikes/distinfo
Update to version 1.13.
|
Fri, 23 Feb 2001
|
[ 16:08 archie ]
unknown java/jikes/Makefile
Distfile location changed.
|
Wed, 9 Aug 2000
|
[ 17:49 cpiazza ]
unknown java/jikes/Makefile
Update MASTER_SITE
|
Tue, 1 Aug 2000
|
[ 00:55 archie ]
unknown java/jikes/Makefile
unknown java/jikes/files/md5
unknown java/jikes/patches/patch-aa
unknown java/jikes/patches/patch-ab
unknown java/jikes/patches/patch-ac
unknown java/jikes/patches/patch-ad
unknown java/jikes/patches/patch-ae
unknown java/jikes/patches/patch-af
unknown java/jikes/patches/patch-ag
unknown java/jikes/patches/patch-ah
(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 ]
unknown archivers/nulib/Makefile
unknown audio/kmikmod/Makefile
unknown audio/kmpg/Makefile
unknown audio/libworkman/Makefile
unknown chinese/aterm/Makefile
unknown comms/bpl+/Makefile
unknown comms/plp/Makefile
unknown converters/fconv/Makefile
unknown devel/a2dev/Makefile
unknown devel/cc65/Makefile
(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 XX: 42 |