aboutsummaryrefslogtreecommitdiff
path: root/sysutils/xorriso/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Chase update of devel/libburn and devel/libisofsOlivier Duchateau2015-12-011-1/+1
| | | | Notes: svn path=/head/; revision=402775
* Chase update of devel/libburn and devel/libisofsOlivier Duchateau2015-05-201-1/+1
| | | | Notes: svn path=/head/; revision=386877
* Chase update of devel/libburn and devel/libisofsOlivier Duchateau2015-05-191-1/+1
| | | | Notes: svn path=/head/; revision=386803
* converters/libiconv:Tijl Coosemans2015-04-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* - Fix shebangsDmitry Marakasov2014-07-231-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=362654
* Add USES=libtoolTijl Coosemans2014-07-051-2/+2
| | | | Notes: svn path=/head/; revision=360739
* - Stage supportMartin Wilke2014-02-121-4/+1
| | | | | | | - use USES gmake Notes: svn path=/head/; revision=343853
* Update to 1.3.4.Xin LI2013-12-131-1/+1
| | | | Notes: svn path=/head/; revision=336363
* Update to 1.3.2.Xin LI2013-10-201-1/+1
| | | | Notes: svn path=/head/; revision=331069
* 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
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: sysutils)Pietro Cerutti2013-02-281-3/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=313088
* Update to 1.2.4.Xin LI2012-11-031-6/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306893
* - Update to 1.2.2;Xin LI2012-05-301-4/+6
| | | | | | | | - Add LICENSE=; - Take maintainership; Notes: svn path=/head/; revision=297843
* - Reset maintainer:Pav Lucistnik2012-05-301-1/+1
| | | | | | | | <shuvaev@physik.uni-wuerzburg.de> (reason: 550 5.7.1 <shuvaev@physik.uni-wuerzburg.de>: Recipient address rejected: User unknown) Notes: svn path=/head/; revision=297841
* - Update to 1.1.2Sunpoet Po-Chuan Hsieh2011-07-281-17/+12
| | | | | | | | | | | | | | - Use gnomehack - Pet portlint - Pass maintainership to new volunteer (maintainer of devel/libburn and devel/libisofs) Changes: http://libburnia-project.org/browser/libisoburn/tags/1.1.2/ChangeLog PR: ports/159098 Submitted by: sunpoet (myself) Approved by: J.R. Oldroyd <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=278448
* Update to version 0.4.0.Boris Samorodov2009-08-101-2/+3
| | | | | | | | PR: ports/137628 Submitted by: "J.R. Oldroyd" <fbsd at opal.com> (maintainer) Notes: svn path=/head/; revision=239250
* - Update to 0.3.4Martin Wilke2009-03-161-5/+8
| | | | | | | | PR; 132637 Submitted by: "J.R. Oldroyd" <fbsd@opal.com> (maintainer) Notes: svn path=/head/; revision=230261
* Libisoburn is a front-end for libraries libburn and libisofs ofMartin Wilke2008-12-071-0/+36
the libburnia project. Xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to restore file objects from ISO 9660 filesystems. WWW: http://libburnia-project.org/ WWW: http://scdbackup.sourceforge.net/xorriso_eng.html PR: ports/129265 Submitted by: J.R. Oldroyd <fbsd at opal.com> Notes: svn path=/head/; revision=223939