Commit graph

380 commits

Author SHA1 Message Date
wiz
e8d8834f6a 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.
2010-06-13 22:43:46 +00:00
wiz
deaebbd313 Fix build with gtk2-2.20. 2010-06-11 08:50:04 +00:00
adam
e6cf600156 Revision bump after updating boost-libs to 1.43.0 2010-05-15 07:28:08 +00:00
asau
1807ff2338 Recursive revision bump for GMP update, 2nd part. 2010-03-24 21:54:15 +00:00
asau
00708ce7e3 Recursive revision bump for GMP update. 2010-03-24 19:43:21 +00:00
joerg
3a06eb96bf Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
joerg
cd19a24920 DESTDIR support 2010-01-29 23:50:26 +00:00
joerg
aaf9149667 DESTDIR ready 2010-01-29 23:46:10 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
579796a3e5 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
joerg
0ed5200b6b Add LIBOSSAUDIO to LDFLAGS, otherwise it won't get picked up correctly. 2010-01-08 16:56:31 +00:00
joerg
145d8e0fc0 The vocoder plugin belongs to gnuradio-gsm, so move the rest from gnuradio-core. 2009-12-30 21:13:15 +00:00
joerg
c35b4c99f9 Recursive bump for libltdl 2009-12-15 21:41:00 +00:00
joerg
07185d05a0 Fix installation. 2009-12-14 22:12:49 +00:00
joerg
a133073785 Deal with newer gnuradio and doxygen. Also use xmlto for the main document. 2009-10-07 17:06:13 +00:00
joerg
35f045edc9 Needs py-numpy. 2009-09-11 17:56:04 +00:00
joerg
ce5a699671 Mark gnuradio packages as not MAKE_JOBS_SAFE.
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-09-11 16:23:28 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
hasso
42302fddad Workaround for the problem where the configure scripts attempts to use a
fortran compiler to test usability of the Python.h and obviously fails.
Happens on DragonFly, but doesn't NetBSD.
2009-08-24 05:33:04 +00:00
joerg
6cedd0857f Fix PLIST. Bump revision. 2009-08-18 15:53:18 +00:00
markd
4db1b77f0c Update to gnuradio 3.2
many new features and bugfixes.
2009-08-12 12:20:04 +00:00
zafer
1be265c050 update to 2.4.2 by me (TA4CFR).
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-08-01 18:56:03 +00:00
wiz
d70523df21 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
2009-07-22 09:01:16 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
45656cf39c Remove @dirrm entries from PLISTs 2009-06-14 18:00:32 +00:00
hasso
2b61540e5f Fix PLIST. Bump PKGREVISION. 2009-05-26 05:55:15 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
hasso
e2c2f492f5 Rename fls to cfls to avoid conflicts with fls function on FreeBSD and
DragonFly.
2009-04-07 18:45:04 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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-20 19:23:50 +00:00
wiz
78b7af7df5 Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
wiz
18decf1db4 PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:43 +00:00
joerg
ecf7feebf8 DESTDIR support 2009-02-16 19:12:00 +00:00
joerg
7bd38cfe35 Cast via ssize_t to make GCC happy. This is still somewhat abusive, but
easier than to switch to dynamically allocated int.
2009-02-15 19:41:10 +00:00
joerg
8e0ed9ddbe DESTDIR support. 2009-02-15 18:52:40 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
wiz
55fa90af5f Move scrollkeeper/omf.mk to rarian/omf.mk.
scrollkeeper is nowadays included in rarian, so the omf.mk file should
be there as well.
Adapt all references.
2009-01-04 18:00:58 +00:00
wiz
33c2c232b0 Add missing files to PLIST.
Bump PKGREVISION.
2008-12-06 08:48:03 +00:00
wiz
92a7524700 Fix PLIST for doxygen-1.5.7.1, depending on that version.
Bump PKGREVISION.
2008-11-21 23:32:50 +00:00
wiz
b7194f0ced Depend on doxygen-1.5.7.1, and fix PLIST for it.
Bump PKGREVISION.
2008-11-21 23:18:16 +00:00
wiz
c6490729c1 Depend on shared-mime-info and fix PLIST. Bump PKGREVISION. 2008-10-31 12:52:01 +00:00
wulf
2ed65bac73 Added and enabled fldigi: A digital radio modem 2008-10-23 08:09:14 +00:00
wulf
07d7154233 Initial import of fldigi-3.03: A digital radio modem 2008-10-23 08:07:09 +00:00
wulf
b5ef76d9ab Updated hamlib to version 1.2.7.1:
* 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-23 04:01:11 +00:00
joerg
b4ce4a86e7 Play the doxygen game. 2008-10-02 19:08:32 +00:00
joerg
c26d5bd3e9 Fix build with newer doxygen. Bump revision. 2008-10-02 13:58:52 +00:00
bjs
34f427d77f Bump PKGREVISION for these packages due to JACK update. 2008-07-31 04:02:40 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- 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.
2008-04-25 20:39:06 +00:00