Commit Graph

19 Commits

Author SHA1 Message Date
Justin M. Seger
e567c2d544 Unbreak. Submitted by: jmz 1998-10-16 02:12:34 +00:00
Justin M. Seger
1915149d56 Mark BROKEN for ELF:
cc -o xloadimage -O -DSYSV -DHAS_SELECT_INCLUDE -DHAS_JPEG -DHAS_TIFF  -I/usr/X11R6/include  -DSYSPATHFILE=\"/usr/X11R6/lib/X11/app-defaults/Xloadimage\" build.o new.o niff.o value.o zio.o cmuwmraster.o faces.o fbm.o gif.o imagetypes.o img.o mac.o mcidas.o mc_tables.o pbm.o pcx.o pdsuncomp.o rle.o rlelib.o sunraster.o vff.o vicar.o xbitmap.o xpixmap.o xwd.o bright.o clip.o compress.o dither.o fill.o halftone.o merge.o reduce.o rotate.o smooth.o undither.o zoom.o config.o misc.o options.o root.o send.o window.o xloadimage.o jpeg.o tiff.o jpeg/libjpeg.a tiff/libtiff.a -L/usr/X11R6/lib -lX11  -lm
cc: jpeg/libjpeg.a: No such file or directory
cc: tiff/libtiff.a: No such file or directory
*** Error code 1
1998-10-15 11:10:02 +00:00
Tim Vanderhoek
f0dd53f0e9 Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.

Any port listed here is a good candidate for a general review simply
due to age...  For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*.  This has been out-of-vogue since I would
guess mid-1996, at least.
1998-08-23 07:34:47 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Jean-Marc Zucconi
2c6e4ac952 Edit the pathname of the configuration file in the man page. 1998-06-17 20:12:02 +00:00
Jean-Marc Zucconi
521b4b187f Install the app-default file instead of installing the executables twice. 1998-06-10 02:23:36 +00:00
Satoshi Asami
8a8cf8ba48 Seems there is no app-defaults file anymore. 1998-06-09 18:07:32 +00:00
Jean-Marc Zucconi
a8f97b5950 Upgrade to version 4.1 1998-06-09 00:48:16 +00:00
Satoshi Asami
9a2117123e Add checksum, don't know why it was missing before. 1996-12-17 12:29:51 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
Satoshi Asami
eabfc48a36 And now the rest of the x11 ports Makefiles. 1995-04-12 20:32:12 +00:00
Jean-Marc Zucconi
bb0452e715 Add MAINTAINER= jmz@FreeBSD.org 1995-04-11 02:02:17 +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
Jean-Marc Zucconi
935cee0496 correct bogus path for the app-defaults file 1995-02-14 02:33:47 +00:00
Jean-Marc Zucconi
9b0d21ad99 Set flags so that ${PREFIX} is used when installing. 1995-02-14 02:32: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
Jean-Marc Zucconi
ffc1e1b283 XLOADIMAGE - X11 Image Loading Utility
This is not the latest version, but this one is able to load fax .g3 
images
1995-01-09 01:17:45 +00:00