The NetBSD Project

CVS log for pkgsrc/x11/libxfce4mcs/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / libxfce4mcs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26, Wed Sep 16 01:55:52 2009 UTC (14 years, 7 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2009Q4-base, pkgsrc-2009Q4, HEAD
Changes since 1.25: +1 -1 lines
FILE REMOVED

Remove these packages. They are no longer part of Xfce since 4.6.0.

xfce4-settings replaces xfce-mcs-manager frontend.

xfconf replaces xfce4-mcs-manager backend.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Sep 16 01:31:13 2009 UTC (14 years, 7 months ago) by reed
Branch: MAIN
Changes since 1.24: +1 -2 lines
Diff to previous 1.24 (colored)

Remove include of the xfce4-dev-tools buildlink.

It is only needed for building Xfce4 from SVN repo.

No need to bump versions as this is a "build" dependency.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 26 19:57:02 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

bump revision because of graphics/jpeg update

Revision 1.23 / (download) - annotate - [select for diffs], Fri Mar 20 19:25:47 2009 UTC (15 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.22: +6 -13 lines
Diff to previous 1.22 (colored)

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.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Dec 18 16:46:29 2008 UTC (15 years, 4 months ago) by hira
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).

Revision 1.21 / (download) - annotate - [select for diffs], Fri Dec 7 19:43:25 2007 UTC (16 years, 4 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

Updated Xfce to 4.4.2

Lots of bug fixes. For the official ChangeLog, please see
http://www.xfce.org/documentation/changelogs/4.4.2

Revision 1.20 / (download) - annotate - [select for diffs], Thu Apr 12 09:55:21 2007 UTC (17 years ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.19: +5 -5 lines
Diff to previous 1.19 (colored)

Updated to Xfce 4.4.1

See http://www.xfce.org/documentation/changelogs/4.4.1 for details.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jan 23 11:53:47 2007 UTC (17 years, 3 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, XFCE-4_2_x
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Xfce 4.2.4 released

A new bug fix release of Xfce 4.2 is available. This release is supposed to
be the last release for the 4.2 branch. It includes several fixes ported from
the current developpment branch. This release should not be confused with the
upcoming Xfce 4.4 release [1], it's a bug fix release of the previous stable
branch.

[1] Xfce 4.4.0 is already in pkgsrc-wip.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 16 20:19:13 2007 UTC (17 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.17: +4 -2 lines
Diff to previous 1.17 (colored)

For libtool, libSM and libX11 are recursively needed.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Oct 12 09:24:20 2006 UTC (17 years, 6 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.16: +4 -5 lines
Diff to previous 1.16 (colored)

Regenerate to fix some pkglint warnings.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Jul 8 23:11:14 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

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

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 8 22:39:46 2006 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

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.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Apr 12 10:27:42 2006 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Apr 6 06:23:02 2006 UTC (18 years ago) by reed
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

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).

Revision 1.12 / (download) - annotate - [select for diffs], Fri Feb 17 06:49:25 2006 UTC (18 years, 2 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

Fixed warnings found by pkglint -Wall.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 5 23:11:39 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Nov 9 06:42:59 2005 UTC (18 years, 5 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Updated xfce4 to 4.2.3.1

* Lots of bug fixes
* Translation updates

Official ChangeLog is available at:

http://www.xfce.org/release_notes/4.2.3.1_changelog.html

Revision 1.9 / (download) - annotate - [select for diffs], Wed May 18 06:10:30 2005 UTC (18 years, 11 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Updated xfce4 to 4.2.2

General:

* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
  ko, mr, pl, ro, vi,
* new french documentation.

gtk-xfce-engine:

* fix various colors issues with ExoIconBar, prelight colors for treeview,
  AdobeĀ® Acrobattm 7, progress bar, combo box, gtk scales (#848).

libxfcegui4:

* check ~/.local/share/pixmaps/ as a fallback (#731).

xfcalendar:

* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.

xfce4-mixer:

* fix a bug with ALSA.

xfce4-session:

* fix a crash with the MCS plugin.

xfce-utils:

* taskbar: Add a command option "--monitor=x" to allow specifying which
  monitor to use in Xinerama mode.

xfdesktop:

* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.

xffm:

* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).

xfprint:

* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.

xfwm4:

* fix mouse buttons being left ungrabbed when focus was transfered to
  an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Mar 30 07:04:06 2005 UTC (19 years ago) by martti
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Fix xfce4 build problems

- make libxfce4gui depend on startup-notification
- rebuild the buildlink3.mk files to catch the new dependencies

Revision 1.7 / (download) - annotate - [select for diffs], Fri Mar 18 07:59:09 2005 UTC (19 years, 1 month ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Updated xfce to 4.2.1.1

General:

* Don't use G_INLINE_FUNC in the source code, which fixes several weird
  build errors.

libxfce4util:

* Fix a problem with NFS mounted home directories in Solaris (#724)

xfce4-session:

* Fix RedHat shutdown code (#703)

xfdesktop:

* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
  the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
  menu. there's a new option to either follow the default menu, or use a
  static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
  window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion

xffm:

* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
  This is bugzilla #751 report. Not all gtk showstopper bugs from svg
  can be avoided. In particular with office/mobile_phone_01.svg. This
  file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
  remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
  brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
  in the other treeview before mount is complete)

xfcalendar:

* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
  xfcalendar is launched (it remembered before the status when leaving)

xfce4-panel:

* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)

xfprint:

* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jan 17 12:56:13 2005 UTC (19 years, 3 months ago) by martti
Branch: MAIN
Changes since 1.5: +2 -3 lines
Diff to previous 1.5 (colored)

Updated XFce to 4.2.0

Too many changes to list here, please read the Changelog from www.xfce.org
(http://www.xfce.org/release_notes/4.2.0_changelog.html)

Revision 1.5 / (download) - annotate - [select for diffs], Sun Oct 3 00:18:36 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

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.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Wed Jul 14 11:17:19 2004 UTC (19 years, 9 months ago) by agc
Branch: pkgsrc-2004Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pullup ticket 56 to the pkgsrc-2004Q2 branch, requested by Martti Kuparinen.

Update xfce4 to version 4.0.6 - a bugfix release. Also add various plugins:

	xfce4-weather-plugin
	xfce4-cpugraph-plugin
	xfce4-xkb-plugin
	xfce4-taskbar-plugin
	xfce4-windowlist-plugin

	Module Name:    pkgsrc
	Committed By:   martti
	Date:           Mon Jul 12 08:25:11 UTC 2004

	Modified Files:
		pkgsrc/audio/xfce4-mixer: PLIST buildlink3.mk distinfo
		pkgsrc/graphics/xfce4-iconbox: PLIST buildlink3.mk distinfo
		pkgsrc/meta-pkgs/xfce4: Makefile.common buildlink3.mk
		pkgsrc/print/xfce4-print: PLIST buildlink3.mk distinfo
		pkgsrc/sysutils/xfce4-fm: PLIST buildlink3.mk distinfo
		pkgsrc/sysutils/xfce4-fm-icons: buildlink3.mk distinfo
		pkgsrc/sysutils/xfce4-systray: buildlink3.mk distinfo
		pkgsrc/wm/xfce4-wm: PLIST buildlink3.mk distinfo
		pkgsrc/wm/xfce4-wm-themes: buildlink3.mk distinfo
		pkgsrc/x11/libxfce4gui: PLIST buildlink3.mk distinfo
		pkgsrc/x11/libxfce4mcs: buildlink3.mk distinfo
		pkgsrc/x11/libxfce4util: buildlink3.mk distinfo
		pkgsrc/x11/xfce4-desktop: PLIST buildlink3.mk distinfo
		pkgsrc/x11/xfce4-gtk2-engines: Makefile buildlink3.mk distinfo
		pkgsrc/x11/xfce4-mcs-manager: PLIST buildlink3.mk distinfo
		pkgsrc/x11/xfce4-mcs-plugins: PLIST buildlink3.mk distinfo
		pkgsrc/x11/xfce4-panel: PLIST buildlink3.mk distinfo
		pkgsrc/x11/xfce4-themes: buildlink3.mk distinfo
		pkgsrc/x11/xfce4-toys: PLIST buildlink3.mk distinfo
		pkgsrc/x11/xfce4-trigger-launcher: PLIST buildlink3.mk distinfo
		pkgsrc/x11/xfce4-utils: PLIST buildlink3.mk distinfo

	Log Message:
	Updated XFce to 4.0.6

	As usual, this is a maintenance release, aimed at bug-fixing;
	no new features are being added to the 4.0 branch.

	The main purpose of this release is compatibility with recent GTK+
	releases along with other fixes.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 12 08:25:11 2004 UTC (19 years, 9 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Updated XFce to 4.0.6

As usual, this is a maintenance release, aimed at bug-fixing;
no new features are being added to the 4.0 branch.

The main purpose of this release is compatibility with recent GTK+
releases along with other fixes.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Apr 16 16:12:00 2004 UTC (20 years ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base
Branch point for: pkgsrc-2004Q2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Updated xfce4 to 4.0.5

This is a maintenance release, aimed at bug-fixing; no new features
are being added to the 4.0 branch.

The main purpose of this release is compatibility with the recent GTK+ 2.4.x
release along with other fixes.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 18 09:12:17 2004 UTC (20 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 10 11:53:37 2004 UTC (20 years, 1 month ago) by xtraeme
Branch: MAIN

bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>