non port: x11-wm/fvwm2-devel/Makefile |
Number of commits found: 87 |
Wednesday, 26 Oct 2011
|
03:40 cy
The FVWM development branch is no longer supported by upline (fvwm.org).
|
Sunday, 2 Oct 2011
|
02:40 cy
Fvwm.org no longer distutes a development branch.
|
Sunday, 5 Jun 2011
|
05:30 cy
Configuration improvements:
- Add knobs for SVG and IMLIB.
- Remove redundant MULTIBYTE option.
- Add includes to args passed to configure script.
- Fix libXcursor detection.
PR: 157617 and 157618
Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
|
Tuesday, 19 Apr 2011
|
01:48 cy
Fix up CONFLICTS.
|
Sunday, 17 Apr 2011
|
04:43 cy
Update 2.6.0 --> 2.7.0. FVWM's 2.7 branch is the new development branch.
|
Saturday, 16 Apr 2011
|
00:28 cy
Update 2.5.31 --> 2.6.0
|
Saturday, 2 Apr 2011
|
12:49 cy
- Replace direct (via LIB_DEPENDS) libXft dependency with USE_XORG one
- Cleanup and reformat Makefile header
Submitted by: danfe
|
Monday, 16 Aug 2010
|
19:29 cy
Update 2.5.30 --> 2.5.31
|
Monday, 31 May 2010
|
02:01 ade
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
|
Wednesday, 12 May 2010
|
04:53 cy
Update 2.5.28 --> 2.5.30
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Friday, 12 Mar 2010
|
04:43 cy
Remove a patch that fixed an old typo which was subsequently repaired upsream.
|
Tuesday, 22 Sep 2009
|
14:59 cy
Update from 2.5.27 to 2.5.28.
Comments from the announcement:
Version 2.5.28 is a beta maintenance release that fixes a couple of
bugs and adds some minor features. Please be aware that any features
introduced in the 2.5.x development versions may be renamed, changed or
removed without notice before 2.6.0.
* New features:
- New differentiated options for SnapAttraction when snapping
against screen edges:
"None", "ScreenWindows", "ScreenIcons", "ScreenAll"
- New option to the BugOpts command: TransliterateUtf8.
* Bug fixes:
- Fixed non-visible Qt windows after a Qt deferred map (e.g.
Skype profile windows).
- Fixed the use of the X-resource "fvwmstyle".
- Fixed segmentation fault in FvwmEvent when parsing an
undefined event name, or an undefined environment variable
to the RPlayHost option.
- Fixed the events startup, shutdown and unknown in FvwmEvent.
- Fvwm now retains utf8 window names when the WM_NAME changes,
and the utf8 name converted to the default charset match
the old WM_NAME.
- Fixed the options RPlayVolume and RPlayPriority in FvwmEvent.
- Fixed SnapAttraction: Option SameType/Icons/Windows did
falsely not affect conditions of option "Screen" and option
"SameType" snapped falsely icons and windows together.
- Fixed a problem where modules would get incorrect stacking
information if many windows were restacked at the same time.
- Fixed BugOpts parsing of more than one option at a time and
restoring of default value for the last option
in the command line when omitted.
- 64 bit fix for setting EWMH _NET_WM_ICON property on windows.
Run past: marcus (portsmgr hat)
Feature safe: Yes
|
Saturday, 22 Aug 2009
|
17:36 marcus
Chase the fribidi shared lib bump.
|
Monday, 23 Feb 2009
|
23:29 cy
Update 2.5.26 --> 2.5.27
|
Monday, 9 Feb 2009
|
21:29 cy
Fix incorrect FVWM_ICONS filename.
|
Tuesday, 3 Feb 2009
|
21:07 cy
Additional fvwm_icons fix.
Pointy hat to: me
|
01:29 cy
Fixup icons extraction.
|
Sunday, 1 Feb 2009
|
06:36 cy
The name of the fvwm_icons distfile has changed. It is now versioned.
Noticed by: pav
|
Saturday, 13 Dec 2008
|
06:35 cy
Fix broken symlink when NOMANCOMPRESS is defined.
Prompted by: PR 129465 for x11-wm/fvwm2
|
Friday, 6 Jun 2008
|
14:17 edwin
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Wednesday, 7 May 2008
|
17:41 cy
Update 2.5.24 --> 2.5.26
|
Sunday, 23 Mar 2008
|
16:44 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sunday, 13 Jan 2008
|
18:21 cy
Update 2.5.23 --> 2.5.24
|
Sunday, 9 Sep 2007
|
06:01 cy
Add missing mlink.
|
Friday, 7 Sep 2007
|
16:55 cy
Update 2.5.21 --> 2.5.23
|
Monday, 23 Jul 2007
|
09:36 rafan
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Sunday, 21 Jan 2007
|
17:04 cy
Update 2.5.20 --> 2.5.21
* New features:
- The command Scroll can now be used for interactive scrolling.
* Bug Fixes:
- Fixed Tile...Placement styles (SmartPlacement) that were
broken in 2.5.20.
|
Friday, 19 Jan 2007
|
19:37 cy
Fix a packaging error.
Pointy hat to: me
|
Wednesday, 17 Jan 2007
|
18:14 cy
Update to 2.5.20
|
Friday, 12 Jan 2007
|
09:12 rafan
- Use USE_ICONV instead of LIB_DEPENDS
Approved by: portmgr (erwin, few weeks ago)
|
Tuesday, 9 Jan 2007
|
19:34 cy
Make this port X11BASE clean.
|
Wednesday, 20 Dec 2006
|
04:07 cy
Update 2.5.18 --> 2.5.19
|
Wednesday, 13 Sep 2006
|
04:59 cy
Update 2.5.16 --> 2.5.18
|
Wednesday, 31 May 2006
|
11:30 cy
pkg-plist fixes.
|
Sunday, 21 May 2006
|
21:48 kris
BROKEN: Incomplete pkg-plist
|
Sunday, 14 May 2006
|
01:19 edwin
[PATCH] x11-wm/fvwm: portlint(1) fixes
- use @dirrmtry
- Remove an extra blank line that annoyed portlint
PR: ports/95831
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: maintainer timeout
|
Saturday, 13 May 2006
|
05:00 edwin
Remove USE_REINPLACE from categories starting with X
|
Tuesday, 18 Apr 2006
|
23:18 cy
Recent upgrade to fribidi has fixed this port when building WITH_BIDI.
|
Saturday, 15 Apr 2006
|
20:07 cy
Mark broken when building WITH_BIDI. fribidi-0.10.7 is required to build,
however fribidi-0.10.4 is currently in ports.
|
Tuesday, 7 Feb 2006
|
11:21 dinoex
- fix missing manpage
http://pointyhat.freebsd.org/errorlogs/i386-6-latest/fvwm-2.5.16.log
|
Sunday, 29 Jan 2006
|
03:29 cy
Update 2.5.14 --> 2.5.16
|
Wednesday, 9 Nov 2005
|
16:50 cy
Fix build failure under FreeBSD-4.11.
PR: 87886
Submitted by: parv
|
Monday, 31 Oct 2005
|
20:50 cy
No longer builds under 4.11. Mark broken for the time being.
|
Wednesday, 26 Oct 2005
|
14:28 cy
Merge patch-configure r1.4 and 1.5.
|
Tuesday, 25 Oct 2005
|
15:43 cy
Merge in r1.76.
|
Friday, 21 Oct 2005
|
18:05 cy
Due to last commit, bump revision number.
|
13:50 cy
Unbreak this port. Previous commit was incomplete.
|
Thursday, 20 Oct 2005
|
23:30 cy
Update 2.5.13 --> 2.5.14
|
Thursday, 15 Sep 2005
|
09:57 danfe
Bump PORTREVISION after recent changes.
Suggested by: <lj user="0ld">
|
Tuesday, 13 Sep 2005
|
22:11 danfe
- Convert to OPTIONS
- Switch from rarely used biconv.2 to standard iconv.3
- Add WITH_RPLAY knob, kill WITHOUT_XINERAMA since it was of little use
- Fix WITH_BIDI case (missing fribidi.0 dependency)
- Remove evil `-imlib' PKGNAMESUFFIX
- Do not forget FvwmGtk.1 in MAN1
- Fix NLS detection (and handle WITHOUT_NLS knob)
- Adjust PLIST accordingly
- Utilize DATADIR in pkg-plist
- Pacify portlint to some degree
PR: ports/81440
Submitted by: yours truly
Approved by: maintainer
|
Sunday, 17 Jul 2005
|
03:47 cy
1. Update 2.5.12 --> 2.5.13.
2. Register conflicts.
3. Set default ImagePath in system.fvwm2rc.
PR: 59165
|
Thursday, 28 Oct 2004
|
14:20 cy
Fix endless loop in icons.c.
PR: 72992
Submitted by: parv@pair.com
|
Wednesday, 20 Oct 2004
|
20:17 cy
Update 2.5.10 --> 2.5.12
|
Wednesday, 7 Apr 2004
|
11:52 cy
Fix dependency.
|
Tuesday, 6 Apr 2004
|
18:08 cy
Update 2.5.8 --> 2.5.10
|
Tuesday, 16 Mar 2004
|
22:54 marcus
Chase the new location of libXft.
|
Saturday, 7 Feb 2004
|
04:16 cy
Add NO_LATEST_LINK to avoid link stomping.
Reported by: kris
|
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Saturday, 8 Nov 2003
|
04:35 cy
1. Iconv is required to fix segmentation violations and bus errors,
see http://www.hpc.uh.edu/fvwm/archive/0311/msg00049.html.
2. Use LOCALBASE to locate iconv instead of /usr/local.
PR: 59032 (for #1)
|
Monday, 3 Nov 2003
|
22:13 cy
Update 2.5.7 --> 2.5.8
|
Friday, 8 Aug 2003
|
02:29 cy
Remove WITHOUT_SHAPE option: w/o it too many artifacts are generated
while moving anything
Add WITHOUT_BIDI, WITHOUT_XINERAMA, WITHOUT_ICONS, and WITHOUT_GNOME
options.
PR: 55256
Submitted by: parv <parv_fm@emailgroups.net>
|
Thursday, 10 Jul 2003
|
03:04 cy
Add multibyte support.
PR: 54065
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
|
Wednesday, 2 Jul 2003
|
22:27 cy
Update 2.5.6 --> 2.5.7
|
Sunday, 4 May 2003
|
21:12 cy
Update PORTREVISION encompassing last two commits.
|
20:31 cy
Fix broken dependency.
PR: 51460
Submitted by: Guido Berhoerster <ich@guido-berhoerster.org>
|
Wednesday, 23 Apr 2003
|
17:29 cy
1. Fix build error reported by Bento.
2. Add iconv support.
PR: 50584 (iconv support)
Submitted by: Shao Zhang <shao@cia.com.au> (iconv support)
|
Sunday, 20 Apr 2003
|
19:54 marcus
Remove USE_GNOMENG.
|
Thursday, 3 Apr 2003
|
19:32 cy
Udate 2.5.5 -> 2.5.6.
|
Friday, 7 Mar 2003
|
06:14 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Tuesday, 18 Feb 2003
|
04:51 anholt
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
|
Tuesday, 7 Jan 2003
|
04:47 cy
Update 2.4.4 -> 2.4.5
|
Sunday, 1 Dec 2002
|
02:53 cy
Fix FvwmPager 100% CPU problem.
PR: 44820
Submitted by: parv_fm@emailgroups.net
Approved by: kris (wearing his portsmgr hat)
|
Thursday, 7 Nov 2002
|
05:46 cy
Use PORTCOMMENT.
|
Thursday, 31 Oct 2002
|
23:11 cy
Update 2.5.3 --> 2.5.4
PR: 44787
Submitted by: Anders Andersson <anders@hack.org>
|
Saturday, 14 Sep 2002
|
01:39 cy
Enable PNG support.
PR: 42721
Submitted by: adam@vectors.cx
|
00:54 cy
${PERL} -> ${REINPLACE_CMD}
Fully qualify the path to GNU M4 FvwmM4.
|
Thursday, 12 Sep 2002
|
14:39 cy
Remove pkg-plist redundancy.
|
Wednesday, 11 Sep 2002
|
20:34 cy
Merge changes made to fvwm2 port:
- Pkg-plist should reflect that FvwmGtk is installed only when GTK is
detected.
- Fix package build and package deinstall when not using GNOME.
|
Monday, 2 Sep 2002
|
01:30 lioux
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Thursday, 29 Aug 2002
|
19:55 cy
Update 2.5.2 --> 2.5.3
|
Monday, 1 Jul 2002
|
15:16 cy
Upgrade 2.5.1 --> 2.5.2
|
Wednesday, 12 Jun 2002
|
05:39 cy
Fix plist brokenness.
Pointy hat to: yours truly
|
Monday, 29 Apr 2002
|
00:10 cy
Upgrade 2.5.0 --> 2.5.1
|
Wednesday, 3 Apr 2002
|
14:51 cy
New fvwm2-devel (alpha release), upgrade 2.3.33 --> 2.5.0.
|
Thursday, 28 Mar 2002
|
22:28 cy
This forced commit documents the rename of this port from fvwm2-beta to
fvwm2-devel via a repo-copy.
|
Number of commits found: 87 |