Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 14 | -28/+38 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-06-11 | Fix build with gtk2-2.20. | wiz | 1 | -1/+7 | |
2010-05-15 | Revision bump after updating boost-libs to 1.43.0 | adam | 1 | -6/+6 | |
2010-03-24 | Recursive revision bump for GMP update, 2nd part. | asau | 1 | -1/+2 | |
2010-03-24 | Recursive revision bump for GMP update. | asau | 4 | -8/+8 | |
2010-02-10 | Bump revision for PYTHON_VERSION_DEFAULT change. | joerg | 2 | -4/+4 | |
2010-01-29 | DESTDIR support | joerg | 6 | -2/+110 | |
2010-01-29 | DESTDIR ready | joerg | 2 | -2/+7 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 8 | -16/+16 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2010-01-08 | Add LIBOSSAUDIO to LDFLAGS, otherwise it won't get picked up correctly. | joerg | 1 | -1/+4 | |
2009-12-30 | The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core. | joerg | 2 | -5/+3 | |
2009-12-15 | Recursive bump for libltdl | joerg | 4 | -5/+8 | |
2009-12-14 | Fix installation. | joerg | 1 | -1/+7 | |
2009-10-07 | Deal with newer gnuradio and doxygen. Also use xmlto for the main document. | joerg | 2 | -46/+52 | |
2009-09-11 | Needs py-numpy. | joerg | 1 | -1/+3 | |
2009-09-11 | Mark gnuradio packages as not MAKE_JOBS_SAFE. | joerg | 23 | -8917/+9076 | |
Share patches and distinfo, overwrite for gnuradio-howto as the only exception. Fix gnuradio-core-docs to do something useful and mark it as user-destdir ready. | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 11 | -17/+22 | |
2009-08-24 | Workaround for the problem where the configure scripts attempts to use a | hasso | 2 | -1/+23 | |
fortran compiler to test usability of the Python.h and obviously fails. Happens on DragonFly, but doesn't NetBSD. | |||||
2009-08-18 | Fix PLIST. Bump revision. | joerg | 2 | -2/+6 | |
2009-08-12 | Update to gnuradio 3.2 | markd | 58 | -1297/+2018 | |
many new features and bugfixes. | |||||
2009-08-01 | update to 2.4.2 by me (TA4CFR). | zafer | 3 | -9/+9 | |
Changelog for version xdx (2.4.2) * German translations added. * Improved gnuplot script for proper use of time format for the x-axis. * Both contributions by Tom DL1JBE, Thanks! Changelog for version xdx (2.4.1) * This fixes compilation against version 2.14 of GTK+. Thanks to Tom, DL1JBE for notifying me. Changelog for version xdx (2.4) * Added automatic country lookup by Emanuele IZ0ETE. In order for this to work you need to enable the country column in the preferences dialog. * With this release visible columns need to be reconfigured. * Portuguese translation added. Thanks to David, CT1DRB. Changelog for version xdx (2.3) * Compilation fixes for MAC OS X. Thanks to IZ0ETE. | |||||
2009-07-22 | Remove USE_DIRS from pkgsrc. | wiz | 3 | -6/+3 | |
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 | |||||
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 19 | -105/+19 | |
2009-05-26 | Fix PLIST. Bump PKGREVISION. | hasso | 2 | -3/+30 | |
2009-05-19 | Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT | wiz | 1 | -3/+2 | |
block). Uncomment some commented out LICENSE lines while here. | |||||
2009-04-07 | Rename fls to cfls to avoid conflicts with fls function on FreeBSD and | hasso | 5 | -5/+74 | |
DragonFly. | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 4 | -52/+24 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2009-03-08 | Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. | wiz | 1 | -2/+2 | |
2009-02-21 | PKGREVISION bump for libsndfile ABI depends bump. | wiz | 1 | -1/+2 | |
2009-02-16 | DESTDIR support | joerg | 8 | -4/+85 | |
2009-02-15 | Cast via ssize_t to make GCC happy. This is still somewhat abusive, but | joerg | 3 | -2/+20 | |
easier than to switch to dynamically allocated int. | |||||
2009-02-15 | DESTDIR support. | joerg | 1 | -3/+4 | |
2009-02-09 | Switch to Python 2.5 as default. Bump revision of all packages that have | joerg | 1 | -2/+2 | |
changed runtime dependencies now. | |||||
2009-01-04 | Move scrollkeeper/omf.mk to rarian/omf.mk. | wiz | 1 | -2/+2 | |
scrollkeeper is nowadays included in rarian, so the omf.mk file should be there as well. Adapt all references. | |||||
2008-12-06 | Add missing files to PLIST. | wiz | 2 | -2/+5 | |
Bump PKGREVISION. | |||||
2008-11-21 | Fix PLIST for doxygen-1.5.7.1, depending on that version. | wiz | 2 | -7/+5 | |
Bump PKGREVISION. | |||||
2008-11-21 | Depend on doxygen-1.5.7.1, and fix PLIST for it. | wiz | 2 | -13/+5 | |
Bump PKGREVISION. | |||||
2008-10-31 | Depend on shared-mime-info and fix PLIST. Bump PKGREVISION. | wiz | 2 | -4/+5 | |
2008-10-23 | Added and enabled fldigi: A digital radio modem | wulf | 1 | -1/+2 | |
2008-10-23 | Initial import of fldigi-3.03: A digital radio modem | wulf | 6 | -0/+84 | |
2008-10-23 | Updated hamlib to version 1.2.7.1: | wulf | 2 | -7/+6 | |
* aor/: aor.c, aor.h, ar2700.c, ar5000.c, ar8000.c, ar8200.c, ar8600.c: implemented scanning * include/hamlib/riglist.h: added FT950 * set_ant/get_ant support for ts870s and ts2000 * kenwood/ts2000.c: S meter calibration | |||||
2008-10-02 | Play the doxygen game. | joerg | 2 | -28/+4 | |
2008-10-02 | Fix build with newer doxygen. Bump revision. | joerg | 2 | -4/+3 | |
2008-07-31 | Bump PKGREVISION for these packages due to JACK update. | bjs | 1 | -1/+2 | |
2008-07-14 | Mark as destdir ready. | joerg | 12 | -12/+36 | |
2008-06-20 | Add DESTDIR support. | joerg | 4 | -4/+12 | |
2008-06-12 | Add DESTDIR support. | joerg | 3 | -5/+22 | |
2008-04-25 | Update PYTHON_VERSIONS_COMPATIBLE | joerg | 1 | -3/+1 | |
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. |