aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dvdbackup
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Switch to options helpersDmitry Marakasov2015-09-201-13/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=397383
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* Remove deletion of LC_MESSAGES directories that are owned by devel/gettextMichael Gmelin2014-08-201-4/+0
| | | | | | | | Reviewed by: bdrewery Approved by: bdrewery Notes: svn path=/head/; revision=365430
* - Update multimedia/libdvdread to 4.9.9Ganael LAPLANCHE2014-05-131-1/+1
| | | | | | | | | | | - Bump dependent ports' PORTREVISIONS and update LIB_DEPENDS [1] - multimedia/libdvdnav: remove dependency to (now removed) dvdread-config - sysutils/vstrip: remove useless dependency to multimedia/libdvdread Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=353931
* - Update libdvdread and libdvdnav to 4.2.1Ganael LAPLANCHE2014-02-031-0/+1
| | | | | | | - Bump dependent ports' revisions Notes: svn path=/head/; revision=342392
* Use new LIB_DEPENDS regimeEmanuel Haupt2013-12-181-1/+1
| | | | Notes: svn path=/head/; revision=336836
* Support staging.Emanuel Haupt2013-10-232-2/+1
| | | | Notes: svn path=/head/; revision=331353
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Convert USE_GMAKE to USES=gmakeEmanuel Haupt2013-07-081-1/+1
| | | | | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header Notes: svn path=/head/; revision=322530
* Mark MAKE_JOBS_SAFEEmanuel Haupt2013-05-081-0/+1
| | | | Notes: svn path=/head/; revision=317656
* Convert to USES=gettextEmanuel Haupt2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316340
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-7/+7
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* - Update to 0.4.2Emanuel Haupt2012-07-285-53/+34
| | | | | | | | | | - Now that we have svn rename patch with ancient naming schema PR: 170212 Submitted by: Fabian Keil <fk@fabiankeil.de> Notes: svn path=/head/; revision=301655
* Add multimedia as a virtual category.Emanuel Haupt2012-02-031-1/+1
| | | | | | | Discussed with: martymac Notes: svn path=/head/; revision=290344
* - Update libdvdread and libdvdnav to 4.2.0 and bump dependent ports' revisionsGanael LAPLANCHE2012-01-171-1/+1
| | | | | | | | | | | - 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] Notes: svn path=/head/; revision=289371
* Pacify portlintEmanuel Haupt2011-12-271-2/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=288109
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268229
* - Add pkg-plist which should have been added with the previous commitEmanuel Haupt2010-09-173-14/+16
| | | | | | | | | | | - Change default DVD device from cd0 to acd0 since this seems to be more commonly used and the error I was getting earlier with acd0 was due to wrong device permissions - Remove pkg-message.in due to the above - Bump PORTREVISION Notes: svn path=/head/; revision=261345
* Update to 0.4.1Emanuel Haupt2010-09-175-78/+72
| | | | | | | | PR: 150452 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.org> Notes: svn path=/head/; revision=261327
* Bump PORTREVISION for libdvdread dependantsMax Brazhnikov2010-09-141-1/+1
| | | | Notes: svn path=/head/; revision=261170
* Take maintainershipEmanuel Haupt2010-08-201-1/+1
| | | | Notes: svn path=/head/; revision=259636
* - Reset MaintainerMartin Wilke2009-02-161-1/+1
| | | | | | | | PR: 131742 Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> (maintainer) Notes: svn path=/head/; revision=228514
* - Pass maintainership to submitterThomas Abthorpe2009-02-131-1/+1
| | | | | | | Submitted by: Sergey Voronkov via freebsd-ports@ Notes: svn path=/head/; revision=228216
* Replace libdvdread with the version maintained by the mplayer groupRobert Noland2009-02-081-2/+2
| | | | | | | | | | | | | -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> Notes: svn path=/head/; revision=227814
* Reset conrads@cox.net due to lack of time to work on FreeBSD.Mark Linimon2008-08-201-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=218897
* * libdvdread - PORTREVISION incrementJeremy Chadwick2007-04-051-2/+2
| | | | | | | | | | | * 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 Notes: svn path=/head/; revision=189250
* - Prevent a division by zero [1]Andrew Pantyukhin2007-01-222-2/+12
| | | | | | | | | | | | - Use gentoo mirrors - Bump portrevision PR: ports/107468 [1] Submitted by: Jonathan Liu <Net147@hotmail.com> Approved by: Conrad J. Sabatier <conrads at cox.net> (maintainer timeout, 19 days) Notes: svn path=/head/; revision=183016
* - Pass maintainership to submitterMartin Wilke2006-11-011-1/+1
| | | | | | | | | (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier <conrads at cox.net> Notes: svn path=/head/; revision=176038
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* - Reset maintainer to portsMichael Johnson2005-11-111-1/+1
| | | | Notes: svn path=/head/; revision=147880
* - Add SHA256Michael Johnson2005-11-091-0/+1
| | | | | | | - Add SIZE to a few ports Notes: svn path=/head/; revision=147668
* - Only check for largest title set if there is more than one title set.Michael Johnson2005-03-012-2/+11
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=130086
* - add the missing -n option into the helpMichael Johnson2004-12-112-0/+60
| | | | | | | | | | | - fix dvdbackup so it is able to read a DVD-title - fix minor typo's in help PR: ports/74375 Submitted by: Zahemszky Gabor <gabor@zahemszky.hu> Notes: svn path=/head/; revision=123753
* add dvdbackupMichael Johnson2004-11-233-0/+39
Backup content from a DVD to hard disk PR: ports/72091 Approved by: adamw (mentor) Notes: svn path=/head/; revision=122244