1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
Commit Graph

1726 Commits

Author SHA1 Message Date
Jordan K. Hubbard
6047b291cd Add tkHTML 1995-04-28 16:07:53 +00:00
Jordan K. Hubbard
051eae260a Add wwwish. 1995-04-28 16:01:41 +00:00
Jordan K. Hubbard
ff0c48c1ad Pass X11BASE to all sub-makes. I need it for a port, and I daresay that
there are a lot of hardwired "/usr/X11R6" paths out there that could stand
to use it as well.
1995-04-28 15:40:37 +00:00
Jordan K. Hubbard
66d6f9f718 Add this to the emulators and utils categories. 1995-04-28 15:05:31 +00:00
Jordan K. Hubbard
caedea32b1 Add a few CATEGORIES lines to take these ports out of `orphans'.
Seeing your port in the orphans directory is pretty good indication that
it doesn't have a categories line! :-)
1995-04-28 13:35:40 +00:00
Andrey A. Chernov
7747e70a61 Upgrade. 1995-04-28 00:21:22 +00:00
Andrey A. Chernov
527c73a5a8 Upgrade. 1995-04-27 23:36:21 +00:00
Andrey A. Chernov
ef4a2dfdb9 Remove setre* hacks, we have working thing now 1995-04-27 19:34:58 +00:00
Mark Murray
73eff1cf2b Added two South African Archie sites to the "known Archies" list. 1995-04-26 16:44:38 +00:00
Jean-Marc Zucconi
3e625a8f5f Use 'do-install:' instead of 'install:'
Complain and fail if no build option is set.
1995-04-26 14:45:15 +00:00
Gary Palmer
8dad1eea1c xdtm - X Desktop Manager. 1995-04-26 11:49:42 +00:00
Satoshi Asami
ab80343260 Take out unnecessary comment.
Submitted by:	NIIMI Satoshi <sa2c@and.or.jp>
1995-04-25 10:48:29 +00:00
Satoshi Asami
84a041dc5a nntpxmit and shlock moved from bin to libexec/news. 1995-04-25 10:44:17 +00:00
Satoshi Asami
1c1df9368f Added chord. 1995-04-25 07:30:27 +00:00
Satoshi Asami
b0fd8cc295 chord-3.6, produce PS sheet-music from text input 1995-04-25 07:29:36 +00:00
Satoshi Asami
18366571f1 Put pdksh back, now that the mmap problem is solved. 1995-04-25 07:03:53 +00:00
Satoshi Asami
d5bd88729e Make the xview-* trilogy compile. I haven't tested them, but all
the patches applied without hitch so I assume they should work.  (ljo's
too busy to take a look now, so I went ahead and fixed them....)
1995-04-25 04:48:02 +00:00
Satoshi Asami
61c6f42258 No ldconfig's from ports, please.... :< 1995-04-25 01:05:45 +00:00
Satoshi Asami
1c392d4b6a Remove the second @cwd (to /usr/local/info) and add "info/" in front
of all the subsequent lines.
1995-04-24 23:08:06 +00:00
Satoshi Asami
dfcafdcd14 Run makeinfo before trying to install info files. 1995-04-24 23:07:29 +00:00
Satoshi Asami
77afdc76ca Add "STRIP=", scheme48 is a shell script. 1995-04-24 22:31:59 +00:00
Satoshi Asami
f7595f0968 Install manpages. Also, add missing "-f" to the end of MAKE_FLAGS. 1995-04-24 22:10:25 +00:00
Satoshi Asami
f41503d389 This port IS_INTERACTIVE (asks if you want to delete old installation). 1995-04-24 21:50:34 +00:00
Mark Murray
cd5700c69b Corrected some spelling, and generally clarified the description. 1995-04-24 21:25:26 +00:00
Adam David
2c030dec19 @srcdir . 1995-04-24 16:53:06 +00:00
Adam David
8c7c713f14 added convulutions for package creation with ${PREFIX} != /usr/local 1995-04-24 16:52:12 +00:00
Jean-Marc Zucconi
c0e45238ef Add -Dprefix=${PREFIX} in configure args. 1995-04-24 15:17:40 +00:00
Satoshi Asami
b098c2ddf2 Update lang Makefiles, compressing some man pages and stripping some
executables along the way.
1995-04-24 11:29:30 +00:00
Satoshi Asami
b901ee38c8 Updated devel Makefiles. Strip mprof and compress mprof.1 along the way. 1995-04-24 11:01:39 +00:00
Satoshi Asami
93c78d0f3d Updated archivers Makefiles.... 1995-04-24 10:58:57 +00:00
Satoshi Asami
6912424c5b Move blt into alphabetical order in SUBDIR list. We now have LIB_DEPENDS
to take care of the dependencies
1995-04-24 10:48:35 +00:00
Satoshi Asami
1cd7cf497c (1) Add the chain of dependencies to the targets in the NO_* section
too (otherwise the chain won't work).
(2) If NO_WRKDIR is set, "make clean" removes "./.*_done" (assuming
    these are cookies...or should I list all the cookies?)
1995-04-24 10:41:51 +00:00
Satoshi Asami
b3bd749aea Typo (nnusages -> nnusage) 1995-04-24 09:24:25 +00:00
Satoshi Asami
6db9c10ff1 Add "-" in front of "ln -s" so that it won't be fatal if the link
already exists.
1995-04-24 09:21:52 +00:00
Satoshi Asami
76573ce60c {WRKSRC} -> ${WRKSRC}. Conical hat goes to adam. :p 1995-04-24 09:15:30 +00:00
Satoshi Asami
069e6920d0 Take out invocation of fake-pkg from do-install target. It is now
done in the main install target itself.
1995-04-24 09:10:36 +00:00
Satoshi Asami
b93566a100 Move call of fake-pkg from do-install to end of install. 1995-04-24 09:05:34 +00:00
Satoshi Asami
10c005c34b (1) Use PATCHFILES.
(2) Call scripts/untrue for all the Makefile.in's from pre-configure.
1995-04-24 08:26:50 +00:00
Satoshi Asami
7c1687a865 Take out slirp, it is upgraded and the old port doesn't work. 1995-04-24 08:16:58 +00:00
Satoshi Asami
99bbfced7c Take out gopher for now. 1995-04-24 07:54:15 +00:00
Satoshi Asami
76f5c1cbc0 Update, 2.1 -> 2.1.3.
NOTE: THIS DOES NOT WORK.  Someone please fix AUTH.c, it uses fgetpwent(),
which, according to the comments, is a replacement of setpwfile(), which
according to the manpage of getpwent(), is deprecated.
1995-04-24 07:53:15 +00:00
Satoshi Asami
eb8b111fd5 Let's update checksum too!
Reviewed by:
Submitted by:
Obtained from:
1995-04-24 07:42:54 +00:00
Satoshi Asami
603552aa35 manpages installed in /usr/local, not /usr/X11R6 1995-04-24 07:41:21 +00:00
Satoshi Asami
7969e14564 Compress manpages. 1995-04-24 03:38:32 +00:00
Satoshi Asami
8743292dae Why the heck was I calling the build target "pre-build"?!? (Changed
to do-build.)
1995-04-24 02:22:49 +00:00
Jean-Marc Zucconi
adf9b90f89 Add suidperl; man pages are gzip'ed 1995-04-23 17:26:28 +00:00
Jean-Marc Zucconi
9083fbf329 gzip man pages, strip binaries 1995-04-23 17:21:34 +00:00
Satoshi Asami
b165a3a9b5 Updated utils Makefiles! 1995-04-23 13:02:52 +00:00
Satoshi Asami
b41fc8e42a Updating mail Makefiles.... 1995-04-23 12:47:29 +00:00
Satoshi Asami
f350303547 Since thud was down all day (no offense Gary :), I finally had time to
split mule into three ports:

editors/mule:          no language-specific support
japanese/mule-canna:   Japanese support, Canna library built-in
japanese/mule-wnn:     Japanese support, Wnn library built-in

Note that the two ports under japanese/ will overwrite some of the
emacs support files.  Although this itself isn't a problem, if you
pkg_delete it, you will lose some files needed for emacs.  (This is
explained in DESCR, although god knows who reads them.)

Also I've listed every single file in the PLIST.
1995-04-23 10:35:35 +00:00