1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
Commit Graph

508 Commits

Author SHA1 Message Date
Thomas Gellekum
cb66a2b556 Python-2.1 is the new default version. 2001-05-02 11:49:36 +00:00
David E. O'Brien
758eef476d Add a new really well connected MASTER_SITE_SOURCEWARE mirror, remove
one machine that seems to have dropped off the face of the earth, and push
down some hosts that don't seem to be doing a good job of mirroring.
2001-05-01 18:47:19 +00:00
Akinori MUSHA
59c8516818 Update to the latest snapshot of the ruby_1_6 branch.
- irb 0.7.3 & irb-tools 0.7.1 merged
  - numerous bugs fixed, including gdbm/dbm memory leakage

Strip the binary only when ${STRIP} == -s.

La la, still waiting for the 1.6.4 release, la la...
2001-05-01 17:16:36 +00:00
Dmitry Sivachenko
7b8e9406a3 Add Russian mirror of GNOME so one can utilize MASTER_SORT effectively. 2001-04-28 13:54:52 +00:00
Maxim Sobolev
1243f0959d Add another mirror for MASTER_SITE_THEMES. 2001-04-26 08:51:58 +00:00
Akinori MUSHA
07279548e6 Backout the previous --with-opt-dir change. I think I needed some
sleep...

Problem found by:	roberto
2001-04-24 16:30:20 +00:00
Akinori MUSHA
adafb1339d Update to the latest snapshot of the ruby_1_6 branch.
Set --with-opt-dir="${X11BASE}" instead of
--with-opt-dir="${LOCALBASE}".  ${LOCALBASE}/{include,lib} is included
in the CPPFLAGS and LIBS by default anyway.
2001-04-24 11:25:58 +00:00
Satoshi Asami
8a8dc68a16 New category picobsd starts today. 2001-04-22 16:47:55 +00:00
Akinori MUSHA
dc4ddaa0d0 Apply one more latest fix. 2001-04-18 19:29:54 +00:00
Akinori MUSHA
988f3cd2c6 Update to 1.6.4 preview2 + a tiny hotfix. 2001-04-17 18:08:24 +00:00
Satoshi Asami
f7ed4a7d58 (1) Move inclusion of bsd.kde.mk to the right place.
Reviewed by:    will
Tested on:      bento

(2) Chase XFree86-3 revision.
2001-04-16 10:28:15 +00:00
Will Andrews
58386d31fc Fix glaring logic/typo bugs:
1) Move USE_KDEBASE_VER above USE_KDELIBS_VER so the implication works.
2) QTCFLIBS -> QTCFGLIBS, fixes port pre-definition of QTCFGLIBS.
3) Use libkonq.so.4, NOT libkparts.so.4 (part of kdelibs2!) for indication
   of kdebase2 installation.

Wake-up call from:	demon (whose kwix port now works :)
2001-04-14 20:43:29 +00:00
Peter Pentchev
d28eb87afc Add a missing backslash for line continuation.
PR:		26541
Submitted by:	David <david@wmol.com>
2001-04-13 17:04:53 +00:00
Ade Lovett
c6a8473f6b Update MASTER_SITE_GNOME with a few more non-US sites, and perform
a little bit of spring cleaning whilst I'm here.
2001-04-13 15:08:56 +00:00
Akinori MUSHA
e2f7f68b82 Update to the latest snapshot plus a fix against malloc race issue.
(1.6.4.p1.2001.04.11)

