1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Alexey Dokuchaev
05133cbba1 Adjust CONFLICTS after update of `x11-wm/wmii-devel'.
Feature safe:	yes
2010-02-25 12:46:56 +00:00
Alexey Dokuchaev
bfb3284e97 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
2010-02-25 10:05:21 +00:00
Mark Linimon
d527d4b79c Mark as broken on amd64 and sparc64: fails to compile.
Feature safe:	yes
2009-09-20 00:52:30 +00:00
Alexey Dokuchaev
46164d673f Fix a potential crash. I was able to trigger it only with non-UTF8 build
(which is not default) and only with Arora when visiting one specific page,
so leave PORTREVISION as is.
2009-09-11 14:11:03 +00:00
Alexey Dokuchaev
69f48bfa89 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
2009-09-11 12:03:26 +00:00
Alexey Dokuchaev
14c3c9f3a0 - Allow to build with hidden layout boxes, lots of people should appreciate
- Adjust regexp slightly while here (avoid extra resulting space)
2009-09-10 18:44:27 +00:00
Alexey Dokuchaev
999792c603 - Register CONFLICTS with readded `x11/wmii-devel' port
- Update MASTER_SITES
- Minor textual nit in a comment
2009-09-08 12:51:53 +00:00
Alexey Dokuchaev
b86b54f543 Update description. 2009-09-07 16:20:57 +00:00
Alexey Dokuchaev
c19207d239 Update WWW. 2009-06-29 07:48:23 +00:00
Alexey Dokuchaev
159631e35b Cleanup, no functional changes. 2009-06-29 07:44:56 +00:00
Martin Wilke
2f5878bc92 - Update MASTER_SITES
- Update WWW

PR:		132185
Submitted by:	Sofian Brabez <sbrabez@gmail.com>
Approved by:	maintainer timeout
2009-03-25 13:45:40 +00:00
Thomas Abthorpe
d61ee62768 - Fix build after libixp update
- Bump PORTREVISION

PR:		ports/132374 (based on)
Submitted by:	Sofian Brabez (patch)
Approved by:	portmgr (pav)
2009-03-07 21:07:27 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Alexey Dokuchaev
f8bae2f0aa Deorbit x11-wm/wmii-devel' in favor of updated x11-wm/wmii'.
Encouraged by:	sat (maintainer)
2008-01-29 14:33:11 +00:00
Alexey Dokuchaev
d7eb19ab08 - 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]
2008-01-29 12:49:32 +00:00
Alexey Dokuchaev
9ea658e050 Fix missing dependency (ergo, the build).
Reported by:	krismail
2007-06-08 17:47:08 +00:00
Alexey Dokuchaev
c9d74bc808 Rather belatedly, but still:
- Update to version 3.5.1
- Forget about USE_X_PREFIX
- Remove 4.X support
2007-06-05 20:15:32 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Andrew Pantyukhin
505e8f2de2 - Add port x11-wm/wmii-devel - Hg tip of wmii development
- Arrange mutual conflicts with wmii

Repocopy by:	marcus
2007-03-08 20:25:55 +00:00
Andrew Pantyukhin
76b8463df5 - Update master site
- Add mirrors
- Update WWW

PR:		ports/105002 (based on)
Submitted by:	ceri
Approved by:	danfe (maintainer timeout, since 2006-11-01)
2007-03-04 19:59:40 +00:00
Alexey Dokuchaev
21f9eace67 Fix the build on 4.X. 2006-10-03 23:22:04 +00:00
Alexey Dokuchaev
90c52dadd5 - Update to version 3.1
- Provide better COMMENT and port description
2006-06-28 13:17:16 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Alexey Dokuchaev
dc8006404e /tmp/cvs7cc8hm 2005-11-16 14:36:48 +00:00
Jeremy Messenger
1fd8bf7a09 Chase cairo shared library update, bump the PORTREVISION. 2005-11-06 06:24:46 +00:00
Alexey Dokuchaev
f3392db4d7 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]
2005-09-15 20:46:47 +00:00
Alexey Dokuchaev
cc4866797c 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.
2005-06-03 12:06:55 +00:00
Alexey Dokuchaev
4d2a4726d9 Add wmii, a lightweight window manager.
WWW: http://wmi.modprobe.de/
2005-06-02 11:27:59 +00:00