Up to [cvs.netbsd.org] / pkgsrc / ham / fldigi
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.12 / (download) - annotate - [select for diffs], Mon Feb 28 14:52:51 2011 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Reset maintainer for retired developers.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 13 13:38:24 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:47 2010 UTC (17 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.9 / (download) - annotate - [select for diffs], Sun Oct 3 12:13:23 2010 UTC (19 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
exactly pass STRIP to configure, or failed to detect strip program, and result in installation error because of "exec strip failed".
Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 3 12:00:50 2010 UTC (19 months, 3 weeks ago) by obache
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
exactly disable xmlrpc, or failed to build if xmlrpc-c is installed.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jun 13 22:44:47 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:10 2010 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:53 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
bump revision because of graphics/jpeg update
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 22 09:01:33 2009 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove USE_DIRS from pkgsrc. Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 21 13:22:43 2009 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
PKGREVISION bump for libsndfile ABI depends bump.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Feb 15 19:41:10 2009 UTC (3 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Cast via ssize_t to make GCC happy. This is still somewhat abusive, but easier than to switch to dynamically allocated int.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Oct 23 08:07:09 2008 UTC (3 years, 7 months ago) by wulf
Branch: TNF
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgscr
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of fldigi-3.03: A digital radio modem
Revision 1.1 / (download) - annotate - [select for diffs], Thu Oct 23 08:07:09 2008 UTC (3 years, 7 months ago) by wulf
Branch: MAIN
Initial revision