1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
Commit Graph

1838 Commits

Author SHA1 Message Date
Dirk Meyer
b28d1c274c - update to 0.1.2 2004-07-20 05:26:00 +00:00
Mario Sergio Fujikawa Ferreira
96246bede6 Update to 0.8.3.rc4 2004-07-20 03:16:33 +00:00
Kirill Ponomarev
2910223094 Chase libraries for new audio/libsamplerate version. 2004-07-19 17:47:13 +00:00
Mario Sergio Fujikawa Ferreira
431761edc0 Fix build on AMD64
PR:		69043
Submitted by:	Conrad J. Sabatier <conrads@cox.net>
2004-07-18 17:59:33 +00:00
Mario Sergio Fujikawa Ferreira
86cbdd8dd3 Update to 0.9.2
PR:		68938
Submitted by:	michael johnson <ahze@ahze.net>
2004-07-18 17:41:42 +00:00
Mario Sergio Fujikawa Ferreira
9e36bf06bb Update to 1.4
PR:		68939
Submitted by:	michael johnson <ahze@ahze.net>
2004-07-18 17:41:41 +00:00
MANTANI Nobutaka
b346be51f4 Update to 0.99.2. 2004-07-17 12:53:14 +00:00
Dirk Meyer
97260ae4d9 - fix pkg-list for option WITH_LIBMATROSKA 2004-07-16 06:24:54 +00:00
Erwin Lansing
b7988f6daf Update to 2.0.99 and make fetcheable again.
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>
2004-07-14 16:04:52 +00:00
Kirill Ponomarev
e5352c7502 Chase libraries for new x11-toolkits/fox-devel version. 2004-07-14 12:37:43 +00:00
Volker Stolz
0c59359eac Add more PATCH_SITES
PR:		ports/68806
Submitted by:	Jonathan Noack
Approved by:	maintainer
2004-07-12 15:01:25 +00:00
Pav Lucistnik
11b10ba026 - Distfile was rerolled, author updated build infrastructure, startup
script, and removed object files, calling new file 0.9.4-patch1
2004-07-11 11:57:48 +00:00
Kris Kennaway
d42a0e03f2 BROKEN: Unfetchable 2004-07-11 01:04:15 +00:00
Kris Kennaway
80378274ff BROKEN: Size mismatch 2004-07-11 00:52:17 +00:00
Mario Sergio Fujikawa Ferreira
e31b617237 o Add VCD plugin [1]
- 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>
2004-07-10 22:47:59 +00:00
Joe Marcus Clarke
9e5632dd66 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
2004-07-09 17:43:11 +00:00
Mario Sergio Fujikawa Ferreira
8c89cfb419 Remove WWW tag: no longer exists 2004-07-09 02:16:20 +00:00
Mario Sergio Fujikawa Ferreira
3573855ecc Update MASTER_SITES 2004-07-09 02:15:52 +00:00
Mario Sergio Fujikawa Ferreira
27b6000959 o Add MASTER_SITES (there were 0 available)
o Add WWW tag
2004-07-09 01:54:37 +00:00
Pav Lucistnik
e11c4c070d - Update to 0.0.7
PR:		ports/68752
Submitted by:	Phil Oleson <oz@nixil.net> (maintainer)
2004-07-08 07:31:04 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
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
2004-07-07 16:23:51 +00:00
Kirill Ponomarev
e43640bbfa Chase libraries according to the recent x11-toolkits/fox-devel
update.

Reported by:	pointyhat via kris
2004-07-06 04:28:56 +00:00
Joe Marcus Clarke
f5bd0a8ef2 Update to 0.7.92.
PR:		68699
Submitted by:	maintainer
2004-07-06 00:23:35 +00:00
Joe Marcus Clarke
0f3ea1bafe Use some sysctl magic to get hw.ncpu on systems that don't support the
_SC_NPROCESSORS_ONLN sysconf macro.

Reported by:	Randy Pratt <rpratt1950@earthlink.net>
2004-07-06 00:07:32 +00:00
MANTANI Nobutaka
ffa16db3d8 Update to 1-rc5.
PR:		ports/68493
Submitted by:	michael johnson <ahze@ahze.net>
2004-07-03 17:53:52 +00:00
Joe Marcus Clarke
08593c3eff * Fix a free'd memory access crash that occurs with malloc debugging enabled [1]
* 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]
2004-07-03 03:51:29 +00:00
Kirill Ponomarev
306305c64f Update to 0.4.4
PR:		ports/68581
Submitted by:	maintainer
2004-07-02 12:09:10 +00:00
Adam Weinberger
99fa9e96ee Apply a vendor-distributed patch to correct a number of string
vulnerabilities, some of which are remotely exploitable.

