Port details |
- scwm Scheme configurable window manager
- 0.99.6.1 x11-wm
=3 0.99.6.1Version of this port present on the latest quarterly branch. BROKEN: "Does not compile"
- Maintainer: nakai@FreeBSD.org
 - Port Added: unknown
- Last Update: 2003-08-08 04:03:27
- SVN Revision: UNKNOWN
- People watching this port, also watch:: lyx, rc, python
- License: not specified in port
- WWW:
- http://scwm.mit.edu/
- Description:
- scheme configurable window manager
- For MULTI-BYTE users,
do make install -DMULTIBYTE instead of only make install.
It also enable I18N option in scwm.
- If you want edit scwmrc file efficiently, you may use
emacs lisp mode. There is scwm.el in scwm, but please
copy it into your favorite emacs lisp directory manually.
Refer:
patches/patch-af
${WORKDIR}/utilities/emacs
${WORKDIR}/configure --help
WWW: http://scwm.mit.edu/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- libtool : devel/libtool13
- pkg-config : devel/pkgconfig
- Runtime dependencies:
-
- Animator.xpm : graphics/scwm-icons
- pkg-config : devel/pkgconfig
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.99.6.1 08 Aug 2003 04:03:27
 |
kris  |
As announced on May 6, remove the broken x11-wm/scwm port. |
0.99.6.1 06 May 2003 23:47:53
 |
kris  |
BROKEN: Does not compile |
0.99.6.1 02 May 2003 03:29:26
 |
marcus  |
Chase guile's shared lib version. |
0.99.6.1 20 Apr 2003 19:54:55
 |
marcus  |
Remove USE_GNOMENG. |
0.99.6.1 07 Mar 2003 06:14:21
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.99.6.1 02 Sep 2002 01:30:26
 |
lioux  |
Deploy USE_GNOMENG infrastructure
PR: 42305
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
0.99.6.1 19 Jun 2002 16:37:57
 |
marcus  |
Chase guile shared lib number.
Prompted by: Mike Harding <mvh@ix.netcom.com> |
0.99.6.1 31 Mar 2002 04:06:04
 |
kris  |
Remove #include <malloc.h> |
13 Oct 2000 10:23:58
    |
reg  |
PLIST fixes to ports which I touched recently. Not all caused by my breakage.
|
08 Oct 2000 08:00:02
    |
asami  |
Convert category x11-wm to new layout. |
05 Oct 2000 07:57:56
    |
reg  |
Implement WANT_IMLIB and USE_IMLIB. |
04 Aug 2000 02:05:14
    |
ade  |
Update for new shlib revision from guile 1.4 |
03 Aug 2000 10:28:58
    |
asami  |
(1) Add new variable, XFREE86_VERSION, to specify which version of XFree86
(3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3
for now, but adventurous users can override it in /etc/make.conf. When
XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it
is set to 4, the dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks
to avoid messing with XFree86 are turned off. |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52
    |
sobomax  |
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking it.
|
15 Jun 2000 18:59:45
    |
sobomax  |
Third round of INSTALL_SHLIBS=yes fixes. |