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

953 Commits

Author SHA1 Message Date
Andreas Schulz
e54c7d459f Add a patch to change the explicit make calls to gmake calls. 1995-02-13 13:20:05 +00:00
Andreas Schulz
c912f5bf2f Add a USE_GMAKE=yes line to the Makefile. magic got some severe problems
with the new make, so use gmake instead.
I am not even sure if the makefiles are not correct and our new make
is at fault here :-).
1995-02-13 13:19:22 +00:00
Andreas Schulz
cc979dd126 Correct the packing list. It referenced a man page under man/cat1/jove.0.
This does no longer exists. The man page are in man/man1. Also some were
missing in the packing lis ( teachjove.1, xjove.1, jovetool.1 ) that are
installed from the make install.
1995-02-13 13:13:29 +00:00
Andreas Schulz
54f26ce722 Correct the packing list. The texi.info* and some of the info files are
not in the source of emacs.
1995-02-13 13:05:06 +00:00
Andreas Schulz
97dbcb4fff Add a "STRIP= " to the Makefile to prevent a problem that install will be
called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't
install them.
We have a serious problem with name overloading here. The bsd.port.mk file
uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure
script. If configure detects them it uses it happily with sometimes surprising
results. Normally configure know that shell scripts doesn't need the "-s"
flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides
configure's autodetection of the correct install and the installflags.
1995-02-13 13:02:31 +00:00
Jean-Marc Zucconi
d3ded881a1 Initial revision 1995-02-13 02:57:31 +00:00
Andreas Schulz
df36b8f218 get the MASTER_SITE_OVERRIDE working in the Makefile. 1995-02-13 00:10:51 +00:00
Andreas Schulz
887a444104 Add code to get the MASTER_SITE_OVERRIDE working for the fetch target. 1995-02-12 23:22:13 +00:00
Andreas Schulz
1566212ba8 Put an empty fetch target into the Makefile. Otherwise it tries to fetch
a xview-clients.tar.gz if someone runs a "make fetch" from /usr/ports.
1995-02-12 23:03:04 +00:00
Jeffrey Hsu
b29d2a6b57 Add maxima-5.0-beta due to licensing problem. 1995-02-12 21:20:12 +00:00
Jeffrey Hsu
122f59c8ac Add gcl. 1995-02-12 21:13:29 +00:00
Jeffrey Hsu
b7306c2443 gcl - GNU Common Lisp 1995-02-12 21:10:03 +00:00
Jean-Marc Zucconi
b3d684f461 Set MAKE_FLAGS so that `make PREFIX=...' works as expected. 1995-02-12 17:48:25 +00:00
Andreas Schulz
a78bbcfc25 Add some magic to the makefile to get the MASTER_SITE_OVERRIDE working for
fetching dgd.
1995-02-12 17:41:28 +00:00
Jean-Marc Zucconi
4575dfb4a4 A file was missing 1995-02-12 17:19:23 +00:00
Jean-Marc Zucconi
1bd9cad9dc New feature: a "turbo" mode to fly a little faster. 1995-02-12 17:18:47 +00:00
Jean-Marc Zucconi
f825f95db3 Add missing '@'s 1995-02-12 17:17:08 +00:00
Jean-Marc Zucconi
75e336ca69 Add xkeycaps 1995-02-12 17:15:05 +00:00
Torsten Blum
4ce1995f10 Add zsh to the subdirs list 1995-02-12 16:35:14 +00:00
Torsten Blum
6c638cb70b zsh - the Z shell 1995-02-12 16:31:45 +00:00
Jean-Marc Zucconi
240fb85518 xkeycaps - graphically display and edit the keyboard mapping 1995-02-12 15:45:09 +00:00
Gary Palmer
aced268df1 Add samba to subdir list 1995-02-12 14:42:20 +00:00
Jordan K. Hubbard
63cf8a72e6 A new index to match some of the latest entries 1995-02-12 13:44:28 +00:00
Andrey A. Chernov
a0959fff33 Install/uninstall bash into /etc/shells
Submitted by: mark@grondar.za
1995-02-12 12:27:01 +00:00
Jordan K. Hubbard
e129ff2236 Add zircon to list of targets. 1995-02-12 09:52:04 +00:00
Jordan K. Hubbard
79727abf24 A port of zircon version 1.15p10 1995-02-12 08:57:14 +00:00
Andreas Schulz
a7d8556102 Correct the paths for two patches. The source for these files didn't
live in work/src but in work/src/../scripts.
1995-02-12 02:56:23 +00:00
Gary Palmer
5533eb2535 Samba - the client/server for SMB to allow PC clients to access Unix
resouces and vice-versa
1995-02-11 18:28:43 +00:00
Torsten Blum
db51bf54ec add ircII back to the subdirs list 1995-02-11 15:47:51 +00:00
Torsten Blum
a923cc0306 Upgrade to ctwm 3.3 1995-02-11 15:32:00 +00:00
Torsten Blum
1998f670e6 Upgrade to 2.8 1995-02-11 15:22:38 +00:00
Andrey A. Chernov
2f651f3e32 Change USES_GMAKE (what it means?) to
EXEC_DEPENDS += gmake...
Add comment: Do not put USE_GMAKE here
1995-02-11 14:38:45 +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
Gary Palmer
9f2b60a378 Not that irc is fixed add it back to the subdirs list 1995-02-11 12:37:36 +00:00
Jean-Marc Zucconi
d489767447 Avoid error during install if an old version already exists. 1995-02-11 02:59:04 +00:00
Torsten Blum
6998b22103 Upgarde to 2.8.21 1995-02-11 01:45:04 +00:00
Gary Palmer
e13d1ecf0b I'm afraid I couldn't hold off any longer. Yes, a port of XDaliClock :-) 1995-02-10 23:32:43 +00:00
Andreas Schulz
2734102949 Another patch for the "new" make :-). screen/doc/Makefile has some spaces
in it.
1995-02-10 21:57:21 +00:00
Gary Palmer
95bd42eb6c Add Gofer
Submitted by:	hsu
1995-02-10 08:07:59 +00:00
Gary Palmer
b21e1a6304 Add smalltalk 1995-02-10 07:47:27 +00:00
Gary Palmer
a9c40c59c3 md5 file for xsnow v1.39 1995-02-10 06:55:40 +00:00
Gary Palmer
35521c26aa Upgrade to 1.39 1995-02-10 06:54:26 +00:00
Gary Palmer
af7e3499e3 GNU Smalltalk version 1.1.1. The install target is a dummy which
prints a warning as the supplied install target is interactive.
1995-02-10 06:15:04 +00:00
Gary Palmer
29b4546616 Make the fetch target a dummy so from-the-top `make fetch' runs don't fall
over
1995-02-10 06:09:56 +00:00
Gary Palmer
6610de0667 Move gn from the subdirs list to the broken list until
someone fixes it.
1995-02-10 06:02:42 +00:00
Satoshi Asami
14c91ea240 Added xdu. 1995-02-10 02:14:22 +00:00
Satoshi Asami
d34c0dc462 Oops sorry, previous one had wrong argument orders.... ;)
xdu displays output of du graphically.
1995-02-10 02:11:44 +00:00
Jean-Marc Zucconi
9370a1bb22 Upgrade to XFree86-3.1.1 1995-02-10 00:17:49 +00:00
Andrey A. Chernov
54dfde982f Upgrade. 1995-02-09 22:09:05 +00:00
Andrey A. Chernov
739bf156bb Upgrade. 1995-02-09 21:25:02 +00:00