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

12541 Commits

Author SHA1 Message Date
Justin M. Seger
925177f700 More perl fixes. 1998-08-23 13:44:24 +00:00
Justin M. Seger
6e34cd2393 Perl fixes 1998-08-23 13:32:58 +00:00
Tim Vanderhoek
f89066545c Don't gratuitously ignore PREFIX. Still be gratuitously stupid. 1998-08-23 07:46:36 +00:00
Tim Vanderhoek
f0dd53f0e9 Use the MANx variables. This commit only covers ports that
don't USE_IMAKE, don't appear to change behaviour on NOMANCOMPRESS (many
do, subtly) and don't install more than one manpage.

Any port listed here is a good candidate for a general review simply
due to age...  For example, a number of them seem to patch an install:
target into the program Makefile and/or arbitrarily compress their
manpages from patches/patch-*.  This has been out-of-vogue since I would
guess mid-1996, at least.
1998-08-23 07:34:47 +00:00
Satoshi Asami
5622f4088a Mark broken for -stable too.
===
 :
cc -c -O2 -pipe -Idevelhdrs    xc_builtins.c
xc_builtins.c:37: X11/Xlib.h: No such file or directory
xc_builtins.c:38: X11/Xutil.h: No such file or directory
xc_builtins.c:39: X11/Xresource.h: No such file or directory
xc_builtins.c:101: parse error before `*'
xc_builtins.c:148: parse error before `*'
 :
1998-08-23 07:27:15 +00:00
Tim Vanderhoek
07a1d05bda Add MAINTAINER. 1998-08-23 06:46:37 +00:00
Andrey A. Chernov
f5729c82f6 upgrade to dev.22 1998-08-23 05:01:18 +00:00
Justin M. Seger
7533883a8b Standard perl fixes 1998-08-23 04:45:19 +00:00
Marc G. Fournier
84bb5c0002 Missed two files in the merge... 1998-08-23 04:36:05 +00:00
Marc G. Fournier
cc39d5eec9 Update mico port from 2.0.5 to 2.1.0 1998-08-23 04:32:04 +00:00
Marc G. Fournier
2539c42828 Update to latest snapshot of xicq. All previous patches were submitted and
committed as part of the central sources, so are no longer required...
1998-08-23 04:18:52 +00:00
Justin M. Seger
0f2e26c397 Perl fixes 1998-08-23 04:12:26 +00:00
Justin M. Seger
2fae6ef01d Perl fixes 1998-08-23 04:00:48 +00:00
Justin M. Seger
59cbdb0d9f Fix with new perl versions 1998-08-23 03:51:55 +00:00
Justin M. Seger
838e56c899 Unbreak this port. 1998-08-23 03:36:55 +00:00
Justin M. Seger
d8b3b95220 unbreak this after perl changes 1998-08-23 03:19:48 +00:00
Justin M. Seger
c53f68cd10 Unbreak this with new perl variables. 1998-08-23 03:05:12 +00:00
Justin M. Seger
aa6dcd7b41 Unbreak this by using new perl variables. 1998-08-23 03:01:19 +00:00
Justin M. Seger
18fa85920e Make this work with new perl variables. 1998-08-23 02:57:11 +00:00
Tim Vanderhoek
23bcef9463 Use MAN1. Install correctly from usermode. 1998-08-23 02:34:23 +00:00
Tim Vanderhoek
57091ab2ee Clarify. 1998-08-23 02:31:20 +00:00
Tim Vanderhoek
c02e63c842 Move the warning about redistribution from Makefile to pkg/DESCR. Some
rephrasals in pkg/DESCR.
1998-08-23 02:24:37 +00:00
Tim Vanderhoek
e49e6b4ea0 Use MAN1. Don't be as gratuitously stupid about it (and installing
in general) as before.
1998-08-23 02:10:57 +00:00
Tim Vanderhoek
5b729e5316 Use the MANx variables.
For the record, pkg_delete also gave me the following errors:

: cannot delete specified file `/a/tmp/hoek/usr/i486-linuxaout/lib/ldscripts - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/linux' - it is a directory!
: cannot delete specified file `/a/tmp/hoek/usr/include/asm' - it is a directory!

