Commit Graph

30 Commits

Author SHA1 Message Date
Steve Price
abfb4e0f7a Find the new xview port and misc cleanups.
PR:		9704
Submitted by:	Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
1999-05-04 23:07:29 +00:00
Scott Mace
334c7c299b screen.c is allready patched in patch-aa.
The TrueColor patch should have gone in patch-aa.

TrueColor patch used to be in there at one point, and got nuked
somewhere along the way I guess...
1998-11-20 23:00:43 +00:00
Stefan Bethke
c521e4c065 TrueColor also is color, isn't it?
(This was asked, and the patch provided, back in February 96; I don't have
the slightest idea why this patch never made it into the port, or into a PR
anyway.)
Submitted by:	Seppo Kallio <kallio@beeblebrox.pccc.jyu.fi>
1998-11-20 11:48:29 +00:00
Scott Mace
106f277426 Fix package build problem
remove BROKEN tag
1998-10-26 15:37:00 +00:00
Satoshi Asami
e08dc9b381 Can't build package.
=======
===>  Building package for olvwm-4.2
Creating package /usr/ports/packages/All/olvwm-4.2.tgz
Registering depends: XFree86-3.3.2 xpm-3.4k xview-config-3.2.1 xview-lib-3.2.1.
Creating gzip'd tar ball in '/usr/ports/packages/All/olvwm-4.2.tgz'
tar: can't add file lib/help/olvwm.info : No such file or directory
pkg_create: tar command failed with code 256
*** Error code 1

Stop.
1998-10-26 05:03:33 +00:00
Scott Mace
7455ec5650 Cleanup of olvwm.
clear depend errors
Use XPM support
clear compiler warnings
properly handle BSDisms
1998-10-20 04:09:23 +00:00
Scott Mace
0f763dd91a Cleanup of olvwm.
Add dependency of Xpm
1998-10-20 04:06:17 +00:00
Steve Price
5f83634098 Move manpages to the Makefile and use MAN* macros. 1998-10-04 04:03:18 +00:00
Scott Mace
ff4d601c78 With Patch02, cursor sizes are bogusly large.
Revert to cursor size from previous versions.
1998-09-23 03:57:53 +00:00
Steve Price
a198154cf2 Remove regexp support for libxview not that it builds ELF too. 1998-09-21 22:15:59 +00:00
Steve Price
8890619ea5 Update to version 4.2.
PR:		7626
Submitted by:	Brian Feldman <green@unixhelp.org>
1998-08-24 01:28:45 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
d9927174c8 Move "afterstep-devel afterstep amiwm blackbox ctwm enlightenment fvwm
fvwm2 fvwm95 gwm icewm lwm mlvwm olvwm piewm qvwm tvtwm windowmaker
wm2 wmx" from x11 to x11-wm.
1998-08-07 23:01:41 +00:00
Satoshi Asami
f988e191d9 Fix olvwm for 32bpp mode. Closes PR ports/2796.
Submitted by:	Matthew Hunt <mph@pobox.com>
1997-03-05 09:14:42 +00:00
Satoshi Asami
f2e38ef75a Typo ($id$ -> $Id$). 1996-11-18 13:06:09 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
131aec0538 Delete manpage before installing it. (Hand patchfile-editing.) 1996-01-04 11:23:30 +00:00
Satoshi Asami
0311018e96 Take out unneccesary @cwd. 1995-11-13 13:04:38 +00:00
Satoshi Asami
fbf7d6abb4 Use PATCHFILES instead of custom pre-patch target. Yeah I know, don't
fix if it ain't broke, but still....
1995-10-05 12:38:12 +00:00
Satoshi Asami
eabfc48a36 And now the rest of the x11 ports Makefiles. 1995-04-12 20:32:12 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +00:00
Andreas Schulz
740412eb7d Add a patch for the Imakefile that uses a private install.man rule to add
the man compression to it.
1995-02-27 19:05:21 +00:00
Andreas Schulz
e841e4739c Change the use of the official patch from pre-configure to
pre-patch. It should be used before the private FreeBSD patches
are used on the source.
1995-02-27 19:03:56 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Jordan K. Hubbard
b7f5be1d24 I'll assume this really depends on xview-lib? 1995-01-07 13:16:43 +00:00
Scott Mace
344c901d51 Clean up the port a bit. 1994-10-22 23:11:36 +00:00
Scott Mace
df878bd6be Add dependcy on xview (needs libolgx) 1994-10-22 08:39:41 +00:00
Scott Mace
6e27fb21cd Add package stuff 1994-10-22 08:34:33 +00:00
Scott Mace
93e23a2e9b olvwm 4.1 1994-10-22 07:35:13 +00:00