Commit Graph

797 Commits

Author SHA1 Message Date
pvalchev
fdb0db3f2e - Implement a native audio driver by <vedge2@vedge.com.ar> as a "sun"
flavor, being the default one (fetching distfile from an external site).
- Isolate esd as a separate flavor from oss -- a combination with either
"sun" or "oss" is possible.
2001-05-24 05:54:55 +00:00
kevlo
5383140a88 Bump major rev in png dependeny entries after upgrade of png:
png.1 -> png.2
--
Ok'd by: brad@
2001-05-24 02:27:06 +00:00
brad
a9434885b2 patches to add thread-safe usleep() soft syscall wrapper.
--
From: vedge <vedge2@vedge.com.ar>
2001-05-24 00:07:13 +00:00
naddy
927b9f8ebc typo; from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx> 2001-05-23 13:19:29 +00:00
wilfried
896cbe9f6c upgrade to 1.10
- readline-4.2 support
- fix bug when ornament string does not use any control characters.
- add Gnu/euc_jp.pm which is still experimental.
- typemap: redefine FILE * to support perl 5.7.
2001-05-21 14:43:50 +00:00
shell
cda78f56e3 Minor upgrade to 0.75.14 2001-05-21 04:13:59 +00:00
kevlo
c0bb2e34bf +p5-Set-Scalar 2001-05-20 14:24:52 +00:00
kevlo
952bcb19d0 Initial import of p5-Set-Scalar 1.09
This Perl module containing a set of scalars, including references.
2001-05-20 14:24:00 +00:00
kevlo
e295b2b5a9 upgrade to version 1.5.8c 2001-05-20 12:51:39 +00:00
pvalchev
e57479da76 Remove some dead/old MASTER_SITES, reorganize. 2001-05-18 22:59:34 +00:00
obecian
ce347fdfc4 do not attempt to @dirrm include/SDL on supplementary libs
caught by pvalchev@, espie@ ok
2001-05-17 22:16:11 +00:00
pvalchev
a58b73a066 make -> ${MAKE_PROGRAM} 2001-05-17 14:00:18 +00:00
pvalchev
396fdfefb4 Add -L${X11BASE} to sdl-config, as it is usually required.
Noticed by naddy@
2001-05-16 23:55:36 +00:00
brad
440d4a4d8c add a pre-extract target which forces the user to remove any existing
versions of gettext.
2001-05-15 13:12:24 +00:00
brad
26e2c81a2c upgrade to gettext 0.10.37 2001-05-14 20:59:20 +00:00
jakob
a2047b3678 update to v2.17. submitted by MAINTAINER. 2001-05-13 21:07:26 +00:00
matt
e619a9e66d oops, last change makes redhat_base a build dependency 2001-05-13 13:10:08 +00:00
matt
c3ed4a55e1 fix javah problem bootstrapping JDK native build 2001-05-13 13:08:30 +00:00
pvalchev
25e9c715b5 Pass and handle X11BASE correctly throughout configure and put it
sdl-config.
Noticed by: vedge2@vedge.com.ar
2001-05-12 04:27:05 +00:00
drahn
0255845260 Mark libslang as unbroken for powerpc. The problem was a bug in isinf()
which was fixed earlier today.
2001-05-11 23:19:53 +00:00
pvalchev
f1e4fff636 Enable oss-gl SDL flavor for building.
Okay naddy@
2001-05-11 00:42:21 +00:00
pvalchev
2c6a39da72 these did not do what they were supposed to do and broke the GL flavor 2001-05-11 00:32:56 +00:00
naddy
ec4ede3197 Use MACHINE_ARCH instead of ARCH in p5-* dependencies. 2001-05-10 22:11:27 +00:00
naddy
7670a4e329 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
Bump NEED_VERSION accordingly.
2001-05-10 19:20:40 +00:00
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00
pvalchev
8b26352933 Prefix an underscore to symbol names on a.out architectures for dynamic loading since it is required there.
okay naddy@
2001-05-09 22:28:25 +00:00
naddy
e6d39ad6c2 Update to knu-cvsweb 1.106.1.71.
- Fix a typo and get diff -F RE to really work.
2001-05-08 21:23:15 +00:00
pvalchev
e7a9826f01 cd?a -> cd?c which is the more likely place for a cdrom.
Proposed by d@ via obecian@.
2001-05-08 05:02:44 +00:00
matt
1f372168c6 - blackdown-jdk12 (moved to devel/jdk/1.2-blackdown) 2001-05-08 01:10:56 +00:00
matt
c5c0cbe0bd - reorg existing JDKs, update devel/jdk dependencies
- become MAINTAINER for jdk 1.1 and 1.2 (ok MAINTAINERs)
- add jdk 1.3
2001-05-08 00:54:36 +00:00
brad
2f7bc4bdb6 make use of libiconv 2001-05-07 22:41:42 +00:00
obecian
73a7f8792a add stubs for
+ guilib
+ sdl-image
+ sdl-mixer
+ sdl-net
+ sdl-ttf
2001-05-07 04:19:04 +00:00
obecian
77592f39e6 sdl-ttf-1.2.2 import
--
This library is a wrapper around the excellent FreeType library.
2001-05-07 04:16:33 +00:00
obecian
988e5f020d sdl-net-1.2.0 import
--
This is a small sample cross-platform networking library, with a
sample chat client and server application. The chat client uses the
GUIlib GUI framework library.
2001-05-07 04:10:07 +00:00
obecian
ba288d1d99 sdl-image-1.2.0 import
This is a simple library to load images of various formats as SDL
surfaces.  This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA,
and TIFF formats.

