Steve Price
7f4fed562e
Get this port to compile on FreeBSD/Alpha.
1999-09-20 02:34:31 +00:00
Steve Price
ce08f5fc7a
Remove '-m486' from CFLAGS so this compile on FreeBSD/Alpha.
1999-09-20 02:29:48 +00:00
Steve Price
0dc0972e3f
Breakout a multipart patch and use the default implementation instead
...
of the missing byts_swap_* on FreeBSD/Alpha.
1999-09-20 02:27:09 +00:00
Steve Price
d345f42834
Use SYSTEM_OSS on the Alpha too. Also include errno.h so this build on
...
FreeBSD/Alpha.
1999-09-20 02:24:29 +00:00
Steve Price
519f9f2da8
time(3) returns a time_t and not a long.
1999-09-20 02:22:39 +00:00
Steve Price
a5f86a1b94
Use time_t instead of long when call time functions. Also add '-lio'
...
on FreeBSD/Alpha.
1999-09-20 02:19:51 +00:00
Steve Price
6989cf7c19
Make this compile again on -current and Alpha again.
1999-09-20 02:17:43 +00:00
Steve Price
11463b4b45
Break out part of a multipart patch and remove '-m486' when compiling on
...
FreeBSD/Alpha.
1999-09-20 02:15:09 +00:00
Steve Price
1d90b4b98c
Fix the first arg to strscat so we can use stdarg macros and get this
...
to build on FreeBSD/Alpha.
1999-09-20 02:12:51 +00:00
Steve Price
f392532992
s/chtype/chartype/g so this builds on FreeBSD/Alpha too.
1999-09-20 02:07:43 +00:00
Steve Price
421dbe26a2
byte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the default
...
implementation.
1999-09-20 02:05:07 +00:00
Steve Price
4a561440b4
Remove '-m486' so this builds on FreeBSD/Alpha too.
1999-09-20 02:02:34 +00:00
Steve Price
736d2ed74e
Make sure we can find zephyr_err.h so this port builds.
1999-09-20 02:00:19 +00:00
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