Commit graph

19 commits

Author SHA1 Message Date
rillig
7be8c25d5a Fixed "test ==". 2006-10-14 01:44:23 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
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-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
0cd7218a6d Update for doxygen-1.4.7: some file changes in the PLIST.
Bump PKGREVISION.
2006-07-07 19:32:24 +00:00
joerg
d8cbf6d0c8 Include unistd.h to get close(2) in the public namespace.
Fix PLIST, bump revision.
2006-05-28 17:28:17 +00:00
rillig
6f2e3d1dc6 Fixed pkglint warnings. 2006-05-11 11:09:53 +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
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
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
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
kristerw
08f70ee307 Update after devel/swig13 been moved to devel/swig. 2006-01-15 11:24:52 +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
wulf
d6e35e3d9c Added code to generate and install missing gnuradio-core documentation files. 2005-12-17 07:37:25 +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
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
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
a3f3aeab92 Added new package gnuradio-core-2.5: This module provides the runtime
and digital signal processing blocks for GNU Radio.
2005-10-07 22:59:12 +00:00