FreshPorts -- The Place For Ports Sat, 5 Jul 2008 3:24 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
sdl12 1.2.13_1,2 devel on this many watch lists=233 search for ports that depend on this port
Cross-platform multimedia development API
Maintained by: mva@sysfault.org search for ports maintained by this maintainer
Port Added: 09 Apr 2001 09:55:04


This library is designed to make it easy to write games that run on UNIX,
Win32 and BeOS using the various native high-performance media interfaces,
(for video, audio, etc) and presenting a single source-code level API to
your application.  This is a fairly low level API, but using this, completely
portable applications can be written with a great deal of flexibility.

WWW: http://www.libsdl.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/nasm, x11/xextproto, x11/libX11, x11/libXrender, x11/libXrandr, devel/libtool15, devel/pkg-config
Required To Run: x11/libX11, x11/libXrender, x11/libXrandr, devel/pkg-config
Required Libraries: graphics/aalib, converters/libiconv, graphics/libGLU

To install the port: cd /usr/ports/devel/sdl12/ && make install clean
To add the package: pkg_add -r sdl


Configuration Options
===> The following configuration options are available for sdl-1.2.13_1,2:
     AALIB=On (default) "ASCII art support"
     ARTS=Off (default) "ARts sound system support"
     ESD=Off (default) "Enlightenment sound system support"
     GGI=Off (default) "General Graphics Interface support"
     NAS=Off (default) "Network Audio System support"
     OPENGL=On (default) "OpenGL 2D/3D graphics support"
     OSS=On (default) "Open Sound System support"
     PULSEAUDIO=Off (default) "PulseAudio sound system support"
     SVGALIB=Off (default) "SVGA graphics support (i386 only)"
     VGL=On (default) "Video Graphics Lib support"
     XLIB=On (default) "XLib (xorg) graphics support"
===> Use 'make config' to modify these settings

Master Sites:
http://www.libsdl.org/release/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 90

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
29 Mar 2008 09:38:29
Original commit files touched by this commit  1.2.13_1,2
beech search for other commits by this committer
- Check arch for svgalib

PR:             ports/122225
Submitted by:   David Yeske <dyeske@gmail.com>
Approved by:    Marcus von Appen <mva@sysfault.org> (maintainer)
25 Mar 2008 22:44:48
Original commit files touched by this commit  1.2.13_1,2
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
13 Mar 2008 13:52:28
Original commit files touched by this commit  1.2.13,2
miwi search for other commits by this committer
 devel/sdl12:
        - Update to 1.2.13
        - OPTIONize as recommended by Danny Pansters
        - Fixed up gnome dependencies as recommended by Danny Panster
        - Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny
Pansters
        - Got rid of library renaming as recommended by Danny Pansters
        - Pass maintainership to submitter
Mk/bsd.sdl.mk:
        - Fixed _LIB_* entries in order to retrieve the correct library
versions.

PR:             117608
Submitted by:   Marcus von Appen <mva@sysfault.org>
27 Jan 2008 21:47:52
Original commit files touched by this commit  1.2.11_2,2
db search for other commits by this committer
- Forgot to up the PORTREVISION

Pointyhat to:   myself
27 Jan 2008 21:37:56
Original commit files touched by this commit  1.2.11_1,2
db search for other commits by this committer
- The x86 inline assembler version of the SDL macro SDL_revcpy() sets the
  direction flag ("std"), but does not clear it ("cld").  This is invalid
  according to GCC (inline assembler, which sets the direction flag,
  must reset it[0]) and the SYS V ABI (functions must leave with the
  direction flag cleared[1]). The macro is (indirectly, exact call
  sequence below) used in SDL_BlitSurface(), so this call sometimes
  returns with the direction flag set. This happens for bliting a surface
  onto itself with the destination coordinates set right/down of the source
  coordinates (typical use of this is scrolling left/up).  Later on other
  parts of the code (like inlined memcpy()) cause memory corruption. [1]
- Give maintaintership to submitter (as discussed on irc)

PR:     ports/120052 [1]
28 Oct 2007 12:01:33
Original commit files touched by this commit  1.2.11_1,2
shaun search for other commits by this committer
Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
04 Oct 2007 01:41:11
Original commit files touched by this commit  1.2.11_1
  Sanity Test Failure
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
19 May 2007 21:32:57
Original commit files touched by this commit  1.2.11_1,2
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
01 Apr 2007 02:04:05
Original commit files touched by this commit  1.2.11,2
shaun search for other commits by this committer
Fix plist: removal of include/SDL should not depend on NOPORTDOCS.

