Commit Graph

548 Commits

Author SHA1 Message Date
Maxim Sobolev
28429a3cbd Similarly to DOCSDIR add DATADIR?=${PREFIX}/share/${PORTNAME}. Also slightly
expand comment for DOCSDIR, so it is immediately clear what its value is.

Ignored by:	obrien, portmgr
2001-07-10 07:50:17 +00:00
David E. O'Brien
9f9a41c8c3 Add "DOCSDIR=${PREFIX}/share/doc/${PORTNAME}" so every port in the world
can stop duplicating this.  We can also add knobs in the future to
autmatically create the directory and what not.

Approved by:	portmgr
2001-07-09 22:23:26 +00:00
Akinori MUSHA
004c4c952b List yet another RingServer in the comment section. 2001-07-05 15:34:18 +00:00
Thomas Gellekum
c5fccbeebb Upgrade to 2.0.1. 2001-07-05 11:21:16 +00:00
Maxim Sobolev
68d6899ca1 Workarround a bug in make(1) that leads results in --datadir/--localstatedir
not being set properly for some ports. The problem is that ":S" modifier
collapses spaces, even if the regex doesn't match. The following piece of
make(1) "code" illustrates the problem:

foo=    a  b

.if ${foo} != ${foo:S/x//}
all:
        @${ECHO} 'BAD!'
.endif
2001-07-04 18:29:48 +00:00
Maxim Sobolev
61951c68d7 Allow fully Gnome ports override default --localstatedir and --datadir
configure args if necessary. Previously only ports that optionally depend on
Gnome were allowed to do so.
2001-07-03 17:26:42 +00:00
Maxim Sobolev
fe053034ba Pessimise Sourceforge mirror of MASTER_SITE_GNOME - it seems that Sourceforge
ftp servers are seriously overloaded (the problem persists at least for a
week).
2001-07-03 11:54:13 +00:00
Dmitry Sivachenko
017861f7e2 Fix stupid typo. 2001-07-02 09:20:05 +00:00
FUJISHIMA Satsuki
2f541dec74 BUILD_DEPENDS on bzip2 only if ${OSVERSION} < 500021.
Approved by:	portmgr
2001-06-29 14:26:38 +00:00
Brian Feldman
fc2c738b5d Make 'make search key="something with spaces"' etc. work.
Ignored for:	almost a year
2001-06-29 03:39:54 +00:00
Maxim Sobolev
94245bb96d Harden a wording of ``do not commit here'' warning at the top of the file. It
appears that previous wording was not strong enough to prevent people from
doing unauthorised changes.
2001-06-28 19:54:45 +00:00
Brian Somers
5764c1943e Remove some extraneous breaks
PR:			27909
No response from:	portmgr
2001-06-28 14:58:44 +00:00
Akinori MUSHA
e4831fc4be Update lang/ruby and lang/ruby-devel to the latest snapshots. 2001-06-21 16:36:46 +00:00
Akinori MUSHA
6a9125be8e Add a couple of new MASTER_SITE_RINGSERVER entries to a comment
section.
2001-06-18 13:16:29 +00:00
Peter Pentchev
db4db27b9f Temporarily move ftp.freesoftware.com to the bottom of all site lists
it is in; it seems that it is still having problems similar to those
which necessitated moving ftp.FreeBSD.org to another location.
2001-06-16 20:02:08 +00:00
Maxim Sobolev
aaf3e86cf2 Pessimise ftp2.sourceforge.net - for some reason it seriously outdated
compared to other Sourceforge ftp/http sites.
2001-06-05 09:10:32 +00:00
Akinori MUSHA
680d39ac8e Update lang/ruby to the long-awaited 1.6.4 release! Yeah! 2001-06-04 15:12:43 +00:00
Akinori MUSHA
a2bd9f0603 Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.
Introduce RUBY_R in preparation for ruby_r & ruby_r-devel ports.

Define RUBY_CONFIGURE_ARGS.
2001-06-04 14:54:32 +00:00
Akinori MUSHA
d56192d797 Update ruby-devel to the latest snapshot, which now enters upon the
1.7.1 phase.
2001-06-01 12:17:24 +00:00
Akinori MUSHA
2b235ff922 Update lang/ruby to 1.6.4-preview5. 2001-06-01 11:39:36 +00:00
Akinori MUSHA
3dd0784102 Ruby's primary FTP site has (finally) been moved from ftp.netlab.co.jp
to ftp.ruby-lang.org.
2001-06-01 11:38:40 +00:00
Akinori MUSHA
6143c44a3e Uh oh, the PKGNAME of lang/ruby-devel was bogus... Sorry. 2001-05-29 21:35:42 +00:00
Akinori MUSHA
d336a721c8 A couple of mirror sites (located in Korea and Belgium) are added to
MASTER_SITE_RUBY.
2001-05-29 08:39:52 +00:00
Akinori MUSHA
f027e3bdca Update lang/ruby to 1.6.4-preview4.
Update lang-ruby-devel to the latest development snapshot.
2001-05-26 03:59:20 +00:00
Akinori MUSHA
92f2d73b29 Prepare a distribution patch and unbreak. 2001-05-24 17:48:44 +00:00
Akinori MUSHA
61d89b0204 Update lang/ruby to 1.6.4-preview3. 2001-05-24 10:23:38 +00:00
Doug Barton
44e687d0d7 Upgrade openssl to 0.9.6a and bump the shlib version in the process
due to non-backwards compatible changes. The shlib bump necessitates
a corresponding bump in bsd.port.mk for the automagic openssl
dependency. Mistakes in the port are my responsibility. Approval for
the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is
a little busy at the moment, so he asked me to lob it in.

Approved by:	kris
2001-05-23 02:47:02 +00:00
Akinori MUSHA
5604e7a14d Update lang/ruby and lang/ruby-devel to the latest snapshots.
Remove shells/ruby-shell as it is now part of the standard distribution.
(in both Ruby 1.6.4 and 1.7.0)

Mark security/ruby-sha1 broken for Ruby >= 1.7.0, as it is also part of the
standard distribution now.
2001-05-17 21:16:46 +00:00
Jun Kuriyama
c6bfd9b08a Fix subdir of ftp.cpan.org. 2001-05-17 08:21:23 +00:00
Maxim Sobolev
8cd9f2aeaa Pessimise eazel.com - it was officially announced that the company is closing
its doors and all online services will be shut down RSN.
2001-05-16 06:57:56 +00:00
Akinori MUSHA
5e6c652f44 Define RUBY_ELISPDIR. 2001-05-11 19:43:03 +00:00
Akinori MUSHA
6c5b653ce8 Update lang/ruby to 1.6.4.p2.2001.05.12.
Update lang/ruby-devel to 1.7.0-a2001.05.12.
2001-05-11 18:22:57 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00
Dmitry Sivachenko
80083930ca Fix path for Russian mirror of GNOME. 2001-05-11 13:03:15 +00:00
Akinori MUSHA
04d55ceefe Update lang/ruby and lang/ruby-devel to the latest snapshots. 2001-05-07 19:52:04 +00:00
Akinori MUSHA
b41ae583e6 Add a new variable RUBY_WITHOUT_SUFFIX. 2001-05-06 16:42:57 +00:00
Akinori MUSHA
4348c1f39c Adjust RUBY_PORT for Ruby 1.7. Ruby 1.7 port is lang/ruby-devel, not
lang/ruby17.
2001-05-06 16:14:41 +00:00
Akinori MUSHA
d7903b455f Add a new variable RUBY_WITH_SUFFIX. 2001-05-05 23:02:32 +00:00
Akinori MUSHA
d54036a13a Update lang/ruby to the latest snapshot of the stable branch.
Rename RUBY_SNAPSHOTVERSION to RUBY_PATCHLEVEL.

Prepare for the development branch. (1.7.x)
2001-05-05 22:03:07 +00:00
Ade Lovett
03af2187bd Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.

  graphics/imlib		1.9.9  -> 1.9.10
  textproc/xml-i18n-tools	0.8    -> 0.8.1
  x11/gnomelibs			1.2.11 -> 1.2.13
  devel/oaf			0.6.2  -> 0.6.5
  devel/gconf			0.12   -> 1.0.0
  devel/gnomevfs		0.5    -> 1.0
  graphics/gdk-pixbuf		0.9.0  -> 0.11.0
  sysutils/gnomecontrolcenter	1.2.2  -> 1.4.0.1
  print/gnomeprint		0.25   -> 0.28
  devel/bonobo			0.37   -> 1.0.3
  audio/gnomeaudio		1.0.0  -> 1.4.0
  x11/gnomecore			1.2.4  -> 1.4.0.3
  devel/libgtop			1.0.11 -> 1.0.12
  x11/gnomeapplets		1.2.4  -> 1.4.0.1
  misc/gnomeuserdocs		          NEW 1.4.1
  misc/gnomeutils		1.2.1  -> 1.4.0
  deskutils/gnomepim		1.2.0  -> 1.4.0
  games/gnomegames		1.2.0  -> 1.4.0.1
  print/ggv			0.95   -> 1.0
  editors/ghex			1.1.4  -> 1.2
  devel/bugbuddy		1.2    -> 2.0.1
  devel/glade			0.5.11 -> 0.6.2
  sysutils/gtop			1.0.12 -> 1.0.13
  x11/xalf			          NEW 0.11
  x11-toolkits/py-gtk		0.6.6  -> 0.6.7
  x11-toolkits/py-gnome		1.0.53 -> 1.4.0
  x11-toolkits/guile-gtk	0.19   -> 0.20
  x11-toolkits/guile-gnome	0.10   -> 0.20
  devel/libsigc++		1.0.1  -> 1.0.3
  x11-toolkits/gnome--		1.1.15 -> 1.1.17
  x11-toolkits/panel--		          NEW 0.1
  x11-fm/gnomemc		4.5.51 -> 4.5.54
2001-05-04 21:39:58 +00:00
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