Commit graph

104 commits

Author SHA1 Message Date
joerg
3fbb207985 Recursive bump for libltdl 2009-12-15 21:54:17 +00:00
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
joerg
674dbd1712 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 20:47:52 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
hasso
697fd67075 Add aKode backend support back to kdemultimedia (aKode was part of
kdemultimedia up to KDE 3.4). Bump PKGREVISION.
2009-03-01 06:58:57 +00:00
markd
cb47f93189 Update to KDE 3.5.10
minor bugfixes
2008-08-27 11:59:13 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
markd
8134db3e94 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:00:24 +00:00
wiz
3e67d4bb32 Fix configure script so it accepts the current pkgsrc version of xine.
It only accepted a.b.c, but the current version has an additional .d
at the end.
2008-02-16 14:26:37 +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
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
markd
1496c74bf9 Add PTHREAD_AUTO_VARS=yes to properly detect/link against xine version.
From Matthias Pfaller in PR pkg/37224.
2007-11-01 07:43:38 +00:00
markd
296b4af608 Update to KDE 3.5.8
audiocd ioslave
* Fix powerpc support.
JuK
* Fix getting cover from internet doesn't work.
* Fix last item in play queue is played twice.
* Fix right click in History playlist shows wrong column.
* Fix empty flac file crashes JuK.
KAudioCreator
* Fix crash when removing all jobs.
* Allow creating group writable directories if umask permits it.
2007-10-20 10:41:20 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
markd
77cb064634 Update to KDE 3.5.7
JuK
* Tell Google not to send JavaScript when we request images to reduce
  errors in the cover art search, and make sure that images we request
  have the appropriate http:// protocol.
2007-05-23 13:16:11 +00:00
wiz
29161f475d Remove libtunepimp and musicbrainz buildlink3 files here too;
noted by joerg.
2007-02-19 19:32:18 +00:00
wiz
d21fc7e70a Remove bl3.mk files for libtunepimp and musicbrainz.
The current pkgsrc versions are not supported by the current kdemultimedia3
version.
Bump PKGREVISION.
2007-02-16 01:42:46 +00:00
markd
bf142f5a59 Update to KDE 3.5.6 2007-01-26 02:55:41 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
wiz
1382ee76ef Add support for flac-1.1.3 based on patches from Josh Coalson on
kde-devel. Bump PKGREVISION because previously it would just compile
without flac support.
2007-01-13 18:33:44 +00:00
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +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
markd
fa54bf2921 Update to KDE 3.5.5 2006-10-12 10:49:17 +00:00
jmmv
f190ea92a4 Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.
This fixes problems when some installed packages are outdated.
Per wiz@'s request.

Grrr, I really hate this kind of change.
2006-09-16 12:20:32 +00:00
tron
aa0bb675cb Use version 0.5.0 of "libtunepimp". Update package revision because of
this dependence change.
2006-08-24 10:09:58 +00:00
markd
822251582d Update KDE to 3.5.4
Changes unknown
2006-08-02 13:57:23 +00:00
wiz
c4aa31d6c8 Depend on libtunepimp0.4 package. 2006-07-12 13:10:56 +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
20c8536c3f Fix build with gcc4 on NetBSD-3.99.21. 2006-06-27 14:53:42 +00:00
joerg
fc5745e18c Fix build on DragonFly and FreeBSD due to different cdparanoia headers.
Patch obtained from FreeBSD ports.
2006-06-21 19:19:36 +00:00
wiz
ad782541d0 Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)
for SDL shlib changes.
2006-06-12 16:28:05 +00:00
markd
decfc48616 Update KDE to 3.5.3
Changes:
* Changing the slider should enable the apply/reset buttons
* Fixed audiocd:/ to Ogg extraction when packagers are built with
  new ld flags.
* JuK
  o Fix "JuK trying to add unknown category in File Renamer"
* KAudioCreator
  o Fix regression causing renamed tracks to be disregarded when
    ripping/encoding
2006-06-01 13:57:08 +00:00
joerg
53a07c7b49 Fix OSS audio mixer on DragonFly. Kill a malloc.h include.
Based on patch from wa1ter@myrealbox.com on DragonFly's user list.
Bump revision.
2006-05-10 23:05:00 +00:00
joerg
7cb49c5261 musicbrainz detection works better, when linking with pthread. 2006-05-08 22:14:27 +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
wiz
791c781223 Use libtunepimp instead of tunepimp here too. 2006-04-13 07:23:14 +00:00
wiz
7aec5ec76f Switch to use libtunepimp. Bump PKGREVISION. 2006-04-13 07:14:46 +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
markd
eded3e7f9b Update KDE to 3.5.2
* JuK
  o Manual Column widths notice interferes with dragging columns
  o Action List in Configure Shortcuts includes up to as many Add
    to CD items as you have playlists
  o Crash after hiding Play Queue fixed
* KMix
  o KMixApplet, if shown on vertical Kicker Panel, shows always
    icons (even if there is not enough space)
  o Kmix saves the wrong Master Channel under certain cictumstances
  o Split channel in KMixApplet shows one channel as a slider, the
    other numerical
  o Selecting master channel does not update tray icon
2006-03-30 02:48:36 +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
joerg
da67d7c739 Recursive bump for major version change of cdparanoia libs. 2006-03-07 06:30:55 +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
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
markd
d70fe59282 Update to KDE 3.5.1
Changes:
* JuK
  o Fix memory corruption bug causing crashes with recent glibc
    libraries.
  o Fix incorrect initial volume setting when using aKode as output.
  o Corrected list of file types that JuK supports.
  o Fix command line handling of music files. Now files given on the
    command line are automatically added to the Collection List.
  o Fix "Album Random Play" feature to also use Artist information when
    choosing the next track to play.
  o Added musicbrainz 0.4-support
2006-01-31 22:33:02 +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
9037217dd0 Rework broken thread detection:
- try libpthread
- fallback to ${PTHREAD_LDFLAGS} ${PTHREAD_LIBS}
Run the check only once, to avoid the second run overwriting the results
of the first.

Add DragonFly support. Fix errno.
2006-01-20 03:51:25 +00:00