Commit graph

22 commits

Author SHA1 Message Date
joerg
76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +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
rillig
0e0ff99a73 Replaced the custom definitions with META_PACKAGE=yes. 2007-12-19 12:27:27 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
wiz
f4c18a742d Add commented out LICENSE line (gplv3). 2007-09-18 06:40:36 +00:00
wulf
ad60de45f6 Added work around so that gnuradio-howto can make use of Makefile.common 2007-08-12 08:30:01 +00:00
wulf
447902130d Updated gnuradio to 3.0.4:
* Updated license to GPLv3
	* Doxygen documentation covers whole tree
	* Fixed shared memory leak on NetBSD
2007-08-08 02:55:13 +00:00
gdt
5cb857d50b Omit gnuradio-radio-astronomy because it has a RESTRICTED dependency,
so that binary packages of the gnuradio metapackage can be distributed.

Discussed with upstream maintainer and wulf@.
2007-05-17 12:49:34 +00:00
joerg
350e30d968 Raise the build dependency on doxygen to the latest version. 2007-04-04 16:05:44 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wulf
899b68acfb Updated gnuradio to version 3.0.2:
There are too many new features and bugfixes since the last release of
GNU Radio version 2.8. Please consult http://gnuradio.org/trac for details.

The following modules were added to this meta-pkgs/gnuradio:

	* gnuradio-audio-jack
	* gnuradio-audio-portaudio
	* gnuradio-core-docs
	* gnuradio-radio-astronomy
	* gnuradio-trellis
	* gnuradio-video-sdl
	* usrp-docs
2006-11-13 16:19:40 +00:00
rillig
144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00
wiz
17ffc4e6d0 Depend on latest doxygen version (some file changes again). 2006-07-07 19:30:48 +00:00
gdt
87057d9eb1 Add USE_LANGUAGES=c++. Arguably not quite right because not all of
gnuradio-foo need C++, but gnuradio is heavily C++ so it's close.
2006-05-12 19:24:41 +00:00
wulf
9482b16c64 Updated gnuradio to 2.8: Synchronized meta-pkg with actual release of
gnuradio-2.8
2006-04-27 03:20:34 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +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
wulf
d6ebaba04c Updated gnuradio to 2.6: GNU Radio 2.6 has seen the addition of many new
features, code optimizations and bug fixes.
2005-12-11 11:55:19 +00:00
wulf
dbdb0f6ea5 Fixed package name for gnuradio-gsm module 2005-10-07 23:38:53 +00:00
wulf
d2ce9f5d7d New package gnuradio-2.5: Initial commit of a meta-package for GNU Radio,
a digital signal processing development kit.
2005-10-07 22:50:50 +00:00