Commit graph

48 commits

Author SHA1 Message Date
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
658d9cf876 tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.

Sorry for not finding this earlier.
2006-11-19 11:50:23 +00:00
joerg
bf1adeebbb Needs intltool. 2006-07-19 10:08:12 +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
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
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
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
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
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
joerg
433aecc007 Fix up libtool.m4 for DragonFly. Also let it use sysctl kern.argmax,
we don't have many scripts which use that themselves.
2005-12-12 00:34:41 +00:00
xtraeme
138cfd54f8 Update to 0.99.99 (one year later... :-)
0.99.99                                 December 21, 2004

        * Core changes:

                * Startup time has been greatly reduced (especially
                  when there are a lot of cached streams)
                * The cache format has changed (a binary cache has
                  been reintroduced, improving performance and
                  allowing to inline binary files into the cache)
                * Was sometimes locking up at startup: fixed
                * The preferences dialog has been reworked
                * A tab can now reload multiple categories
                  concurrently
                * The stop button now only stops the currently
                  selected tab
                * The stream columns can now be reordered
                * The stream columns menu item now displays a dialog
                * The plugin API has been enriched (handler
                  configuration, handler preferences widget, character
                  set handling in the transfer framework, utilities,
                  ...) and documented
                * Bookmarks now include a description, homepage and
                  URI list
                * The about dialog does not list the plugins and
                  handlers anymore
                * Hyperlinks can now be focused, and activated using
                  the keyboard
                * User interface images are now loaded from external
                  files, for smaller memory usage
                * When a plugin was disabled, its configuration was
                  lost: fixed
                * Now compiles cleanly even when -fstrict-aliasing is
                  in use (based on a patch by Philipp Thomas)
                * The stock preselections have been updated
                * The streamtuner icon now uses the new colour scheme
                * Other fixes, cleanups and improvements

pkgsrc changes:

* Make it use the options framework. The following options are
  recognized:

	o streamtuner-local (to enable the local metadata plugin)
	o streamtuner-xiph (to enable the xiph plugin)
	o python (to enable the python plugin)

The python option is off by default and the other ones are on.
2005-10-19 09:45:09 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
wiz
f472d1ec5e Bump PKGREVISION because of curl dependency bump. 2005-01-03 15:59:12 +00:00
xtraeme
6336b4da44 Update audio/streamtuner to 0.99.
0.99                                    23 October 2004

        * The plugins have been included in the core distribution
        * The plugins can now be disabled from the preferences
        * The paned position and column widths were not saved anymore:
          fixed
        * The Local plugin now depends on TagLib (instead of libid3tag
          and libvorbis)
        * The Xiph plugin has been fixed, it now lists all the streams
          (but depends on libxml2)
        * STREAMTUNER_LOCAL_ROOT has been deprecated: the music folder
          can now be set from the preferences
        * The session is now always saved upon exit
        * Tab labels now have their own popup menu, containing
          tab-specific actions
        * The german translations have been updated (submitted by
          Martin Stromberger)
        * Minor fixes and cleanups
2004-10-25 09:05:27 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
xtraeme
b24a27fe8d Update to 0.12.1 and bl3ify.
0.12.1                                  30 March 2004

        * Fixed bookmarks loading

0.12.0                                  30 March 2004

        * The bookmarks are now global
        * A preselections handler has been implemented
        * The properties dialog can now edit a stream
        * Some streams can now be deleted
        * HTTP transfers are now compressed if possible (suggested by
          Marcus Rückert)
        * HTTP transfers now follow redirections
        * Socks 5 proxy support has been added
        * The documentation is now in DocBook format
        * A splash screen has been implemented
        * Some icons have been changed
        * Tabs can now be reordered
        * GTK+ interactive search has been fixed
        * Several UI improvements have been performed
        * The API has been enriched
        * The overall performance has been greatly improved
        * Major code cleanups have been performed
        * Several bugs and memory leaks have been fixed
        * streamtuner-theme-convert has been removed
        * Now requires GTK+ version 2.2.2 or superior
        * Now requires libcurl version 7.10.5 or superior

