Commit graph

118 commits

Author SHA1 Message Date
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
prlw1
d59c698db2 Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
2017-10-15 23:19:10 +00:00
prlw1
790223337c libbonobo: requires py-glib2-tools to build 2017-10-14 21:37:16 +00:00
wiz
a1e4174a9c Follow some http redirects. 2017-08-16 20:21:03 +00:00
wiz
2b0a009d0e Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:37:46 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
prlw1
0cd1c49759 Avoid compilation error caused by use of GStaticRecMutex which was
deprecated in GLib 2.32 - needed for a successful compile with
GLib 2.36.
2013-04-19 14:56:20 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
obache
c38c120ee5 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
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
wiz
833922aab2 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:39:49 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
drochner
4f86bd5b1f update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-15 18:32:25 +00:00
obache
dd5505ca8f :No need gtkdoc-rebase workaround anymore. 2010-08-29 09:26:56 +00:00
drochner
8200ec5528 update to 2.24.3
changes:
-bugfixes
-translation updates
2010-06-11 13:17:30 +00:00
drochner
ebf4e4a9dc update to 2.24.2
changes: translation updates
2009-10-21 15:55:41 +00:00
joerg
76039544d1 Remove @dirrm related logic. 2009-06-14 22:57:58 +00:00
joerg
7fdde28ea5 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 18:48:07 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
obache
b3e183c1b4 Need workaround for Upstream Bug#562310.
Noticed by John D. Baker in PR 41475.
2009-06-05 07:09:31 +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
wiz
04ac564ba7 Update to 2.24.1:
libbonobo 2.24.1
	* Win32 portability fixes (Tor Lillqvist)
	* cleanups for newer glib releases (Cosimo Cecchi)
	* Other cleanups for single glib includes (Przemysław Grzegorczyk)
	* Cross-compiling fixes (Fridrich Strba)
2009-03-06 14:08:23 +00:00
drochner
afc6ae91c7 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 12:32:29 +00:00
jmmv
0d3662ee66 Drop maintainership
Stop lying and drop maintainership of these packages.  I have not
maintained them for a very long time already, so leave room for
fresh blood to take over them.
2008-04-30 13:38:14 +00:00
drochner
8b117631e2 update to 2.22.0
This switches to the gnome-2.22 release branch.
2008-04-10 16:22:13 +00:00
drochner
f2e4d9b5c4 remove a DISABLE_DEPRECATED to fix build against newer glib2 versions 2008-04-01 18:06:57 +00:00
wiz
e35c1354cb Update to 2.20.4:
libbonobo 2.20.4
	* Fix build on Solaris (Brian Cameron)
	* Fix potential situation hanging the entire desktop (Michael)
2008-03-04 13:47:32 +00:00
drochner
0bbce5cb15 update to 2.20.3
changes: minor fixes and portability improvements
2008-01-06 15:57:47 +00:00
drochner
e883985153 update to 2.20.1
This switches to the new gnome-2.20 branch.
2007-10-31 20:03:16 +00:00
rillig
3cd03bc8b4 libbonobo needs flex, at least on Solaris. 2007-09-18 19:24:17 +00:00
wiz
a387d87bc5 Update to 2.18.0:
libbonobo 2.18.0

	* Code cleanups (Kjartan)
	* Build fix (Loïc Minier)
	* Updated translations:
	  - Albanian (Laurent Dhima)
	  - Bengali Indian (Runa Bhattacharjee)
	  - Brazilian Portugese (Leonardo Ferreira Fontenelle)
	  - Dutch (Timo Meinen)
	  - Dzongkha (Pema Geyleg)
	  - Finnish (Illka Tuohela)
	  - Greek (Simos Xenitellis)
	  - Gujarati (Ankit Patel)
	  - Hungarian (Gabor Kelemen)
	  - Lithuanian (Gintautas Miliauskas)
	  - Macedonian (Jovan Naumovski)
	  - Polish (The GNOME PL team)
	  - Romanian (Mişu Moldovan)
	  - Russian (Leonid Kanter)
	  - Serbian (Goran Rakić)
	  - Tamil (I Felix)
	  - Traditional Chinese (Chao-Hsiung Liao)

libbonobo 2.17.92

	* Further reduce relocations (Christian)
	* Compiler warning fixes (Matthew Barnes)
	* Updated translations:
	  - Illka Tuohela (fi)
	  - Gabor Kelemen (hu)
	  - GNOME PL Team (pl)
	  - Leonardo Ferreira Fontenelle (pt_BR)

libbonobo 2.17.91

	* Build fixes (Gustavo, Kjartan)
	* Compiler warning fixes (Kjartan)
	* Factor out some more popt references (Christian)

