David E. O'Brien
5cd5b258b5
Convert to the PORTNAME - PORTVERSION syntax.
2000-04-12 06:21:15 +00:00
Yukihiro Nakai
6b0ea0d8a6
Change MAINTAINER address from nacai@iname.com
...
to nakai@FreeBSD.org
2000-01-07 02:27:48 +00:00
Tim Vanderhoek
847ae8f2b6
Remove preceeding pkgname from some of the comments having one.
1999-08-29 19:19:43 +00:00
David E. O'Brien
5133141363
Change Id->FreeBSD.
1999-08-25 06:16:32 +00:00
Chris Piazza
c8d77a093b
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
1999-08-22 19:46:45 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
56fe7a4c6a
egcc/eg++ have been renamed to gcc295/g++295. Change
...
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett <ade@lovett.com>
1999-08-17 19:37:11 +00:00
Bill Fenner
35fc3fa02a
Fix WWW: typos
...
Found by: not-yet-completed addition to port distfile checker
suggested by Tim Vanderhoek
1999-08-01 04:54:40 +00:00
Bill Fumerola
b111804601
New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.
1999-06-28 02:24:57 +00:00
Tim Vanderhoek
dd9ff05a6a
Commit #3/4 to enforce caps, no period.
...
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
1999-06-26 19:12:45 +00:00
Satoshi Asami
99f4eb4e5f
Fix up dependencies so this will build in 3.x.
...
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 22:45:03 +00:00
Satoshi Asami
4215bbb0be
Adjust libiberty path in dependency. This probably won't fix the build
...
anyway but it's one less warning to worry about.
1999-05-04 12:00:21 +00:00
Michael Haro
99e0b1f29f
Yet more WWW: additions
1999-05-03 06:13:27 +00:00
Vanilla I. Shu
edecf3c4f0
Change maitainer's email address,
...
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00
Satoshi Asami
b7d8add953
Remove BROKEN_ELF, glibstdc++28 is not broken anymore.
1998-12-22 07:57:21 +00:00
Justin M. Seger
e5bac7517e
Mark BROKEN for ELF: depends on glibstdc++28
1998-10-14 01:20:21 +00:00
Tim Vanderhoek
8ce50883da
The first time I tried committing this set of manpage removals it got
...
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-)
Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring
machine, and bento is busy.
1998-08-18 18:33:15 +00:00
Satoshi Asami
48887e4ba8
Make these ports (TenDRA, egcs, gcc28, glibstdc++28 and guavac, all
...
under lang) use ${OSREL} as defined in bsd.port.mk rev 1.281 and
1.227.2.43.
Note gcc28 is hopelessly broken, it uses an undefined variable
${GNUOSREL} and thus has an empty string wherever ${OSREL} should
be. However, it's consistent with its own PLIST at the current state
so I haven't "fixed" it yet.
1998-08-07 22:49:31 +00:00
Steve Price
d3791d06b6
Upgrade to version 1.2.
...
PR: 7045
Submitted by: Yukihiro Nakai <Nakai@technologist.com>
1998-07-12 22:34:06 +00:00
Thomas Gellekum
b6e32b8fe8
Upgrade to 1.0.
...
PR: 5036
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1997-11-14 10:20:25 +00:00
Chuck Robey
4e9c0a02fe
Fix http address in DESCR
...
PR: 4123
Obtained from: Mark Huizer <xaa@stack.nl>
1997-07-19 21:34:35 +00:00
Masafumi Max NAKANE
19ad3d08cf
Remove entry for guavac.info.
...
Add @dirrm.
1997-06-30 10:33:40 +00:00
Masafumi Max NAKANE
db2b7d810e
Patch up Makefile.in to ignore the doc subdirectory since guavac.info
...
doesn't provide any information at all. (This file is close to
empty.)
1997-06-30 10:32:45 +00:00
Masafumi Max NAKANE
cace0033fd
Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}
...
in dist Makefile. And also strip the binaries.
1997-06-30 10:19:35 +00:00
Masafumi Max NAKANE
f9d22e4856
Don't install catpage.
1997-06-30 10:17:37 +00:00
Masafumi Max NAKANE
83c6485095
Upgrade, 0.3 -> 0.3.1.
...
PR: 3966
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
1997-06-30 09:43:15 +00:00
John Polstra
61226cc600
Upgrade to version 0.3 (from 0.2.5).
...
I modified the submitted version slightly, (a) to honor the user's
CFLAGS setting, and (b) to eliminate some compilation warnings.
PR: ports/3825
Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp
1997-06-12 21:58:57 +00:00
David E. O'Brien
9c74ebda21
Gcc can't link if given "-O".
...
gcc -O -I. -I.. -I../common -Wreturn-type -fenum-int-equiv -o guavad
DisassembleMain.o -L../common -lcommon -lm -lstdc++
JavaClassFile.o: Undefined symbol
`_construct__FPP13CJavaConstantRCP13CJavaConstant' referenced from
text segment
1997-02-19 23:36:27 +00:00
David E. O'Brien
1bcf6e676d
CFLAGS shouldn't contain "-g".
1997-02-18 00:24:06 +00:00
Satoshi Asami
c8f4bff6ea
Add missing \ so that make won't faint.
1997-02-16 11:56:45 +00:00
David E. O'Brien
4d99b68337
Guavac is a free java compiler developed under GNU Public Licence,
...
and its package includes guavad, java bitecode decompiler.
Closes PR: ports/2500 & ports/2529
Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
1997-02-16 01:31:37 +00:00