| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=67501
|
|
|
|
|
|
|
|
|
|
| |
RUBY_RD_PORT to RUBY_RDTOOL_PORT and DEPEND_RUBY_RD2 to
DEPEND_RUBY_RDTOOL.
Add USE_RUBY_RDOC, RUBY_RDOC, RUBY_RDOC_PORT and DEPEND_RUBY_RDOC.
Notes:
svn path=/head/; revision=67499
|
|
|
|
| |
Notes:
svn path=/head/; revision=67397
|
|
|
|
| |
Notes:
svn path=/head/; revision=67314
|
|
|
|
|
|
|
|
|
| |
coredumps.
Submitted by: knu
Notes:
svn path=/head/; revision=67297
|
|
|
|
|
|
|
| |
Submitted by: sobomax
Notes:
svn path=/head/; revision=67291
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp.jp.FreeBSD.org is back in sync with ftp.FreeBSD.org.
Thanks to: kuriyama & the administrators
MASTER_SITE_RUBY:
ftp.chg.ru is back in sync with ftp.ruby-lang.org.
Thanks to: Serge Krashakov <sakr@Chg.RU>
MASTER_SITE_FESTIVAL, MASTER_SITE_FESTIVAL_OGI:
Assign using += instead of = like other ones.
Notes:
svn path=/head/; revision=67269
|
|
|
|
|
|
|
|
|
|
|
| |
ftp.iij.ad.jp because ftp.ruby-lang.org is currently unstable.
ftp.iij.ad.jp has much more capacious bandwidth and is synchronized
with the master site tightly enough.
- ftp.dti.ad.jp is a good one. Add it to various MASTER_SITE_*.
Notes:
svn path=/head/; revision=67259
|
|
|
|
|
|
|
|
|
| |
- Remove non-working mirror sites from MASTER_SITE_SUNSITE.
Submitted by: fenner's distfiles survey
Notes:
svn path=/head/; revision=67254
|
|
|
|
|
|
|
|
| |
MASTER_SITE_RUBY. They will be put back as soon as they get back up
or in sync.
Notes:
svn path=/head/; revision=67252
|
|
|
|
|
|
|
| |
(ftp.iDaemons.org, mirrors.sunsite.dk and ftp.ntua.gr)
Notes:
svn path=/head/; revision=67193
|
|
|
|
| |
Notes:
svn path=/head/; revision=67191
|
|
|
|
|
|
|
|
|
|
|
| |
fixes several coredump bugs and fatal threading problems.
Remove the autoconf dependency by including a pre-generated configure
script in the distfile. It now also includes a pre-generated parse.c
made by bison 1.35.
Notes:
svn path=/head/; revision=67167
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix some problems in previous revision relating to writability test of
${DISTDIR}, by moving the check a) after we have made the directory if
it doesn't exist, and b) inside the loop that actually fetches files,
so the check isn't performed with every port make operation that depends
on the fetch target (this breaks non-fetch targets as a different user)
[2]
Submitted by: bmah [1]
Reported by: ijliao [2]
Tested on: bento
Notes:
svn path=/head/; revision=67139
|
|
|
|
|
|
|
|
|
|
| |
containing a pregenerated configure and a parse.c generated with bison
1.35. This is to offer a smaller (.tar.bz2) distfile, remove the
autoconf dependency and benefit from a bit more efficient parse.c than
that which byacc(1) generates.
Notes:
svn path=/head/; revision=67102
|
|
|
|
|
|
|
|
|
|
| |
more working X mirrors and remove a local distfiles site that hasn't been
updating.
Approved by: portmgr
Notes:
svn path=/head/; revision=67018
|
|
|
|
|
|
|
| |
- Introduce USE_RUBY_FEATURES to make life easier.
Notes:
svn path=/head/; revision=66998
|
|
|
|
|
|
|
|
|
|
| |
it's offline for a long time
PR: 38191
Submitted by: Tom Rissman <trissman@mrdlaw.com>
Notes:
svn path=/head/; revision=66960
|
|
|
|
| |
Notes:
svn path=/head/; revision=66935
|
|
|
|
|
|
|
|
| |
Submitted by: maintainer
Approved by: maintainer
Notes:
svn path=/head/; revision=66874
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Replace some bare uses of cat with ${CAT}
* [ports/19112] Ignore RCS files (*,v) when applying patches
* [ports/19270] Check whether ${DISTDIR} is writable and fail with a
better error message if not (mostly caused by trying to fetch as the
wrong user)
* [ports/23560] Force patch backup files to be created with .orig suffix
* [ports/34717] Don't enclose PTHREAD_LIBS in quotes, because it will
cause problems if used in an already-quoted string.
* [ports/34987] Fix an awk warning in MASTER_SORT/MASTER_SORT_REGEX code
* [misc/38724] Change some uses of the deprecated test -h to test -L
* [1] Registering real dependencies: dependency registration looks at the
currently-installed version of the dependency and registers that version,
instead of registering the version in ports which may be newer than
what is installed.
* [2] Further 100% speed-up of dependency registration process by eliminating
second call to package-depends (using information from the first call
stored in +CONTENTS file of package being installed). Very useful
for developing GNOME or similar packages with zillion dependencies,
when package-depends target could take few minutes to complete;
* [2] Proper set-up of ${SHELL} variable in build environment, so that user's
interactive shell isn't picked instead. This has various implications,
ranging from build process speed-up due to using /bin/sh to invoke
libtool instead of bash or any other much more bloated user's shell
(configure scripts often pick it up from the ${SHELL} environment),
to fixing problems some users have when building random ports.
Submitted by: sobomax [1] [2],
Aleksandr A. Babaylov <.@babolo.ru> [ports/19112],
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> [ports/19270],
Alan Bawden <Alan@LCS.MIT.EDU> [ports/23560],
Christian Weisgerber <naddy@mips.inka.de> [ports/34717],
knu [ports/34987], april <april@oublinet.net> [ports/38724]
PR: ports/19112, ports/19270, ports/23560, ports/34717,
ports/34987, ports/36237, ports/38724
Tested on: bento 4-exp build
Notes:
svn path=/head/; revision=66644
|
|
|
|
|
|
|
|
| |
PR: 42872
Submitted by: SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=66584
|
|
|
|
|
|
|
| |
This fixes coredump on the Alpha.
Notes:
svn path=/head/; revision=66573
|
|
|
|
| |
Notes:
svn path=/head/; revision=66493
|
|
|
|
|
|
|
| |
Submitted by: Seamus Venasse <Seamus.Venasse@gov.yk.ca>
Notes:
svn path=/head/; revision=66492
|
|
|
|
|
|
|
|
| |
Reviewed by: wca
Approved by: knu (mentor)
Notes:
svn path=/head/; revision=66379
|
|
|
|
| |
Notes:
svn path=/head/; revision=66273
|
|
|
|
|
|
|
|
|
| |
months ago, so remove it from MASTER_SITE_LOCAL.
Detected by: fenner's distfiles survey
Notes:
svn path=/head/; revision=66254
|
|
|
|
|
|
|
|
|
|
| |
--disable-gtk-doc option.
PR: 42616
Reviewed by: sobomax
Notes:
svn path=/head/; revision=66174
|
|
|
|
|
|
|
|
| |
mirroring all the distfiles of ruby related ports except RESTRICTED
ones.
Notes:
svn path=/head/; revision=66166
|
|
|
|
|
|
|
| |
latest snapshots as of today, 2002-09-12 (JST).
Notes:
svn path=/head/; revision=66160
|
|
|
|
|
|
|
|
|
|
|
|
| |
qt2 then you better change it to say so or else it's on the hit list. Will
has said that all kde2 ports must be fixed or gone before 4.7 ports freeze.
Submitted by: Tilman Linneweh <tilman@arved.de>
Reviewed by: resident psychopath and wild and crazy guy AlanE
Approved by: billg@microsoft.com ("anything to get rid of some free s/w")
Notes:
svn path=/head/; revision=66016
|
|
|
|
|
|
|
|
|
| |
the second the fact that sourceware is scheduled to go away.
Submitted by: pfeifer
Notes:
svn path=/head/; revision=65796
|
|
|
|
|
|
|
|
|
| |
linked from somewhere else.
PR: ports/42060
Notes:
svn path=/head/; revision=65552
|
|
|
|
| |
Notes:
svn path=/head/; revision=65345
|
|
|
|
|
|
|
|
|
|
| |
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.
Tested by: Matt Douhan <matt@fruitsalad.org>, alane
Submitted by: lioux [1]
Notes:
svn path=/head/; revision=64972
|
|
|
|
|
|
|
| |
Obtained from: fenner's survey and www.alltheweb.com
Notes:
svn path=/head/; revision=64968
|
|
|
|
|
|
|
| |
redirector services.
Notes:
svn path=/head/; revision=64967
|
|
|
|
|
|
|
|
|
| |
Submitted & reported by: many
PR (among others reports): 39646
Approved by: portmgr
Notes:
svn path=/head/; revision=64665
|
|
|
|
| |
Notes:
svn path=/head/; revision=64420
|
|
|
|
|
|
|
| |
See also: http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
Notes:
svn path=/head/; revision=64414
|
|
|
|
| |
Notes:
svn path=/head/; revision=64413
|
|
|
|
|
|
|
|
|
|
|
| |
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.
PR: 41424
Notes:
svn path=/head/; revision=64327
|
|
|
|
|
|
|
|
|
| |
to linux-sun-jdk1.4.0.01.
PR: 41424
Notes:
svn path=/head/; revision=64326
|
|
|
|
|
|
|
|
|
| |
linux-sun-jdk1.3.1.
PR: 41424
Notes:
svn path=/head/; revision=64324
|
|
|
|
|
|
|
| |
${LOCALBASE}/linux-blackdown-jdk1.2.2.
Notes:
svn path=/head/; revision=64321
|
|
|
|
|
|
|
|
|
| |
directory for that JDK was changed on June 13.
See: http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup
Notes:
svn path=/head/; revision=64177
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=63962
|
|
|
|
|
|
|
|
| |
Requested by: re
Two months silence by: portmgr
Notes:
svn path=/head/; revision=63946
|
|
|
|
|
|
|
|
| |
PR: 41218
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (1)
Notes:
svn path=/head/; revision=63835
|