PR:             ports/109218
Submitted by:   rafan
24 Mar 2007 14:03:04
Original commit files touched by this commit  1.2.11,2
pav search for other commits by this committer
- COPYTREE_* are now part of bsd.port.mk

PR:             ports/100996
Submitted by:   stass
26 Jan 2007 19:05:53
Original commit files touched by this commit  1.2.11,2
kris search for other commits by this committer
Repair regexp madness that resulted in things like "Bab%%PORTOBJFORMAT%%ish"
instead of "Babelfish" appearing in pkg-plists.  Somewhere there is a
very misguided port tool.
21 Nov 2006 16:47:00
Original commit files touched by this commit  1.2.11,2
shaun search for other commits by this committer
- Add an SVGALIB OPTION. [1]
- Explicitly disable check for libusbhid.h where appropriate, as some
  systems still have this header hanging around. [2]

PR:             ports/104366 [1], ports/103558 (related) [2]
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua> [1],
                Stefan Walter <sw@gegenunendlich.de> + others [2]
22 Sep 2006 22:30:04
Original commit files touched by this commit  1.2.11,2
shaun search for other commits by this committer
Fix whitespace and a typo.

PR:             ports/103446
Submitted by:   Diane Bruce <db@db.net>
20 Sep 2006 12:21:59
Original commit files touched by this commit  1.2.11,2
stas search for other commits by this committer
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
01 Sep 2006 22:34:14
Original commit files touched by this commit  1.2.9_2,2
shaun search for other commits by this committer
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them.
- Fix a few minor portlint(1) complaints.
29 Aug 2006 09:39:29
Original commit files touched by this commit  1.2.9_2,2
bland search for other commits by this committer
- Optionalize AA-lib.
- s/INSTALLS_SHLIB/USE_LDCONFIG/.
17 Aug 2006 09:33:00
Original commit files touched by this commit  1.2.9_2,2
krion search for other commits by this committer
Drop maintainership, ENOTIME for these ports now.
17 Aug 2006 09:23:30
Original commit files touched by this commit  1.2.9_2,2
krion search for other commits by this committer
Utilize WITHOUT_X11 knob to disable X11R6 dependencies.

PR:             ports/101651
Submitted by:   Stefan Sperling <freebsd-gnats@stsp.in-berlin.de>
04 May 2006 22:41:12
Original commit files touched by this commit  1.2.9_2,2
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with D
16 Mar 2006 19:55:21
Original commit files touched by this commit  1.2.9_2,2
krion search for other commits by this committer
Fix build with gcc40 and gcc41.
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.2.9_2,2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 01:48:34
Original commit files touched by this commit  1.2.9_1,2
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.2.9_1,2
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
09 Nov 2005 21:21:45
Original commit files touched by this commit  1.2.9_1,2
krion search for other commits by this committer
Fix support for using more than one joystick.
Add SHA256 trendy stuff.

Submitted by:   jylefort
19 Oct 2005 12:41:20
Original commit files touched by this commit  1.2.9,2
krion search for other commits by this committer
Fix build on ARCH != i386.

Submitted by:   ru
10 Oct 2005 14:15:24
Original commit files touched by this commit  1.2.9,2
krion search for other commits by this committer
Disable libvgl support on 4.x.

Reported by:    lofi
08 Oct 2005 23:06:47
Original commit files touched by this commit  1.2.9,2
krion search for other commits by this committer
Do not specify libvgl shlib version since it depends on release
number.
28 Aug 2005 12:52:22
Original commit files touched by this commit  1.2.9,2
krion search for other commits by this committer
Update to 1.2.9
21 Jul 2005 20:23:24
Original commit files touched by this commit  1.2.8,2
krion search for other commits by this committer
Backout previous commit since it breaks many ports on sparc64.

Pointed out by: kris
19 Jul 2005 18:41:19
Original commit files touched by this commit  1.2.8,2
krion search for other commits by this committer
Fix build if world is built with NO_USB=yes.

