Skip site navigation (1)Skip section navigation (2)

CVS log for ports/x11-wm/wmii/Makefile

[BACK] Up to [FreeBSD] / ports / x11-wm / wmii

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu Feb 25 12:46:56 2010 UTC (23 months, 2 weeks ago) by danfe
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -1 lines
Adjust CONFLICTS after update of `x11-wm/wmii-devel'.

Feature safe:	yes

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Feb 25 10:05:21 2010 UTC (23 months, 2 weeks ago) by danfe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +7 -8 lines
Fix the build on amd64 and sparc64 (at least).  I can think of little
reasons to unconditionally reimplement strlcat(3), which is being around in
BSD for over a decade now, but WMII does it anyways.  Apparently, somebody
needs to reread Unix Haters Handbook.

Despite the fact that return value of strlcat() does not seem to be used
anywhere, I decided to keep their implementation instead of switching to
kosher implementation from our libc, just in case of some weird bug-to-bug
compatibility issue.

Closes PR:	ports/143594
Feature safe:	yes

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 20 00:52:30 2009 UTC (2 years, 4 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +7 -1 lines
Mark as broken on amd64 and sparc64: fails to compile.

Feature safe:	yes

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 11 12:03:26 2009 UTC (2 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +18 -10 lines
Try to further improve user experience with WMII:

- Since default layout boxes actually just look ugly, but are still useful,
  rework previous solution: instead of omitting them completely, draw them
  in a slim fashion.  Also, give option a better name (SLIM_LAYOUT_BOX)

- Apparently, Xmb* -> Xutf8* conversion was only safe thing to do with UTF-8
  locales; those who use traditional (8-bit) locales and experience problems
  with fonts should try rebuilding the port with UTF8_TEXT option unset

- Since our `devel/9base' port installs rc(1) but not read(1), it is of
  little use as rdep anyway (`devel/plan9port' installs more complete set
  of things, but is unfortunately broken on 8.0+)

- While here, pacify portlint(1) and remove _XOPEN_SOURCE definition to
  prevent some warnings

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 10 18:44:27 2009 UTC (2 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +9 -2 lines
- Allow to build with hidden layout boxes, lots of people should appreciate
- Adjust regexp slightly while here (avoid extra resulting space)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 8 12:51:53 2009 UTC (2 years, 5 months ago) by danfe
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
- Register CONFLICTS with readded `x11/wmii-devel' port
- Update MASTER_SITES
- Minor textual nit in a comment

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 29 07:44:56 2009 UTC (2 years, 7 months ago) by danfe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Cleanup, no functional changes.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 25 13:45:40 2009 UTC (2 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -1 lines
- Update MASTER_SITES
- Update WWW

PR:		132185
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
Approved by:	maintainer timeout

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 7 21:07:27 2009 UTC (2 years, 11 months ago) by tabthorpe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -1 lines
- Fix build after libixp update
- Bump PORTREVISION

PR:		ports/132374 (based on)
Submitted by:	Sofian Brabez (patch)
Approved by:	portmgr (pav)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:56:04 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -2 lines
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jan 29 14:33:10 2008 UTC (4 years ago) by danfe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -2 lines
Deorbit `x11-wm/wmii-devel' in favor of updated `x11-wm/wmii'.

Encouraged by:	sat (maintainer)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 29 12:49:32 2008 UTC (4 years ago) by danfe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +17 -14 lines
- Update `devel/libixp' to version 0.4 [1]
- Update `x11-wm/wmii' to version 3.6 [2]
- Remove CENKES as they do not carry new distfiles
- Minor tweaks in pkg-descr for `devel/libixp'

PRs:		ports/119281 [1]
		ports/119282 [2]
Submitted by:	Daniel Roethlisberger
Reworked by:	danfe (myself)
Go ahead from:	sat (maintainer) [1]

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 8 17:47:08 2007 UTC (4 years, 8 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -0 lines
Fix missing dependency (ergo, the build).

Reported by:	krismail

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 5 20:15:32 2007 UTC (4 years, 8 months ago) by danfe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +12 -14 lines
Rather belatedly, but still:

- Update to version 3.5.1
- Forget about USE_X_PREFIX
- Remove 4.X support

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat May 19 20:32:54 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 8 20:25:54 2007 UTC (4 years, 11 months ago) by sat
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
- Add port x11-wm/wmii-devel - Hg tip of wmii development
- Arrange mutual conflicts with wmii

Repocopy by:	marcus

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 4 19:59:40 2007 UTC (4 years, 11 months ago) by sat
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
- Update master site
- Add mirrors
- Update WWW

PR:		ports/105002 (based on)
Submitted by:	ceri
Approved by:	danfe (maintainer timeout, since 2006-11-01)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 28 13:17:16 2006 UTC (5 years, 7 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +16 -30 lines
- Update to version 3.1
- Provide better COMMENT and port description

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat May 13 05:00:45 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +0 -1 lines
Remove USE_REINPLACE from categories starting with X

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 16 14:38:26 2005 UTC (6 years, 2 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -0 lines
Mea culpa.  Previous commit log should read:

- Fix MASTER_SITES [1] and WWW line in pkg-descr
- Add SHA256 hash per new world order

Distfile was rerolled (.tar.bz2 -> .tar.gz), but nothing changed inside.

Reported by:	krismail [1]

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 16 14:36:48 2005 UTC (6 years, 2 months ago) by danfe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -2 lines
/tmp/cvs7cc8hm

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 6 06:24:46 2005 UTC (6 years, 3 months ago) by mezz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Chase cairo shared library update, bump the PORTREVISION.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 15 20:46:47 2005 UTC (6 years, 4 months ago) by danfe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3 lines
Update to version 2.

PR:		ports/84468 [1], ports/85264 [2]
Submitted by:	Wesley Shields <wxs(at)csh.rit.edu> [1]
		Andrew Pogrebennyk <andrew.nau.ua(at)gmail.com> [2]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 3 12:06:55 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -1 lines
Disable Cairo by default.  The cairo backend is not recommended in
production use, because cairo library is still very buggy and causes
crashes often (according to authors).  Add a caution comment.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jun 2 11:27:59 2005 UTC (6 years, 8 months ago) by danfe
Branches: MAIN
Add wmii, a lightweight window manager.

WWW: http://wmi.modprobe.de/

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