aboutsummaryrefslogtreecommitdiff
path: root/sysutils/unieject
Commit message (Collapse)AuthorAgeFilesLines
* Update sysutils/libcdio to 2.1.0Jason E. Hale2019-12-121-1/+1
| | | | | | | | | Update sysutils/libcdio-paranoia to 10.2+2.0.1 Bump PORTREVISION on consumers due to shared library version increase Notes: svn path=/head/; revision=519931
* sysutils: Add missing USES={gnome,mate,php}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517057
* Update sysutils/libcdio to 2.0.0Jason E. Hale2018-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | - Add regression tests Update multimedia/vcdimager to 2.0.1 - Previous version is incompatible with new libcdio API; update was neccesary - Add regression tests - Fix LICENSE - Sort pkg-plist - Update WWW in pkg-descr Bump PORTREVISON on dependent ports due to libcdio shared libary increase Changes (libcdio): http://git.savannah.gnu.org/cgit/libcdio.git/plain/NEWS?h=release-2.0.0 Changes (vcdimager): https://github.com/rocky/vcdimager/blob/3b56705/NEWS Differential Revision: https://reviews.freebsd.org/D14469 Notes: svn path=/head/; revision=466597
* sysutils/unieject: set LLD_UNSAFEEd Maste2018-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | unieject fails to link with lld as the system linker due to shared library protected visibility symbol preemption issues. Set LLD_UNSAFE to use ld.bfd. Errors are of the form: /usr/bin/ld: error: cannot preempt symbol: libunieject_getdevice >>> defined in ./.libs/libunieject.so >>> referenced by unieject.c >>> unieject-unieject.o:(main) PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=465718
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* Update libcdio: 0.92 -> 0.93Tilman Keskinoz2016-04-291-1/+1
| | | | | | | | | Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1 Bump PORTREVISIONs of dependents because of shared library version bump. Notes: svn path=/head/; revision=414276
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=405891
* - Clarify LICENSEDmitry Marakasov2015-02-211-1/+3
| | | | | | | | - Add LICENSE_FILE - Strip library Notes: svn path=/head/; revision=379564
* Cleanup plistAntoine Brodin2014-11-221-3/+0
| | | | Notes: svn path=/head/; revision=373038
* Chase library dependencies after libcdio <-> libcdio-paranoia splitTilman Keskinoz2014-08-091-1/+1
| | | | | | | PR: 192271 Notes: svn path=/head/; revision=364423
* devel/libconfuse: USES=libtool, bump dependenciesKurt Jaeger2014-08-031-1/+1
| | | | Notes: svn path=/head/; revision=363890
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-052-4/+3
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=356667
* Support STAGEDIR.Vanilla I. Shu2013-11-162-8/+6
| | | | Notes: svn path=/head/; revision=333994
* 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
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* Fix whitespace in pkg-descr.Jimmy Olgeni2013-04-201-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316147
* Convert a few remaining straglers from the unmaintined ports to pathfixEitan Adler2013-03-281-2/+2
| | | | Notes: svn path=/head/; revision=315491
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-0/+1
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* Update PCRE to 8.32Martin Matuska2012-12-101-0/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* - Unbreak and update to version 6Pawel Pekala2012-11-014-28/+48
| | | | | | | | | | | - Add LICENSE PR: ports/172069 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes Notes: svn path=/head/; revision=306790
* - Mark BROKEN: does not linkPav Lucistnik2012-01-291-0/+2
| | | | | | | | | ./.libs/libunieject.so: undefined reference to `mmc_start_stop_media' Reported by: pointyhat Notes: svn path=/head/; revision=290050
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-2/+2
| | | | Notes: svn path=/head/; revision=289416
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase libcdio shared library version bumpTilman Keskinoz2009-11-281-2/+2
| | | | Notes: svn path=/head/; revision=244901
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* 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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - A bunch of trivial fixesAndrew Pantyukhin2006-11-031-0/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=176306
* - Fix plistAndrew Pantyukhin2006-10-192-0/+3
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175419
* - Fix configure by avoiding calls to pkg-configAndrew Pantyukhin2006-10-131-7/+3
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=175247
* Schedule these broken ports for termination on 2006-12-01Kris Kennaway2006-09-021-0/+2
| | | | Notes: svn path=/head/; revision=171889
* BROKEN: Configure failsKris Kennaway2006-08-171-0/+2
| | | | Notes: svn path=/head/; revision=170906
* - Avoid a call to "pkgconfig libconfuse"Andrew Pantyukhin2006-08-051-0/+2
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=169740
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-3/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* Add port sysutils/unieject:Andrew Pantyukhin2006-07-234-0/+69
Unieject is a drop-in replacement for usual eject command, which works on Linux and FreeBSD. It has more functionalities than FreeBSD's eject command, and it's partially compatible with Linux's one. It also features a library to access functions to lookup devices and mountpoints, unmount and eject devices. WWW: http://flameeyes.is-a-geek.org/projects#unieject Notes: svn path=/head/; revision=168555