PR:             ports/82171
Submitted by:   Bjoern Koenig <bkoenig at cs.tu-berlin.de>
12 Apr 2005 04:26:57
Original commit files touched by this commit  1.2.8
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.2.8
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
16 Jan 2005 20:14:43
Original commit files touched by this commit  1.2.8,2
krion search for other commits by this committer
Grab maintainership and bugs.
16 Jan 2005 18:37:05
Original commit files touched by this commit  1.2.8,2
krion search for other commits by this committer
Update to 1.2.8
26 Dec 2004 21:54:46
Original commit files touched by this commit  1.2.7_3,2
edwin search for other commits by this committer
Welcome to the second epoch bump of devel/sdl12 due to compilation
problems on 4.x:

See the following thread in
http://twomix.devolution.com/pipermail/sdl/2004-December/thread.html:
        [SDL] Can not compile SDL with gcc < 3.1 (3 messages)

Up to now no fix in their cvs repository:
        http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/src/video/
23 Dec 2004 06:02:04
Original commit files touched by this commit  1.2.8,1
edwin search for other commits by this committer
Upgrade devel/sdl12 to 1.2.8
Nearly all changes are fixes, no API breakages, no version bump.
06 Nov 2004 03:40:58
Original commit files touched by this commit  1.2.7_3,1
alfred search for other commits by this committer
Bump port revision so people get the double free(3) fix.
06 Nov 2004 03:35:57
Original commit files touched by this commit  1.2.7_2,1
alfred search for other commits by this committer
Fix a double free(3) bug locally.

PR: ports/73353
05 Aug 2004 09:20:14
Original commit files touched by this commit  1.2.7_2,1
krion search for other commits by this committer
Do not apply patches for the latest gcc-3.4.2 to FreeBSD-4.x
31 Jul 2004 07:39:20
Original commit files touched by this commit  1.2.7_2,1
krion search for other commits by this committer
Fix wrong path in patches

Submitted by:   Roman Bogorodskiy <bogorodskiy@inbox.ru>
30 Jul 2004 10:12:44
Original commit files touched by this commit  1.2.7_2,1
krion search for other commits by this committer
Fix build with love for gcc-3.4.2
09 Jul 2004 18:43:11
Original commit files touched by this commit  1.2.7_2,1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
30 May 2004 20:33:12
Original commit files touched by this commit  1.2.7_2,1
thierry search for other commits by this committer
- several ports require SDL with GL enabled => set GL by default;
- bump PORTREVISION;
- remove the unused option X11;
- fix COMMENT (1.2.7 is the stable version);
- do some cleaning.
10 Apr 2004 18:26:55
Original commit files touched by this commit  1.2.7_1,1
trevor search for other commits by this committer
Tidy up whitespace.
17 Mar 2004 13:58:01
Original commit files touched by this commit  1.2.7_1,1
lofi search for other commits by this committer
Bump PORTREVISION for libusb fix from previous commit.
17 Mar 2004 13:57:07
Original commit files touched by this commit  1.2.7,1
lofi search for other commits by this committer
Unbreak when libusb is installed.

Submitted by: KATO Tsuguru <tkato@prontomail.com>
16 Mar 2004 04:06:48
Original commit files touched by this commit  1.2.7,1
edwin search for other commits by this committer
devel/sdl12: upgrading to 1.2.7 + some fixes.

        - upgrade to 1.2.7
        - add a knob WITH_NAS
        - fix dependences to aalib & svgalib
        - use standard DOCSDIR & EXAMPLESDIR
        - fix plist for NOPORTDOCS
        - distribute README-SDL.txt.

PR:             Based on ports/57475
Submitted by:   Thierry Thomas <thierry@pompo.net>
Reviewed by:    kris@ with a build on bento
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.2.5_3,1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
07 Mar 2004 23:53:18
Original commit files touched by this commit  1.2.5_3,1
edwin search for other commits by this committer
[patch] unbreak packaging of devel/sdl12 with NOPORTDOCS

    In the current state of the port Makefile and pkg-plist are not
    in sync.  Makefile obeys NOPORTDOCS, but pkg-plist would enlist
    not installed files anyway breaking packaging when NOPORTDOCS
    is set.

