summaryrefslogtreecommitdiff
path: root/multimedia/vcdimager (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380307
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-082-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase library dependencies after libcdio <-> libcdio-paranoia splitTilman Keskinoz2014-08-091-1/+1
| | | | | | | PR: 192271 Notes: svn path=/head/; revision=364423
* - Convert to USES=libtool.Tijl Coosemans2014-04-241-7/+3
| | | | | | | - Replace post-install with INSTALL_TARGET=install-strip. Notes: svn path=/head/; revision=352048
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Enable stageBaptiste Daroussin2013-10-192-9/+15
| | | | | | | Strip binaries Notes: svn path=/head/; revision=330905
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+0
| | | | Notes: svn path=/head/; revision=316355
* Convert some multimedia@ ports to:Baptiste Daroussin2013-04-221-1/+2
| | | | | | | USES=pkgconfig and USES=pathfix Notes: svn path=/head/; revision=316286
* Use build-only dependency on pkgconfBaptiste Daroussin2012-10-061-5/+3
| | | | | | | Trim headers Notes: svn path=/head/; revision=305410
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-1/+2
| | | | Notes: svn path=/head/; revision=289416
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-0/+1
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - update to 0.7.24Baptiste Daroussin2011-03-292-5/+5
| | | | | | | - add license Notes: svn path=/head/; revision=271985
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Chase libcdio shared library version bumpTilman Keskinoz2009-11-281-2/+2
| | | | Notes: svn path=/head/; revision=244901
* -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
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - chase the cdio shared lib bumpMichael Landin2008-04-081-2/+2
| | | | Notes: svn path=/head/; revision=210837
* Portlint:Jeremy Messenger2007-03-261-1/+1
| | | | | | | -INSTALLS_SHLIB -> USE_LDCONFIG. Notes: svn path=/head/; revision=188422
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - Give a few homeless ports a home with multimedia@Michael Johnson2006-06-091-2/+2
| | | | Notes: svn path=/head/; revision=164919
* - Chase lib version bump to libcdioMichael Landin2006-05-241-2/+2
| | | | Notes: svn path=/head/; revision=163248
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Fix typos of entries in .texi.Norikatsu Shigemura2006-03-132-1/+11
| | | | | | | | | | | PR: ports/93916 Reported by: many people Tested by: many people Approved by: portmgr (linimon), lofi (dirmngr's maintainer) Reviewed by: hrs (UPDATING) Notes: svn path=/head/; revision=157079
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149442
* 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
* Update to 0.7.23Marcus Alves Grando2005-09-163-5/+4
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142950
* - Chase libcdio libversionMichael Johnson2005-07-131-1/+2
| | | | | | | Forgotten by: mich Notes: svn path=/head/; revision=139030
* Update to 0.7.22Tilman Keskinoz2005-05-182-4/+3
| | | | | | | | | | | * vcdxrip: add option "notrack" to skip ripping of a specific track * vcd-info: single argument acts like -i option * some stylistic coding changes (e.g. add _t suffix and p_ prefix) * fix clobbering a version number via strncpy * Memory leaks and errors reduced Notes: svn path=/head/; revision=135553
* - Remove some MASTER_SITES that don't carry this version of vcdimagerMichael Johnson2005-05-031-3/+1
| | | | Notes: svn path=/head/; revision=134526
* Update libcdio to 0.73.Tilman Keskinoz2005-04-201-2/+2
| | | | | | | Chase shared library version. Notes: svn path=/head/; revision=133788
* Chase libcdio shlib version,Tilman Keskinoz2005-02-141-1/+2
| | | | | | | Bump PORTREVISION Notes: svn path=/head/; revision=128848
* libcdio: Update to 0.71Tilman Keskinoz2004-12-084-18/+8
| | | | | | | | vcdimager: Update to 0.7.21 vlc: Chase share library bumps, Bump PORTREVISION Notes: svn path=/head/; revision=123497
* Remove MASTER_SITE_SUBDIR since we don't use it anymore.Michael Johnson2004-11-261-2/+1
| | | | | | | Approved by: adamw (implicit) Notes: svn path=/head/; revision=122493
* Remove MASTER_SITE_GNU_ALPHA from MASTER_SITESMichael Johnson2004-11-261-2/+2
| | | | | | | | | Add videolan.org to MASTER_SITES since vcdimager.org is rarely up Approved by: adamw (implicit) Notes: svn path=/head/; revision=122492
* Update libcdio to 0.70Tilman Keskinoz2004-10-131-2/+2
| | | | | | | Bump PORTREVISION of affected port Notes: svn path=/head/; revision=119173
* Fix libvcdinfo.pcKirill Ponomarev2004-09-012-4/+8
| | | | | | | | | | | | o This will allow vcd support to work in multimedia/vlc (and possibly other ports) Use libtool PR: ports/71171 Submitted by: Michael Johnson <ahze@ahze.net> Notes: svn path=/head/; revision=117817
* Chase libcdio shared library versionTilman Keskinoz2004-06-262-1/+13
| | | | | | | Fix build with libcdio 0.69 Notes: svn path=/head/; revision=112316
* Fix dependency on libcdioTilman Keskinoz2004-04-051-1/+1
| | | | | | | | | PR: 65181 Submitted by: Kay Lehmann Pointy hat to: arved Notes: svn path=/head/; revision=106223
* Update to 0.7.20Tilman Keskinoz2004-04-043-13/+24
| | | | | | | Drop Maintainership. Notes: svn path=/head/; revision=106142
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* Add MASTER_SITE_GNU_ALPHATilman Keskinoz2003-10-311-1/+3
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=92698
* Use new INFO macrosTilman Keskinoz2003-08-042-14/+3
| | | | Notes: svn path=/head/; revision=86295
* Fix WWWTilman Keskinoz2003-04-242-3/+3
| | | | | | | portlint Notes: svn path=/head/; revision=79601