Commit graph

14 commits

Author SHA1 Message Date
Satoshi Asami
9c8a946603 Does this port automatically detect Motif now? Eek.
===
 :
cc -o chimera -O2 -m486      -L/usr/X11R6/lib  main.o url.o net.o ftp.o gopher.o http.o        util.o document.o local.o cache.o mime.o input.o        md5.o auth.o lang.o stringdb.o inline.o widget.o convert.o        fallback.o      -L../mxw -lmxw -L../libhtmlw -lhtmlw                    -L../xloadimage -lxloadimage                     -L../common -lcommon                                          -lXaw -lXmu -L/usr/X11R6/lib -lXt -lX11 -lXt -lSM -lICE -lXext -lX11 -lm
main.o: Undefined symbol `_SetDelayedImageLoading' referenced from text segment
main.o: Undefined symbol `_ToggleDelayedImageLoading' referenced from text segment
HTML.o: Undefined symbol `_xmDrawingAreaWidgetClass' referenced from text segment
HTML.o: Undefined symbol `_xmScrollBarWidgetClass' referenced from text segment
HTML.o: Undefined symbol `__XmStrings' referenced from text segment
HTML.o: Undefined symbol `__XmStrings' referenced from text segment
 :
1998-08-20 09:57:32 +00:00
Justin M. Seger
2ac2a76e51 Upgrade to chimera-1.70p0.
Change MAINTAINER from ports to myself.
1998-01-29 20:26:19 +00:00
Satoshi Asami
ed1ba38a9f Be more selective about which ports to maintain. I no longer have time
to maintain all these ports I once committed (sometimes as a proxy).
1997-12-25 22:29:52 +00:00
Satoshi Asami
300c45cf2e Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 11:44:27 +00:00
Satoshi Asami
d466dd1a69 Change categories to "www". gn has "net" in there too. 1995-11-27 04:10:35 +00:00
Satoshi Asami
d0cfbf5508 Back out previous commit, Andrey confirmed it was not needed. 1995-05-27 04:48:30 +00:00
Andrey A. Chernov
eb3cbd6399 Set PREFIX directly to ${X11BASE}, it is overwriting somehow to /usr/X386
in old variant
1995-05-26 22:17:22 +00:00
Satoshi Asami
adcfa10d21 Upgrade, 1.63 -> 1.65. 1995-04-04 15:46:33 +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
Satoshi Asami
35af96374a Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,
and some other minor cleanup.
1995-03-24 11:12:06 +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
Satoshi Asami
6b44787b7b Version up to 1.63. This one actually works! 1994-12-27 10:44:03 +00:00
Jordan K. Hubbard
c030153a85 Fixes from Jean-Marc Zucconi. Thanks yet again!
Submitted by:	jmz
1994-11-11 22:29:14 +00:00
Jordan K. Hubbard
eb9442ea80 Chimera client from Jean-Marc Zucconi
Submitted by:	jmz
1994-10-20 01:55:54 +00:00