pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/tnt



Module Name:    pkgsrc
Committed By:   marino
Date:           Wed Aug  8 13:11:49 UTC 2012

Modified Files:
        pkgsrc/ham/tnt: Makefile distinfo
Added Files:
        pkgsrc/ham/tnt/patches: patch-intl_Makefile.in

Log Message:
ham/tnt: Fix build on DragonFly

Problem 1: $la and $lo would not expand with the intl/makefile
           I couldn't get SUBST_SED to manually replace them either.
           Use of MAKE_ENV also failed.
Problem 2: DragonFly doesn't have base libintl.  This package will
           not build without -lintl LDFLAG.

Solution was to convert existing SUBST_SED into a patch and expand
$la to "a" and $lo to "o" on the intl/Makefile.in file.
Tested on both DragonFly and NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/ham/tnt/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/ham/tnt/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/ham/tnt/patches/patch-intl_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index