| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
Discussed with: kris
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (kris)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
on sdl12-1.2.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Reviewed by: marcus
|
|
|
|
| |
(Part 1)
|
| |
|
| |
|
|
|
|
| |
Reported by: kris (bento)
|
|
|
|
|
| |
PR: ports/56505
Submitted by: Espen Skoglund <esk@ira.uka.de>
|
|
|
|
|
| |
PR: 55247
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
|
| |
these great pieces of software, so that let others with more free time
to take over them.
|
| |
|
|
|
|
|
|
|
| |
one, update all appropriate references: *_DEPENDS, CATEGORIES
Repo copied by: cvs (joe)
Approved by: portmgr (self & no objections)
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
|
|
|
|
| |
PR: 42349
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
| |
|
| |
|
|
|
|
|
|
| |
4-*.
Prompted by: will
|
|
|
|
| |
Submitted by: David Hill <david@phobia.ms>
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
| |
|
|
|
|
|
| |
PR: 23875
Submitted by: Munehiro Matsuda <haro@kubota.co.jp>
|
|
hardware acceleration in Xfree 4.x if available, fullscreen, resizeable window,
VCD support (doesn't work in FreeBSD yet), aspected ratio when resizing the
window, etc.
|