Commit graph

14 commits

Author SHA1 Message Date
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
wiz
756fd52cb6 Do not create unneeded directory. 2005-05-26 11:32:25 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
wiz
06d93ee453 lib/vfs is shared with the gnome2 version of this package. 2003-03-25 11:22:36 +00:00
wiz
0d03437785 lib/charset.alias belongs to the libiconv package. 2003-03-21 23:36:46 +00:00
rh
298c1590cb Update gnome-vfs to 1.0.5. Changes include:
New features:

* UTF-8 gnome-mime-data support
* NNTP module
* Share MIME data with GnomeVFS2 using gnome-mime-data, no NetBSD-specific
  patch necessary any longer

Bug fixes:

* NNTP fixes
* Large file (64bit) support
* Build fixes
* C++ style comments corrected
* Miscelaneous fixes
* Fix memory leak for nested symlinks, avoid infite loop
* Detect OpenSSL libraries better
* Don't include <regex.h> to remove namespace clashes
2003-01-09 09:47:30 +00:00
rh
99dc2a2dee Make this coexist with GNOME2 by depending on gnome-mime-data instead of
installing local versions.  Patch provided by Eric Gillespie
<epg@pretzelnet.org>, with minor modifications.
Bump PKGREVISION.
2003-01-02 03:19: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
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
rh
ff1823e318 Update gnome-vfs to 1.0.3.
Changes are mainly bugfixes, most notably this now compiles with
control-center-1.4.0.4.  This version also adds support  for start-here:,
preferences:, system-settings:, server-settings:, start-here:, and
programs: URI schemes.

While at it, fix localstatedir to avoid installing scrollkeeper files
where they don't belong (PR pkg/13057).
2002-03-24 19:59:37 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
skrll
015c2e40b9 Don't hardcode /usr/X11R6 when making directories or running X based
programs such as mkfontdir use ${X11BASE} instead.

Also pick up a couple of /bin/chmod -> ${CHMOD}s
2002-02-05 22:03:54 +00:00
abs
517dc48a7c add missing lib/vfs/modules/lib{ftp,vfs-test}.so.0{,0}. Was fatal on arm32 1.5 2001-12-29 11:07:45 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00