Commit graph

72 commits

Author SHA1 Message Date
snj
2c1aa8614e Convert to buildlink3. 2004-04-25 03:19:56 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
tron
e4e5a452c8 Backout my recent changes because Thomas Klausner and Grant Beattie
disapprove.
2004-03-16 14:04:44 +00:00
tron
c4a179ac40 Include "db4" buildlink3 glue code to fix build problems in package
depending on this package.
2004-03-16 08:57:36 +00:00
tron
4a13c99550 Include "db4" buildlink2 glue code to fix build problems in package
depending on this package.
2004-03-16 08:55:50 +00:00
tron
fa94ed55d5 Include "db4" buildlink2 glue code to fix build problem. Bump package
revision because of this.
2004-03-16 08:50:38 +00:00
jlam
40c2807f53 Deal with situation where ICONV_TYPE isn't defined until after bsd.pkg.mk
is included by not checking its value explicitly.
2004-03-10 17:58:22 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
jmmv
9c5f5c8d12 Initial addition. 2004-02-26 17:29:24 +00:00
kristerw
21f5f435e5 Include pkgconfig/buildlink2.mk, because the configure script uses
pkg-config to detect gnome-mime-data.
2004-02-21 18:28:06 +00:00
jlam
3ebe053d90 LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:49 +00:00
jlam
057d7df5ec Teach these package Makefiles about ICONV_TYPE. 2004-02-11 12:20:03 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
gavan
2765dae5cc Add file missing from yesterday's commit.
#undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
2004-01-01 00:00:02 +00:00
gavan
a32c0f87c9 #undef truncate and tell in appropriate places. Workaround for Solaris
redefining them in unistd.h. Also reorder two includes to allow building on
Solaris.
2003-12-30 12:18:56 +00:00
gavan
6105a7faf0 Ensure configure script knows about iconv if necessary. 2003-12-30 12:13:42 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
jmmv
54a84e2a76 Line up PKGREVISION whitespace. 2003-05-05 16:50:27 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
b908a4063e Set USE_PKGLOCALEDIR to yes 2003-04-29 04:54:08 +00:00
salo
cfd8650a15 Bump PKGREVISION after pthread/locking fixes. 2003-04-17 23:23:13 +00:00
nathanw
15ef0e67c0 Pull in a change similar to one in gnome CVS, to initialize
the g_thread subsystem before calling G_LOCK(). Fixes a case
of unlocking a mutex that isn't locked.
2003-04-17 23:09:52 +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
jmmv
159be95476 Disable gtk-doc detection; not required and causes problems. 2003-02-16 11:55:42 +00:00
tron
b52b8bf62e Include buildlink2 glue code for "libiconv" to fix build problems in
packages depending on this package e.g. "controlcenter".
2003-01-10 12:41:33 +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
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