Commit graph

28 commits

Author SHA1 Message Date
David W. Chapman Jr.
5872a89c3b Remove jseger and torstenb from maintainership of their ports, they
have been inactive for too long

Approved by:	will
2001-09-17 17:40:31 +00:00
Jimmy Olgeni
d2f3fc0d14 Some spaces -> tabs for ports/www. 2001-02-05 15:33:58 +00:00
FUJISHIMA Satsuki
becf7cb96c use MAN1 macro.
honor CFLAGS.

non-responce from: maintainer
2001-01-10 14:02:19 +00:00
Satoshi Asami
d6c30c52da @dirrm lib/chimera
Submitted by:	bento
2000-07-05 06:31:11 +00:00
Chris Piazza
c3bb46468e Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:07:29 +00:00
Steve Price
db7c36e0de This appears to be building again. Set NO_LATEST_LINK since we now have
a chimera2 port.  Remove '-m486' from CFLAGS when !i386Architecture so
this builds on FreeBSD/Alpha.
1999-09-20 00:39:16 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
e7aa81f1a6 $Id$ -> $FreeBSD$ 1999-08-31 02:43:35 +00:00
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
522a3ebc0d MFJ: Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy. 1997-06-11 19:45:31 +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
7cd6a55ea4 Delete @cwd, @mode, @owner and @group from these packing lists.
Reported by:	jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +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
Gary Palmer
3753222345 Try to get most ports checksummed 1995-03-31 22:18:54 +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
Andreas Schulz
9f78ee6dc9 Correct the top tree for the package list. It listed /usr/local but
chimera got installed under /usr/X11R6.
1995-01-30 07:14:41 +00:00
Satoshi Asami
6b44787b7b Version up to 1.63. This one actually works! 1994-12-27 10:44:03 +00:00
Gary Palmer
3217d24fe5 First batch of MD5 checksum files. Only did through to the end of net
to both give my fingers a rest & let freefall clear some of it's
backlogged mail :-)

The rest will follow later
1994-12-18 00:28:13 +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