aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvdcss
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* deorbit jpaetzelJosh Paetzel2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566930
* multimedia/libdvdcss: unbreak wit recent doxygenDima Panov2021-01-201-1/+3
| | | | | | | | | | With hat: ports-secteam PR: 252848 Suggested by: VVD in PR 252321 MFH: 2021Q1 Notes: svn path=/head/; revision=562120
* Fix potential buffer overflow.Josh Paetzel2021-01-192-3/+28
| | | | | | | | | | Along the way improve port Makefile PR: 252321 Submitted by: daniel.engberg.lists@pyret.net Notes: svn path=/head/; revision=562095
* Update WWW: URLJosh Paetzel2019-10-311-1/+1
| | | | Notes: svn path=/head/; revision=516194
* Update to 1.4.2Josh Paetzel2018-10-082-4/+4
| | | | Notes: svn path=/head/; revision=481509
* Update to 1.4.1Josh Paetzel2018-01-092-5/+4
| | | | Notes: svn path=/head/; revision=458572
* - Spell `LICENSE_FILE' variable correctlyAlexey Dokuchaev2017-02-041-3/+4
| | | | | | | - Fix some nearby bogosities (when noticed) Notes: svn path=/head/; revision=433287
* Fix plist after r429178.Raphael Kubo da Costa2016-12-222-0/+2
| | | | Notes: svn path=/head/; revision=429185
* Update to 1.4.0Baptiste Daroussin2016-12-222-4/+7
| | | | | | | | Approved by: maintainer timeout (1 month) Differential Revision: https://reviews.freebsd.org/D8509 Notes: svn path=/head/; revision=429178
* - Update devel/doxygen to 1.8.12Antoine Brodin2016-09-272-14/+4
| | | | | | | | | - Adjust plist of ports depending on it PR: 212869 Notes: svn path=/head/; revision=422818
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* Update to latest versionJosh Paetzel2015-01-303-4/+4
| | | | Notes: svn path=/head/; revision=378137
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362023
* No need to try and patch the docs Makefile,Josh Paetzel2014-05-291-9/+0
| | | | | | | | | it's been replaced with a doxygen config file. This unbreaks the port build when trying to build the docs. Notes: svn path=/head/; revision=355755
* Update to 1.2.13Josh Paetzel2014-05-234-6/+11
| | | | | | | | PR: ports/189993 Submitted by: Bartek Rutkowski Notes: svn path=/head/; revision=354900
* multimedia/libdvdcss:Tijl Coosemans2014-05-152-31/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - USES=gmake libtool pathfix tar:bzip2. - INSTALL_TARGET=install-strip. - Use options. - Staging. - Simplify post-patch commands. - This update changes the library version but this allows removing libdvdcss related patches from dependent ports. multimedia/libxine: [1] - Add USES=libtool:keepla and remove libtool related patches and post-patch commands. - Move bsd.port.pre.mk include down and remove WANT_GNOME. - Remove USE_XORG=sm. libxine doesn't link to it. - Remove CONFIGURE_ENV. Not needed. - Clean up CPPFLAGS and CFLAGS. - Rename the GTK2 option PIXBUF and depend on gdkpixbuf2 instead of gtk20. - Remove PATCH_DIST_ARGS. Leftover from when there were external patches. - Remove -fno-force-addr clang hack. Modern gcc does not support the flag either and it was only added in case the user has -fforce-addr in CFLAGS in make.conf. - Fix IMAGEMAGICK option. - Merge pre-configure with post-patch and remove most commands because they don't do anything. multimedia/libdvdread: - USES=libtool:oldver pathfix. - INSTALL_TARGET=install-strip. multimedia/handbrake: - Add build dependency on devel/libtool because configure script expects to find existing libtool program. - Turn dependency on libdvdcss into library dependency such that headers are available during build. - Add USES=libtool to patch libtool scripts in contrib code. - Remove run-autotools-aclocal target and replace USE_AUTOTOOLS=aclocal with "autoconf:env automake:env" to indicate only build dependencies are needed and the tools don't have to be run. Approved by: nox [1] Notes: svn path=/head/; revision=354106
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Mark RESTRICTED instead of NO_CDROM.Erwin Lansing2013-09-161-1/+1
| | | | | | | Requested by: core Notes: svn path=/head/; revision=327366
* Update to 1.2.12Josh Paetzel2012-11-272-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=307821
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* Revert DEPRICATED/EXPIRATION_DATE/MAINTAINER changes.Josh Paetzel2009-04-261-3/+1
| | | | | | | Approved by: linimon (mentor) Notes: svn path=/head/; revision=232784
* - Fix .pc file locationIon-Mihai Tetcu2009-04-252-0/+4
| | | | | | | | | | - fix plist - bump PORTREVISION Prompted by: QAT Notes: svn path=/head/; revision=232712
* Bump to latest version and schedule for removal. This port was obsoletedJosh Paetzel2009-04-243-7/+8
| | | | | | | | | | by the import of mplayer's libdvdread. PR: ports/130221 Approved by: linimon (mentor) Notes: svn path=/head/; revision=232625
* Change MAINTAINER to my @FreeBSD.org address.Josh Paetzel2008-09-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=220011
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Give maintainership to Josh Paetzel <josh@tcbug.org>.Mario Sergio Fujikawa Ferreira2007-03-311-1/+1
| | | | Notes: svn path=/head/; revision=188858
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-271-0/+1
| | | | Notes: svn path=/head/; revision=183390
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Only build/install documentation if WITH_DOXYGEN is defined sinceMario Sergio Fujikawa Ferreira2005-11-281-0/+9
| | | | | | | | the dependency chain is too long. However, do not build under any circumstances if NOPORTDOCS is defined. Notes: svn path=/head/; revision=149706
* Fix english grammar typoMario Sergio Fujikawa Ferreira2005-11-271-1/+1
| | | | Notes: svn path=/head/; revision=149686
* o Properly consider documentation building/installation processMario Sergio Fujikawa Ferreira2005-11-271-0/+25
| | | | | | | | | | | | | - Do not try to build latex documentation (too many dependencies) when html gives exact the same information [1] - Actually install documentation unless NOPORTDOCS is defined [2] o Bump PORTREVISION due to (2) Submitted by: paul <paul@paulbeard.org> [1] (warn about lack of dvips) Notes: svn path=/head/; revision=149685
* Update to 1.2.9Mario Sergio Fujikawa Ferreira2005-11-233-8/+6
| | | | | | | | PR: 89412 Submitted by: Adi Pircalabu <apircalabu@bitdefender.com> Notes: svn path=/head/; revision=149143
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* - Add missing fileKirill Ponomarev2004-04-171-0/+1
| | | | Notes: svn path=/head/; revision=107356
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Update to 1.2.8Mario Sergio Fujikawa Ferreira2003-09-083-19/+3
| | | | Notes: svn path=/head/; revision=88715
* Mark NO_CDROM, the CSS code may violate the DMCATilman Keskinoz2003-08-091-0/+2
| | | | | | | | Reviewed by: silence on -ports Approved by: maintainer timeout (10 days) Notes: svn path=/head/; revision=86655
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Remove USE_XLIBMario Sergio Fujikawa Ferreira2003-02-081-1/+0
| | | | Notes: svn path=/head/; revision=75075