summaryrefslogtreecommitdiff
path: root/devel/libvolume_id
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-06-27Really bump PKGREVISIONryoon1-1/+2
2014-06-27Fix PR pkg/48934, and bump PKGREVISIONryoon2-5/+9
Fix broken binary under NetBSD 5, and change OpenBSD case. O.k. by wiz@.
2014-05-05Fix build under OpenBSDryoon5-19/+19
* Treat OpenBSD like other *BSD
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-27Add MirBSD support to patches, fix build.bsiegert5-13/+13
ok wiz
2011-11-23Mac OS X Lion has strnlen().minskim2-6/+6
2011-07-26Fix build on SunOS.hans4-16/+32
2011-01-18Pass in INSTALL_{DATA,LIB} to make rather than hardcoding path of install.markd3-4/+20
Fixes install on Arch Linux.
2010-01-24Added LICENSE information.heinz1-1/+2
2009-06-13Ran pkglint --autofix on the devel/ category. Most of the changes arerillig1-2/+2
simple white-space issues like indentation and trailing spaces. The others are cross-references for Makefile.common.
2009-05-03Fix build on -current with strnlen().wiz2-4/+4
From dieter roelants in PR 41344.
2009-04-24Make it build on DragonFly master.hasso2-7/+10
2009-03-22Update to 0.81.1: FreeBSD fix.wiz3-13/+12
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-18to pkgsrc-usersjmcneill1-2/+2
2009-01-04convert to use libtooldbj8-40/+120
additional fixes to compile on osx
2008-11-26DESTDIR support.hasso1-6/+8
2008-11-23Make it compile in DragonFly.hasso5-13/+13
2008-11-22Import libvolume_id version 0.81.0.jmcneill9-0/+117
Libvolume_id is an API for obtaining many file system related attributes (such as type, label, uuid, etc.) given an open file handle to a block special device.