summaryrefslogtreecommitdiff
path: root/audio/libid3tag
AgeCommit message (Collapse)AuthorFilesLines
2004-04-12No longer used.snj1-21/+0
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-11/+8
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-01Changes 0.15.1b:adam3-9/+8
- New id3_field_gettextencoding() API routine. - Other slightly improved robustness.
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-02-11bl3ifyxtraeme2-4/+28
2004-01-25Record zlib dependency inside buildlink2.mk file and give a chance tocube1-1/+3
dependencies to link on platforms without usable libz in base, such as IRIX 5.3. Reported by Georg Schwarz on tech-pkg@.
2003-12-30Whitespace fixescjep1-2/+1
2003-12-17Add a pkgconfig config file. Some other packages require these.simonb3-2/+25
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Correct DESCR.wiz1-15/+2
2003-07-10Uses libz -- include buildlink2.mk.wiz1-1/+2
2003-07-10CONFLICTS with mad package.wiz1-1/+3
2003-07-10Does not really USE_PKGLOCALEDIR.wiz1-2/+1
2003-07-10ID3 tag library, part of MAD (MPEG Audio Decoder) distributionadam6-0/+103