Commit graph

207 commits

Author SHA1 Message Date
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
wulf
d6e35e3d9c Added code to generate and install missing gnuradio-core documentation files. 2005-12-17 07:37:25 +00:00
wulf
8ed14f73d7 Update gnuradio-howto to 0.4: Changes to autoconf files 2005-12-11 11:53:25 +00:00
wulf
94f9d9b77c Update gnuradio-examples to 0.5:
* examples now use new usrp library
	* many bug fixes
2005-12-11 11:51:38 +00:00
wulf
8a5e1ac37a Update gnuradio-wxgui to 0.4:
* new tools for building forms based GUIs
	* added support for x86_64
	* added support for ShuttlePRO v2
	* added support for Griffin PowerMate and Contour Shuttle/Jog USB knob
	* several code optimizations
	* many bug fixes
2005-12-11 11:47:27 +00:00
wulf
07a6da6952 Updated gnuradio-usrp to 0.6:
* changed naming convention for daughter boards
	* support for new daughter boards
	* added x86_64 support
	* several code optimizations
	* many bug fixes
2005-12-11 11:41:23 +00:00
wulf
40c7bd2911 Updated usrp to 0.9:
* updated usrp firmware
	* new auto T/R switching code
	* added new dependencies
	* new burn-db-eeprom
	* new code to minimize transmit buffering
	* many other code optimizations
	* several bug fixes
2005-12-11 11:35:06 +00:00
wulf
d2e118681b Updated gnuradio-gsm to 0.2: Several fixes applied to autoconf files 2005-12-11 11:26:24 +00:00
wulf
d3ef2d21a8 Update gnuradio-audio-oss to 0.7: Several fixes applied to autoconf files 2005-12-11 11:24:33 +00:00
wulf
9206eaa4aa Update gnuradio-core to 2.6:
* several new methods added
	* many bugfixes
	* code speed optimization
2005-12-11 11:16:35 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
joerg
f09db0a9ca Add some unistd.h includes to get some prototypes, fix conditional
inclusion to include sys/time.h and unistd.h even if sys/select.h
exist, otherwise not all prototypes and types exist on DragonFly.
2005-12-01 19:02:45 +00:00
rillig
53c7100fd5 Removed empty line from PLIST. 2005-11-03 13:40:19 +00:00
wulf
9b58cc3868 Updated PLIST after version change of devel/doxygen 2005-10-25 05:11:18 +00:00
wulf
95c6b3b89e Patch python scripts to execute correct python binary 2005-10-11 12:02:14 +00:00
wulf
ce469f2143 Patch python scripts to use correct python binary 2005-10-11 11:27:35 +00:00
wulf
ef33ecc8bb Patch python scripts to execute correct python binary 2005-10-11 11:22:30 +00:00
wulf
0ed7eda345 Added and enabled
gnuradio-audio-oss
      gnuradio-core
      gnuradio-examples
      gnuradio-gsm
      gnuradio-howto
      gnuradio-usrp
      gnuradio-wxgui
      usrp

packages that are part of the GNU Radio project, a digital signal
processing development kit.
2005-10-07 23:34:02 +00:00
wulf
b77959928a New package gnuradio-gsm: This package contains the GNU Radio
GSM 06.10 13kbit/sec voice encoder/decoder
2005-10-07 23:29:07 +00:00
wulf
2e40054a39 New package usrp: This module contains the non GNU Radio specific libraries,
firmware and FPGA code for the Universal Software Radio Peripheral (USRP),
a low-cost and high-speed implementation of the GNU Radio hardware.
2005-10-07 23:19:15 +00:00
wulf
731306f61e New package gnuradio-audio-oss: This module provides Open Sound System (OSS)
support for GNU Radio.
2005-10-07 23:17:19 +00:00