Commit graph

31 commits

Author SHA1 Message Date
grant
9b4feec99c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:30:32 +00:00
agc
dd17c7cbf9 Make this package compile in the face of gcc3 and a working
implementation of xor.
2003-12-19 23:00:26 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +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
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
wiz
dfd972271e Add buildlink2.mk. 2002-10-20 14:00:41 +00:00
wiz
4160c22533 Trivially convert to buildlink2. 2002-10-20 13:45:47 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
jlam
6b22abff85 Honor CFLAGS passed in from environment during build. 2001-05-01 16:34:10 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
skrll
d5ea98a7b4 Missed one. 2001-03-03 14:36:01 +00:00
skrll
1a0039c3e3 Fix build problem with qt1 and libtool. 2001-03-03 14:08:54 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +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
wulf
f51aa4ba79 Added HTML document files
CVS ----------------------------------------------------------------------
2000-07-07 13:37:09 +00:00
wulf
8dd49902ad Extended installation procedure to include HTML documentation 2000-07-07 13:28:55 +00:00
skrll
e167f0ee21 pkglint. 2000-07-07 07:47:24 +00:00
skrll
686e6bcdb2 Forget PLIST update as part of last commit. 2000-07-06 20:17:45 +00:00
skrll
7884988732 Update to use USE_LIBTOOL and use QTPREFIX appropriately. 2000-07-06 19:04:50 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
drochner
450610000c replace outdated stuff with some Qt marketing from Troll's website 2000-04-28 17:44:01 +00:00
dmcmahill
e8fb9716fa remove extra link which should not be needed and has the potential
for confusion.
2000-04-13 10:13:20 +00:00
wiz
ffe14b76f4 remove unnecessary empty line 2000-04-09 09:32:05 +00:00
dmcmahill
4c6805dd92 remove obsolete patch. 2000-04-09 04:11:48 +00:00
tron
f8aa99bfe4 Apply GIF patch in "post-patch" target so that an interrupted build
can be continued.
2000-03-30 16:40:47 +00:00
dmcmahill
07c67df8fd make qt1 install in its own directory instead of renaming its installed
components.  This allows users of Qt to specify QTDIR=/path/to/qt instead
of having to patch all configure scripts and makefiles to look for alternate
names.  This is the recommended approach from Troll Tech (Qt authors).

update pkgs which use qt1 to reflect this.
2000-03-28 00:09:19 +00:00
dmcmahill
7fe1c8d00d This is a modified version of the qt-1.44 package. It has been modified
to coexist with the up and coming qt-2.0.2 package.  This will allow
packages which still requrire qt-1.44 to work (ie are not compatible with
Qt-2).  As such, this package should be considered a temporary one.
Once all packages which use qt-1.* have be updated to use qt-2.*, this package
may be depricated.

The modifications to this package from the qt-1.44 package are:

- header files are installed in ${PREFIX}/include/qt1
- manual pages have "_1" appended to the name (ie "man foo" becomes "man foo_1")
- the program "moc" is now named "moc1"
2000-03-23 21:27:40 +00:00