This does not build on the very latest CURRENT due to the newly
updated libreadline, but the problem will soon be fixed.
2001-04-12 16:57:17 +00:00
Maxim Sobolev
0272d285f4 Add http://prdownloads.sourceforge.net/ into MASTER_SITE_SOURCEFORGE. 2001-04-11 12:24:15 +00:00
Akinori MUSHA
67551d3a37 Update to 1.6.4-preview1.
Make bsd.ruby.mk easily handle preview releases.
2001-04-10 07:23:49 +00:00
Trevor Johnson
9faf55eb84 Add prdownload.sourceforge.net to MASTER_SITE_SOURCEFORGE. 2001-04-10 04:47:03 +00:00
Trevor Johnson
f187d7e22d Update and augment MASTER_SITE_SUNSITE. 2001-04-10 04:38:14 +00:00
Trevor Johnson
4a33d2801f Follow changed layout at uiarchive.uiuc.edu in MASTER_SITE_CPAN. 2001-04-10 03:17:06 +00:00
Akinori MUSHA
369ae010ab Do the RUBY_WITH_PTHREAD hack in a more elegant way. 2001-04-06 10:11:41 +00:00
Akinori MUSHA
f6ea678587 Introduce a new variable: RUBY_WITH_PTHREAD.
With it, extconf.rb is modified to link with -pthread instead of -lc.
2001-04-06 09:19:22 +00:00
FUJISHIMA Satsuki
89d1c88a9b add _RINGSERVER to _KDE.
remove unneeded backslash added at rev1.37.
2001-04-05 20:47:00 +00:00
Thomas Gellekum
ff1706a992 I don't know offhand how to delay defining PYTHON_PLATFORM until
the dependencies are evaluated and $PYTHON_CMD will surely exist,
so I fake it with the help of expr(1), $OPSYS and $OSREL.

PR:		26318
2001-04-04 12:32:45 +00:00
Thomas Gellekum
f5bb057465 New variable PYTHON_PLATFORM, which contains Python's idea of
the platform it's running on.
2001-04-03 11:37:25 +00:00
Will Andrews
dbba8af644 Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
  introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1.  Two patches included in x11/kdelibs2 to fix the
  proxy authentication that was broken for 2.1.1.  Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me.  Should
  still work w/ compat shims for older USE_QT[,2] style.  Some others
  were also left alone for the same reason.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)
2001-04-03 08:14:43 +00:00
Akinori MUSHA
97feddd36f Invoke ruby with -d when the variable DEBUG is defined. (make -DDEBUG) 2001-04-02 04:36:09 +00:00
Akinori MUSHA
b4635474a2 Update to the latest snapshot of the stable branch, plus a workaround
for the longstanding libc vs. libc_r issue.

This should hopefully fix all the ruby extensions such as Ruby/Qt2GL,
Ruby/Python and Ruby/SDL for both 4-STABLE and 5-CURRENT. :)
2001-04-01 17:52:01 +00:00
Ben Smithurst
db13a8286a Add a .uk site to MASTER_SITE_GNOME.
Reviewed by:	ade
2001-03-30 17:15:11 +00:00
Akinori MUSHA
c08fd71075 Update to the latest snapshot of the stable branch.
Yes, 1.6.4 release will be released soon before 4.3-RELEASE.
2001-03-28 11:45:08 +00:00
Ben Smithurst
e6a9268d41 Add a .uk master site to MASTER_SITE_KDE.
Approved by:	will
2001-03-27 21:04:26 +00:00
Will Andrews
3a3b3aa3de Fix bogon. Note to self: pay more attention to what you're doing. 2001-03-26 03:40:24 +00:00
Will Andrews
87a38f41fe Fix variable usage and comments.
Submitted by:	asami
2001-03-25 23:22:46 +00:00
Will Andrews
cd5ac27b08 Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what
this involves is this:  Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads.  Then also provide a Qt
library that has threads but not GL.  This allows us to make KDE2 depend
on a library that will *not* have threads, ever.  Threads will be
revisited at a later date.  Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4.  The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability.  Also, static
qt will not have GL support.

Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.

Replace qt22-static with qt2-static, since it's just a proxy.  Update
qt-designer to depend on qt23.  Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.

Miscellaneous changes:  remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore.  Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports.  Hopefully.

Suggested by:	ade, asami, sobomax (bsd.kde.mk)
Repocopied by:	asami (qt22-static --> qt2-static)
2001-03-24 22:15:59 +00:00
Satoshi Asami
cb7dd7e8da (1) Change maintainership of bsd.port.mk to portmgr@FreeBSD.org. This is
an alias of a small group of people who agreed to take care of this file.

