Commit Graph

2123 Commits

Author SHA1 Message Date
espie
504c3973e6 Framework to compile with our current weird threads model.
egcs with threads is largely untested... do what you may.
1999-03-25 21:50:05 +00:00
espie
a3a867f82e Bug-fix from current: 386 handling of TARGET_DEFAULT/TARGET_CPU_DEFAULT
is weird.
1999-03-25 21:47:56 +00:00
espie
af19cd7134 Change shared lib version to fit with the rest of OpenBSD. 1999-03-25 21:46:27 +00:00
marc
a41ed5e7b3 Do not allow port to be installed until any version
in /lib is removed.  The older version (1.0.6) was installed
with a shared lib version of 1.6 (bad!) -- this is version 1.2.
Also, info/dir should never be part of a packing list.
1999-03-25 20:14:42 +00:00
rohee
a26f8062d8 fix MASTER_SITES 1999-03-25 19:34:39 +00:00
marc
1e5f2bc9af replace GNU_CONFIGURE with HAS_CONFIGURE and explicit
CONFIUGRE_ARGS to work with current bsd.port.mk
1999-03-25 05:08:33 +00:00
marc
da2a485fe8 update MASTER_SITES so all DISTFILES can be found;
change pnmtopng to version 2.37.2 (latest version);
fix post-extract so the package will compile;
verify install and uninstall
1999-03-25 04:58:06 +00:00
marc
f1e74e1db9 Fix configure step; remove non-functional SEPARATE_BUILD 1999-03-25 02:09:36 +00:00
marc
7fd6de0952 Update index using latest COMMENTS 1999-03-25 01:50:40 +00:00
marc
2e61d478d5 Replace GNU_CONFIGURE with a work-around that doesn't need to
know about sysconfdir; can not use USE_AUTOCONF as autoconf depends upon
this port.
1999-03-24 23:58:55 +00:00
brad
53a4c1b0e7 fix compiling on i386 1999-03-24 23:53:08 +00:00
rohee
476616e82d forgot this one 1999-03-24 19:14:57 +00:00
rohee
3c77221c8d update to version 3.12 1999-03-24 19:04:14 +00:00
rohee
73d95f5985 enable ORBit 1999-03-24 18:57:59 +00:00
rohee
d8d434982f gunzip is in /usr/bin not /usr/local/bin 1999-03-24 18:53:39 +00:00
fgsch
3f7f6255cd Update to 5.40. 1999-03-24 04:35:24 +00:00
brad
d828f44529 fixup Makefile & PLIST and add missing PLIST.noshared 1999-03-24 03:14:00 +00:00
brad
0ce3d711db fixup Makefile 1999-03-24 03:10:06 +00:00
brad
b8837a9cf7 fixup Makefile & PLIST and add missing PLIST.noshared 1999-03-24 03:03:07 +00:00
downsj
dabff05234 enable fxtv 1999-03-24 02:27:02 +00:00
downsj
a181bd5622 Err, list myself as maintainer since the original author probably won't
appreciate all of my patches.
1999-03-24 02:20:21 +00:00
downsj
fb7b166817 fxtv 0.48: TV viewer for the bktr driver. 1999-03-24 02:14:46 +00:00
marc
1ac781eebc arrgghhh! do NOT add pkgdep lines when creating PLIST-auto;
(I thought I had already removed this quite a while ago).
1999-03-24 01:13:44 +00:00
brad
088232b80e fix install target 1999-03-23 22:00:04 +00:00
espie
caaef9a183 Erm... forgot the actual patch... why does cvs tell me about missing files
after the commit ? so that I can either get careless, or waste
time/bandwidth by running each commit twice...

Anyways, files/audio_openbsd.c is a `caching' audio system.
It's much smarter than the old one: uses get encoding to map the reasonable
encodings, does not even cross-check alaw/ulaw when 8 bit/16 bit work okay.

It does keep audio opened all the way instead of closing/reopening all the
time.

and it avoids gratuitous assumptions about PC broken hardware, such as not
having support for 8 bits signed and other brain-damage.

Missing part: it won't convert endianess on the fly when the only `right'
modes have the wrong endianess... this might occur with e.g., a sb16 on
an alpha.
1999-03-23 21:38:26 +00:00
espie
d43acf86bf Reworked from the ground up.
Basically, mpg123 assumptions about audio is broken. It assumes that
audio ioctl that change mode are instantaneous, which they are not, most
often, so that with the old model, start-up was 80 ioctl, which amounts to
~10 seconds with wss.

Added lazyness to basic audio.c so that it won't try to determine whether
we can play @ 8000Hz mono when 44100Hz stereo is what we want, and it
works...
1999-03-23 21:33:49 +00:00
rohee
f9e77b406b ORBit, a CORBA ORB, import 1999-03-23 19:24:31 +00:00
espie
05faeaaba2 fix up manpage.
MASTER_SITE to find, as soon as I get time.
1999-03-23 18:19:01 +00:00
espie
6f51d847b4 Trim up a few COMMENTS. 1999-03-23 18:07:31 +00:00
espie
153d559d96 Second time Makefile stays uncommitted ??? what's the problem there. 1999-03-23 17:49:20 +00:00
espie
926e5fa1a6 Fix up PLISTs.
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.

These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.

I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.
1999-03-23 17:47:31 +00:00
dugsong
2d3b53d84b eliminate thirdparty pcap dependency, i suck. 1999-03-23 17:10:53 +00:00
espie
504225765d Move scores to /var
update DESCR
fix packing list
1999-03-23 16:03:42 +00:00
fgsch
135c4d94e1 Update to dist. patch 1903b. 1999-03-23 14:32:10 +00:00
dugsong
56c5165ef3 fix install usage 1999-03-23 02:54:06 +00:00
brad
f39cc6dee2 fix checksums 1999-03-22 20:47:21 +00:00
espie
12655cc5bf Fix make install 1999-03-22 17:51:34 +00:00
espie
77ae6b8bf5 Minor upgrade: 2.80.1. A few patches to tweak, xanim.man is back.
The program itself does NOT have any new version number.
1999-03-22 17:34:45 +00:00
brad
6ac31832fc add missing locale files 1999-03-22 17:33:51 +00:00
brad
6f6d1262b2 add xtraceroute to Makefile 1999-03-22 17:29:15 +00:00
brad
a7929d570b add xtraceroute port 1999-03-22 17:24:37 +00:00
brad
88f5672687 add gtkglarea to Makefile 1999-03-22 16:29:00 +00:00
brad
7670b16b8d add gtkglarea port 1999-03-22 16:18:16 +00:00
brad
6ab7bb4f8e fix dir permissions post extract 1999-03-22 14:52:15 +00:00
brad
29a051ed4a fixups 1999-03-22 05:49:07 +00:00
brad
b71b756bf2 add esound to Makefile 1999-03-22 05:05:07 +00:00
brad
ce6c609ab3 add esound port 1999-03-22 05:03:31 +00:00
brad
047f8ee0ec woops, SEPARATE_BUILD not BUILD_SEPARATE 1999-03-22 04:35:35 +00:00
brad
e39d16172e fix CATEGORIES 1999-03-22 04:27:07 +00:00
brad
e4ef9a37b2 add SEPARATE_BUILD, fixup Makefile 1999-03-22 04:23:10 +00:00