Commit graph

63145 commits

Author SHA1 Message Date
Kris Kennaway
b8d312f395 Fix build on -current (catch up to <bsd.prog.mk> changes) 2002-09-08 10:46:25 +00:00
Kris Kennaway
e803575462 Fix build on -current (Build/link c++ code correctly) 2002-09-08 10:43:44 +00:00
Kris Kennaway
b2a7ffa557 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 10:39:12 +00:00
Kris Kennaway
3b71e09158 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 10:22:25 +00:00
Kris Kennaway
677b68964c Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 10:00:19 +00:00
Kris Kennaway
17ac05186d Fix buildworld in current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 09:55:31 +00:00
Kris Kennaway
293871109b Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 09:51:55 +00:00
Kris Kennaway
7b0023cf41 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 08:59:58 +00:00
Kris Kennaway
2054bd0729 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 08:41:13 +00:00
Trevor Johnson
eb11bf9a32 Scavenge plugins from Netscape 7 (new PORTREVISION). 2002-09-08 07:59:06 +00:00
Trevor Johnson
2d48a2346f Make GTK+ dependency less specific, so it will work with the GTK+
in linux_base-6.
2002-09-08 07:54:24 +00:00
Oliver Braun
d5d7a49702 Upgrade to 0.11.34. 2002-09-08 07:40:24 +00:00
Oliver Braun
0cab95f45d Upgrade to 3.02.00.
PR:		ports/42542
Submitted by:	maintainer
2002-09-08 07:19:18 +00:00
Trevor Johnson
20798e8ee8 security fix: update Netscape 7 to 7.0 (Netscape 6.2.3 ports remain
forbidden)
2002-09-08 05:06:45 +00:00
Akinori MUSHA
e6fa242397 Update to 0.3.4. 2002-09-08 04:53:20 +00:00
Trevor Johnson
86637b548d Add GTK+ 1.2.6-7 from Red Hat 6.2. This is needed by Mozilla and
by Netscape 6 and 7.  With all of those (so far), Java only works
with this version of linux_base.  The linux-gtk port is no longer
compatible with linux_base-6.  Increment PORTREVISION.
2002-09-08 04:43:20 +00:00
Trevor Johnson
7cbc9275b4 Remove old glib-1.2.5-1 hashes someone left when glib was updated
to 1.2.6-2).
2002-09-08 04:31:09 +00:00
Trevor Johnson
9e59025057 Sort distinfo files, for easier maintenance. 2002-09-08 04:24:38 +00:00
Trevor Johnson
620c76c917 Sort packing lists. 2002-09-08 04:03:36 +00:00
Jim Mock
baac36b97e Add USE_GNOME= gtk12 so configure actually finds gtk and builds the GUI.
Submitted by:	skrueger@europe.com
2002-09-08 03:47:52 +00:00
Kris Kennaway
3e9c07aa9f Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 01:39:05 +00:00
Kris Kennaway
08a458ee8f Partially fix build on -current (machine/soundcard.h -> sys/soundcard.h).
This still blows up with a C++ error.
2002-09-08 01:37:39 +00:00
Kris Kennaway
bf4eb9dd70 Fix build in -current (machine/soundcard.h -> sys/soundcard.h) and respect
CC
2002-09-08 01:33:05 +00:00
Kris Kennaway
33094a64ad Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and
avoid duplicate bogus declaration of sys_nerr)
2002-09-08 01:20:05 +00:00
Kris Kennaway
1457db64b6 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 01:19:25 +00:00
Kris Kennaway
b515cf7bd8 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) and
various compilation fixes to satisfy gcc 3.2
2002-09-08 01:11:35 +00:00
Kris Kennaway
7482e8d1cd Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 01:10:53 +00:00
Kris Kennaway
11c21c16d0 Fix build on -current (machine/soundcard.h -> sys/soundcard.h, and #ifdef 0
-> #if 0)
2002-09-08 00:48:14 +00:00
Kris Kennaway
71b7408810 Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 00:47:46 +00:00
Kris Kennaway
247ba50f68 Fix build on current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 00:42:29 +00:00
Kris Kennaway
9f0cfe0e26 Fix build on -current (unnecessary #include <values.h>) 2002-09-08 00:40:52 +00:00
Kris Kennaway
11d601a4bf Fix build on -current (machine/soundcard.h -> sys/soundcard.h) 2002-09-08 00:37:08 +00:00
Christian Weisgerber
63c8d22076 Update to 2.0.4: emulation improvements. 2002-09-08 00:36:47 +00:00
Kris Kennaway
21a38c944a This is C++ code, so build and link with ${CXX}. This still blows up
later with a compiler error.
2002-09-08 00:30:36 +00:00
Kris Kennaway
529f193add This is a C++ program, not a C program..use appropriate <bsd.obj.mk> magic. 2002-09-08 00:17:22 +00:00
FUJISHIMA Satsuki
6bbbdf2750 o track MASTER_SITES.
o mark IGNORE: recommend to use archiver/rar instead. BSD binary works better.
2002-09-08 00:15:50 +00:00
Kris Kennaway
d92d88b0bb Link with ${CXX} instead of ${CC} since this contains C++ code. 2002-09-08 00:07:49 +00:00
Kris Kennaway
9ea7a8f34f The previous distfile was corrupted; the new one has no other changes.
Submitted by:	kan
2002-09-07 22:43:44 +00:00
Tim Vanderhoek
f77018c75d Minor notational pedantism. 2002-09-07 21:59:30 +00:00
Patrick Li
149a5641bd Add USE_GNOMENG
PR:		ports/42191
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-07 20:58:44 +00:00
Patrick Li
08cdd482d3 Unbreak build and add 2 new patches for enable/disable border and
frame functionality.

PR:		ports/41056
Submitted by:	maintainer
2002-09-07 20:55:18 +00:00
David E. O'Brien
65bc0eb215 Two MASTER_SITE_SOURCEWARE fixes. The first fixes an existing problem,
the second the fact that sourceware is scheduled to go away.

Submitted by:	pfeifer
2002-09-07 20:53:08 +00:00
Kris Kennaway
f2f88a531e Fix build on -current (union wait removal).
Submitted by:	kan
2002-09-07 20:38:01 +00:00
Oliver Braun
e48b7610af * Upgrade to 0.10.16.
* Add knob WITH_PROFILE.
2002-09-07 20:07:40 +00:00
David E. O'Brien
d9d759e651 Turn over to ports@. 2002-09-07 20:05:08 +00:00
Jimmy Olgeni
09b480fcf3 Add missing url type to MASTER_SITES. 2002-09-07 19:51:31 +00:00
David E. O'Brien
6864186af8 Update MASTERSITES.
Reminded by:	fenner
2002-09-07 19:25:06 +00:00
David E. O'Brien
789b677e53 Update MASTERSITES.
Reminded by:	fenner unfetchable distfiles email
2002-09-07 19:17:38 +00:00
Ying-Chieh Liao
2e080a1c81 add pygopherd 1.1.0
Multiprotocol Information Server
2002-09-07 19:12:18 +00:00
Joe Marcus Clarke
944ed43347 Point the -devel versions of headers and embedded to the mozilla-devel. Ugh.
PR:		42506
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2002-09-07 18:54:38 +00:00