Commit Graph

41510 Commits

Author SHA1 Message Date
David E. O'Brien
c4dbe633d6 Update to Vim 6.0 beta AD 2001-04-30 16:43:16 +00:00
Akinori MUSHA
4a936ae0aa Note the default optimization flags used by the vendor in a comment.
Comment out redundant lines rather than deleting them. (Just my taste)
2001-04-30 16:39:03 +00:00
David E. O'Brien
72293a0b34 Update to 4.55.1.
This version recognizes 4.3FreeBSD so the benign warning isn't given.
2001-04-30 16:21:00 +00:00
Kevin Lo
12f39434f8 Upgrade to version 1.5.17
PR: 26921
Submitted by: MAINT
2001-04-30 16:07:28 +00:00
Kevin Lo
577e6dda0b - Upgrade graphics/evas to 0.5.0
- Bump library version to x11-toolkits/gevas

PR: 26965
Submitted by: MAINTAINER
2001-04-30 15:52:06 +00:00
Kevin Lo
9378cf90b7 Upgrade to version 0.14
PR: 26972
Submitted by: MAINTAINER
2001-04-30 15:40:39 +00:00
Kevin Lo
30d2cfab1b Upgrade to version 0.4.64
PR: 26989
Submitted by: MAINTAINER
2001-04-30 15:35:56 +00:00
Kevin Lo
989cd52b9c Upgrade to version 0.02
PR: 26966
Submitted by: MAINTAINER
2001-04-30 15:28:53 +00:00
Jimmy Olgeni
192274d631 Remove broken master site.
PR:		26971
Submitted by:	maintainer
2001-04-30 12:45:12 +00:00
Akinori MUSHA
a411428b81 Add pdumpfs, a daily backup system similar to Plan9's dumpfs. 2001-04-30 11:06:34 +00:00
Sheldon Hearn
18d8d74d74 Update master site.
Reported by:	Peter Radcliffe <pir@pir.net>
2001-04-30 10:38:00 +00:00
Sheldon Hearn
aafe1a1236 Simplify the description. 2001-04-30 10:37:12 +00:00
Kris Kennaway
c9235a7b47 Don't hardcode CXX to g++, CXXFLAGS to -O3 and a bunch of -f optimizations
This port is still broken, but no worse than before
2001-04-30 10:33:54 +00:00
Kris Kennaway
b7bae3d105 Don't hard-code -O3 and a buttload of -f optimizations 2001-04-30 10:18:55 +00:00
Kris Kennaway
00eee57c87 Don't hardcode CC and CFLAGS to -O3 2001-04-30 10:13:07 +00:00
Kris Kennaway
5d2789d5da Chop out 2 -f optimizations as well 2001-04-30 09:56:29 +00:00
Kris Kennaway
f82ac8103d Remove -finline-functions too 2001-04-30 09:48:55 +00:00
Kris Kennaway
3b8c08f9a6 Chop out some variable expansions which snuck in by mistake
Pointed out by:	knu, n_hibma
2001-04-30 09:25:52 +00:00
Kris Kennaway
53accc33be Don't hard-code -O3 and about 20 -f optimizations 2001-04-30 09:22:55 +00:00
Kris Kennaway
9d58c704d6 Don't hard-code -O6 and various other -f optimizations; don't guess at
processor-specific gcc optimizations to use because CPUTYPE knows better
thesedays; don't hard-code CC.
2001-04-30 09:10:13 +00:00
Kris Kennaway
da910b65c2 Don't hard-code -O9 and various other funky -f optimizations 2001-04-30 08:18:54 +00:00
Kris Kennaway
83a640b2c4 Don't hard-code -O2 and various -f optimizations in CXXFLAGS 2001-04-30 08:10:16 +00:00
Kris Kennaway
687e227b48 Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security update
to fix a remotely exploitable format string vulnerability, but in the course
of trying to make the new version actually build I discovered that it also
has local tempfile vulnerabilities, among other problems.
2001-04-30 07:33:39 +00:00
Kris Kennaway
1df8e52584 Don't hard-code -O2 or -m486. This still doesn't respect CXX, but I
couldn't figure out how to fix that.
2001-04-30 07:16:13 +00:00
Kris Kennaway
2176ed0df6 Use random()/srandom() for better PRNG properties than rand()/srand().
Bump PORTREVISION.

