Bill Fumerola
20c8fb443f
3 commits to make one line work? I must have a empty dumptruck with only a little
...
white powder still left in it...
Submitted by: Miha Nedok <mike@mike.unix-systems.net>
2000-09-26 08:57:28 +00:00
Akinori MUSHA
c68548820c
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
...
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Akinori MUSHA
ad6b56b76d
Update to 2.1.
2000-09-26 07:28:25 +00:00
Akinori MUSHA
03e383a604
Update to 0.4.2.
2000-09-26 07:14:52 +00:00
Kelly Yancey
34964e42e8
Update MASTER_SITES to use local distfile; apparently Lucent reverted the
...
copy on their FTP server to an older version. In addition, apply some Y2K
fixes I've had in my local copy since the beginning of the year. Finally,
update my e-mail address in the MAINTAINER line.
2000-09-26 07:00:49 +00:00
Maxim Sobolev
4015382555
Update to 0.6.3.
2000-09-26 06:45:29 +00:00
Maxim Sobolev
10deb1ffb6
Remove ports/x11/gtik - it's now included into gnomeapplets.
...
Submitted by: ade
2000-09-26 06:34:03 +00:00
John-Mark Gurney
551983e750
update md5 that got lost when I upgraded the Makefile
2000-09-26 04:10:56 +00:00
Foxfair Hu
dea7ae9957
Add acid to our ports tree. (not out, sorry)
...
This is acid v0.9.4, Analysis Console for Intrusion Databases (ACID) with
Snort and MySQL. Before someone complain about it, I need to say portlint
doesn't like this port so much. That's because the naming rule of
DISTFILES(from the author) has a bad style.
ACID needs snort 1.6.3(maybe higher) and php3/mysql, we are waitng for
upgrading the development version of snort to make this port happy.
Submitted by: Yen-Ming Chen <yenming.chen@foundstone.com>
2000-09-26 02:58:04 +00:00
Foxfair Hu
5a4d29cf88
Add acid to out ports tree.
2000-09-26 02:50:31 +00:00
Satoshi Taoka
7fd9ac0d03
To remove extra directories.
2000-09-26 01:31:13 +00:00
Satoshi Taoka
0eaa7088ed
Support CC/CFLAGS/X11BASE
...
PR: 21370
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-26 00:56:45 +00:00
Ade Lovett
5ea40c1023
Use standard GNU master sites
...
PR: 21543
Submitted by: maintainer
2000-09-25 22:01:12 +00:00
Ade Lovett
74d1d7510c
Remove scsh from "known shells".. it's not an interactive shell.
...
Submitted by: nectar
2000-09-25 21:40:20 +00:00
Jean-Marc Zucconi
6f43b3ae89
Add PORTREVISION= 1
2000-09-25 21:18:26 +00:00
Jean-Marc Zucconi
79d3b56432
This fixes the nasty problem of the mouse locking if you toggle between X
...
and a virtual terminal.
Submitted by: Sean O'Connell <sean@stat.Duke.EDU>
2000-09-25 21:16:16 +00:00
Ade Lovett
64be182734
Update to 0.2
2000-09-25 21:03:09 +00:00
Ade Lovett
06116bab68
Update to 1.2.2
2000-09-25 21:02:34 +00:00
Ade Lovett
d78d6a0392
Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/local
...
Original suggestion by: nectar
Rewritten patch by: ade (so don't blame nectar for this!)
2000-09-25 21:01:47 +00:00
Kris Kennaway
8ed38918f6
Bump PORTREVISION
...
Overlooked by: obrien
2000-09-25 19:48:22 +00:00
Jean-Marc Zucconi
a53dbace20
Add PORTREVISION=1
2000-09-25 19:01:21 +00:00
Jean-Marc Zucconi
35f28f3783
Fix compilation. There was an undefined variable.
2000-09-25 19:00:49 +00:00
CHOI Junho
e231e5986a
Korean enabled Texinfo formatter
2000-09-25 16:06:44 +00:00
Ade Lovett
2e1ac8d849
Activate tintin++-devel after repo-copy from tintin++
2000-09-25 14:43:52 +00:00
Ade Lovett
0daa66a918
Revert commit from ports/20991. net/tintin++-devel will be
...
taking over that role.
Requested by: maintainer
2000-09-25 14:42:58 +00:00
Maxim Sobolev
1f9d31b3aa
Make syntax highliting working.
2000-09-25 13:58:23 +00:00
CHOI Junho
7b4473c10f
Change manually hinted gulim{10,10b} fonts from pcf to bdf source.
2000-09-25 12:52:56 +00:00
Thomas Gellekum
e3f8861dde
Kill WRKSRC again.
2000-09-25 12:34:17 +00:00
Thomas Gellekum
cad836e991
Use USE_PYTHON.
...
PR: 21509
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
2000-09-25 12:30:49 +00:00
Maxim Sobolev
079a31ba4c
Add titano - an C/C++ IDE for GNOME desktop.
2000-09-25 12:28:41 +00:00
Satoshi Asami
5e5841f2cd
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
...
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
2000-09-25 12:21:43 +00:00
Satoshi Asami
016268dfb5
Change PYTHON_LIBDIR to PYTHON_SITELIBDIR so this thing builds. While
...
I'm here, define DISTFILES instead of all three of DISTNAME,
EXTRACT_SUFX and wrksrc.
(Actually I was here to fix the latter when I stumbled upon the
former, but who's counting. :)
2000-09-25 12:15:20 +00:00
Jeroen Ruigrok van der Werven
dbb98bd81c
Update to 0.9.6.3.
...
PR: 21478
Submitted by: Maintainer (Mark Huizer <xaa+ports@madison-gurkha.com>)
2000-09-25 11:53:58 +00:00
Jeroen Ruigrok van der Werven
1917a219b2
Update to 0.9.6.3.
...
Added some mastersites myself.
PR: 21478
Submitted by: Maintainer (Mark Huizer <xaa+ports@madison-gurkha.com>)
2000-09-25 11:53:52 +00:00
Maxim Sobolev
e28c640e1f
Add libgtkeditor - a source code editor widget for GTK+.
2000-09-25 11:27:12 +00:00
Maxim Sobolev
b714ec93da
Add sweep - an audio editor for GNOME desktop.
2000-09-25 09:46:16 +00:00
Satoshi Asami
3f53f13474
Small patch to aclocal.m4 to change qt version to look for, so this
...
port will still find qt2 post the USE_QT2 change.
Submitted by: Max Khon <fjoe@iclub.nsu.ru>
2000-09-25 08:54:15 +00:00
Yukihiro Nakai
0b36728a13
Update to 1.2.3
2000-09-25 08:52:07 +00:00
Maxim Sobolev
b82bff9c55
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
...
installation.
2000-09-25 08:14:28 +00:00
Akinori MUSHA
d37fbb6052
Update to 1.4.5.
...
PR: ports/21514
Submitted by: Andrew Arensburger <arensb+freebsd-ports@ooblick.com> (MAINTAINER)
2000-09-25 08:04:29 +00:00
Maxim Sobolev
fa0b4be69c
Add --build no-op to ltconfig to make USE_LIBTOOL working with configure scripts
...
generated for libtool1.4.
No responce from: maintainer
2000-09-25 07:38:14 +00:00
Akinori MUSHA
58374e4eca
Update to 2.0.7-ja-1.3.
...
PR: ports/21462
Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (MAINTAINER)
2000-09-25 07:34:31 +00:00
Maxim Sobolev
527910f526
Clarify usage instructions (you have to set LD_LIBRARY_PATH to
...
${PREFIX}/lib/[tya,shujit] in addition to JAVA_COMPILER.
2000-09-25 07:32:43 +00:00
Akinori MUSHA
96c7890368
Clean up.
...
Respect X11BASE.
PR: ports/21369
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury)
2000-09-25 07:30:25 +00:00
Maxim Sobolev
04b873263b
Properly convert scancode into acsii representation in svga driver.
2000-09-25 07:23:57 +00:00
Akinori MUSHA
83b42f5540
Clean up with USE_LINUX.
...
PR: ports/21500
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> (MAINTAINER)
2000-09-25 07:19:31 +00:00
Maxim Sobolev
4a05c0ccb1
Fix hardcoded paths.
2000-09-25 07:16:53 +00:00
Maxim Sobolev
e29c060b2d
Add clanbomber - a bomberman-like multiplayer game written using clanlib.
2000-09-25 07:09:11 +00:00
Maxim Sobolev
78d89936e2
Add clanlib - a cross-platform game SDK (yes, it works with svgalib :-> ).
2000-09-25 06:58:43 +00:00
Akinori MUSHA
ad82bf983f
Add a startup script for slapd.
...
Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
2000-09-25 05:43:46 +00:00