Skip site navigation (1)Skip section navigation (2)

CVS log for ports/multimedia/libdvdread/Makefile

[BACK] Up to [FreeBSD] / ports / multimedia / libdvdread

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Jan 17 14:35:15 2012 UTC (3 weeks, 3 days ago) by martymac
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +18 -14 lines
- Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisions
- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]

Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Dec 3 13:11:46 2010 UTC (14 months, 1 week ago) by martymac
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -4 lines
- Remove DISTNAME substitution (distfile name changed upstream)
- Mirror to LOCAL/martymac (remove LOCAL/makc)
- Update to svn r1219

Approved by:	itetcu (mentor)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Nov 16 14:19:16 2010 UTC (14 months, 3 weeks ago) by martymac
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +3 -0 lines
Add missing LICENSE

Approved by:	ehaupt (mentor)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Sep 27 12:08:22 2010 UTC (16 months, 2 weeks ago) by martymac
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -1 lines
Update MAINTAINER address for my ports

Approved by:	ehaupt (mentor)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Sep 15 17:13:11 2010 UTC (16 months, 3 weeks ago) by makc
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Fix build when CC definition contains spaces.

Reported by:	Dominic Fandrey <kamikaze at bsdforen.de>
Submitted by:	Ganael Laplanche (maintainer)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Sep 14 18:57:03 2010 UTC (16 months, 3 weeks ago) by makc
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +8 -9 lines
Update to 4.1.4.r1217

PR:		ports/150450
Submitted by:	Ganael Laplanche (maintainer)

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Sep 7 15:52:17 2010 UTC (17 months ago) by pgollucci
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -1 lines
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too