API:
#include "SDL_image.h"

        SDL_Surface *IMG_Load(const char *file);
or
        SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc);
or
        SDL_Surface *IMG_Load_RW(SDL_RWops *src, int freesrc, char
*type);

where type is a string specifying the format (i.e. "PNG" or "pcx").
Note that IMG_Load_RW cannot load TGA images.

An example program 'showimage' is included, with source in showimage.c
2001-05-07 04:08:40 +00:00
obecian
f1a090a62b sdl-mixer-1.2.0 import
--
SDL_mixer is a sample multi-channel audio mixer library. It supports
any number of simultaneously playing channels of 16 bit stereo audio,
plus a single channel of music, mixed by the popular MikMod MOD, Timidity
MIDI and SMPEG MP3 libraries.
2001-05-07 04:07:03 +00:00
obecian
438f51ae67 guilib-1.1.0 import
--
This is a very simple GUI framework, for use with SDL.
It is very flexible, but is by no means a complete windowing system.

It contains a C++ GUI class with a very rudimentary C interface,
and a set of useful widget classes.
2001-05-07 04:04:36 +00:00
lebel
0ae87f81fc devel: COMMENT is out, bump NEED_VERSION. 2001-05-06 00:12:42 +00:00
miod
56f49cf3d8 Use MACHINE_ARCH in PLIST instead of ARCH, to make m68k-based
architectures happy.
Found during the 2.9 m68k packages builds.
2001-05-05 23:53:46 +00:00
miod
898cf338e6 Use MACHINE_ARCH instead of ARCH to make m68k-based architectures
happy.
Problem found during the 2.9 packages builds, there is probably
a lot of instances of this. Porters, check your PLIST !
2001-05-05 23:52:24 +00:00
miod
b8eb7804ea Bump NEED_VERSION, for MACHINE_ARCH is used in PLIST. 2001-05-05 23:50:59 +00:00
fgsch
0fac6f1dfe Oops, forgot this. 2001-05-05 22:25:22 +00:00
fgsch
696041fecf - Integrate COMMENT.
- bump NEED_VERSION.
- Add HOMEPAGE.
2001-05-05 22:23:51 +00:00
camield
cea92579e2 PERMIT_PACKAGE_*: Yes -> No
No license, or license not clear
2001-04-22 12:18:16 +00:00
obecian
fa4e583a9a add sdl and smpeg 2001-04-22 00:33:40 +00:00
brad
ae866d383f - shorten patches for configure/configure.in by not unnecessarily changing
pthreads flags for other OS's that have nothing todo with compilation on
OpenBSD.
- change linker flag from "-Wl,-R" to "-Wl,-rpath," so that this will
possibly even get through a compile on our ELF archs (tested on sparc, not
tested on an ELF arch but this is definately a first step in the right
direction).
--
Ok'd by: maintainer
2001-04-21 15:37:57 +00:00
brad
28b0285785 move a few --disable-foo from main group of CONFIGURE_ARGS options and put
them after each individual check for a FLAVOR instead.
--
Ok'd by: maintainer
2001-04-21 15:33:01 +00:00
espie
28f9e3fca7 Pull patch from automake-current: ignore comments in included files as
well. Problem reported by naddy@
2001-04-21 14:13:23 +00:00
reinhard
759970c215 set location of moc2; espie 2001-04-21 13:04:32 +00:00
espie
c6df48e4ee Finally update to a kde2 version.
Those guys are lame, see patch-kdbg_main_cpp
One less objection for ditching kde1 entirely...
2001-04-21 11:39:19 +00:00