(2) USE_QT2 now depends on qt23, not qt22, which will be deleted shortly.

(3) Add new variables PTHREAD_CFLAGS and PTHREAD_LIBS to help the transition
    with the new pthread linking scheme.
Submitted by:	sobomax

(4) Add new categories science and ukrainian.
PR:	23313 (ukrainian)
2001-03-24 21:35:22 +00:00
Bill Fenner
0d0f269502 "ftp.ru.FreeBSD.og" doesn't exist. There isn't even an ".og" domain. =)
Found by:	distfile survey
2001-03-24 17:21:47 +00:00
Maxim Sobolev
dad954da69 - Pessimise ftp1.sourceforge.net - there are unconfirmed rumours that it
may be made mirrors-only soon;
- add http:// counterpart for the ftp2.sourceforge.net.

Submitted by:	will, sobomax
2001-03-22 08:55:32 +00:00
Akinori MUSHA
38ed8ad94b ftp.nctu.edu.tw does not mirror ruby any more. 2001-03-21 20:22:39 +00:00
Akinori MUSHA
c863c8984a Update to the latest stable snapshot. A couple of significant
bugfixes have been made since the 1.6.3 release.  C'est la vie. ;)
2001-03-21 11:02:32 +00:00
FUJISHIMA Satsuki
56ec8c7cd1 add _RINGSERVER to _GNOME. 2001-03-20 20:04:49 +00:00
Maxim Sobolev
2024870f5e Add ftp1.sourceforge.net into MASTER_SITE_SOURCEFORGE.
Prompted by:	bento
2001-03-20 09:21:34 +00:00
Will Andrews
6689176a7f Add some relatively geographically distributed mirrors to MASTER_SITE_LOCAL
and add a new mirror to MASTER_SITE_SOURCEFORGE (yay ftp3 @ UNC!).
2001-03-20 00:51:57 +00:00
Akinori MUSHA
0a81dcd924 Update to 1.6.3 release. 2001-03-19 10:51:53 +00:00
Akinori MUSHA
235b9035e5 Update to the snapshot of the stable branch as of yesterday.
The 1.6.3 release has been postponed but now scheduled on next Monday.
2001-03-17 20:57:05 +00:00
Ade Lovett
0630f7a104 Reorganize MASTER_SITE_GNOME as a result of the mirrors being
completely reworked by the GNOME team.
2001-03-13 20:26:05 +00:00
Trevor Johnson
e213131936 Add ftp.plig.net back to MASTER_SITE_NETBSD as ftp.uk.netbsd.org.
Submitted by:	joe
2001-03-13 19:18:06 +00:00
Trevor Johnson
66e489c8f0 Remove ftp.plig.net because it is in the UK but hasn't a .uk TLD.
Correct a typo in the iastate.edu listing.  Add sites from
http://www.netbsd.org/Sites/net.html#ftp .  Remove defunct sites
found by bento.  Newly added ftp.questnet.net.au is untested because
it is "limited to Australian connections."

Approved by:	modified "make fetch-list" (PR 25779)
2001-03-13 18:53:44 +00:00
Akinori MUSHA
6b186f8afb Update to the latest snapshot of the stable branch. The long-awaited
1.6.3 release is scheduled for this week...
2001-03-12 18:07:40 +00:00
Akinori MUSHA
11b68518a9 Improve ruby-shebang-patch routine. Add a #! line when the script
doesn't have one.
2001-03-11 17:39:28 +00:00
Akinori MUSHA
72c6e7d1d3 Specify only one DNS load-balancing master server for
MASTER_SITE_RINGSERVER instead of listing each and every RingServer.

It is painful and just a waste of time to look each RingServer for a
file when it is gone or missing.  (They are synchronized with each
other so tightly)
2001-03-04 20:22:02 +00:00