Masafumi Max NAKANE
c4917c6dc8
In Makefile.in, use install-info only if it exists as /usr/bin/install-info
...
and ${PREFIX}/info/dir exists.
1997-02-07 11:00:26 +00:00
Masafumi Max NAKANE
1b111b2573
This patch now modifies Makefile.in to correctly call install-info:
...
--infodir -> --info-dir
Give --defentry= option as make.texinfo doesn't have @direntry.
Noticed by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
(Closing PR #2646.)
1997-02-05 17:01:16 +00:00
David E. O'Brien
6b3151a9a3
* Debugger really didn't work under X11 -- needed to use mkfifo rather than
...
mknod for non-root users.
* Made termios patches more portable.
* Help file pathing not quite right.
* Make ALT-blah-Keys go well under X11.
Submitted by: root@mc5sys.in-berlin.de (Frank Gruender)
1997-01-29 07:22:21 +00:00
Andrey A. Chernov
6203caae7c
Remove extra point in minor number
1997-01-28 08:26:14 +00:00
Andrey A. Chernov
4510210450
Upgrade to -38
1997-01-28 03:01:24 +00:00
David E. O'Brien
5b0a45cf7b
Change handling of manpages. (.so --> symlinks)
1997-01-25 18:08:40 +00:00
David E. O'Brien
f98e644eea
Share xwpe with the known FreeBSD world.
1997-01-25 09:09:57 +00:00
David E. O'Brien
5173f872a5
xwpe is a X-window programming environment designed for UNIX systems.
...
It is similar to 'Borland C++' MS-DOS programming IDE environment.
There is both a curses and X11 interface.
Note: there are both English and German language version of the manpages,
and helpfiles. The German language version will be installed if
"GERMAN_LANG" is set during ``make install'' of the port.
1997-01-25 09:09:03 +00:00
Torsten Blum
d6f5647a91
upgrade to 1.12
...
Submitted by: fenner
1997-01-16 10:11:39 +00:00
Satoshi Asami
60c376c63b
Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sure
...
what good it will do with phkmalloc in the system....
Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!)
1997-01-10 10:57:55 +00:00
Satoshi Asami
7b9cbc8895
Add gdbtk.
1997-01-09 12:40:00 +00:00
Satoshi Asami
1b028d0e03
Remove setgid kmem, Joerg says it is no longer necessary.
1997-01-09 09:19:17 +00:00
Joshua Peck Macdonald
2467d44263
Update to version 1.0.9, nothing major.
1997-01-07 08:07:25 +00:00
Thomas Gellekum
6d4994ee2b
Upgrade from 1.2b to 1.3.
1997-01-02 10:20:44 +00:00
Masafumi Max NAKANE
c6bd830976
Upgrade, 1.3.1 -> 1.3.2.
1996-12-24 11:12:12 +00:00
Satoshi Asami
f9ec0b63fb
Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,
...
PKGNAME and WRKSRC (one less line :).
1996-12-12 05:21:36 +00:00
David E. O'Brien
678d638fba
Turn on lclint
1996-12-11 22:52:31 +00:00
David E. O'Brien
ba8ea5d95e
LCLint is a tool for statically checking C programs. With minimal
...
effort, LCLint can be used as a better lint. If additional effort is
invested adding annotations to programs, LCLint can perform stronger
checks than can be done by any standard lint.
Check the LCLint home page at
http://larch-www.lcs.mit.edu:8001/larch/lclint/
Closes-PR: ports/1646
Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de>
1996-12-11 22:51:22 +00:00
Satoshi Asami
50e355828a
Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.
1996-12-11 12:04:23 +00:00
Masafumi Max NAKANE
bf43dca9fd
Upgrade, 1.3 -> 1.3.1.
...
New version has its own configure script and honors the PREFIX. So we no
longer need to patch config.mk.
1996-12-08 22:57:34 +00:00
David E. O'Brien
0415dd1522
Turn on cutils
1996-12-08 22:27:01 +00:00
David E. O'Brien
b6251a324b
cutils is a collection of miscellaneous utilities useful for C programmers.
...
It is composed by the following utilities:
cinfo, cinfoc and cinfodc - C language documentation tools
cdecl and cundecl - decode and encode C type declarations
cobfusc - make a C source file unreadable but compilable
chilight - highlight C source files with colors
yyextract - extract grammar rules from yacc grammar
yyref - yacc grammar reference program
Submitted by: Sandro Sigala <ssigala@globalnet.it>
1996-12-08 22:26:14 +00:00
Satoshi Asami
b2892ebae5
Make the comments match reality. Add master site on LOCAL_PORTS. Misc.
...
cleanup.
1996-11-27 12:02:28 +00:00
Satoshi Asami
aa4294f390
Gosh, I spend two hours fixing up all the Makefiles and here's another
...
import without the subdir Makefile update! ;)
1996-11-27 02:49:22 +00:00
Eric L. Hernes
362cb7b639
new port for linux_devel, The linux cross-development stuff
1996-11-26 23:15:07 +00:00
Satoshi Asami
e55b23caba
Add prcs.
1996-11-26 08:24:08 +00:00
Satoshi Asami
c00f44cf62
More typo police.
1996-11-20 12:13:31 +00:00
Satoshi Asami
8c5cb58488
Typo police.
1996-11-20 11:45:18 +00:00
Satoshi Asami
03227810da
Change hard link to symlink so that it works even when the manpages are
...
not compressed at the time of link creation.
1996-11-20 03:01:20 +00:00
Satoshi Asami
c98cfd116d
Compress a bunch of manpages. Remove unnecessary @ directives from
...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
300c45cf2e
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 11:44:27 +00:00
Satoshi Asami
642e598732
Use MASTER_SITE_SUNSITE. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 10:37:03 +00:00
Satoshi Asami
5dba7b6e29
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 10:25:35 +00:00
Satoshi Asami
83e5fd3ee1
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 09:56:45 +00:00
Satoshi Asami
95e743d9b7
Use MASTER_SITE_PERL_CPAN. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
1996-11-18 08:47:32 +00:00
Satoshi Asami
6ec9819edf
Add BUILD_DEPENDS to emacs, we need to byte-compile a file.
1996-11-17 02:32:06 +00:00
John Polstra
2dccba89fe
Enable "boehm-gc".
1996-11-16 01:55:06 +00:00
John Polstra
221c169fee
New port "boehm-gc". It is a drop-in garbage collector for C and C++
...
programs.
Submitted by: Mike McGaughey <mmcg@heraclitus.cs.monash.edu.au>
1996-11-16 01:51:39 +00:00
Thomas Gellekum
d44e206f87
Fix Date created\' and
Whom\' comments.
1996-10-25 06:11:05 +00:00
Andrey A. Chernov
f16d30263b
delete .33 too
1996-10-25 00:51:55 +00:00
James FitzGibbon
58ed417e89
Update for new perl5 ports
1996-10-24 13:48:24 +00:00
James FitzGibbon
d25d9138f1
perl5 module to install die() and warn() handlers.
1996-10-24 13:46:37 +00:00
James FitzGibbon
9fab9a7c38
perl5 module handling application defaults in Perl.
1996-10-24 13:45:44 +00:00
Satoshi Asami
5339f6b6cc
Gah! Data::Flow is in devel/, not perl5/!
1996-10-24 11:18:40 +00:00
Satoshi Asami
c51c45ba1f
Fix directory of Data::Flow module (didn't have the "p5-" prefix) in
...
dependency.
Found by: make index
1996-10-24 10:58:01 +00:00
Satoshi Asami
4c6c083aaf
Add cxref, it's a new directory so it should could for something.
1996-10-24 10:47:43 +00:00
James FitzGibbon
b8c06517e3
Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
...
Submitted by: asami@freebsd.org
1996-10-24 09:59:32 +00:00
James FitzGibbon
3a6469cabc
Fix PLIST files with blank lines in them.
...
Submitted by: asami@freebsd.org
1996-10-24 09:11:40 +00:00
James FitzGibbon
85d8b5fb72
Updates for new perl5 ports
1996-10-24 08:17:09 +00:00
James FitzGibbon
8c2cb67b90
a collection of functions to convert and use time variables in perl5
1996-10-24 08:17:03 +00:00