| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=114518
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
Notes:
svn path=/head/; revision=114511
|
|
|
|
| |
Notes:
svn path=/head/; revision=114484
|
|
|
|
|
|
|
|
|
|
| |
Respect CFLAGS
PR: 69466
Submitted by: Anish Mistry <amistry@am-productions.biz>
Notes:
svn path=/head/; revision=114482
|
|
|
|
|
|
|
|
| |
PR: ports/69450
Submitted by: maintainer
Notes:
svn path=/head/; revision=114472
|
|
|
|
|
|
|
|
| |
PR: 69410
Submitted by: Michael Johnson
Notes:
svn path=/head/; revision=114463
|
|
|
|
|
|
|
|
| |
PR: 69453
Submitted by: maintainer
Notes:
svn path=/head/; revision=114461
|
|
|
|
|
|
|
|
| |
PR: 69357
Submitted by: ahze@gentoo.ahze.net
Notes:
svn path=/head/; revision=114447
|
|
|
|
|
|
|
|
|
|
| |
grab maintainership
PR: 69405
Submitted by: Michael Johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=114394
|
|
|
|
|
|
|
|
| |
PR: 69331
Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw>
Notes:
svn path=/head/; revision=114317
|
|
|
|
|
|
|
|
|
|
|
| |
audio/faad port when it installs its own libmp4v2 (WITHOUT_MPEG4IP)
library instead of the mpeg4ip's one
PR: 66724
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=114316
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/54435
Submitted by: Melvyn Sopacua
Approved by: maintainer timeout
Reviewed by: pav
Notes:
svn path=/head/; revision=114295
|
|
|
|
| |
Notes:
svn path=/head/; revision=114266
|
|
|
|
| |
Notes:
svn path=/head/; revision=114265
|
|
|
|
| |
Notes:
svn path=/head/; revision=114232
|
|
|
|
|
|
|
|
| |
PR: 69043
Submitted by: Conrad J. Sabatier <conrads@cox.net>
Notes:
svn path=/head/; revision=113914
|
|
|
|
|
|
|
|
| |
PR: 68938
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=113912
|
|
|
|
|
|
|
|
| |
PR: 68939
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=113911
|
|
|
|
| |
Notes:
svn path=/head/; revision=113817
|
|
|
|
| |
Notes:
svn path=/head/; revision=113757
|
|
|
|
|
|
|
|
|
|
| |
I used the patch from [1]
PR: 69017 [1], 68419, 68894, 69050
Submitted by: Michael Johnson <ahze@ahze.net> [1], Simon Hewison <simon@zymurgy.org>, Gautam Gopalakrishnan <ggop@myrealbox.com>, Dmitri Nikulin <setagllib@optusnet.com.au>
Notes:
svn path=/head/; revision=113661
|
|
|
|
| |
Notes:
svn path=/head/; revision=113643
|
|
|
|
|
|
|
|
|
| |
PR: ports/68806
Submitted by: Jonathan Noack
Approved by: maintainer
Notes:
svn path=/head/; revision=113471
|
|
|
|
|
|
|
| |
script, and removed object files, calling new file 0.9.4-patch1
Notes:
svn path=/head/; revision=113398
|
|
|
|
| |
Notes:
svn path=/head/; revision=113364
|
|
|
|
| |
Notes:
svn path=/head/; revision=113362
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- take bsdi_dvd.h from mplayer which now lies on FILESDIR
- MD5 (MPlayer-1.0pre4.tar.bz2) = 83ebac0f05b192516a41fca2350ca01
o Add WITH_CDROM_DEVICE to allow one to pick the CDROM device [1]
o Add WITH_DVD_DEVICE to allow one to pick the DVD device [1]
o Add mpeg2enc plugin which depends on multimedia/mjpegtools port
o Really install KDE kio support WITH_KIO. This required some
CONFIGURE_ENV hacking
o Make sure plugins build/install even if PREFIX != {LOCAL,X11}BASE.
This required hackery called EXTRA_BUILD_DIR. Check port's Makefile
for more information. This fixed both vcd and modplug plugins
o Bump PORTREVISION due to PLIST change since VCD plugin is built
per default
PR: 65451 [1]
Submitted by: michael johnson <ahze@ahze.net> [1]
Reviewed by: marcus, vs, michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=113356
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=113296
|
|
|
|
| |
Notes:
svn path=/head/; revision=113243
|
|
|
|
| |
Notes:
svn path=/head/; revision=113242
|
|
|
|
|
|
|
| |
o Add WWW tag
Notes:
svn path=/head/; revision=113241
|
|
|
|
|
|
|
|
| |
PR: ports/68752
Submitted by: Phil Oleson <oz@nixil.net> (maintainer)
Notes:
svn path=/head/; revision=113193
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
those ports will not work. Please see the more detail about this:
http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html
Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.
Approved by: marcus (portmgr hat)
Reviewed by: My team, FreeBSD GNOME Team
Notes:
svn path=/head/; revision=113150
|
|
|
|
|
|
|
|
|
| |
update.
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=113033
|
|
|
|
|
|
|
|
| |
PR: 68699
Submitted by: maintainer
Notes:
svn path=/head/; revision=113015
|
|
|
|
|
|
|
|
|
| |
_SC_NPROCESSORS_ONLN sysconf macro.
Reported by: Randy Pratt <rpratt1950@earthlink.net>
Notes:
svn path=/head/; revision=113011
|
|
|
|
|
|
|
|
| |
PR: ports/68493
Submitted by: michael johnson <ahze@ahze.net>
Notes:
svn path=/head/; revision=112868
|
|
|
|
|
|
|
|
|
|
| |
* Use a better fix from GStreamer CVS to fix the double free in gst-inspect [2]
Found by: monkey-bubble [1]
Obtained from: GStreamer CVS [2]
Notes:
svn path=/head/; revision=112830
|
|
|
|
|
|
|
|
| |
PR: ports/68581
Submitted by: maintainer
Notes:
svn path=/head/; revision=112774
|
|
|
|
|
|
|
|
|
| |
vulnerabilities, some of which are remotely exploitable.
More info at: http://www.mplayerhq.hu/homepage/design7/news.html
Notes:
svn path=/head/; revision=112690
|
|
|
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes:
svn path=/head/; revision=112679
|
|
|
|
|
|
|
|
|
| |
PR: ports/68431
Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by: maintainer
Notes:
svn path=/head/; revision=112652
|
|
|
|
|
|
|
| |
Reported by: bland
Notes:
svn path=/head/; revision=112581
|
|
|
|
|
|
|
| |
- Unbreak
Notes:
svn path=/head/; revision=112423
|
|
|
|
|
|
|
|
|
|
| |
in this version can be found at
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.2.html
Approved by: maintainer (implicit)
Notes:
svn path=/head/; revision=112352
|
|
|
|
| |
Notes:
svn path=/head/; revision=112327
|
|
|
|
|
|
|
| |
Fix build with libcdio 0.69
Notes:
svn path=/head/; revision=112316
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o BUILD_DEPENDS on devel/nasm only on ${ARCH} == i386 [1]
o RUN_DEPENDS on shells/bash2 since scripts are using it. Must take
time to rewrite them for sh compliancy
o Bump PORTREVISION due to dependency changes [1]
PR: 64145 [1]
Submitted by: michael jonson <ahze@ahze.net> [1]
Notes:
svn path=/head/; revision=112297
|
|
|
|
| |
Notes:
svn path=/head/; revision=112296
|
|
|
|
|
|
|
|
| |
PR: 64721
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Notes:
svn path=/head/; revision=112295
|