PR:             ports/62587
Submitted by:   Piotr Smyrak <piotr.smyrak@heron.pl>
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.2.5_3,1
trevor search for other commits by this committer
SIZEify.
24 Dec 2003 05:08:09
Original commit files touched by this commit  1.2.5_3,1
linimon search for other commits by this committer
During the backout, forgot to bump PORTEPOCH.  Also managed to miss
the 1-line update from 1.68 to 1.69, somehow.  Now, it is back.
Verified with cvs diff -r1.69 being just PORTEPOCH.
21 Dec 2003 00:08:17
Original commit files touched by this commit  1.2.5_3
linimon search for other commits by this committer
Backout previous commit.  Mea maxima culpa for not doing the research
to understand that this port was a dependency on many other ports,
and as such should not have been done during a slush.  Pass the
pointy hat, please ...

PR:             ports/57475
Requested by:   pav, marcus
20 Dec 2003 20:16:54
Original commit files touched by this commit  1.2.6
linimon search for other commits by this committer
Update to 1.2.6:

       Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject()
       Added SDL_GL_MULTISAMPLEBUFFERS and SDL_GL_MULTISAMPLESAMPLES for FSAA

PR:             ports/41400
Submitted by:   Marc Recht <marc@informatik.uni-bremen.de>
12 Dec 2003 09:18:01
Original commit files touched by this commit  1.2.5_3
kris search for other commits by this committer
Respect WITHOUT_ARTS to disable arts support even if arts is already
installed.
07 Nov 2003 16:51:18
Original commit files touched by this commit  1.2.5_3
fjoe search for other commits by this committer
USE_MESA -> USE_GL, bump PORTREVISION.
26 Oct 2003 07:36:57
Original commit files touched by this commit  1.2.5_2
linimon search for other commits by this committer
Remove stale mastersite per distfile survey.
29 Jul 2003 10:12:37
Original commit files touched by this commit  1.2.5_2
sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
14 Jul 2003 19:19:40
Original commit files touched by this commit  1.2.5_2
sobomax search for other commits by this committer
Fix on -current with gcc 3.3.
14 Jul 2003 19:14:54
Original commit files touched by this commit  1.2.5_2
sobomax search for other commits by this committer
Add support for /dev/joy? style gameport joystics in addition to USB ones.

PR:             52875
Submitted by:   Tony Voet <20030602@hoegisan.com>
27 Jun 2003 20:29:44
Original commit files touched by this commit  1.2.5_1
sobomax search for other commits by this committer
Fix the port for those with stale /usr/include/libusb.h header.

Submitted by:   mdodd
22 May 2003 23:55:24
Original commit files touched by this commit  1.2.5_1
sobomax search for other commits by this committer
Unbreak on pre-4.8.

PR:             52174
Submitted by:   osa
20 Apr 2003 03:56:27
Original commit files touched by this commit  1.2.5_1
marcus search for other commits by this committer
Remove USE_GNOMENG.
09 Apr 2003 05:51:09
Original commit files touched by this commit  1.2.5_1
mdodd search for other commits by this committer
Build fixes for __FreeBSD_version >= 500111 (usbhid changes.)
07 Mar 2003 06:01:16
Original commit files touched by this commit  1.2.5_1
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
30 Jan 2003 19:49:42
Original commit files touched by this commit  1.2.5_1
lioux search for other commits by this committer
Complete deployment of GNOMENG infrastructure: WITHOUT_ESOUND is
deprecated

Submitted by:   David Yeske <dyeske@yahoo.com>
08 Jan 2003 20:43:31
Original commit files touched by this commit  1.2.5_1
sobomax search for other commits by this committer
Use REINPLACE_CMD.

PR:             46835
Submitted by:   Ulrich Spoerlein <q@uni.de>
03 Jan 2003 08:53:57
Original commit files touched by this commit  1.2.5_1
sobomax search for other commits by this committer
Fix sdl11-config to return -I${LOCALBASE}/include, like previous
version did.

