NetBSD.se

CVS log for pkgsrc/x11/xfce4-session/buildlink3.mk

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / x11 / xfce4-session

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon May 7 01:54:15 2012 UTC (2 weeks, 3 days ago) by dholland
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Mar 3 00:12:02 2012 UTC (2 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Recursive bump for pcre-8.30* (shlib major change)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 6 12:42:30 2012 UTC (3 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Nov 1 06:03:12 2011 UTC (6 months, 3 weeks ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Recursive bump for graphics/freetype2 buildlink addition.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Apr 22 13:42:23 2011 UTC (13 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
recursive bump from gettext-lib shlib bump.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Jan 13 13:36:48 2011 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Nov 15 22:59:17 2010 UTC (18 months, 1 week ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome

Revision 1.23: download - view: text, markup, annotated - select for diffs
Tue Sep 14 11:01:12 2010 UTC (20 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Jun 13 22:45:55 2010 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1 lines
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.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Sep 16 01:15:36 2009 UTC (2 years, 8 months ago) by reed
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -5 lines
Upgrading Xfce to 4.6.1.

This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.

The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0

Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:57:03 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
bump revision because of graphics/jpeg update

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:25:54 2009 UTC (3 years, 2 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -13 lines
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.18: download - view: text, markup, annotated - select for diffs
Fri Dec 19 23:58:18 2008 UTC (3 years, 5 months ago) by hira
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Fix PR pkg/36260.  Remove system config directory from PLIST.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Dec 18 16:46:29 2008 UTC (3 years, 5 months ago) by hira
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Bump BUILDLINK_{API,ABI}_DEPENDS.
Bump PKGREVISION (some packages ride the previous PKGREVISION bump).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Dec 7 19:43:30 2007 UTC (4 years, 5 months ago) by martti
Branches: 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
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
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.15: download - view: text, markup, annotated - select for diffs
Thu Apr 12 09:55:24 2007 UTC (5 years, 1 month ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -2 lines
Updated to Xfce 4.4.1

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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 23 11:53:47 2007 UTC (5 years, 4 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, XFCE-4_2_x
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
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.13: download - view: text, markup, annotated - select for diffs
Thu Oct 12 09:24:21 2006 UTC (5 years, 7 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Regenerate to fix some pkglint warnings.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jul 8 23:11:17 2006 UTC (5 years, 10 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
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.11: download - view: text, markup, annotated - select for diffs
Sat Jul 8 22:39:49 2006 UTC (5 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
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.10: download - view: text, markup, annotated - select for diffs
Mon Apr 17 13:46:12 2006 UTC (6 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 12 10:27:44 2006 UTC (6 years, 1 month ago) by rillig
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:23:04 2006 UTC (6 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
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.7: download - view: text, markup, annotated - select for diffs
Fri Feb 17 06:49:26 2006 UTC (6 years, 3 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Fixed warnings found by pkglint -Wall.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:46 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:33:01 2006 UTC (6 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 9 06:42:59 2005 UTC (6 years, 6 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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.3: download - view: text, markup, annotated - select for diffs
Wed May 18 06:10:31 2005 UTC (7 years ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
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.2: download - view: text, markup, annotated - select for diffs
Fri Mar 18 07:59:09 2005 UTC (7 years, 2 months ago) by martti
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
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.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jan 17 12:52:48 2005 UTC (7 years, 4 months ago) by martti
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Session manager for XFce4.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 17 12:52:48 2005 UTC (7 years, 4 months ago) by martti
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>