summaryrefslogtreecommitdiff
path: root/ham
AgeCommit message (Collapse)AuthorFilesLines
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache3-8/+8
2006-08-06Reomove BROKEN_IN for packages that built in the latestkristerw1-3/+1
NetBSD 3.0_STABLE/i386 bulk build.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam4-8/+8
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam4-4/+8
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Update for doxygen-1.4.7: some file changes in the PLIST.wiz2-25/+739
Bump PKGREVISION.
2006-07-07Update for doxygen-1.4.7. Bump PKGREVISION.wiz2-7/+3
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam1-3/+2
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-06-11Needs perl for build.joerg1-2/+2
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-08Fixed pkglint warnings.rillig2-4/+4
2006-06-01Uses C++.joerg1-1/+3
2006-05-28Include unistd.h to get close(2) in the public namespace.joerg4-3/+19
Fix PLIST, bump revision.
2006-05-25USE_LANGUAGES=c c++wiz1-1/+2
2006-05-18Mark as BROKEN_IN pkgsrc-2006Q1 according towiz1-1/+3
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-12Uses C++.joerg1-1/+2
2006-05-11Sorted PLIST.rillig1-28/+28
2006-05-11Fixed pkglint warnings.rillig5-116/+117
2006-05-06Fix pthread linkage.joerg3-3/+18
2006-04-30Include bin/dpputlinks as installed on NetBSD and DragonFly.joerg2-3/+4
Bump revision.
2006-04-28When trying to link fftw libs, also link with -lm.joerg2-1/+15
2006-04-27Update usrp to 0.12:wulf4-213/+185
* 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-27Updated gnuradio-wxgui to 0.6:wulf4-11/+13
* now uses system configuration file * manual or auto scaling
2006-04-27Updated gnuradio-usrp to 0.8:wulf3-15/+10
* replaced 64e6 with fpga_master_clock_frequency * allow specification of firmware and fpga files to load * added method to retrieve serial number
2006-04-27Updated to version 0.6: New tarball release for gnuradio-2.8wulf2-7/+6
2006-04-27Updated gnuradio-gsm to 0.3: Ensure that local copy of swig is used whenwulf2-7/+6
building from tarballs
2006-04-27Update gnuradio-examples to 0.7:wulf3-10/+12
* added dboard supoprt * new multi-usrp examples * new xmit example using 2 daugherboars * doc fixes
2006-04-27Updated gnuradio-audio-oss to 0.9: Now install and uses system configurationwulf3-10/+13
2006-04-27Updated gnuradio-core to 2.8: new features and many bug fixeswulf4-4954/+5609
* 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-26Updated ham/gmfsk to 0.6nb7: Fixed build problem caused by definition ofwulf6-3/+98
log2() function in misc.c and several compiler warnings.
2006-04-21Implemented changes for this package to use the REQD_DIR and CONF_FILESwulf20-73/+676
framework for the installation of the configuration files. Fixed compile warning message due to implicit casting
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz9-18/+18
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam4-16/+16
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-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam3-9/+6
USE_TOOLS+=msgfmt.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig4-8/+8
that they look nicer.
2006-04-09Added RCS Id.rillig1-0/+1
2006-04-09Fixed pkglint warnings.rillig3-6/+5
2006-04-09Fixed a typo in PYTHON_PATCH_SCRIPTS.rillig1-3/+3
2006-04-06Over 1200 files touched but no revisions bumped :)reed4-12/+12
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-04* List the info file entries directly in the PLIST.jlam2-4/+4
* Honor PKGINFODIR and PKGMANDIR.
2006-03-21Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALLjlam1-2/+2
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam1-7/+6
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-11The configure script insists on a Python interpreter even if it doesn'trillig1-1/+5
need one. Overriding the PYTHON environment variable helps. This allows the package to build on NetBSD 3.0.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam4-8/+8
Remove deprecated ossaudio.buildlink3.mk.
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02-28Updated hamlib to 1.2.5:wulf4-23/+8
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-05Recursive revision bump / recommended bump for gettext ABI change.joerg25-44/+50
2006-01-24Use PTHREAD_AUTO_VARS for thread linkage.joerg1-1/+2
2006-01-24Add DragonFly support. Fix an ambigious statement.joerg13-21/+359