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

2116 Commits

Author SHA1 Message Date
Andrey A. Chernov
39ffbfe1c0 Install more message catalogs 1995-06-20 21:20:48 +00:00
Satoshi Asami
272ada83bf Compile and install xxgdbiowin. It is required by the "iowin" feature
of the debugger.

Pointed-out by:	murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy)
1995-06-20 08:01:36 +00:00
Satoshi Asami
8360a75fd7 Add crl.dec.com to MASTER_SITES, ftp.x.org tends to be busy. 1995-06-20 07:46:44 +00:00
Satoshi Asami
c033847e2f Upgrade, 1.0.2 -> 1.0.3. The original (3.1.3) is still the same.
patch-ag is now part of the distribution.
1995-06-19 04:25:51 +00:00
Andrey A. Chernov
e2abadd66d Upgrade. 1995-06-18 13:11:32 +00:00
Andrey A. Chernov
27216f7df7 Change non-existent /usr/tmp to /var/tmp 1995-06-18 12:45:49 +00:00
Torsten Blum
e919ee086b change usr/lib/sendmail to /usr/sbin/sendmail 1995-06-18 11:55:43 +00:00
Andrey A. Chernov
beeaad0104 Upgrade. French and german message catalogs available now. 1995-06-17 04:48:16 +00:00
Jean-Marc Zucconi
3ae6e278b5 Set DISTFILES so that the files will be checksum'ed (only with FTP build) 1995-06-17 01:29:06 +00:00
Jean-Marc Zucconi
9a3d3bdb87 Checksum 1995-06-17 01:26:06 +00:00
Andrey A. Chernov
2ffaebe957 Upgrade and fix keypad, now it works 1995-06-16 23:37:46 +00:00
Torsten Blum
618ab53e8e This patch to mirror allows you to specify a "account" too. This
is used by some mainframe FTP's and other bogous machinery.

Submitted by:	phk
1995-06-15 17:31:25 +00:00
Jean-Marc Zucconi
3aceaf024d Remove the dependency on gshar+gunshar
Use awk and sh to extract
1995-06-15 11:26:50 +00:00
Jeffrey Hsu
6e74699d8d Update to 950606 snapshot. 1995-06-15 07:46:50 +00:00
Andrey A. Chernov
342978cb51 Upgrade. 1995-06-13 22:40:05 +00:00
Andrey A. Chernov
6a97821901 Upgrade. 1995-06-13 22:14:34 +00:00
Jean-Marc Zucconi
60ac0fe195 Upgrade: patchlevel 18 -> 20 1995-06-13 20:59:35 +00:00
Jordan K. Hubbard
357005f1db I can't find a master site for rsynth anywhere. Give up and move
it to BROKEN.
1995-06-10 02:36:44 +00:00
Satoshi Asami
974e25a207 Fix some pathnames in system.fvwmrc.
Submitted by:	Frank Bartels
1995-06-07 07:57:28 +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