CVS log for pkgsrc/sysutils/xfm/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / sysutils / xfm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.24.26.1: download - view: text, markup, annotated - select for diffs
Thu Nov 7 23:15:23 2024 UTC (4 days, 20 hours ago) by maya
Branches: pkgsrc-2024Q3
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -2
lines
Pullup ticket #6917 - requested by nia
sysutils/xfm: Bug fix
Revisions pulled up:
- sysutils/xfm/Makefile 1.25
- sysutils/xfm/distinfo 1.13
- sysutils/xfm/patches/patch-lib_Xfm.cpp 1.1
---
Module Name: pkgsrc
Committed By: nia
Date: Thu Nov 7 15:29:32 UTC 2024
Modified Files:
pkgsrc/sysutils/xfm: Makefile distinfo
Added Files:
pkgsrc/sysutils/xfm/patches: patch-lib_Xfm.cpp
Log Message:
xfm: fix startup issue caused by incomplete tradcpp macro expansion
from RVP via PR pkg/58816
Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Nov 7 15:29:32 2024 UTC (5 days, 4 hours ago) by nia
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
xfm: fix startup issue caused by incomplete tradcpp macro expansion
from RVP via PR pkg/58816
Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Aug 28 09:22:23 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Branch point for: pkgsrc-2024Q3
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +9 -2
lines
xfm: Copy the app-defaults to the X11 directory. No idea if this is
correct, but X only seems to search its base directory for app-defaults
and xfm immediately errors if they can't be opened.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Feb 24 21:45:24 2020 UTC (4 years, 8 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2
lines
Fix xfm segfault with newer Xaw3d. Bump PKGREVISION
Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Nov 4 21:28:59 2019 UTC (5 years ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4
lines
sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Nov 26 06:52:55 2018 UTC (5 years, 11 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
Woops, bump PKGREVISION to 5 for previous.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Nov 26 06:52:22 2018 UTC (5 years, 11 months ago) by dholland
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -1
lines
Add a distfile patch to handle pervasive LP64 problems.
Also include assorted cleanup: don't use sprintf, don't use getwd,
fix some 32-bit file size truncations I noticed, use standard
functions and headers, etc.
patch-ac has been rolled into the distfile patch, but (for now anyway)
not the others.
Use tradcpp to produce the app-defaults file (and an install script)
as otherwise these were getting mangled.
PR 52739.
This makes it no longer segfault calling XtVaSetValues() on all LP64
platforms. But, unfortunately, for me it's still crashing, and I'm out
of available time to chase the problem further.
The symptom is that it crashes with a bad font pointer in the
Initialize code of its TextField widget, which seems to be because
something overwrites some X resource strings with garbage so the font
doesn't get set. I think. This seems to be happening from inside libXt.
Disabling libXaw3d (which there isn't a straightforward pkgsrc hook
for) makes it run, or at least start, so I think it's a net
improvement.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Oct 14 20:17:28 2015 UTC (9 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +10 -4
lines
Switch from x11/Xaw3d to newer x11/libXaw3d.
Adapt some packages so they build with that.
Bump their PKGREVISIONs.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 23 19:51:38 2012 UTC (12 years ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -3
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu May 3 09:55:31 2012 UTC (12 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -4
lines
Drop dependency on libXp (from Imake)
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc,
x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default.
* With x11/xorg-cf-files, libXp was offered with XawClientLibs,
but updated to 1.0.4, it was removed.
* And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc,
so all platforms should not require libXp from libXaw with Imake.
Bump PKGREVISION.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Mar 7 09:03:14 2010 UTC (14 years, 8 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -1
lines
* Add user-destdir installation support.
* set LICENSE=gnu-gpl-v2.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 1 15:14:08 2007 UTC (17 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1
lines
Needs libXp.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Dec 15 20:33:01 2006 UTC (17 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.
graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Mar 1 22:45:15 2006 UTC (18 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Set BUILD_TARGET, remove BROKEN_IN.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:10:58 2006 UTC (18 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jan 16 13:52:08 2006 UTC (18 years, 10 months ago) by rxg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Modified mailbox in MAINTAINER.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 4 04:29:08 2006 UTC (18 years, 10 months ago) by schmonz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -3
lines
Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Dec 26 23:39:34 2005 UTC (18 years, 10 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -1
lines
Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:47:31 2005 UTC (19 years, 7 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Mar 24 21:13:01 2005 UTC (19 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 18 23:47:03 2004 UTC (20 years, 6 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
Convert to buildlink3.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jan 20 12:26:16 2004 UTC (20 years, 9 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 29 12:42:34 2003 UTC (21 years, 7 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 3 02:59:30 2003 UTC (21 years, 8 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Oct 8 13:44:20 2002 UTC (22 years, 1 month ago) by jlam
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
buildlink1 -> buildlink2
Revision 1.1.1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 23 19:01:18 2002 UTC (22 years, 4 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.1.1.1.2.1: preferred, colored; branchpoint 1.1.1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.1.1.2.1: +18 -0
lines
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.1.1.1.2.1
Tue Jun 4 16:44:55 2002 UTC (22 years, 5 months ago) by jlam
Branches: buildlink2
FILE REMOVED
Changes since revision 1.1.1.1: +0 -18
lines
file Makefile was added on branch buildlink2 on 2002-06-23 19:01:18 +0000
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Jun 4 16:44:55 2002 UTC (22 years, 5 months ago) by cjep
Branches: TNF
CVS tags: pkgviews,
pkgsrc-base,
netbsd-1-6,
buildlink2-base
Branch point for: buildlink2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of sysutils/xfm-1.4.3 into the NetBSD packages collection.
XFM is a powerful file and applications manager program written using
the X toolkit. It contains virtually all of the features that you would
expect in a file manager -- move around your directory tree in multiple
windows, and move, copy or delete files with simple mouse operations.
The integrated application manager allows you to load files into your
favourite applications from the file manager by dragging icons. It can
also be used as a "shelf" onto which you can place files and directories
that you are currently working with.
Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by
zuntum@.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jun 4 16:44:55 2002 UTC (22 years, 5 months ago) by cjep
Branches: MAIN
CVS tags: pkgviews-base,
netbsd-1-6-RELEASE-base
Initial revision
CVSweb <webmaster@jp.NetBSD.org>