Approved by:	maintainer
2001-04-30 06:54:55 +00:00
Maxim Sobolev
1121c79074 Update to 0.15. 2001-04-30 05:30:29 +00:00
Maxim Sobolev
e2d3b6a625 Update to 1.3.4.
Approved by:	maintainer
2001-04-30 05:29:45 +00:00
Kris Kennaway
ea0c71f8ae Respect CC and CFLAGS, don't hard-code -O2 2001-04-30 04:44:02 +00:00
Jun Kuriyama
e946206995 Upgrade to 1.0.5.
o The semantics of --verify have changed.
  o Corrected hash calculation for input data larger than 512M.
  o Large File Support is now working.
  o A bunch of new options and commands.
  o Keyserver support for the W32 version.
  o Better handling of key expiration and subkeys.
  o Estonian and Turkish translation.
  o The usual fixes and other enhancements.
2001-04-30 03:22:56 +00:00
Kris Kennaway
8b3d4249c7 Respect CC, CXX, CFLAGS and CXXFLAGS 2001-04-30 01:57:59 +00:00
Kris Kennaway
605271bb09 Don't hard-code -O2; respect CFLAGS 2001-04-30 01:01:23 +00:00
Kris Kennaway
df75b2664f Don't hard-code -O2. Instead use whatever the imake default is. 2001-04-30 00:56:47 +00:00
Kris Kennaway
8b4bb68518 Respect CC; don't override CFLAGS with -O2 2001-04-30 00:50:52 +00:00
Kris Kennaway
d600654c2c Respect CC and CFLAGS; don't hardcode -O2, and allow overriding of
`gnome-config --cflags` by adding CFLAGS after it on the compile line.
2001-04-30 00:46:33 +00:00
Kris Kennaway
0f150ffc26 Don't hard-code -O2 2001-04-30 00:34:26 +00:00
Kris Kennaway
d3fa1e9d13 Don't hard-code -O2 2001-04-30 00:22:07 +00:00
Kris Kennaway
d5ef8dad3f Don't hard-code -O2; respect CC and CFLAGS 2001-04-30 00:16:03 +00:00
Kris Kennaway
e69be5bfe2 Respect CFLAGS and don't hard-code -O2; inherit CC from <sys.mk> 2001-04-30 00:14:38 +00:00
Kris Kennaway
c8f9094249 Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk> 2001-04-30 00:05:28 +00:00
Kris Kennaway
ead5eb10f0 Don't hard-code -O2, inherit CC from <sys.mk> 2001-04-29 23:54:55 +00:00
Kris Kennaway
e9dd3f8b36 Don't hard-code -O2 2001-04-29 23:49:00 +00:00
Kris Kennaway
2bf2febda4 Reorder includes to squash typical Linux-kiddie network header misordering. 2001-04-29 23:46:57 +00:00
Kris Kennaway
6e48a5d368 Don't hard-code CFLAGS=-O2 and CC 2001-04-29 23:36:40 +00:00
Kris Kennaway
4df3a9a6df Don't do CFLAGS ?= -O2 (this had no effect since a default CFLAGS is
passed from <sys.mk> if it is not overridden by the user)
2001-04-29 23:35:01 +00:00
Kris Kennaway
64308b7fbd Don't hard-code -O2; respect CFLAGS 2001-04-29 23:31:45 +00:00
Maxim Sobolev
4b7eb9972b Fix a typo and slightly expand to match my latest changes.
Submitted by:	olgeni
2001-04-29 21:46:39 +00:00
Vanilla I. Shu
e111988bf4 Upgrade to 0.98. 2001-04-29 19:23:37 +00:00
Vanilla I. Shu
c2999ddf94 Upgrade to 1.06.
PR:		ports/26956
Submitted by:	maintainer
2001-04-29 19:02:29 +00:00
Vanilla I. Shu
73576be20f Upgrade to 1.09
PR:		ports/26946
Submitted by:	maintainer
2001-04-29 19:00:39 +00:00
Vanilla I. Shu
f1528cf424 Upgrade to 0.52.
PR:		ports/26951
Submitted by:	maintainer
2001-04-29 18:59:47 +00:00