summaryrefslogtreecommitdiff
path: root/audio/libmikmod/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2006-01-31Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfixtv1-35/+0
temp dir creation when using relink-based finalization.
2005-06-04On Linux, libmikmod also dynamically loads esound support.wiz1-5/+4
Update conditional. Tested by reed@.
2005-06-03Convert away from using USE_ESOUND.wiz1-2/+13
Also: On NetBSD, libmikmod dynamically loads esound, so there is no library dependency -- do not include esound bl3.mk in those cases. XXX: please check other OPSYS if they do the same, and add cases
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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-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-6/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-19Clean up this buildlink3.mk file and check for USE_ESOUND before includingjlam1-12/+10
the esound/buildlink3.mk file. Fixes PR 24485.
2004-02-11bl3ify and replace obsolete LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.xtraeme1-0/+24