Prompted by:    lioux
02 Jan 2003 15:05:08
Original commit files touched by this commit  1.2.5
sobomax search for other commits by this committer
Update to 1.2.5.
19 Oct 2002 10:42:11
Original commit files touched by this commit  1.2.4_1
sobomax search for other commits by this committer
Add `CONFIGURE_ARGS+=--disable-esd --disable-esdtest' in WITHOUT_ESOUND
case.

PR:             42724
Submitted by:   alane
30 Aug 2002 14:31:52
Original commit files touched by this commit  1.2.4_1
lioux search for other commits by this committer
Deploy USE_GNOMENG infrastructure

PR:             42195
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
30 Aug 2002 13:39:30
Original commit files touched by this commit  1.2.4_1
sobomax search for other commits by this committer
Add optional support for building with ARTS support, when audio/arts is
is installed or WITH_ARTS is defined.

PR:             39136
Submitted by:   User & <marc@informatik.uni-bremen.de>
17 May 2002 09:32:45
Original commit files touched by this commit  1.2.4_1
sobomax search for other commits by this committer
Disable svgalib dependency when building on arch other than i386. Hopefully
this would enable to get even more packages for alpha.

Prompted by:    kris
15 May 2002 21:25:24
Original commit files touched by this commit  1.2.4_1
petef search for other commits by this committer
Introduce two new hooks: WITHOUT_X11 and WITHOUT_ESOUND.

It's now possible to compile sdl for console use only.

Submitted by:   Joe Sunday <sunday@csh.rit.edu>
Approved by:    sobomax (maintainer)
09 May 2002 23:19:37
Original commit files touched by this commit  1.2.4_1
sobomax search for other commits by this committer
Instead of disabling joystick code completely use "dummy" driver instead of
problematic usb one. This should fix problems some ports are having when
linked against libsdl without joystick code at all. Bump PORTREVISION.
22 Apr 2002 09:19:05
Original commit files touched by this commit  1.2.4
sobomax search for other commits by this committer
Explicitly disable USB joystick code because there are too many API
incompatible versions of USB code in different FreeBSD releases (or even in
the same release makeworded on from sources cvsup'ed on different dates), so
that supporting all of them is nightmare.

I wish USB team would care about API compatibility in the future.

Submitted by:   many
18 Apr 2002 09:10:01
Original commit files touched by this commit  1.2.4
sobomax search for other commits by this committer
Unbroke on systems after libusb --> libusbhid conversion.

Reported by:    Mike Murphree <w4lna@knology.net>
                Nuno Teixeira <nunotex@pt-quorum.com>
                Mark Sergeant <sarge@snsonline.net>
17 Apr 2002 13:35:50
Original commit files touched by this commit  1.2.4
sobomax search for other commits by this committer
Update to 1.2.4.
21 Feb 2002 16:42:49
files touched by this commit
sobomax search for other commits by this committer
Allow it be compiled without svgalib support.    
29 Jan 2002 10:16:28
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
19 Dec 2001 12:18:40
files touched by this commit
sobomax search for other commits by this committer
Remove obsolete configure script tweak, which results in   `sdl11-config
--version' reporting an icorrect version number (1.2.2, while   in fact it's a
1.2.3).    
18 Nov 2001 08:34:09
files touched by this commit
sobomax search for other commits by this committer
Add two missed in the last commit manpages.    
13 Nov 2001 14:27:18
files touched by this commit
sobomax search for other commits by this committer
Update to 1.2.3.    
25 Jul 2001 10:58:12
files touched by this commit
sobomax search for other commits by this committer
Update to 1.2.2. Sam was kind enough to integrate my vgl driver into a  
mainline, so number of patches has been greatly reduced.    
02 Jul 2001 13:17:47
files touched by this commit
sobomax search for other commits by this committer
Re-enable vgl support.    
25 Jun 2001 17:31:25
files touched by this commit
sobomax search for other commits by this committer
Update to 1.2.1.    
23 May 2001 12:28:14
files touched by this commit
sobomax search for other commits by this committer
Fix a bug that may cause image corruption during mouse movements.    
11 Apr 2001 12:57:02
files touched by this commit
sobomax search for other commits by this committer
Revert r.1.4 of files/patch-src_video_vgl_SDL__vglvideo.c - it doesn't work   in
all cases.    
09 Apr 2001 14:11:10
files touched by this commit
sobomax search for other commits by this committer
Bump PORTREVISION (forgot in the previous commit).    
09 Apr 2001 14:10:17
files touched by this commit
sobomax search for other commits by this committer
Move detection of vgl availability before svgalib and improve detection  
algorithm.    
09 Apr 2001 13:55:04
files touched by this commit
sobomax search for other commits by this committer
Move:   devel/sdl --> devel/sdl10   devel/sdl-devel --> devel/sdl12    

Number of commits found: 90

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18746
Broken 146
Deprecated 98
Ignore 430
Forbidden 5
Restricted 363
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 3
new 48 hours7
new 7 days39
new fortnight77
new month185

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.641 seconds.