pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/kmymoney2



Module Name:    pkgsrc
Committed By:   marino
Date:           Sat Dec 10 17:50:23 UTC 2011

Modified Files:
        pkgsrc/finance/kmymoney2: Makefile PLIST distinfo
        pkgsrc/finance/kmymoney2/patches: patch-ah
Added Files:
        pkgsrc/finance/kmymoney2/patches:
            patch-kmymoney2_mymoney_mymoneymoney.cpp

Log Message:
finances/kmymoney2: Fix all platforms

The main problem with this package is that sqlite2 was building
automatically, but the makefile for it was broken.  The QTDIR variable
wasn't getting expanded in the makefile, so the rpath for sqlite3 library
was corrupt.  Once the Makefile was fixed, libsqlite3.so built normally,
but it didn't get installed due to another Makefile issue.  Finally, it
built and installed, but then the PLIST was missing its entry.

After everything was verified building ok, I discovered somebody had
added and then commented out "sqlite3" option.  Since it's building by
default, I took this option out.  If somebody else decides that it
should be optional, I'll let them tweak the configure args, PLIST, and
options file to make that happen.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/finance/kmymoney2/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/kmymoney2/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/kmymoney2/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/kmymoney2/patches/patch-ah
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/finance/kmymoney2/patches/patch-kmymoney2_mymoney_mymoneymoney.cpp

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