| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
|
| |
- Convert to new option framework
- Convert to USES
- Trim Makefile header
- pet portlint: rename patch
PR: ports/175965 [1]
Submitted by: pawel
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
|
|
|
|
|
|
| |
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
| |
|
|
|
|
| |
- Install README
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The build system now supports newer versions of the
autotools and can find them in weird places on FreeBSD
and OS X systems. We also support x86 accelerations on
the AMD64 CPU, including on FreeBSD. The AltiVec features
are now better detected.
- Peter Gubanov found a bug in the 4:4:4 chroma handling,
Nicolas Joly found a memory leak in the Xshm code on
remote displays and Roberto Huelga found alignment issues
in the sample3 and sample5 examples. Gildas Bazin contributed
a patch for more tolerance for invalid sequence display
extensions.
PR: 106144
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
|
|
|
| |
Approved by: kris (portmgr), sem (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Approved by: portmgr (kris)
|
|
|
|
|
| |
PR: 88869
Submitted by: Stephen Hurd <shurd@sasktel.net>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Approved by: marcus (portmgr hat)
|
|
|
|
|
|
| |
PR: 77869
Submitted by: Geoff Buckingham <geoffb@chuggalug.clues.com>
Verified by: kwm
|
| |
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
o USE_GNOME=lthack to avoid installing .la files which incidently
makes the port ccache friendly
PR: 65285
Submitted by: michael johnson <ahze@ahze.net>
|
|
|
|
|
| |
PR: 63439
Submitted by: lev
|
| |
|
|
|
|
| |
libSDL-1.1.so instead of libSDL-1.1.5.so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Submitted by: lioux, Adriaan de Groot <adridg@cs.kun.nl>
|
| |
|
|
|
|
|
|
|
| |
PR for more information
PR: 48506
Submitted by: naddy
|
|
|
|
| |
Informed maintainer.
|
| |
|
|
|
|
| |
- no response from maintainer since 2003-04-05
|
| |
|
|
|
|
|
|
| |
o Bump PORTREVISION
Submitted by: kris (internal bento logs)
|
| |
|
| |
|
|
|
|
|
|
|
| |
references from graphics to multimedia category
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
|
|
|
|
|
|
|
| |
GOPchop.
o Bump PORTREVISION
Requested by: ijliao
Reviewed by: ijliao
|
| |
|
|
|
|
|
|
|
| |
fixes build. Remark from submitter: "static functions without any
where call are broken"
Submitted by: nork
|
|
|
|
| |
Prompted by: ijliao
|
| |
|
|
and mpeg-1 video streams
|