1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Satoshi Asami
23402bd102 Added comment about chmods. By the way, the previous commit was -
Submitted by:	Anthony Yee-Hang Chan <yeehang@netcom.com>
1995-04-08 06:50:41 +00:00
Satoshi Asami
cd33dac126 Upgrade, 2.2 -> 2.3! 1995-04-08 05:06:23 +00:00
Satoshi Asami
1dcbe5d809 Add the checksum while I'm here. 1995-04-02 07:18:11 +00:00
Satoshi Asami
54642e156d Make it compile by specifying ftp site that actually carries this baby.
Preblem reported by:	jmb@kryten.Atinc.COM
1995-04-02 07:17:50 +00:00
Joerg Wunsch
8870a76e52 xboing used to lock the score file against itself. This has been due
to a wrong understanding of how the locking works.  It locks on files,
not descriptors, hence it's not sufficient to close the descriptor of
a locked file.

The patch fixes this.
1995-04-01 22:12:16 +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
Andreas Schulz
de05f2ae6c Add a LIB_DEPENDS line in the makefile. xboing depends on the xpm library. 1995-03-30 22:28:45 +00:00
Andreas Schulz
e47aadda1e Change an absolute reference to X11 from /usr/X11R6 to ${X11BASE}. 1995-03-20 00:11:36 +00:00
Steven Wallace
4543af196c Added sounds directory to list. 1995-03-06 08:13:59 +00:00
Steven Wallace
1427eec80f Added sound support. 1995-03-06 08:13:37 +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
Joshua Peck Macdonald
a96bb92bdc New port.
Reviewed by:	
Submitted by:   JKOKOT@demeter.ipan.lublin.pl	
Obtained from:
1995-02-02 09:08:52 +00:00