1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

1786 Commits

Author SHA1 Message Date
Satoshi Asami
24cd31094c Make one-line comment actually fit in one line. PLIST is mostly the one
Submitted by: "Lars Fredriksen" <fredriks@mcs.com>
1995-05-30 10:09:33 +00:00
Satoshi Asami
7b50ee8a9b (1) Take out definition of ${INSTALL}. Add a do-configure rule that
does not define INSTALL, so that the one in the source will be
    honored.
(2) Change comments about "mv patch-ab patch-ab.mv", that won't work.
    It should be "rm patch-ab".
(3) EXEC_DEPENDS now have ghostview, gs and bash.
(4) Compress manpages.
(5) Remove post-clean target, there is no such thing!  ("make clean"
    will delete the whole work/ subdirectory anyway.)
1995-05-30 10:07:34 +00:00
Satoshi Asami
d10b94d7f8 Add hylafax. 1995-05-30 10:04:07 +00:00
Satoshi Asami
df23388e88 Fix screwy output from pwd when in a "hidden" directory.
Submitted by:	torstenb
1995-05-30 09:58:38 +00:00
Satoshi Asami
cf06af978e Add public patch for select loop problem.
Submitted by:	torstenb
1995-05-30 09:56:20 +00:00
Satoshi Asami
c261b235a9 Add missing LIB_DEPENDS for Xpm.
Submitted by:	Michael Paepcke <paepcke@arcway.snafu.de>
1995-05-30 09:54:14 +00:00
Satoshi Asami
56cb039977 Remove comment about not being able to undefine a variable, as we *can*
do that.
1995-05-29 13:46:38 +00:00
Satoshi Asami
fa7604dda2 Make it compile. Well, almost. ibuild and idraw get a lot of
undefined symbol messages, they seem to be missing the prefix "iv"
in the library (src/lib/IV/FREEBSD/libIV.a).

It probably has something to do with

#define _lib_iv(name) iv##name

in src/include/InterViews/iv.h, but I can't figure out for my life
how this entangled spaghetti of include files manage to compile
without swallowing their tails....

Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>
1995-05-29 12:47:27 +00:00
Satoshi Asami
20e2c03912 Make it fetch. 1995-05-29 12:42:41 +00:00
Satoshi Asami
08603c414a Protect the pre-fetch: target with .if !defined(MASTER_SITE_OVERRIDE),
because this master site should already have the tarball, not the
uuencoded pieces.
Submitted by:	Andreas Schulz <ats@freebsd.first.gmd.de>
1995-05-29 08:39:34 +00:00
Andreas Schulz
343716f476 Forgot a $ sign in the previous commit of the patch file. 1995-05-27 11:33:23 +00:00
Andreas Schulz
f6728fb9e1 Changed the hardocded /usr/X11R6 to ${X11BASE} so that people with older
Xfree releases get a chance. Added into the loaderflags a -L${X11}/lib so
that the X11 libraries can be found.
1995-05-27 11:30:48 +00:00
Satoshi Asami
5d90aae145 Upgrade to version 2.1.4-r3. According to the master site maintainers,
the previous version had a huge problem and had to be removed from the
master site, and that's why I'm doing this this late in the cycle.

Also, the problems that patch-aa (off_t) and patch-ac (password length)
address seem to be fixed, so take them out.
1995-05-27 07:58:46 +00:00
Satoshi Asami
cc221c65e9 Add USE_X11 so that PREFIX gets set to ${X11BASE} correctly. 1995-05-27 07:44:07 +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
Andrey A. Chernov
a48a353b11 Use absolute path for install or shell script with
same name already exists in current dir
1995-05-22 22:39:40 +00:00
Satoshi Asami
3b82a2684e Reduce the brokenness of this port a little by adding
"EXTRACT_SUFX=-tar.gz" and taking out all the echo's in pre-fetch
that complains how it doesn't work.  Reorder some variables, take
out the numerous KEYWORD lines, etc.

This port is still broken rather badly.  For starters, there are 17
chunks of failing patches.
1995-05-22 01:32:03 +00:00
Julian Stacey
5915f2992d Reviewed by: Earlier draft reviewed by Satoshi (Thanks)
A new import based on Sam Leffler's Hylafax V3.0pl0.   Flexfax is now obsolete.

Import includes & applies the base patch Sam posted on the flexfax mail list
(mail list is still called flexfax, though the package is called Hylafax).

Sam declared our ports/comms/flexfax to be obsolete (over a year old).
Sometime after the CD release, I will post a proposal to remove 
ports/comms/flexfax.

I will maintain ports/comms/hylafax as I need fax capability.

