Commit graph

41 commits

Author SHA1 Message Date
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
wiz
55194099b6 Unused. 2002-10-08 13:24:42 +00:00
jschauma
098e24d6a9 Hey, buildlink2 is much smarter than me. Remove conditional around
bzip2's buildlink.  Pointed out by seb and wiz (separately - though
seb was faster!).
2002-10-07 22:35:36 +00:00
jschauma
c97008fee5 If on Linux, use bzip2's buildlink2. 2002-10-07 22:17:22 +00:00
jlam
6147cca444 *Conf.sh files don't need to be symlinked when using buildlink2. 2002-09-22 09:43:16 +00:00
jlam
690eb7c826 buildlink1 -> buildlink2 2002-08-28 16:49:38 +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
jlam
67e0bf7c4f Strongly buildlinkify. This will now pick up the correct libintl.so if
it exists in both /usr/lib and in /usr/pkg/lib.
2002-04-09 20:45:43 +00:00
jlam
1047d01f95 After bothering to set GNOME_CONFIG and ORBIT_CONFIG to the paths to the
respective pkgconfig-style scripts, we should actually use them instead of
directly invoking "gnome-config" or "orbit-config".  This will allow us to
properly buildlinkify this package.
2002-04-09 20:44:24 +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
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +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
jlam
ae8961da1c REPLACE_BUILDLINK_SED should generally do the opposite of what
BUILDLINK_CONFIG_WRAPPER_SED does, so add a definition for it.
2001-10-10 13:44:29 +00:00
jlam
3e3c7a50e3 Convert -I${X11PREFIX}/lib/gnome-vfs-1.0/include from the output of
"gnome-vfs-config --cflags" into the buildlink equivalent with
BUILDLINK_CONFIG_WRAPPER_SED.  Also correct the list of files to symlink
into ${BUILDLINK_DIR} based on the contents of the PLIST: BUILDLINK_FILES.*
should resolve to files, not directories.
2001-10-10 13:39:22 +00:00
rh
2e80762acb Remove include search path hack that is no longer necessary after last
week's buildlink changes.
2001-10-10 08:01:55 +00:00
rh
fb2aef1a1e s/LTCONFIG_OVERRIDE/LIBTOOL_OVERRIDE/ to use pkgsrc libtool
Patch configure instead of configure.in to remove dependency on autoconf
2001-10-07 11:45:02 +00:00
rh
41fc148ef9 Update gnome-vfs to 1.0.2 and while at it, buildlinkify. Changes include:
New APIs:

* New gnome_vfs_uri_resolve_relative call (Ian)
* New module callback API (Mike, Maciej)
* Authentication and proxy authentication callbacks (Mike)

New features:

* Start on an SSH module, disabled by default for now (Ian)
* Handle the IceCast/ShoutCast non-standard variant of the HTTP
  protocol (Maciej)
* SSL and https support (Ian, Seth, Maciej)
* Extensive API docs (Seth, Sri, Ian, Jonathan, Maciej, Glynn)
* New translation (Abel Cheung)

Bug fixes:

* Move headers for future parallel-install compatibility (Maciej)
* FTP directory loading fixes (Jacob)
* Fix detection of KOffice file mime types (Frederic)
* Ensure all headers are standalone-includable (Darin)
* Assorted code cleanup (Darin, Anders)
* Split type declarations in gnome-vfs-types.h into individual
  headers; gnome-vfs-types.h is stull around for compat (Seth, Darin)
* Header fixes (Darin)
* Random crash and leak fixes (Havoc, Anders, Maciej)
* Build fixes (Darin, Maciej, Ian, Robin, Carlos, Ramiro, Jonas)

Portability fixes:

* Fix module configuration files and parsing code to work on systems
  that don't use .so as the extension for shared libraries (Jacob)
* Add recorsive mutex wrappers for use on systems that don't provide
  recursive mutexes natively (Dan)
* Misc portability fixes (Laca, Frank Belew)
2001-10-05 06:56:45 +00:00
tron
c456f25a6f Downgrade build dependence on "autoconf" package after it has been
downgraded.
2001-08-29 06:49:27 +00:00
tron
537e65cf72 Remove build dependence on "xml-i18n-tools" because "gnome-vfs" has its
own copies of this stuff.
2001-08-27 20:15:39 +00:00
tron
26080af56f Heavily patch auto configure stuff to make this work with the new
"autoconf" package.
2001-08-27 20:10:16 +00:00
tron
8acc4797c2 Use wildcard dependence on "autoconf" package. 2001-08-27 13:12:51 +00:00
skrll
ec3aee670c Update automake to 1.4-p5 (1.5 is available)
Include a bugfix for lisp_LISP independently discovered by me that has
been pulled up to the automake-1-4 branch of automake cvs.

Changes are:
New in 1.4-p5:
* Allow AM_PROG_LIBTOOL again.
* Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER.
* Display distributed file list correctly in usage message.
* Allow numbers in macro names.
* Bugfixes.

New in 1.4-p4:
* Deal with configure.ac as well as configure.in -- this time for real!
* The version numbering system now allows three point version numbers,
  such as 1.4.4, without thinking they are alpha release numbers.

New in 1.4-p3:
* Deal with configure.ac as well as configure.in.
* Don't complain if `version.texi' is included in multiple places.

New in 1.4-p2:
* Deal with AC_CONFIG_FILES from autoconf-2.50.
* Improvements to f77 support.
* DESTDIR now works for script targets.
* distcheck-hook works correctly.

New in 1.4-p1:
* The version numbering system now allows fork identifiers (such as
  the p1 in this version of automake).
* Cope gracefully with various versions of libtool which may or may not
  require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh.
* Bugfixes.
2001-08-26 10:32:18 +00:00
rh
cdef2324e9 Update gnome-vfs to 1.0.1. Changes are bugfixes, some code-restructuring,
and cleanups.
2001-05-14 17:11:36 +00:00
agc
027c166bf7 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:28:57 +00:00
agc
2d6b6a009c + 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:43:32 +00:00
rh
38fb3a6bdf Make gnome-vfs-1.4 actually compile: this patch was missing from the
original commit.
2001-04-07 19:00:21 +00:00
rh
4ee0b46b0d Update gnome-vfs to 1.0. Changes include performance improvements through
a revamped pthread backend, several API cleanups, and numerous bug fixes.
2001-04-06 22:03:07 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
fredb
0b7f9c3a7c Fix typo. 2001-02-06 12:09:00 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +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
mycroft
d2b7269d38 Arrange to rerun automake at build time, to pick up the Makefile change... 2000-11-30 04:07:17 +00:00
mycroft
ada77559f6 Make sure *all* of the modules are linked with `-module -avoid-version'. 2000-11-30 03:44:57 +00:00
tron
6d1a57b62b Update for "libtool" 1.3.5nb9 or newer. 2000-11-27 16:13:18 +00:00
tron
904b148a1c Enforce version 0.11 or newer of the "GConf" package because version 0.8
causes build failures (see PR pkg/11572).
2000-11-27 16:13:16 +00:00
rh
93d36cbd19 Initial import of gnome-vfs-0.4.1, the GNOME virtual file system. 2000-11-25 13:57:09 +00:00