More info at: http://www.mplayerhq.hu/homepage/design7/news.html
2004-07-01 20:00:39 +00:00
Ade Lovett
328b757bf2 Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).

PR:		67768
Submitted by:	ade
Approved by:	4-exp bento runs (thanks, kris!)
2004-07-01 17:06:41 +00:00
Pav Lucistnik
001fdf62d5 - Respect CFLAGS, fix WITHOUT_RUNTIME_CPUDETECTION knob, style
PR:		ports/68431
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Approved by:	maintainer
2004-07-01 08:27:47 +00:00
Joe Marcus Clarke
aca4adbe99 Fix a double-free crash when running gst-inspect against certain plug-ins.
Reported by:	bland
2004-06-30 05:51:43 +00:00
Pav Lucistnik
f0b09ccdc8 - Update to 0.7.4, which works with FOX-1.2
- Unbreak
2004-06-27 23:27:47 +00:00
Joe Marcus Clarke
db1a00ca7b Update to 0.8.2, and add support for the DTS decoder. The full list of changes
in this version can be found at
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.2.html

Approved by:	maintainer (implicit)
2004-06-27 06:11:11 +00:00
Pav Lucistnik
6dfcbc7040 - Chase fox shlib bump 2004-06-26 16:20:03 +00:00
Tilman Keskinoz
dbec34dcd6 Chase libcdio shared library version
Fix build with libcdio 0.69
2004-06-26 12:59:18 +00:00
Mario Sergio Fujikawa Ferreira
7f258b9907 o Add WITH_LIBDV_PAL knob which triggers WITH_LIBDV accordingly [1]
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]
2004-06-26 04:54:26 +00:00
Mario Sergio Fujikawa Ferreira
de9f93adb2 Chase mjpegtools port version 1.6.2 shared library bump 2004-06-26 04:31:27 +00:00
Mario Sergio Fujikawa Ferreira
4a1c26719d Update to 1.6.2
PR:		64721
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
2004-06-26 04:31:08 +00:00
Mario Sergio Fujikawa Ferreira
450c885cbe o Add OPTIONS knobs: DEBUG which defaults to on
o If you disable DEBUG; duh, no debug support is built
o No PORTREVISION bump since this maintains the current port state
  (DEBUG defaults to on)

PR:		67678
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-26 03:05:57 +00:00
Michael Nottebrock
5bd27ec34f Make USE_GCC value overridable.
PR: 68348
2004-06-25 23:56:56 +00:00
Michael Nottebrock
500fe7a721 Add WITH_OPTIMIZED_CFLAGS knob which will allow xvid to choose
CFLAGS from its own (quite large) set of defaults for various compilers
and platforms.
2004-06-24 23:56:34 +00:00
Joe Marcus Clarke
2affcf4fcf Fix the build when valgrind is installed.
Reported by:	lofi
2004-06-24 20:32:22 +00:00
Mario Sergio Fujikawa Ferreira
750ebba29e o Update to 0.8.3rc2
o Take over maintainership
2004-06-23 17:10:57 +00:00
Mario Sergio Fujikawa Ferreira
dfca6a0870 Update to 0.9.1
PR:		66499
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-23 16:11:16 +00:00
Mario Sergio Fujikawa Ferreira
e9b532e2ce Update to 0.7.0
PR:		66498
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-23 16:06:57 +00:00
Michael Nottebrock
e8a3b06aef Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@

Approved by: maintainer timeout
2004-06-22 19:42:06 +00:00
Michael Nottebrock
c004a44361 Missed the bumped sover of libvxvidcore in pkg-plist.
Reported by: Tim Bishop <tim@bishnet.net>
2004-06-20 20:03:47 +00:00
Oliver Lehmann
b52d9e0def depend on tv-fonts
Bump PORTREVISION
2004-06-19 18:56:05 +00:00
Kris Kennaway
feba77f645 BROKEN on amd64: Shared libraries must be compiled with -fPIC 2004-06-19 09:26:43 +00:00
Michael Nottebrock
2ac410c8c1 Add a patch that fixes a patch that used to be in the previous version
of the port and which has been bogusly merged into the upstream sources
(but has been corrected now, the next release will be fine, hopefully).

This will fix audioid with tv://
2004-06-18 19:02:00 +00:00