Satoshi Asami
5bcaefbd97
# BROKEN= pdksh (not really pdksh's fault, but will hang -current)
1995-04-23 09:01:41 +00:00
Jean-Marc Zucconi
14e13212f9
Fix a typo
1995-04-22 22:40:06 +00:00
Jean-Marc Zucconi
0adc42bd27
Changes for the new bsd.port.mk
1995-04-22 22:39:30 +00:00
Rich Murphey
51abde3211
Fix procmail-3.11pre1/Makefile so that it does not ignore the
...
PREFIX. Otherwise it will install into /usr/local no matter what
your bsd.ports.mk defines PREFIX as.
Reviewed by: Satoshi
1995-04-22 22:21:39 +00:00
Jean-Marc Zucconi
efde37bf6b
Cosmetic changes
1995-04-22 16:52:18 +00:00
Jean-Marc Zucconi
52d947c22f
Warn and request confirmation for installing/removing the package. One file
...
may also be used by xdvi; the package is build with some defaults, which
may be not wanted by the user.
1995-04-22 16:51:49 +00:00
Jean-Marc Zucconi
96fcd3ab75
Remove the last line of the pre-install target. The command will be executed
...
during post-install
1995-04-22 16:49:58 +00:00
Satoshi Asami
58caf69311
Updated to conform with new bsd.port.mk targets.
1995-04-22 12:43:38 +00:00
Satoshi Asami
b3a9fbdd8c
Update Makefile.canna to work with bsd.port.mk.
...
Also, strip the installed binaries. Aren't you glad I invented
post-install? :)
1995-04-22 12:39:19 +00:00
Satoshi Asami
fad9a3de2f
Updates of mail Makefiles!
1995-04-22 12:35:37 +00:00
Satoshi Asami
ddc3f538a6
Update for new bsd.port.mk (target renaming).
1995-04-22 12:30:11 +00:00
Jordan K. Hubbard
1fa46ef2e2
Simplify the pre-install rule. This is handled by the mtree stuff now.
1995-04-22 12:12:26 +00:00
Jordan K. Hubbard
f7a81d757a
This appears to have gone from ALPHA9 to ALPHA10, and the FreeBSD
...
patch is already applied.
1995-04-22 12:10:15 +00:00
Satoshi Asami
a12f523a73
Updated for new bsd.port.mk.
1995-04-22 12:06:02 +00:00
Satoshi Asami
07c40792a8
Cosmetic.
1995-04-22 11:59:12 +00:00
Satoshi Asami
fca4648083
Updated for new bsd.port.mk.
1995-04-22 11:58:42 +00:00
Satoshi Asami
fc84a926f5
I was going to convert the math Makefiles according to the new
...
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
1995-04-22 11:30:15 +00:00
Jordan K. Hubbard
91f14a89e4
Ok, this should get the last of the stragglers installed into a new fake-pkg.
1995-04-22 01:22:49 +00:00
Jean-Marc Zucconi
43b6162b06
Cosmetic changes.
1995-04-22 00:16:06 +00:00
Jean-Marc Zucconi
f53d67c7e8
Warn and request confirmation for installing/removing the package. One file
...
may also be used by dvips; the package is build with some defaults, which
may be not wanted by the user (the port IS_INTERACTIVE)
1995-04-22 00:14:30 +00:00
Jordan K. Hubbard
ab2eb29ef5
Don't try to run the fake-pkg target if NO_PACKAGE is set.
1995-04-22 00:08:06 +00:00
Jordan K. Hubbard
b1230d88bd
Typo: patch -> package
1995-04-22 00:05:46 +00:00
Jean-Marc Zucconi
68360a7bcc
Remove the last line of the do-install target. The command will be executed
...
during post-install
1995-04-22 00:05:24 +00:00
Jordan K. Hubbard
faf04fc9d9
Instead of copying PLIST over, run pkg_create in a special mode that dumps
...
the fully-formed PLIST to stdout and uses that.
1995-04-22 00:01:26 +00:00
Satoshi Asami
8b2e20cba0
Don't forget to add
...
@${MAKE} ${.MAKEFLAGS} fake-pkg
to your do-install target! ;)
1995-04-21 01:21:34 +00:00
Jean-Marc Zucconi
74bab574a2
Change all makefiles in the print directory according to the new rules
...
for bsd.port.mk
1995-04-21 00:21:41 +00:00
Satoshi Asami
86c528d681
Update of editors Makefiles!
1995-04-20 18:23:12 +00:00
Satoshi Asami
ca676ef208
Updates of games Makefiles. I think they work, but don't quote
...
me on this. ;)
1995-04-20 18:21:16 +00:00
Satoshi Asami
ee38b3ca7b
Update of ports/japanese Makefiles to work with the new bsd.port.mk.
1995-04-20 18:05:40 +00:00
Satoshi Asami
ccecf5fc35
Major overhaul. The major targets (fetch, extract, patch, configure,
...
build, install) are now all skeletons and do nothing but
(1) Call pre-* target (if exists)
(2) Call scripts/pre-* script (if exists)
(3) Call do-* target
(4) Call post-* target (if exists)
(5) Call scripts/post-* script (if exists)
The do-* targets do all the work. The pre-* and post-* targets/scripts
don't exist by default. The main targets check for the cookies too, so
porters shouldn't have to worry about them at all.
NOTE: THE MAIN TARGETS IN THE PORTS MAKEFILES SHOULD GO AWAY. We need
to fix this before wcarchive comes back up. Change the names to do-*,
rip out the cookies, rip out the calls to pre-* etc. and most of them
should work.
Also, reorganize the whole thing so that similar targets are together
and add more comments. Surround section header with 64 #'s (C-u C-u
C-u # in emacs :).
Hopefully this will be the last major change to bsd.port.mk. Now let
the Makefile-hacking begin.
1995-04-20 18:03:02 +00:00
Jean-Marc Zucconi
3f3532544c
The configure script now propose to create fonts in the default tex
...
font directory instead of /tmp.
If the user choose the defaults, then the mode of font directory is
changed to 1777 at install time.
1995-04-20 02:04:02 +00:00
Jean-Marc Zucconi
3a6807ac37
words are in /usr/share/dict, not /usr/dict.
1995-04-19 19:51:29 +00:00
Jean-Marc Zucconi
91e4b39ad1
Change the master site.
1995-04-19 19:42:24 +00:00
Jordan K. Hubbard
0d515239c7
1. Add Satoshi's much-requested "fake pkg_add" option to the installation
...
rule.
2. Have all non-X11 prefix using packages include the BSD.local.dist mtree
file for initialization of /usr/local. I'm still not sure if this is
A Good Thing(tm) but I'll see what the users say. It's easily overridden.
3. Standardise on ${PKG_DBDIR} as pointer to /var/db/pkg or local preference.
1995-04-19 15:02:26 +00:00
Satoshi Asami
c03cb471bd
Upgrade, now use less-290 as the base.
...
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
1995-04-19 11:04:54 +00:00
Andrey A. Chernov
6e6b11a04c
Put prep as primary site, move old primary to secondary
...
Add more categories
1995-04-19 08:12:00 +00:00
Jean-Marc Zucconi
29bd114278
vmsbackup: read VMS backup tapes
...
Reviewed by: jmz
Submitted by: Jonathan M Bresler <jmb@kryten.atinc.com>
1995-04-19 02:30:22 +00:00
Satoshi Asami
1c6d79f1fa
Eliminate the second "lib/X11/fvwm/system.fvwmrc" line, which was
...
causing strange messages on package builds.
1995-04-18 23:39:10 +00:00
Andrey A. Chernov
cbdbccdcd6
Old home site is dead
1995-04-18 20:13:11 +00:00
Adam David
b7bb2b8db1
find dbz.h and libcnews.a under ${PREFIX}/{include,lib}
1995-04-18 14:37:45 +00:00
Jean-Marc Zucconi
9adc029bfb
General cleanup:
...
Put the fetch target in Makefile.inc, remove pre-fetch target.
Split scripts/ftpget into files/ftpget and files/ftplib.pl
1995-04-18 14:02:57 +00:00
Adam David
963090c1f4
use ${PREFIX} instead of /usr/local
1995-04-18 13:56:22 +00:00
Jordan K. Hubbard
25940b153d
Add lib/libmh.so.3.2 to the packing list. This fixes the broken package.
1995-04-18 13:38:36 +00:00
Adam David
88a4b39650
install dbz.h and libcnews.a so that nntp and anything else that might use them
...
can pick them up from /usr/local/{include,lib}
1995-04-18 11:54:42 +00:00
Andrey A. Chernov
3d798e359d
Update.
1995-04-18 11:06:01 +00:00
Andrey A. Chernov
380c7bda26
Fix wrong NCFTPFLAGS
1995-04-18 09:37:36 +00:00
Jordan K. Hubbard
0e59539bab
Fetch this from LOCAL_PORTS. If Chet wants to support the latest and
...
greatest bash through the ports collection, then he can drop the tarballs
into there and save us all some trouble.
1995-04-18 09:09:36 +00:00
Adam David
ee249b65cd
Master site is not anonymous, need to set NCFTPFLAGS
1995-04-18 09:08:21 +00:00
Satoshi Asami
d43e6015ad
Use PKGNAME in the "describe" target (used to generate INDEX) too.
...
Didn't make sense to have two ports with the same name.
1995-04-18 08:24:18 +00:00
Satoshi Asami
847b627e7c
Use PKGNAME instead of DISTNAME in messages. To avoid things like
...
"Building for WWW" (pops up in two different ports) "Installing for
web2c-6.1" (ditto), which aren even't reminiscent of the port's real
name.
Sorry jmz, please don't go fix the print Makefiles' own messages.
We are going to take them out after we do the great bsd.port.mk
update anyway.
1995-04-18 08:18:27 +00:00