Commit graph

227 commits

Author SHA1 Message Date
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
joerg
7a5c710ddf Uses C++. 2006-05-12 07:07:00 +00:00
rillig
3f1ea31302 Sorted PLIST. 2006-05-11 11:16:03 +00:00
rillig
6f2e3d1dc6 Fixed pkglint warnings. 2006-05-11 11:09:53 +00:00
joerg
9552c49c66 Fix pthread linkage. 2006-05-06 13:48:02 +00:00
joerg
b697768ae3 Include bin/dpputlinks as installed on NetBSD and DragonFly.
Bump revision.
2006-04-30 16:12:01 +00:00
joerg
65a8793c13 When trying to link fftw libs, also link with -lm. 2006-04-28 17:44:53 +00:00
wulf
440f796e24 Update usrp to 0.12:
* simplified installation of fpga files
	* fixed make distcheck failure
	* added support for specifying firmware and fpga files
	* added method to retrieve serial number
2006-04-27 03:19:34 +00:00
wulf
8db430d9ba Updated gnuradio-wxgui to 0.6:
* now uses system configuration file
	* manual or auto scaling
2006-04-27 03:16:09 +00:00
wulf
6fdaf80e04 Updated gnuradio-usrp to 0.8:
* replaced 64e6 with fpga_master_clock_frequency
	* allow specification of firmware and fpga files to load
	* added method to retrieve serial number
2006-04-27 03:14:19 +00:00
wulf
2576aa9f99 Updated to version 0.6: New tarball release for gnuradio-2.8 2006-04-27 03:11:12 +00:00
wulf
405d0ff678 Updated gnuradio-gsm to 0.3: Ensure that local copy of swig is used when
building from tarballs
2006-04-27 03:09:07 +00:00
wulf
cb6ec54415 Update gnuradio-examples to 0.7:
* added dboard supoprt
	* new multi-usrp examples
	* new xmit example using 2 daugherboars
	* doc fixes
2006-04-27 03:07:42 +00:00
wulf
a1f4173834 Updated gnuradio-audio-oss to 0.9: Now install and uses system configuration 2006-04-27 03:04:26 +00:00
wulf
75b17ce6be Updated gnuradio-core to 2.8: new features and many bug fixes
* new squelch block
	* support for hierachical blocks
	* new block gr_rms_cf and gr_rms_ff
	* new forecast method to gr_simple_framer
	* new block gr_filter_delay_fc
	* new gmsk
2006-04-27 02:57:06 +00:00
wulf
98f4a974a5 Updated ham/gmfsk to 0.6nb7: Fixed build problem caused by definition of
log2() function in misc.c and several compiler warnings.
2006-04-26 01:48:50 +00:00
wulf
9047ade2a9 Implemented changes for this package to use the REQD_DIR and CONF_FILES
framework for the installation of the configuration files.
Fixed compile warning message due to implicit casting
2006-04-21 02:07:53 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
1cf9796f3c BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
2006-04-13 18:23:29 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
rillig
5f30035acc Added RCS Id. 2006-04-09 16:09:26 +00:00
rillig
58b2de176f Fixed pkglint warnings. 2006-04-09 16:08:06 +00:00
rillig
69912d7b87 Fixed a typo in PYTHON_PATCH_SCRIPTS. 2006-04-09 16:06:30 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
jlam
26d1765101 * List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
2006-04-04 14:45:44 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
rillig
9ab15b54f9 The configure script insists on a Python interpreter even if it doesn't
need one. Overriding the PYTHON environment variable helps. This allows
the package to build on NetBSD 3.0.
2006-03-11 01:53:39 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
wulf
225997f25f Updated hamlib to 1.2.5:
New in 1.2.5:
    * frontend API: support for clonable rigs
        rigmem: CSV format change
        rigctl: new send_cmd for protocol debugging purpose
        easy USB devices support
    * new models: AR8600, AR2700, DWT (DLL based under Windows,
        libusb based under other OS, need test)
    * fixes: big AOR update, AR7030, Orion, NRD-545, RX-320,
        FT-817, FT-990, TS-2000, Easycomm
    * port: BSD fix of parallel port support
2006-02-28 00:10:04 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
1fbf513265 Use PTHREAD_AUTO_VARS for thread linkage. 2006-01-24 22:49:05 +00:00
joerg
a6545b154a Add DragonFly support. Fix an ambigious statement. 2006-01-24 22:27:07 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
rillig
9bfe7d0cbf - Added a patch for ISO C90 compatibility.
- Fixed all pkglint -Wall warnings.
2006-01-20 13:09:59 +00:00
wulf
9f85c8b84b Updated xlog to 1.3: Changes include -
* Improved responsiveness when opening large logs
	* Remarks entry are now multi-line
	* New menu for importing logs
	* Numerous bug fixes
2006-01-15 14:04:25 +00:00
wulf
4ecd654a4a Added and enabled gpredict: A realtime satellite tracking program 2006-01-15 13:07:31 +00:00
wulf
4e1d9cab91 Initial commit of gpredict 0.5.2: A realtime satellite tracking program 2006-01-15 13:05:39 +00:00
kristerw
08f70ee307 Update after devel/swig13 been moved to devel/swig. 2006-01-15 11:24:52 +00:00
wulf
4f57b6b628 Updated cwtext to 0.95:
Big changes in cwpcm:
-f FFFF Set frequency (40 to 3200 Hz)
-w NN   Set the rate (WPM)
-F NN   Set the character (Farnsworth) rate
-v NN   Set the volume (0 to 100%)
2006-01-14 12:39:06 +00:00
wulf
cc06d80eb9 Updated tlf to 0.9.27: bug fix release 2006-01-14 12:06:48 +00:00
wulf
a6d04f353f Updated yaesu to 0.13: 2006-01-14 11:45:46 +00:00
wiz
9f0ebef4c8 Use devel/swig instead of devel/swig13, now the latter has been
moved to the former.
2006-01-12 17:36:01 +00:00
joerg
c6338fb903 Add DragonFly support. 2006-01-09 20:02:02 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
joerg
2094b347be DragonFly ~= NetBSD, at least here. 2005-12-30 23:13:41 +00:00
joerg
19d1eeb598 Add DragonFly support. 2005-12-30 23:06:43 +00:00