0.11.1                                  07 February 2004

        * Fixed a deadlock on Linux and other platforms having
          non-recursive mutexes (reported by Marcus Rückert)
        * Fixed a crlf parsing bug in transfer code
        * A minor bug in tab switching has been fixed

0.11.0                                  31 January 2004

        * Reimplemented bookmarks support (unseen since 0.7.3)
        * Multiple stream selection is now possible (a new event has
          been added, ST_HANDLER_EVENT_STREAM_TUNE_IN_MULTIPLE)
        * Categories are now displayed when they are selected
        * Removed the "Stop tune in" feature and the task dialogs
        * The stop button now is now global
        * Removed the category menu and moved its items to the view
          menu
        * The transfer API has been improved:
                - retrieval of HTTP headers
                - UNIX, DOS and Mac newline support
                - cleaner API
        * Introduced the st_action API, obsoleting st_programs
        * Implemented a minimal m3u and pls API
        * Added st_handler_set_description() and
          st_handler_set_home(): a clickable label pointing to the
          currently selected handler's home is now displayed in the
          toolbar
        * GTK_STOCK_REFRESH and GTK_STOCK_STOP now replaces
          ST_STOCK_RELOAD and ST_STOCK_STOP
        * Categories now have a descriptive icon
        * Tab icons can now be hidden
        * Added an "Always refresh categories" option
        * The SHOUTcast plugin can now parse the charset information
          of the Content-Type HTTP header
        * A SHOUTcast playlist writing bug has been fixed
        * Multi-threading is now mandatory
2004-03-30 22:21:31 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
xtraeme
fc0a3bbd2c Updated to 0.10.2
Changes:

0.10.2                                  03 December 2003

        * SHOUTcast: now uses a character set fallback
        * A german translation is now available
        * A few bugs have been fixed
2003-12-13 11:19:01 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
xtraeme
d0b8ac4c4e Updated to 0.10.1.
Changes:

0.10.1                                  18 September 2003

        * Internationalization has been performed, and a french
          translation is already available
        * Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5
        * The build system has been cleaned up
2003-09-18 21:57:06 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
jmmv
3508e05b8e Update to 0.10.0 with patch from Juan RP in PR pkg/22156:
* Most of the code has been rewritten in a pure GObject-oriented fashion
* As a side-effect of the above, some bugs have been fixed
* The interface has been revamped and is now (almost fully) HIG-compliant
* Native theme support has been deprecated in favor of GTK+ theming (see
  streamtuner-theme-convert(1) for details)
* The API minor version has been bumped (added ST_HANDLER_EVENT_THREAD_BEGIN
  and ST_HANDLER_EVENT_THREAD_END)
2003-07-23 11:21:52 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
947a74550d Fix HOMEPAGE. From Juan RP in PR 20815. 2003-03-20 06:47:10 +00:00
salo
34adeec164 Updated to version 0.9.1.
Patch provided by Juan RP via PR pkg/20564 with minor cleanups by me.

Changes:
- The theme code has been improved: themes are now loaded from
  the theme selector of the preferences window, allowing easy
  theme previewing; Galeon themes directories are now
  automatically detected; the STREAMTUNER_THEMES_PATH
  environment variable can be used to specify extra
  directories to scan for themes
- The geometry of the preferences window is now remembered
- A number of incremental changes have been made to the plugin
  API, deprecating a few calls but preserving backward
  compatibility
- GTK+ stock icons have been added to some menuitems
- A few bugs have been fixed
2003-03-04 14:41:16 +00:00
salo
e1fa602e1b Streamtuner is a stream directory browser. It offers an intuitive and unified
interface to various streaming directories through the use of a plugin system.
Streamtuner implements a GTK+ 2.0 graphical user interface, and the official
distribution ships with the SHOUTcast plugin.

Package provided by Juan RP via PR pkg/20240 with small modifications by me.
2003-02-16 05:58:49 +00:00