summaryrefslogtreecommitdiff
path: root/sysutils/vcdimager-devel
AgeCommit message (Collapse)AuthorFilesLines
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-3/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18update to 0.7.22drochner2-6/+6
changes: * 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 * Add libvcdinfo example program * Memory leaks and errors reduced
2005-05-07Update MASTER_SITES.ben1-2/+2
2005-05-03update to 0.7.21drochner4-34/+6
changes: * LSN's match MMC-3 specs better. * Fix bug in vcd-info showing sequence number * add --without-versioned-libs option * make -mno-cygwin work * release number is now preprocessor symbol so applications can make use of for compatibility * More libcdio things moved into libcdio (e.g. MSF printing, iso9660 PVD handling) * use generic list things from libcdio. Eventually everything will use glib. But this moves in the right direction by consolidating code a little * Darwin compilation fixes * Miscellaneous contributed bug fixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-21Only one info file should register an info dir entry.wiz3-3/+16
Bump PKGREVISION.
2004-11-15Solaris linker doesn't understand -Wl,--version-script=libvcdinfo.la.vermarkd1-1/+7
so use BUILDLINK_TRANSFORM to get rid of it.
2004-10-07Fix build problem caused by inconsistent function declaration which gottron2-1/+15
exposed by the recent update of the "libcdio" package.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-05-01This package needs devel/pkgconfig in order to build.kristerw1-1/+2
2004-04-19make sure the installed libvcdinfo.pc is usable, PKGREVISION++drochner3-2/+17
2004-04-09- bl3ifyrecht3-10/+32
- correct INFO_FILES - add buildlink3.mk
2004-04-08update to 0.7.20drochner5-57/+30
changes: -uses libcdio for HW access now -some cleanup and restructuring -bugfixes
2004-03-10Remove info files entries from PLIST.seb1-5/+1
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-12-04Bump PKGREVISION (libxml2, libxslt and imlib2 were updated).xtraeme1-2/+2
2003-10-28Enable XML interface for advanced features, per Ben Collver's PR 23271.wiz5-5/+59
Bump PKGREVISION.
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-05Convert to USE_NEW_TEXINFO.seb2-5/+4
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-11/+11
2003-02-04do the right LIBTOOL thing to cure the "cannot find -liconv" symptomdrochner1-1/+3
should fix PR pkg/20190
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-11-25Import current vcdimager package as vcdimager-devel in preparationwiz4-0/+51
of downgrade of vcdimager on tron's request.