1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

562 Commits

Author SHA1 Message Date
Christian Weisgerber
824c134eb9 Limit attempt to build with 3DNow! support to i386 architecture.
This fixes MP3 playing on alpha.

Approved by:	(no response from maintainer)
2002-01-20 19:02:36 +00:00
Mario Sergio Fujikawa Ferreira
15073d5387 Update to 20011010_4.02 2002-01-20 19:02:03 +00:00
Mario Sergio Fujikawa Ferreira
b82dba46e9 Fix location of detection file
PR:		34065
Submitted by:	Philippe CASIDY <pcasidy@casidy.com>
2002-01-19 22:42:00 +00:00
Mario Sergio Fujikawa Ferreira
66d05f4541 o Update to 0.6.0.20011220. Therefore, since this version is smaller
than former, bump PORTEPOCH (will)
o Reorganize items inside Makefile to help with maintainance
o Both remove ONLY_FOR_ARCHS=i386 and add tweaks to hopefully
  enable this port outside of i386
o This port no longers USE_AUTOMAKE (will)
o New defaults: build with libmad and with optimized cflags. Thus,
  add both WITHOUT_MAD and WITHOUT_OPTIMIZED_CFLAGS options

Submitted by:	will
Reviewed by:	pat, Thomas E. Zander <riggs@rrr.de>,
		MAINTAINER
2002-01-17 20:05:16 +00:00
Mario Sergio Fujikawa Ferreira
65ceb81162 o Update to 0.60.1
o Add additional MASTER_SITES
o Depend on mplayer-skins if WITH_GUI since GUI does not work without
  a skin
o Added option WITH_XANIM

PR:		33604
Submitted by:	MAINTAINER, Alan Eldridge <ports@geeksrus.net>
Reviewed by:	pat
2002-01-17 19:55:14 +00:00
Mario Sergio Fujikawa Ferreira
4ae2a526e6 o New port mplayer-skins version 1.0.0: Skins for MPlayer's Graphical
User Interface (GUI)
o Assign maintainership to mplayer's maintainer since he can better
  follow up

Reviewed by:	pat, Thomas E. Zander <riggs@rrr.de>
Maintained by:	Thomas E. Zander <riggs@rrr.de>
2002-01-17 19:48:22 +00:00
Mario Sergio Fujikawa Ferreira
dc96431878 o Update both avifile's (011002) and mplayer's (0.60) codecs
o Thus, update port to 011002.0.0.60

PR:		33604
Submitted by:	Alan Eldridge <ports@geeksrus.net>, MAINTAINER
Reviewed by:	pat, Thomas E. Zander <rigs@rrr.de>
2002-01-17 19:42:01 +00:00
Kevin Lo
59c707609d Patch is replaced with a perl in-place regex.
Suggested by will@
2002-01-17 13:53:08 +00:00
Alexander Langer
da648df12f Update port to version 3.67, which fixes all known problems on 5.0.
Hand maintainership to Oliver Lehmann <lehmann@ans-netz.de>, since
greid doesn't seem to be interested in this port any more (various
feedback timeouts and mails from him indicate this)

PR:		31691, 32673, 32802, 33894
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	greid (MAINTAINER) (de-facto approved)
2002-01-16 22:08:43 +00:00
Christian Weisgerber
5f26056cb6 Bump libvorbis version number. 2002-01-16 19:00:51 +00:00
Maxim Sobolev
7edd607e03 Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis. 2002-01-16 18:09:32 +00:00
Christian Weisgerber
9efa957765 * Bump Ogg Vorbis library version numbers.
* Increment PORTREVISION because of the dependencies change.

Approved by:	will
2002-01-16 17:44:46 +00:00
Maxim Sobolev
a86e614a3f Update version number of vorbis shared library. 2002-01-16 17:41:49 +00:00
Christian Weisgerber
fc9ff448fa Bump Ogg Vorbis library versions.
Approved by:	nobutaka
2002-01-16 17:37:02 +00:00
Ying-Chieh Liao
a134c21b5f s/malloc.h/stdlib.h/ 2002-01-15 13:26:30 +00:00
Will Andrews
0c691bfc43 Fix kdemultimedia2 build problem which basically boils down to the
inability to use --enable-final.  Make OGGVORBIS support unconditional.
Remove @dirrm's that don't apply to this port.  Bump PORTREVISION.