Thanks to Asami Satoshi for suggested improvements,
I leave him to `bless' this port by adding the final
        comms/Makefile: SUBDIR += hylafax
Until he does that, any mistakes I may have made shouldnt break any makes :-)

I've undoubtedly screwed something up, somewhere, its a big port (30M inc bins),please test, Oh... and "Share & Enjoy" :-)
---
Julian Stacey  <jhs@freebsd.org>  Tel. +49 89 268616.   Fax Modem: 2608126 
                http://www.regent.e-technik.tu-muenchen.de/people/jhs.html
1995-05-21 22:37:50 +00:00
Torsten Blum
0c0a4b01bf use mkfontdir(1) to create ${PREFIX}/lib/metamail/fonts/fonts.dir
Reviewed by:	asami
1995-05-19 23:54:43 +00:00
Satoshi Asami
121377cadd Set USE_X11 instead of defining PREFIX explicitly. Among other things,
this will avoid calling of mtree.
1995-05-19 10:39:58 +00:00
Satoshi Asami
704dde4b23 Add bonnie. 1995-05-19 09:50:19 +00:00
Satoshi Asami
d483bc7ba1 Bonnie benchmarking tool.
Submitted by:	se
1995-05-19 09:49:09 +00:00
Satoshi Asami
264bdb6687 These belong to utilities, not x11, so change CATEGORIES to reflect
the fact.  They will be moved via repository copy after the release
when we reorganize the ports subdirectories.
1995-05-19 09:40:06 +00:00
Satoshi Asami
9c302f2695 These belong to utilities, not x11, so change CATEGORIES to reflect
the fact.  They will be moved via repository copy after the release
when we reorganize the ports subdirectories.
1995-05-19 09:34:57 +00:00
Satoshi Asami
fc1a27b034 Add mirror. 1995-05-19 07:24:45 +00:00
Satoshi Asami
309a7e340a mirror - mirror packages on remote sites
Submitted by:	torstenb@ramsey.saar.de (Torsten Blum)
1995-05-19 07:23:14 +00:00
Jeffrey Hsu
ccf8c51ed3 Upgrade to 950430 snapshot.
Okayed by:	asami
1995-05-18 18:46:04 +00:00
Satoshi Asami
ddcc39957d Add NO_PACKAGE=yes, depends on restricted source (pgp). 1995-05-18 10:59:27 +00:00
Satoshi Asami
b29ddb001c Add NO_PACKAGE=yes. 1995-05-18 09:14:06 +00:00
Satoshi Asami
346793596f Add net/irc to legally crippled list.
Cf.
/*
 * ircd/res.c (C)opyright 1992, 1993, 1994 Darren Reed. All rights reserved.
 * This file may not be distributed without the author's prior permission in
 * any shape or form. The author takes no responsibility for any damage or
 * loss of property which results from the use of this software.  Distribution
 * of this file must include this notice.
 */
Submitted by:	torstenb
1995-05-18 09:13:24 +00:00
Satoshi Asami
d83a81d4fd Package support files.
Submitted-by: Brian Tao <taob@gate.sinica.edu.tw> (COMMENT & DESCR)
1995-05-18 08:56:18 +00:00
Satoshi Asami
705d26dd50 Compress manpages. 1995-05-18 08:55:37 +00:00
Satoshi Asami
3f52219769 General cleanup.
Submitted by:	torstenb
1995-05-17 15:12:27 +00:00
Satoshi Asami
c6e60e3165 General cleanup.
Submitted by:	torstenb
1995-05-17 15:06:24 +00:00
Satoshi Asami
5d91cd65b4 Update this Makefile to comply to the new scheme. 1995-05-17 14:49:00 +00:00
Satoshi Asami
0d454a1349 Add back xpipeman to xrobots, which were taken out because the ftp
site wasn't accessible -- I had distfiles on my machine so I copied
them over to ftp.freebsd.org.
1995-05-17 14:48:33 +00:00
Jean-Marc Zucconi
4665c9e7e0 Bug fixes for compilation from the O'Reilly and Associates CDROM
Reviewed by:	jmz
Submitted by:	Mark Murray <mark@grondar.za>
1995-05-17 13:07:28 +00:00
Satoshi Asami
8146415fdd Sorry, I was using an old distfile! The checksum hasn't changed,
my apologies, I'll now go eat my lemon meringue.  *-<:)
1995-05-17 09:30:12 +00:00
Satoshi Asami
9f36cb0c2c The checksum changed again. This is getting ridiculous.
I made this file empty for now.  Andrey, unless you have a really
good reason to put it back in, I recommend you to keep it this way.
This port fails every time I try to compile it.
1995-05-17 09:00:33 +00:00
Satoshi Asami
29b7cd2e74 Add "MAINTAINER=torstenb@FreeBSD.ORG". Thanks Torsten!
Submitted-by:	torstenb, who is sitting on the far side of a
		slow network at the moment
1995-05-17 05:55:38 +00:00
Satoshi Asami
35774151d0 Back out last change by ache, which torstenb and pst say shouldn't be
the default.
Submitted by:	torstenb, pst
1995-05-17 03:02:00 +00:00
Satoshi Asami
36fa428c71 Add "USE_X11=yes" this port doesn't require explicit xmkmf (it's
already in the Makefile) but it installs in /usr/X11R6.
1995-05-16 11:34:33 +00:00
Satoshi Asami
8a16ea2ec2 Delete extra newlines at end of file. 1995-05-16 10:44:12 +00:00
Satoshi Asami
64fc9bf2b3 Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no
chance of this code being updated so assign one ourselves.  This
particular number ("1.3") is taken from the rcsid of dviselect.c (in
fact the only source file for this program).
1995-05-16 10:43:59 +00:00
Satoshi Asami
79faaf1d61 Fix the indent level. I know we're in code freeze, and this is
one of the key components of the system, but I'm sure that this:
===
-               ${ECHO_MSG} "===> Registering installation for ${PKGNAME}"; \
+               ${ECHO_MSG} "===>  Registering installation for ${PKGNAME}"; \
===
change has absolutely no chance to screw us up, right? :)
1995-05-16 10:31:25 +00:00
Andrey A. Chernov
3af887cf64 Enable call of remote pindentd 1995-05-16 09:36:27 +00:00
Satoshi Asami
8d0b3696d3 Fix multi-line comments. Thanks, Jordan!
Pointed-out by:	jkh
1995-05-16 09:00:13 +00:00
Satoshi Asami
bee6b37588 Set PKGNAME=ucblogo-3.1. 1995-05-16 05:02:02 +00:00
Andrey A. Chernov
a56adfc86e Upgrade, old version not exist anymore on master site 1995-05-15 20:55:41 +00:00