aboutsummaryrefslogtreecommitdiff
path: root/devel/libvshadow/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to alpha-20150106Antoine Brodin2015-01-081-3/+3
| | | | Notes: svn path=/head/; revision=376559
* Update to alpha-20141023Antoine Brodin2014-10-251-1/+1
| | | | Notes: svn path=/head/; revision=371474
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* Update to 20140731Antoine Brodin2014-08-021-3/+2
| | | | Notes: svn path=/head/; revision=363806
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - Update to alpha-20140323Antoine Brodin2014-03-251-2/+3
| | | | | | | | - Use libtool - Strip libraries Notes: svn path=/head/; revision=349125
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Update to 20131209Antoine Brodin2013-12-121-1/+1
| | | | Notes: svn path=/head/; revision=336283
* Update to 20131003Antoine Brodin2013-10-291-1/+1
| | | | | | | | PR: ports/183995 Approved by: maintainer timeout (2 weeks) Notes: svn path=/head/; revision=331997
* - Add an explicit dependency on pkgconf (needed for fuse detection)Antoine Brodin2013-09-241-7/+2
| | | | | | | - Convert to STAGEDIR Notes: svn path=/head/; revision=328186
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* Update libvshadow to 20130723, this makes it fetchable againAntoine Brodin2013-07-301-3/+4
| | | | | | | While here, mark that it is not ready for python 3 yet Notes: svn path=/head/; revision=323944
* Update libewf to 20130416 and libvshadow to 20130509Antoine Brodin2013-07-111-1/+1
| | | | | | | | | | This makes them fetchable again PR: ports/180285 , ports/180064 Approved by: maintainer timeout Notes: svn path=/head/; revision=322786
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* - Convert USE_GETTEXT to USES (part 1)Alex Kozlov2013-04-241-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316407
* Update to 20130304.MANTANI Nobutaka2013-03-091-2/+2
| | | | Notes: svn path=/head/; revision=313687
* Convert USE_FUSE macros into USES feature.7-eolBaptiste Daroussin2013-03-061-7/+2
| | | | | | | | | While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
* Update to version 20130113.MANTANI Nobutaka2013-01-261-5/+7
| | | | | | | | | | | | | | License is LGPL3 not GPLv3. Use gnomehack instead of patching Makefile.in. Patch for vshadowmount no longer needed. CFLAGS no longer needed. Build python bindings. PR: ports/175441 Submitted by: antoine Notes: svn path=/head/; revision=311009
* - introduce a USE_FUSE macroFlorian Smeets2012-12-141-3/+1
| | | | | | | | | | | | - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=308910
* Remove unused USE_LIBTOOL line.MANTANI Nobutaka2012-06-201-1/+0
| | | | | | | Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=299695
* Add libvshadow, a library to support the Volume Service Snapshot (VSS) format.MANTANI Nobutaka2012-05-311-0/+36
Notes: svn path=/head/; revision=297888