PR:			33891
PR submitted by:	Patrick Murphy <murphyp1@ais.msu.edu>
Fix submitted by:	Andy Fawcett <andy@athame.co.uk>
Reported by:		Ryan Thompson <ryan@sasknow.com>,
			Kent Stewart <kstewart@owt.com>
2002-01-15 02:09:22 +00:00
Maxim Sobolev
1827e477d5 Chase xmms shared library version bump. 2002-01-14 13:41:32 +00:00
Maxim Sobolev
cc4b7ee04b Update to 1.2.6.
Approved by:	maintainer
2002-01-14 13:38:33 +00:00
Kevin Lo
e99ff93b58 Fix autoconf/automake issue.
I haven't the patience to wait lioux@ to commit it, sorry.
You know, I've been waiting for one month.

PR: 32862
Submitted by: MAINTAINER
2002-01-12 16:40:23 +00:00
Mario Sergio Fujikawa Ferreira
849b68e0f7 o Add XFREE86_VERSION=4 since this port requires XV extension support
only found in XFree86 4.0 and above

Submitted by:	bento
2002-01-11 22:09:43 +00:00
Will Andrews
bda8e9b3d4 Bring in a few changes to the KDE ports infrastructure, and some fixes.
- Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.
   + Default to compile optimized for speed, not debugging, in ports
     builds, not just packages.  We don't really get that many backtraces
     or debugging information, and there's a better way to provide these
     things to people willing to spend some time working on KDE.  It's
     at (as announced before): http://freebsd.kde.org/.
 - Remove teTeX dependency for kdegraphics2 upon request, and being unable
   to find any reason not to.  Apparently, kdegraphics still compiles
   libkdvi and kdvi -- I guess dvips is merely a runtime dependency.
   Therefore to enable its use one just needs to add the teTeX package.
   Bump PORTREVISION to reflect dependency change.
 - Fix koffice port by removing PYTHON_VERSION, which is unnecessary.

PR:		33650 (part of)
Submitted by:	John Merryweather Cooper <jmcoopr@johncoop.MSHOME.bmi.net>
Reviewed by:	kde-freebsd@lists.csociety.org (teTeX dep removal, and
		optimizing for speed, not debugging capability)
2002-01-11 06:17:04 +00:00
Mario Sergio Fujikawa Ferreira
e7f37ed6ca o Deal correctly with gnome: use proper paths if it is not
installed but benefit from it otherwise
o Fix PLIST due to aforementioned
o Bump PORTREVISION

Submitted by:	HIYAMA Takeshi <cbc06942@pop06.odn.ne.jp>
Prompted by:	jedgar,
		Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-01-10 17:00:30 +00:00
Brian Somers
15600cf2a1 Upgrade to version 0.2.92 2002-01-08 04:33:06 +00:00
Will Andrews
fccbfb4a6f If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add
--enable-debug and turn off stripping of binaries so we actually get all
the debugging we're supposed to get.  :)

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-08 01:24:11 +00:00
Will Andrews
06517618a8 Conditionalize use of objprelink based on whether we're running on
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.

Requested by:	several
2002-01-05 02:29:15 +00:00
Patrick Li
b50c44981d Fix for -CURRENT, malloc.h->stdlib.h
Spotted by:	Bento
2002-01-02 04:16:51 +00:00
Mario Sergio Fujikawa Ferreira
0121d79ee0 Update to 0.8.2 2001-12-28 00:53:08 +00:00
Mario Sergio Fujikawa Ferreira
256c7bf61a - Add LEGAL notice
- NO_PACKAGE

From developers: "Distributing MPlayer in the form of binaries
and/or binary packages is currently impossible, speaking about both
technical and law areas"

