Commit graph

135 commits

Author SHA1 Message Date
wiz
a96f4900ac Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
ryoon
5482a9caec Bump PKGREVISION from audio/jack. 2013-02-09 22:11:28 +00:00
jperkin
84991145cf PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
adam
d1ab9d8533 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
joerg
01f7c185f7 Don't add default arguments during method implementation. 2013-01-15 15:30:00 +00:00
obache
6e518767d0 recursive bump from cyrus-sasl libsasl2 shlib major bump. 2012-12-16 01:51:57 +00:00
asau
276a662941 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
fed332a0ca Remove xextproto/buildlink3.mk where libXext is pulled in via
Xtst, Xi, or Xrandr.
2012-10-23 10:28:47 +00:00
obache
8ace00dcd8 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
dholland
49cfd098d9 Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
2012-07-01 19:05:10 +00:00
joerg
b5f5066db0 Fix build with clang. 2012-06-25 11:51:01 +00:00
sbd
cdfc7f300d Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
dholland
0bcdacfbcf Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
wiz
e64308b04b Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
5fb1e22076 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
sbd
ec681430da Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
obache
1f4649c8a2 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
dholland
4dc4508fdf Accomodate C++ language drift. Fixes build with gcc 4.5. 2011-12-11 15:50:56 +00:00
sbd
94b37b4e43 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
obache
0b8aa0f6a3 Recursive bump from gdbm shlib bump. 2011-08-23 13:06:45 +00:00
markd
431dc86400 /usr/bin/env cleanup. 2011-07-03 02:14:12 +00:00
obache
0e2c97799a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
markd
fad1d17344 Fix build with recent gcc.
Also aligned_u64 no longer defined on ArchLinux but needed for
linux/if_ppp.h
2011-01-20 12:19:30 +00:00
wiz
2f4126dc58 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
sbd
3f4b7dbd32 Recursive PKGREVISION bump for the net/mDNSResponder update 2010-07-14 11:11:13 +00:00
wiz
92e0cb52cb Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
wiz
7e9f949650 Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
wiz
672ef23395 Recursive PKGREVISION bump for jpeg update to 8. 2010-01-17 12:02:03 +00:00
sno
949cd3bc1f bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
abs
6e28bf34bb fix build on NetBSD.amd64 using x11 from base (tested on modular x11)
- krfb/libvncserver/rfb.h had cope apparently copied from X11's Xmd.h,
but it missed setting LONG64, resulting in a mismatched typedef for CARD32
bump pkgrevision. Found on Alex's new kde3 playbox.
2009-08-21 08:27:29 +00:00
joerg
3e474101e8 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:00:03 +00:00
joerg
24151e2b99 Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
wiz
f4e9595f26 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
markd
a9cd31821a add DESTDIR support. 2009-02-12 00:00:57 +00:00
markd
523f6dd25d Make dependency on libXxf86vm explicit. Fixes build on some Linux
systems.  Noted by David Sainty.
2008-10-11 19:12:30 +00:00
markd
cb47f93189 Update to KDE 3.5.10
minor bugfixes
2008-08-27 11:59:13 +00:00
markd
72cd35c545 Use <X11/Xmd.h> to define CARD32 et al so that local definition
doesn't clash if something else happens to pull in that include
file - as now happens with XI.h file in inputproto-1.4.3.
Should fix PR 38227.
2008-04-01 22:50:24 +00:00
markd
8134db3e94 Update to kde3.5.9
Minor bugfixes
2008-02-20 10:00:24 +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
43f177bd45 Update to KDE 3.5.8
Kopete
* Fix adding of yahoo contacts.
* Fix crash after duplicate login.
* Jabber groupchat history is only shown for currently present members.
* Enable Kopete to respond to chats started by others who are blocking you.
* Newlines seen when sending richtext to gaim and trillian clients.
* Fix webcam problems.
* Kopete does not keep toolbar settings.
* < and > in contact nicknames aren't well supported.
* "Message handling" unset when setting it to "Open messages instantly"
  and reopening the configuration dialog.
* Deactivate the Join Chatrooms action when offline.
* Fix error in chatroom search so that all chatrooms are listed.
* Fix msn live emoticons.
* Fix issue with MSN webcam images being garbled.
* Fix crash on Yahoo protocol.
2007-10-20 10:40:23 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
markd
8bbfd97b26 Fix ordering of @dirrm's in PLIST - From Bernd Ernesti.
Bump PKGREVISION.
2007-06-23 21:41:23 +00:00
joerg
d70ad67011 Fix XScrnSaver for !native. 2007-06-15 17:50:48 +00:00
markd
bb75a57a33 Update to KDE 3.5.7
Kopete
* Increase the use of passive popups.
* Huge performance improvement in chat rendering.
* Fix crash after creating an ICQ account.
* Fix webcam-freeze when more than one people are watching the cam
* Fix crash when launched with AIM quasi-url.
* Fix linebreaks showing up as <br /> (Yahoo! protocol).

Krfb
* Fix 100% CPU usage with first connection.
2007-05-23 13:10:04 +00:00
abs
4a4e093a03 +.include "../../x11/xextproto/buildlink3.mk" for modular X11 2007-01-29 09:11:06 +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
joerg
f9d1c22552 Modular Xorg support. 2007-01-13 22:15:58 +00:00