Commit graph

60 commits

Author SHA1 Message Date
wiz
79da4f2355 Remove dependency on replace-perl from do-configure target.
This was a workaround for a bug which has been fixed, and the target does not exist any more either.
2003-07-22 14:03:23 +00:00
martti
f928be280d COMMENT should start with a capital letter. 2003-07-21 16:56:41 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
cjep
d3d4ffacf6 delint 2003-05-18 11:42:06 +00:00
wiz
20ea58c76c Unused. 2002-10-09 18:27:08 +00:00
jlam
204241bc9f buildlink1 -> buildlink2, and note conflict with compfaces. 2002-09-21 12:13:44 +00:00
manu
621a812fb5 The master site moved the archive in a subdirectory with the same name. Requesting
the archive was causing the server to tar.Z the direcctory on the fly, and we ended
up with an archive containing the source archive. This was blocked by the checksum.

Fixed the archive path.
2002-09-10 08:18:32 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
tron
bc04de2e19 Define "USE_PERL" and patch path to Perl binary in a Perl scripts.
Problem noted by Greg A. Woods in PR pkg/16415.
2002-07-07 14:39:16 +00:00
tron
b816ba4796 Adapt include conversion scripts to recent versions of "netpbm" and add
the missing dependence on "netpbm" package. This fixes PR pkg/16416
by Greg A. Woods. Bump the package revision to 2 after these fixes.
2002-07-07 14:25:52 +00:00
tron
8634cacfc8 Shorten oversize description. 2002-07-07 14:15:29 +00:00
tron
18c5c29c62 Use "FILE" instead of "file" as shell variable to fix a "pkglint" warning. 2002-07-07 14:14:14 +00:00
jlam
7cd04d6fd0 Update mail/faces to 1.6.1nb1. Changes from version 1.6.1 are moving the
package under ${X11PREFIX} instead of trying to dual-install under both
${LOCALBASE} and ${X11BASE}, and strongly buildlink'fiying.
2001-11-30 16:29:28 +00:00
wiz
b17589064d Misc fixes:
Remove a dead MASTER_SITE.
Use PLIST_SUBST instead of local hack.
Create app-defaults dir if missing (solves pkg/13179).
Don't hardwire incorrect app-defaults path in patch-at.
2001-11-29 18:00:31 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
522bc08a5d libcompface.*, not libcompfaces.* 2001-09-14 02:17:57 +00:00
jlam
eaf2cbfc78 Correct the version number for the faces dependency (there was no 1.1.6,
only 1.6.1).
2001-09-14 02:14:55 +00:00
jlam
22ab690666 Add buildlink.mk file for use by other package Makefiles. 2001-09-14 02:13:56 +00:00
tron
d291fa3da4 Make this package work under Solaris. 2001-07-24 17:04:27 +00:00
jtb
328c71a86f Fix LICENSE. s/distribution/redistribution/. Pointed out by
John Darrow <John.P.Darrow@wheaton.edu> on tech-pkg.
2001-06-11 04:59:58 +00:00
jtb
09644d3e50 LICENSE=limited-distribution.
RESTRICTED="Distribution not allowed if money exchanged"

 *  Permission is given to distribute these sources, as long as the
 *  copyright messages are not removed, and no monies are exchanged.
 *
 *  No responsibility is taken for any errors on inaccuracies inherent
 *  either to the comments or the code of this program, but if reported
 *  to me, then an attempt will be made to fix them.
2001-06-04 21:23:55 +00:00
agc
b26a4eb88b Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
dmcmahill
7b326e6191 add some missing header files for alpha. 2001-02-03 01:53:02 +00:00
dmcmahill
ac571cdc1e create missing ELF shared lib links 2001-02-03 01:52:19 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
tron
c176be5714 Use correct run time library path for "compface" and "uncompface". 2000-09-06 12:44:37 +00:00
tron
50f5095f29 Include "errno.h" instead of defining "sys_errlist" manually to avoid
link time warnings.
2000-09-06 12:31:50 +00:00
tron
5fa52e5c2c Fix compilation problem with certain version of "bsd.lib.mk". 2000-09-06 12:25:08 +00:00
tron
2caaf58123 Fix this package to pass the shared library test in the "check-shlibs"
target. These patches created by Alistair Crooks.
2000-09-04 11:29:35 +00:00
agc
63f53831b6 Attempt to differentiate between X11BASE (where X11 is installed) and
X11PREFIX (where the app defaults file is to be installed, and which
will be X11BASE, or LOCALBASE if xpkgwedge is installed).
2000-07-11 09:53:10 +00:00
tron
160040fd36 Replace "/usr/local" by "${LOCALBASE}". Fixes PR pkg/10360, pkg/10465
and pkg/10529.
2000-07-08 12:47:02 +00:00
agc
cc96437381 More changes for Solaris - make this compile on Solaris systems where
the BSD make program is called "bmake".
2000-05-24 09:15:57 +00:00
kim
40d7c11f77 I don't see the lint libraries getting installed, and the linting
barfs on 1.4Y (at least), so don't lint at all.
2000-05-21 16:50:04 +00:00
bouyer
90fa768a3f Compiles on Solaris 1999-12-05 22:06:19 +00:00
simonb
c9eff3e77a Regen. 1999-10-01 07:52:46 +00:00
simonb
50169ec28b Oops, forgot them RCS ids... 1999-10-01 07:49:19 +00:00
simonb
9599fc7b0e Spilt patches into one-file-per-patch-file, and make this work on
the pmax (and other mips ports) - all the world is not IRIX...
1999-10-01 05:09:14 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
agc
9fe0ebf4eb Introduce a BUILD_USES_X11 definition, defined in package Makefiles,
and used to denote that a package uses X11 headers and libraries to
build, but does not install itself into X11BASE (xpkgwedge
notwithstanding).

This is used to ignore packages which would otherwise cause build
problems on machines with no X11 installation.
1999-01-26 22:03:18 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
agc
c5543eb5a0 Use automatic shared object handling 1998-07-15 11:57:30 +00:00
agc
b0ae9f3a28 Remove MAN<sect> and CAT<sect> definitions from package Makefiles - these
are unnecessary with automatic manual page handling.
1998-06-18 15:25:24 +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
181e837416 portlint: use ${PKGDIR} instead of pkg. 1998-03-10 14:32:54 +00:00
agc
551fd44f94 Pre-process PLIST at install time, so that we don't have hard-coded
(and wrong) paths in the packing list.  With thanks to milano and
hubertf for pointing this out.
1998-03-08 02:31:57 +00:00