Commit graph

17 commits

Author SHA1 Message Date
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
zuntum
36e001929b o convert to use buildlink.mk files
o add buildlink.mk file for use by other packages

  Fixes enlightenment build problem noted by David Brownlee <abs@netbsd.org>
  in private mail.
2001-07-03 16:30:19 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + 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:22:34 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +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
jlam
99a2cd4c36 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:02:10 +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
jlam
112e804b00 Update to fnlib-0.5 (from enlightenment) 1999-10-28 00:27:38 +00:00
agc
f6a81e40d7 Adapt this package to pkgsrc standards:
+ delete redundant PKGNAME definition
+ use pkglibtool, and install the .la archives
+ add comment to PLIST
+ add patch-sum file
1999-08-24 12:22:35 +00:00
garbled
2fee7f195b Upgrade fnlib to 0.4. Needed for enlightenment. 1999-03-30 04:52:44 +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
tron
df8e510c9e Depend on version 1.8.2 of "imlib" package. 1998-12-21 17:05:52 +00:00
tron
c44940bc67 Fix dependence for new "imlib" version. 1998-12-13 21:46:52 +00:00
garbled
b01f160dcc never assume the original author can spell when cutting and pasting. 1998-11-04 07:56:06 +00:00
garbled
c517dbface Initial import of fnlib-0.3:
Color Font rendering library for X11R6
1998-11-04 07:54:48 +00:00