Commit graph

29 commits

Author SHA1 Message Date
tron
b88c1c1267 Preprocess "terminfo.5" with "tbl", fixes PR pkg/6627 by Greg A. Woods. 1998-12-28 20:03:08 +00:00
garbled
384c07a72e add NOT_FOR_ARCHS= alpha for all of these pkgs which are *known* to fail
on alpha.  There may be more, but I haven't seen them yet.
1998-09-22 06:11:35 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
agc
40359dcd0d Use automatic shared object handling 1998-07-15 10:34:56 +00:00
tv
95ee21332f Automatic manual page handling, and don't create the
${PREFIX}/lib/terminfo symlink, as we have no need for the
"compatibility".
1998-06-21 04:29:07 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
frueauf
f02aaf3294 portlint: rm->${RM}. 1998-03-16 11:06:07 +00:00
hubertf
5355781ff2 Fix PR 5163 by tooleym@Douglas.BC.CA: In manpages, tell people to
#include <ncurses.h>, not <curses.h>.
1998-03-16 08:06:30 +00:00
agc
cf51a41ceb Fix a typo in the panel/Makefile.in file (INSTALL_PREFIX lacked a
trailing '@') - pointed out by Rob Windsor.  Move configure script
mods to patch-ab, and coalesce them.
1998-03-08 01:28:31 +00:00
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
tron
f30275b1a9 Ensure that the includes files goto "${PREFIX}/include" even if
there is another instance of "ncurses" e.g. in "/usr/local".
1998-02-01 17:33:19 +00:00
hubertf
fda7e44e89 portlint: ldconfig||/usr/bin/true, add some manpages 1998-01-24 04:28:24 +00:00
hubertf
1c39b5cd35 portlint: remove empty line 1998-01-24 04:27:19 +00:00
hubertf
6816914e87 portlint: move WRKSRC, fix MAN1, use macros for commands, ldconfig||/usr/bin/true 1998-01-24 04:26:58 +00:00
agc
54bcee1ee2 As pointed out by Charles Hannum, program files which are not
intended to be in a shared object should not be compiled as
Position Independent Code.

Attempt to fix ncurses' man page problems once and for all.  The
configure script tries to be smart, and checks the date(1) manual page
to see if it's been compressed, and, if it has been, installs ncurses
manual pages compressed.  I've removed this check, so that all pages
are installed (as far as ncurses thinks) uncompressed, and then use
the standard pkgsrc mechanisms for compressing them.
1998-01-09 14:52:36 +00:00
hubertf
2e8af152ad Use "+=", not "=" to assign CONFIGURE_ARGS; else this installs in /usr/local! 1997-12-18 09:58:14 +00:00
hubertf
3c69b90949 The binaries produced looked for libcurses.so in ../lib, which is nonsense.
Fixed after Frederick Bruckman <fb@enteract.com> told me via email.
1997-12-15 01:00:46 +00:00
hubertf
e6c6166365 Fix the following message:
/usr/pkg/man//man1/captoinfo.1.gz: No such file or directory
ncurses 1.9.9g doesn't install manpages in compressed form, so
no need to define MANCOMPRESSED (for folks that want their
manpages compressed, they shallt set MANZ!).
1997-12-13 04:05:28 +00:00
agc
2790f685bc Updated to reflect the files and directories that are actually
installed by this package.  Don't remove non-existent directories, use
the correct names for manual pages (wresize.3, not curs_resize.3), use
the real directory names (share/terminfo/foo, not lib/terminfo/foo),
and use the correct names for the terminfo files.
1997-12-09 04:02:35 +00:00
agc
9aacbf82d1 Change manual page name from curs_resize.3 to wresize.3 to reflect
reality, which allows the package to be installed without MANZ set
in the environment.
1997-12-09 02:49:22 +00:00
hubertf
8ce370a67d fix ldconfig 1997-12-02 23:25:09 +00:00
agc
53535f668a Upgrade to ncurses-1.9.9g.
Add MANCOMPRESSED, as newer version gzips the manual pages.

Remember to merge the new shared objects in with ldconfig.

Add version numbers to the shared objects in the derived Makefiles.
1997-11-26 14:50:45 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
agc
c20852e7a7 Append trailing / to MASTER_SITES.
Add section 5 and 7 manual pages and MAN[57] definitions.

Add standard format header, and fill in hubertf's name as maintainer
(you're welcome, Hubert).
1997-10-28 11:35:46 +00:00
hubertf
27fda5db89 add MASTER_SITE for this version 1997-10-28 00:12:41 +00:00
hubertf
4f3fa3c945 Import what FreeBSD has in base 1997-10-27 04:28:54 +00:00