There wouldn't happen to be a problem with pkg/PLIST, would there?
1998-08-23 01:50:27 +00:00
Tim Vanderhoek
72999de668 Smoothify style. 1998-08-23 01:16:34 +00:00
Tim Vanderhoek
8025d3baa0 .ifndef NOMANCOMPRESS
.def MANCOMPRESSED
.dejavu
1998-08-23 01:08:37 +00:00
Tim Vanderhoek
b588d0675c .if !defined(NOMANCOMPRESS)
MANCOMPRESSED=	yes
.endif
.haveaniceday!
1998-08-23 00:48:53 +00:00
Tim Vanderhoek
fc054190a6 Oops. /dev/null, not /dev/nul. I actually fixed this before
committing but forgot to hit the "save" button...
1998-08-23 00:17:36 +00:00
Tim Vanderhoek
2606c7818d Don't expect /etc/passwd and /etc/group to mean anything particular.
PR:		ports/7708
1998-08-23 00:12:14 +00:00
Justin M. Seger
70e28ab1bf Make this work with new perl version 1998-08-22 20:26:03 +00:00
Justin M. Seger
9b49915c44 Make this work with the new perl variables. 1998-08-22 19:55:02 +00:00
Justin M. Seger
0258cb9d2b Fix this so that it uses the PERL_VERSION and PERL_VER variables. 1998-08-22 19:37:33 +00:00
Tim Vanderhoek
ca1b9291af Don't force the user to edit pkg/PLIST manuall. Don't use += on
first occurence of MAKE_ENV.
1998-08-22 17:27:00 +00:00
Tim Vanderhoek
74ba41cbe7 ${PKGDIR}/PLIST -> ${PLIST} 1998-08-22 16:20:24 +00:00
Satoshi Asami
02d6163767 Make links correctly depending on NOMANCOMPRESS. 1998-08-22 13:20:35 +00:00
Satoshi Asami
e33fb5a4d2 It doesn't compile because of gtk path. Vanilla? :)
Also, the tcl path ("--with-tcl=/usr/include") is entirely
wrong.  Ports are not supposed to use tcl in /usr.
1998-08-22 11:13:29 +00:00
Tim Vanderhoek
e4be841dab Use the MAN1 variable. Add the other half of patch-aa that causes
this port to respect BINOWN and MANOWN.
1998-08-22 06:07:08 +00:00
Tim Vanderhoek
249efab97e Use MAN1. Split-up monolithic patch-aa. Make reinstall: work.
Respect BINOWN and MANOWN.  (Changes for this are in patch-ad --- I
should have split patch-aa in a separate commit).
1998-08-22 05:48:17 +00:00
Tim Vanderhoek
e742866df2 Make this work with asami's proposed bsd.port.mk. <sigh> 1998-08-22 04:45:03 +00:00
Brian Somers
f71edbd136 Add www.Awfulhak.org to the distribution sites as the other
sites move the old archive away when a new one is available
(breaking the port).
1998-08-22 02:13:51 +00:00
Tim Vanderhoek
a90bcf55f6 Almost forgot the reason I was here: use the MAN1 variable. 1998-08-21 23:11:03 +00:00
Masafumi Max NAKANE
1ab9de6776 Add URI for DeleGate homepage. 1998-08-21 22:11:47 +00:00
Masafumi Max NAKANE
d4976c7d82 Upgrade to 5.6.5. 1998-08-21 22:10:28 +00:00
Masafumi Max NAKANE
5214a9daa8 Add a line only contains a # after the $Id$ line. 1998-08-21 22:04:29 +00:00
Tim Vanderhoek
8b85da920b Guys, you can't include "@exec ranlib xxx" in the plist. Doing so
will cause pkg_delete to fail.
1998-08-21 21:44:18 +00:00
Tim Vanderhoek
9ba070b296 Respect prefix. Make this build on -current by changing
"cc /usr/lib/libz.a" to "cc -lz".
1998-08-21 21:40:02 +00:00
Brian Somers
3ed18311fd Version 2.0.2 -> 2.1a4 1998-08-21 18:09:19 +00:00
Justin M. Seger
b8df51a288 Add perl5 category and properly compress perl man pages.
Suggested by:   ache
1998-08-21 12:00:41 +00:00
Andrey A. Chernov
01707c1e84 PerlMagick is now included in ImageMagick
Reviewed by: no response from Satoshi
1998-08-21 03:17:25 +00:00
Justin M. Seger
395755e27a Unbreak by making a new checksum and fixing the makefile to find a new source
file.
1998-08-21 03:09:08 +00:00