libbonobo 2.17.90

	* Fix leaks (Chris Heath)
	* Code cleanups (Kjartan, Gustavo)
	* Fixes for unit testing (Gustavo)
	* Remove unneeded checks before g_strdup/g_free (Kjartan)
	* Fixes to reduce relocation (Christian)
	* Win32 fixes (Tor)
	* String fixes (Christian, Ernani Azevedo, Gustavo, David Lodge)
	* API-docs fixes (Matthew Barnes)
	* Depend on the right version of ORBit2 (Mark Johnson)
2007-04-09 00:46:11 +00:00
joerg
605f49a154 DESTDIR support. 2006-11-05 17:49:33 +00:00
jmmv
651f31ec49 Update to 2.16.0:
libbonobo 2.16.0

	* API DOC fixes (Alex, Gustavo)
	* Don't check for xrdb or dladdr when we don't use them (Kjartan)
	* Updated and new translations

libbonobo 2.15.3

	* Fix ghtread configure test when building uninstalled (Brian Cameron)
	* Various bonobo-activation login fixes (Michael)
	* Various cleanups of exception handling (Gustavo)
	* Fixes for panel sometimes hanging on login (Alex)

libbonobo 2.15.2

	* Warning and build fixes. (Marcus Meissner, Kjartan)
	* Revert a change that caused segfaults during make check
	  (Kjartan)
	* New and updated translations

libbonobo 2.15.1

	* Fix Coverity reports for leaks, accessing uninitialized memory
	  and null pointer derefs (Michael, Kjartan)

libbonobo 2.15.0

	* Add new MIME api to make gnome-vfs not have a hard dependency on
	libbonobo (Alex)
	* Fix some leaks (Kjartan)
	* Win32 portability fixes (Tor)
	* po/LINGUAS porting (Przemysław Grzegorczyk)
	* Port to GOption from popt (Michael Terry)
	* Build fixes and cleanups (Michael Meeks, Kjartan)
2006-09-15 15:06: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
jlam
00478b39e6 Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool".  Remove now unused
intltool/buildlink3.mk
2006-07-05 05:37:39 +00:00
joerg
acb064a9b9 Needs msgfmt. 2006-06-08 09:47:58 +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
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
jmmv
4a08dc6ced libbonobo 2.14.0
* Translation updates:
                * Priit Laes (et)
                * Misu Moldovan (ro)

libbonobo 2.13.93

	* Always pass program arguments to bonobo_activation_init (Michael)
	* Fixed re-enterancy problems on slow machines (Michael)
	* Translation updates:
                * Rhys Jones (cy)
		* Hendrik Brandt (de)
		* Kostas Papadimas (el)
		* Inaki Larranaga (eu)
		* Gabor Kelemen (hu)
		* Luca Ferretti (it)
	        * Changwoo Ryu (ko)
		* Žygimantas Beručka (lt)
		* Artur Flinta (pl)
		* Duarte Loreto (pt)
		* Raphael Higino (pt_BR)
		* Leonid Kanter (ru)
		* Slobodan D, Sredojevic (sr, sr@Latn)
		* Maxim Dziumanenko (uk)
                * Funda Wang (zh_CN)

libbonobo 2.13.1

	* Fix corruption issue that was causing hangs on login (Michael)
	* Fix GOption argument parsing typo (Christian Perch)
	* Unregister run-time defined ServerInfos on program exit (Gustavo)

libbonobo 2.13.0

	* Rework the end-user installation location independence code for Win32 (Tor Lillqvist)
	* Don't use deprecated functions (Kjartan)
	* Fix build on solaris 10 with sun studio 10 compiler [#315145]
	* Add support for GOption argument parsing in libgnome (Pawel Sliwowski, chpe) [#307312]
	* Merge cleanups from stable (Kjartan)
	* Translation updates:
		* Mahay Alam Khan (bn)
		* Jordi Mallach (ca)
		* Miloslav Trmac (cs)
		* Martin Willemoes Hansen (da)
		* Adam Weinberger (en_CA)
		* Francisco Javier F. Serrador (es)
		* Ivar Smolin (et)
		* Iñaki Larrañaga Murgoitio (eu)
		* Christophe Merlet (RedFox) (fr)
		* Ignacio Casal Quinteiro (gl)
		* Ankit Patel (gu)
		* Gabor Kelemen (hu)
		* Mohammad DAMT (id)
		* Alessio Frusciante (it)
		* Takeshi AIHANA (ja)
		* Changwoo Ryu (ko)
		* Erdal Ronahi (ku)
		* Huib Kleinhout (nl)
		* Leonid Kanter (ru)
		* Marcel Telka (sk)
		* Christian Rose (sv)
		* Baris Cicek (tr)
		* Clytie Siddall (vi)
2006-03-30 21:06:41 +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
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00