PR:             ports/150349
Submitted by:   maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Feb 11 19:46:23 2010 UTC (23 months, 4 weeks ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -1 lines
- Respect CC

PR:             ports/143745
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
Approved by:    "Ganael LAPLANCHE" <ganael.laplanche@martymac.com> (maintainer)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Apr 27 17:54:33 2009 UTC (2 years, 9 months ago) by jpaetzel
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +10 -0 lines
Restore functionaity to read encrypted DVDs.

PR:	ports/134016
Approved by:	linimon (mentor)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 22 18:24:23 2009 UTC (2 years, 11 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -1 lines
- Fix typos

PR:		131937
Submitted by:	Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Feb 8 18:45:35 2009 UTC (3 years ago) by rnoland
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +30 -42 lines
Replace libdvdread with the version maintained by the mplayer group

	-Turn over maintainership
	-Bump ports that depend on libdvdread since shared lib
	 version rolls back from .5 to .4
	-Fix multimedia/ogle build with this version

PR:		127849
Submitted by:	Ganael LAPLANCHE <ganael.laplanche@martymac.com>

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:47 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +0 -2 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Jul 30 19:00:33 2008 UTC (3 years, 6 months ago) by rnoland
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -1 lines
Update my email address to my @FreeBSD.org address.

Approved by:	garga (mentor)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Mar 24 15:44:27 2008 UTC (3 years, 10 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:	garga (implicit)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Mar 20 16:10:02 2008 UTC (3 years, 10 months ago) by wxs
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -1 lines
Reset maintainer due to bouncing mails.
Discussed with pav.

Submitted by:	miwi on IRC
Approved by:	garga (mentor)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Dec 12 21:42:08 2007 UTC (4 years, 2 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -1 lines
Do not depend on libdvdcss when building packages as libdvdcss is restricted.
This port can still use libdvdcss if found by way of dlopen, so this is not
a functionality loss per se.  However, it will allow gnome2 and kde3 to
be packaged.

Approved by:	portmgr (implicit and linimon)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Apr 5 06:03:21 2007 UTC (4 years, 10 months ago) by koitsu
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
* libdvdread - PORTREVISION increment
* libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h
* Others - LIB_DEPENDS changes (require libdvdread.so.5)
* Others - PORTREVISION increment for those dependent on libdvdread

Approved by:	philip

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Apr 4 14:04:27 2007 UTC (4 years, 10 months ago) by koitsu
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -22 lines
Maintainer update; 0.9.4 to 0.9.7

PR:		111100
Submitted by:	Robert C. Noland III <rnoland@2hip.net>
Approved by:	philip

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Mar 31 03:35:30 2007 UTC (4 years, 10 months ago) by lioux
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Give maintainership to Robert Noland <rnoland@2hip.net>.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jan 29 23:51:52 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
Use libtool port instead of included version to avoid a.out objformat botch

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed May 10 22:37:31 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +0 -1 lines
Remove USE_REINPLACE from ports starting with M

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:38:08 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +0 -4 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:50:15 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Dec 25 11:43:52 2004 UTC (7 years, 1 month ago) by lioux
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +0 -1 lines
Remove deprecated USE_SIZE

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 20 15:05:25 2004 UTC (7 years, 6 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Fix dvdcss_crack-detection with dvix[45] or xvid encoding.

PR:		ports/54435
Submitted by:	Melvyn Sopacua
Approved by:	maintainer timeout
Reviewed by:	pav

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:17:01 2004 UTC (7 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...

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.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Feb 8 01:13:55 2004 UTC (8 years ago) by lioux
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
USE_SIZEify

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jun 26 22:58:28 2003 UTC (8 years, 7 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 11 07:46:26 2003 UTC (8 years, 9 months ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -0 lines
- allow build with more warnings enabled, NO_WERROR=yes
- no response from maintainer since 2003-04-05

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Mar 6 04:43:00 2003 UTC (8 years, 11 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Update to 0.9.4

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 23 19:58:26 2003 UTC (8 years, 11 months ago) by lioux
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -0 lines
De-pkg-comment

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Nov 28 00:09:49 2002 UTC (9 years, 2 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
After repo copy from graphics category, update all appropriate
references from graphics to multimedia category

Repo copied by:		joe (cvs hat)
Approved by:		knu (portmgr hat)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Nov 23 21:12:23 2002 UTC (9 years, 2 months ago) by lioux
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +22 -1 lines
Add support for FreeBSD optimized byteswap routines

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jul 3 19:15:16 2002 UTC (9 years, 7 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_4_7_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
USE_REINPLACE

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 4 16:34:59 2002 UTC (9 years, 8 months ago) by lioux
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -17 lines
o Update to 0.9.3
o Take over maintainership due to maintainer time out in the last
  6 months

Approved by:	3d (maintainer timeout)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Apr 18 17:53:38 2002 UTC (9 years, 9 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_4_6_2, old_RELEASE_4_6_1, old_RELEASE_4_6_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -2 lines
o Add libdvdcss as a library dependency so that we can properly
  match libdvdcss version with libdvdread since it depends on
  matching libdvdcss API
o No meaningless overhead since libdvdread automatically uses
  libdvdcss whether the port has knowledge of it or not. Besides,
  all ports using libdvdread list libdvdcss as a dependency as well
  (exception made to xine_d5d_plugin but an updated version will)
o Also, it's a 22K overhead
o Furthermore, all ports depending on libdvdread SHOULD depend on
  libdvdcss for obvious reasons

Reviewed by:	fenner

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 1 19:12:47 2002 UTC (9 years, 10 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -0 lines
- Chase libdvdcss share library version bump. Caveat: this is a
  source code patch.
- Bump PORTREVISION

Requested by:	brian, eivind,
		Alexander Nedotsukov <bland@smtp.ru>,
		Thomas E. Zander <riggs@hadiko.de>
Reviewed by:	brian, eivind,
		libdvdread Developers <dvd@dtek.chalmers.se>
Approved by:	maintainer (1 week timeout, hasted due to 5.x-Current
		DP1 release)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 24 22:08:00 2002 UTC (9 years, 10 months ago) by lioux
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -0 lines
Circumvent problem with automake* installed in the system

PR:		34365
Submitted by:	pat
Prompted by:	Alan Eldridge <alane@geeksrus.net>,
		darren <igla@batterybackups.net>
Approved by:	maintainer (2 month timeout)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 17 21:31:55 2001 UTC (10 years, 3 months ago) by lioux
Branches: MAIN
CVS tags: old_RELEASE_4_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +26 -11 lines
o update to 0.9.2 (shared lib version bump)
o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS)
o support NOPORTDOCS

PR:		31312
Submitted by:	Rahul Siddharthan <rsidd@online.fr>,
		Thomas E. Zander <riggs@hadiko.de>
Approved by:	MAINTAINER

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jul 7 13:07:11 2001 UTC (10 years, 7 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_4_0
add libdvdread
DVD player that supports DVD menus

PR:		28410
Submitted by:	Marc van Woerkom

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options