Commit Graph

1799 Commits

Author SHA1 Message Date
David Greenman 42499e5bc9 Sync with main branch. 1995-10-05 20:58:10 +00:00
Jordan K. Hubbard b362c36dec Bring in Satoshi's changes from the HEAD so that our ports and packages
are compat for 2.1 and -current.
1995-09-19 08:36:15 +00:00
Satoshi Asami 5727f324eb Renamed the default package repository ".../packages/.packages" to
".../packages/All".  The "all" category that was automatically added
for every package is gone.

Note that bsd.port.mk requires category names to start with lowercase
names, otherwise it may get confused.

Reviewed by:	jkh

By the way, here is a small script to convert your local package
hierarchy.  Run it in bash, as /bin/sh not only will bark at the
$(.) command substitution but will also botch the [a-z]*/*.tgz
expansion (long-standing and annoying bug, reported before).

cd /usr/ports/packages
mv .packages All
for i in [a-z]*/*.tgz; do
  j=$(basename $i)
  /bin/rm $i
  ln -s ../All/$j $i
done
1995-06-06 10:56:34 +00:00
Satoshi Asami 9fe6ec35b8 Fix these bugs.
- The expiration processing fails when attempting to store a long message-id
  in the new DBZ database. If left uncorrected, a disk full condition is
  likely to occur.
- When innxmit (on the master) encounters a news article that is
  cross-posted to LOTS of other newsgroups it segmentation faults.

Submitted by:	torstenb
1995-06-05 13:45:08 +00:00
Satoshi Asami 8f86cb11eb Added libdlmalloc. 1995-06-04 06:20:28 +00:00
Satoshi Asami 0e5ad9aa59 Doug Lea's malloc library.
Submitted by:	Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
1995-06-04 05:29:58 +00:00
Satoshi Asami 0bcde877d5 Add CATEGORIES=x11. 1995-06-04 01:12:38 +00:00
Satoshi Asami 76d0bb7646 List all filenames, also add/delete symlinks from /usr/X11R6/lib
to make ldconfig happy.
1995-06-04 01:10:03 +00:00
Satoshi Asami 8ae8e0c725 Changed directory name in MASTER_SITES.
Submitted by:	torstenb
1995-06-02 05:14:48 +00:00
Satoshi Asami 55ff694e69 Final piece of puzzle to make this compile!
Submitted by: Lucas James <Lucas.James@ldjpc.apana.org.au>
1995-05-31 06:02:26 +00:00
Satoshi Asami ba30c3d3e1 Missing md5 file. 1995-05-31 06:02:01 +00:00
Satoshi Asami 7d52e87445 Add post-install target to make symbolic links for shared libraries
(to make ldconfig happy) and gzip manpages.
1995-05-31 06:01:49 +00:00
Satoshi Asami 3eb8172016 Moved iv from BROKEN to SUBDIRS. Hooray! 1995-05-31 06:01:09 +00:00
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