Submitted by:	maintainer
2001-12-27 16:27:15 +00:00
Dirk Froemberg
e5c205169e portlint:
- begin with a capital
- don't end with '.'
- remove port name
- don't exceed 70 characters
2001-12-25 16:59:04 +00:00
Dirk Froemberg
9439aeb2c5 portlint: remove extra whitespaces before end of line. 2001-12-24 10:37:45 +00:00
David W. Chapman Jr.
5f010ed082 Remove files/patch-Makefile
PR:		33130
2001-12-24 04:30:01 +00:00
David W. Chapman Jr.
c5932c599c Update to 1.1.1
PR:		33130
Submitted by:	tkato@prontomail.com
2001-12-24 04:28:25 +00:00
Patrick Li
b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00
Mario Sergio Fujikawa Ferreira
cb8753d6b6 o Un"echo" commands
o malloc.h -> stdlib.h

Submitted by:	bento
2001-12-24 01:17:20 +00:00
MANTANI Nobutaka
97476d854d Chase the libxine.so version change.
Reviewed by:	knu
2001-12-12 08:47:39 +00:00
MANTANI Nobutaka
53c9524471 Update to 0.9.7. 2001-12-12 08:37:37 +00:00
Alfred Perlstein
704850c3d7 remove include of malloc.h to unbreak on -current 2001-12-11 06:40:47 +00:00
Patrick Li
9d9c2f18ad Fix MASTER_SITES, Enforce DOCSDIR, and Quiet install
PR:		32520
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-08 02:27:16 +00:00
Pete Fritchman
61a3a66271 Fix a problem with auto{conf,make}: some build magic was introduced to
make sure that the "autoconf" and "automake" binaries KDE looked for were
found and were autoconf213 and automake14 (as there are issues with the
latest versions), but the logic in setting $PATH was wrong.  This puts
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE
auto* problems if automake14 and automake-1.5 are both installed.

PR:		32512
Submitted by:	Alan Eldridge <alane@geeksrus.net>
Approved by:	will
2001-12-07 15:43:46 +00:00
Mario Sergio Fujikawa Ferreira
6d45a96184 o add missing USE_GNOMELIBS
o remove unnecessary stuff (already implied by other entries, etc)

