Commit graph

21583 commits

Author SHA1 Message Date
Steve Price
ae2249fb90 All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends. 1999-09-20 01:58:42 +00:00
Steve Price
b4daa3c1d5 time(3) takes a time_t and not a long. 1999-09-20 01:56:39 +00:00
Chris Piazza
5cb5d6fbb6 o Support CC/CXX
o Support CFLAGS/CXXFLAGS
o Make this actually build on my system (alfred had the same problem,
  but, oddly enough, green didn't)
1999-09-20 01:56:08 +00:00
Steve Price
5423f7f02a We don't need to explicitly '-lg++' since our C++ compiler does it for us
as required.
1999-09-20 01:54:49 +00:00
Steve Price
e81267d8c7 The second to arg to snprintf(3) is of type size_t. 1999-09-20 01:51:41 +00:00
Steve Price
5238dc8709 Judiciously s/int/ssize_t/ so this build on FreeBSD/Alpha. 1999-09-20 01:49:28 +00:00
Steve Price
8975664af8 Let this port know of the types that are 64-bit on FreeBSD/Alpha. 1999-09-20 01:35:29 +00:00
Steve Price
73d2b8f97e We don't have a fp_* cruft on FreeBSD/Alpha. 1999-09-20 01:29:53 +00:00
Steve Price
ef854f6de7 Steal a few lines from the Linux/Alpha book so we can have this port on
FreeBSD/Alpha too.
1999-09-20 01:25:36 +00:00
Steve Price
292c6a5bc9 Toss in an ugly hack to cope with the fact that va_list is a non-scalar
on FreeBSD/Alpha.
1999-09-20 01:23:11 +00:00
Steve Price
ca130e3e39 Need to include sys/types.h for u_char and friends on FreeBSD/Alpha. 1999-09-20 01:20:09 +00:00
Steve Price
39991ec6ec Make this port build with an empty /usr/local. 1999-09-20 01:10:21 +00:00
Steve Price
252befbc49 Escape the single quote in the FORBIDDEN message so we don't get complaints
about unterminated quoted strings.
1999-09-20 01:09:04 +00:00
Steve Price
2286c1ecae Don't define time(3) as returning a long so that this builds on
FreeBSD/Alpha.
1999-09-20 01:07:26 +00:00
Steve Price
0441e39b5a Mark this port as being only for i386. 1999-09-20 01:05:45 +00:00
Steve Price
23864cef86 Fixup PLIST after last upgrade of apache13 port. 1999-09-20 01:04:49 +00:00
Steve Price
44eaace109 Judiciously s/int/ssize_t/ so this builds on FreeBSD/Alpha. 1999-09-20 01:02:14 +00:00
Steve Price
b1c6640228 Get this port to 'make package' again. 1999-09-20 00:56:30 +00:00
Steve Price
ce6a812c15 Put 'clean' in ALL_TARGET before 'all' to remove stale object files that
were killing builds on FreeBSD/Alpha.
1999-09-20 00:55:43 +00:00
Steve Price
59e5b8bb72 For some reason with the latest libtool this port no longer builds its
shared libraries, so explicitly tell configure to '--enable-shared'.
1999-09-20 00:52:09 +00:00
Steve Price
70762e13cb Play the 'MANCOMPRESSED=maybe' trick and compress the manpages ourselves
based on NOMANCOMPRESS, so we don't have problems with the arguments
being too long to sh(1).
1999-09-20 00:47:53 +00:00
Steve Price
4eaf0bff03 Remove .depend in post-extract because trap.h doesn't exist on FreeBSD/Alpha
and it was killing the build there.
1999-09-20 00:44:49 +00:00
Steve Price
bcd8ea57b8 Remove '-m486' and friends from CFLAGS so this builds on FreeBSD/Alpha. 1999-09-20 00:43:11 +00:00
Steve Price
5069bcd3a5 Make this build again on -current after jlemon's changes to tcp_var.h. 1999-09-20 00:41:26 +00:00
Steve Price
db7c36e0de This appears to be building again. Set NO_LATEST_LINK since we now have
a chimera2 port.  Remove '-m486' from CFLAGS when !i386Architecture so
this builds on FreeBSD/Alpha.
1999-09-20 00:39:16 +00:00
Steve Price
f4971b755f ln(1) a set of rules so this build (at least) on FreeBSD/Alpha. 1999-09-20 00:36:16 +00:00
Steve Price
ac8929da86 s/instr/myinstr/ to avoid namespace pollution that caused builds on
FreeBSD/Alpha to fail.
1999-09-20 00:34:55 +00:00
Steve Price
fda0121fff We no longer need to define SPECIAL_BSD to coverup for an old curses
problem.  As a side effect this now builds on FreeBSD/Alpha.
1999-09-20 00:32:53 +00:00
Steve Price
a4c208df4b Remove an empty patch. 1999-09-20 00:29:36 +00:00
Brian Feldman
156a1aa3d9 Snes9X is updated to 1.25.
(And the villagers rejoiced!)
Snes9X actually builds now.
	(And the villagers rejoiced!)
Snes9X should actually work on the Alpha now.
	(And the villagers rejoiced!)
1999-09-20 00:04:34 +00:00
Nick Sayer
c5922aa24d Oops. Committed wrong fixed Makefile. Need to include master
Makefile from the pine4 port.
1999-09-19 22:30:44 +00:00
Nick Sayer
b727cf33c9 Fix port breakage when the required file did in fact exist in the
distfiles directory.

Noticed by: forrie@forrie.com
1999-09-19 22:20:02 +00:00
Chris Piazza
a1c148f1a6 Add audio cd and mikmod support in Xmms.
Also update the maintainer's email address.

PR:		13728
Submitted by:	maintainer
1999-09-19 21:01:50 +00:00
Jacques Vidrine
1c93bbc583 Activate py-wxPython. 1999-09-19 20:07:39 +00:00
Jacques Vidrine
77e5e91199 Python bindings for the wxWindows/GTK GUI toolkit. 1999-09-19 20:07:04 +00:00
Jacques Vidrine
8977b908f4 Update 2.0.1 -> 2.1.0b9.
This port was apparently broken and unusable previously. If you
wanted to check out wxWindows and couldn't before, go ahead and
give it another try.
1999-09-19 20:05:41 +00:00
David E. O'Brien
0e377cf11c Make PREFIX clean. 1999-09-19 19:02:30 +00:00
Chris Piazza
41c2c2521a Update to version 1.11.4
PR:		13816
Submitted by:	maintainer
1999-09-19 18:38:51 +00:00
Chris Piazza
502e19d8e4 Update to version 0.12.
From maintainer:
    The other day I made some modifications to FreeGrep which double its speed
    or better.  Here is an update to the port.

PR:		13824
Submitted by:	maintainer
1999-09-19 18:36:49 +00:00
Andreas Klemm
b1243e602e enter main website 1999-09-19 17:16:15 +00:00
Jacques Vidrine
425b775f5d Step two of splitting py-gnome into py-gtk and py-gnome so that folks
may use the Python GTK bindings without all the GNOME cruft.

This also updates py-gnome from 1.0.3 -> 1.0.4.
1999-09-19 15:53:19 +00:00
Jacques Vidrine
6d89effb40 Activate py-gtk. 1999-09-19 15:49:57 +00:00
Jacques Vidrine
1841cbaca4 Step one of splitting py-gnome into py-gtk and py-gnome so that folks
may use the Python GTK bindings without all the GNOME cruft.

This is py-gtk-0.6.2, built from sources in the py-gnome-1.0.4 distfile.
1999-09-19 15:48:50 +00:00
Dirk Froemberg
00e2daebe1 - bump shared library version number for ucd-snmp from 3 to 4.
- Add php4_snmp.c.diff to PATCHFILES in order to unbreak SNMP support.
  There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h
  and ${WRKDIR}/php-4.0b2/ext/snmp/snmp.c due to ucd-snmp upgrade
  to 4.0.1.

  Reported by: Wizzard <wizzard@mwci.net>

- Delete http://www.php.net/ from MASTER_SITES to workaround the problem
  that the http server isn't returning a 404 for non-existant files and
  thus breaks fetching of mod_ssl distfile.

  Reported by: Iron Yuppie <aronchick@formatta.com>
1999-09-19 14:37:36 +00:00
Dirk Froemberg
7c235e931c - Add php_snmp.c.diff to PATCHFILES in order to unbreak SNMP support.
There was a conflicting type between ${PREFIX}/include/ucd-snmp/mib.h
  and ${WRKDIR}/php-3.0.12/functions/snmp.h due to ucd-snmp upgrade
  to 4.0.1.

  Reported by: Andreas Klemm <andreas@FreeBSD.org>

- Move MASTER_SITES for mod_ssl down again and replace http://www.php.net/
  with ftp://ftp.php.net/pub/ to workaround the problem that the http
  server isn't returning a 404 for non-existant files and thus breaks
  fetching of mod_ssl distfile.

  Reported by: Iron Yuppie <aronchick@formatta.com>
1999-09-19 14:21:08 +00:00
Andreas Klemm
c9332cd0ca - bump snmp shared library version number from 3 to 4, this changed
in ucd-snmp port
- put modssl download site in from of php download site
  when trying to fetch the modssl package, the html error
  message will be fetched and put into the DISTFILES directory
  tar tries to unpack the 5k file with html error output
  that this site didn't find mod_ssl sources and the whole
  make chokes on this
  possibly this is not the solution, the solution is, that the
  site doing this has to be avoided as master site or fetch isn't
  clever enough to handle this as an error ... dunno exactly.
1999-09-19 12:36:24 +00:00
Vanilla I. Shu
23306a0a94 Add a patch for zh_TW.Big5 language file. 1999-09-19 12:32:16 +00:00
Andreas Klemm
ba1ebb3ea9 Update zebra to 0.79
This software is still under developement
Please read the README's or subscribe to the zebra mailing list
1999-09-19 12:14:57 +00:00
Jim Mock
17a4919c90 Updated to version 1.2.1 1999-09-19 12:01:37 +00:00
Vanilla I. Shu
365826ef02 Upgrade to 2.1.8.6b7, and add the patch from Josh Tiefenbach.
PR:		ports/12874
Submitted by:	Josh Tiefenbach josh@zipperup.org
1999-09-19 11:49:44 +00:00