Submitted by:	bento
2001-12-06 17:26:24 +00:00
Will Andrews
1d206a3483 Upgrade KDE to 2.2.2:
* General:
 	- Support for objprelink.
 	- Hack for autoconf 2.13/automake 1.4.  Note that we can't use
	  the standard USE_AUTO* because they change things in work/*;
	  KDE has its own way of doing that.
 	- Light cleanup of extra dirs in the PLISTs provided by
	   my mkplistpkg[1] script.
 	- Speedups of both compile and runtime through the usage of
	  --disable-debug and --enable-final.  The latter did not work
	  with the kdemultimedia package, unfortunately.
	- Patch updates.
 * audio/kdemultimedia2:
	- Patch to fix KSCD on FreeBSD[2].  It works very well now.
 * deskutils/kdepim:
 	- Enable kpilot[3].  Pull in the latest pilot-link stuff.
 * devel/kdesdk,
 * devel/kdevelop:
 	- No specific changes.
 * devel/qt-designer:
 	- Make this port depend almost entirely on qt23 to make it more
	  maintainable, so I don't have to keep hacking the patches to
	  get them to apply.
 * editors/koffice,
 * games/kdegames,
 * graphics/kdegraphics:
 	- No specific changes.
 * misc/kdeaddons:
	- SDL is required now.  Cull SDL PLIST_SUB and such.
	- Fix breakage from hardcoding "sdl-config".
 * misc/kdeutils2:
	- Fix problem with klaptopdaemon[4] where it didn't properly
	  display the battery time.  This patch is untested, but applied.
 * net/kdenetwork2:
	- Fix DCC for KSIRC[5].
	- Remove ktalkd from the build.  It requires some weird thing
	  in the configure script that I don't have time to look at.
 * sysutils/kdeadmin:
	- No specific changes.
 * textproc/kdoc:
	- Remove bogus requirement that kdoc requires Perl 5.6.0; it sure
	  seems to operate fine with >= 5.005.  But I'll let time tell.
 * www/quanta:
	- No specific changes (--disable-debug support only).
 * x11/kde2:
	- No specific changes.
 * x11/kdebase2:
	- Fix ksysguard compile by merging the files from the HEAD branch
	  of KDE CVS that were missing at release time for FreeBSD[6].  :\
 * x11/kdelibs2:
	- Recognize CUPS' spinoff[7].
	- Add libxslt dependency since it was removed from kdelibs.
	- Fix libxml compile problems[8] (accomplished by upgrading).
	- Remove libkformula from port Makefile; this library has been
	  spun off into koffice.
	- Fix mode problems with DCOP[9].  This allows you to save files
	  properly.  It also seems to be a FreeBSD specific problem.
	- Fix bashisms in kdeprint/imagetops script[10].
 * x11-clocks/kdetoys2:
 	- No specific changes.
 * x11-toolkits/qt23:
	- Do NOT upgrade to QT 2.3.2[11].
	- Allow devel/qt-designer to depend on this port entirely for the
	  patches by adding a perlre to accomplish this.
 * x11-wm/kdeartwork:
	- No specific changes.

Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out!

[1]  http://freebsd.kde.org/;
     http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg
[2]  Submitted by:	Matthew Holmes <matt@speakeasy.net>
[3]  PR:		31914
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[4]  PR:		28475
     Submitted by:	Arun Sharma <arun@sharmas.dhs.org>
[5]  Submitted by:	Luc Morin <luc_m@videotron.ca>
[6]  Found at:	http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/
[7]  PR:		32321
     Reported by:	gad
     Submitted by:	James A. Halstead <jah4007@cs.rit.edu>
[8]  PR:		32055
     Reported by:	William Richard <wrichard@trivalley.com>, others
[9]  PR:		31629
     Submitted by:	Alan Eldridge <alane@geeksrus.net>
[10] PR:		32358
     Submitted by:	Alexander N. Kabaev <ak03@gte.com>
[11] PR:		31809
     Requested by:	Nathan Ahlstrom <nrahlstr@winternet.com> (denied)
[12] http://freebsd.kde.org/contact.shtml;
     http://lists.csociety.org/pipermail/kde-freebsd;
     http://lists.csociety.org/listinfo/kde-freebsd
2001-12-04 03:47:18 +00:00
MANTANI Nobutaka
5c64c97799 Add xine_d4d_plugin, a DVD input plugin for xine.
Submitted by:  HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
Obtained from: ports-jp mailing list
Reviewed by:   knu
2001-11-30 20:19:16 +00:00
MANTANI Nobutaka
5b0a8f843b Update xine and libxine to 0.9.6.
Submitted by: lioux (for updating to 0.9.3)
Reviewed by:  knu
2001-11-30 19:53:00 +00:00
Mario Sergio Fujikawa Ferreira
0cdb193c88 o Work around and reduce dependency list (remove automake)
o Also, get this port back to compiling (has been broken since
  autoconf was repocopied to autoconf213) with help of new code as
  of bsd.port.mk rev 1.394
	- fix it by using {ACLOCAL,AUTO{CONF,HEADER}}
2001-11-28 06:00:26 +00:00
Mario Sergio Fujikawa Ferreira
60f30004da Fix breakage of last commit. Add a valid BUILD_DEPENDS line.
Submitted by:	Dan Langille <dan@langille.org>
2001-11-25 22:04:59 +00:00
Mario Sergio Fujikawa Ferreira
e3d0611cf6 Since I can't detect this lib in LIB_DEPENDS, move it into BUILD_DEPENDS
for now to enable bento to build packages

Submitted by:	bento
2001-11-25 17:59:17 +00:00
Mario Sergio Fujikawa Ferreira
72e2f376cd bump PORTREVISION due to last rev 2001-11-21 06:09:03 +00:00
Mario Sergio Fujikawa Ferreira
fac20d5893 o Add missing USE_XLIB
o Really have SDL support unless WITHOUT_SDL
o Add patch-playdv:display.h to support SDL
o Improve patch-playdv:display.c from PR
o Install additional documentation unless NOPORTDOCS (not from PR)

PR:		31732
Submitted by:	Matthew Reimer <mreimer@vpop.net>
2001-11-21 06:06:46 +00:00
Mario Sergio Fujikawa Ferreira
72dab870f3 Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:49:34 +00:00
Mario Sergio Fujikawa Ferreira
3c7443d83b Style police: remove trailing space in WWW tag 2001-11-20 22:33:58 +00:00