Commit graph

164 commits

Author SHA1 Message Date
kristerw
f00487a0f9 unused. 2004-05-29 16:28:09 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
jmmv
c8cb1c5b0d Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choose
which one is required in an automatic way by checking USE_X11BASE.  This
simplifies things and avoids possible problems in the future due to confusion.
2004-04-14 19:30:22 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +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
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
seb
2c2567dba9 Remove info files entries from PLIST. 2004-03-11 15:42:21 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +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
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +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
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
grant
9b4feec99c replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:30:32 +00:00
jlam
a7d877ca6a Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives
a value only once due to the multiple inclusion protection in the
bulldlink3.mk files.  In the case where a package includes several
buildlink3.mk files that each want a slightly different version of another
dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the
strictest <pkg> dependency to be matched.
2004-01-24 03:26:45 +00:00
jlam
db09fa22da Move some @exec/@unexec logic out of the PLIST into an INSTALL file. 2004-01-18 01:11:40 +00:00
rh
450bd3584b Don't force an update on people who have working versions of gtk installed.
Revert the previous and use BUILDLINK_RECOMMENDED instead of DEPENDS.
2004-01-15 20:50:15 +00:00
mrauch
f08864ff65 During the integration of buildlink3 the package was broken for some time.
Bump the PKGREVISION to force installation of a known working version.
2004-01-15 13:28:16 +00:00
jlam
8405a59fe7 bl3ify again 2004-01-07 10:06:28 +00:00
jlam
d23e404396 Revert bl3ification until unbuildlink problems noted on tech-pkg@
"Re: graphics/gdk-pixbuf can't find <gdk/gdk.h> build problem" are fixed.
2004-01-07 03:15:54 +00:00
jlam
4b0e08941d bl3ify 2004-01-05 23:46:42 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
grant
8f7501a112 improve descriptions of glib/gtk packages. taken straight from
www.gtk.org.
2003-12-29 22:57:48 +00:00
reed
f0241abb74 Didn't realize that some *-config scripts like
imlib-config were dynamic by running another *-config
script. This fix is to remove the buildlinking of
gtk-config, so imlib-config would work.
As mention by Juan RP on tech-pkg, imlib's build
could use
CONFIGURE_ENV+= GTK_CONFIG="${PREFIX}/bin/gtk-config"
to make sure that correct gtk-config is used.
Because gtk-config was broken, imlib couldn't build.
Probably x11/gtk's PKG_REVISION should by bumped?
I need to look to see if smpeg-config is broken too
(due to sdl-config path).
2003-12-08 19:33:46 +00:00
reed
010c66156c Make sure the *-config scripts are buildlinked too.
(As discussed on tech-pkg in late October; okay'd by wiz then.)
2003-12-03 01:37:57 +00:00
danw
20f673d41e Fixes for Darwin: add CONFIG_SUB_OVERRIDE, don't use X shared memory
extension, and tweak the gtk-config patch so it's still syntactically
correct after RPATH_FLAG stripping
2003-10-04 18:03:26 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
grant
9f7df216be COMMENT tweak. 2003-08-08 09:33:13 +00:00
grant
007d2abd61 when using LIBTOOL_OVERRIDE in preference to LTCONFIG_OVERRIDE, let's
at least set it to ${WRKSRC}/libtool :)

fixes install on Linux.
2003-07-30 12:50:39 +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
wiz
84025606f6 Convert to USE_NEW_TEXINFO; switch to LIBTOOL_OVERRIDE while here. 2003-06-25 13:35:06 +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
kei
dcd9cae90d whitespace. no functional change. 2003-05-19 10:22:47 +00:00
jmmv
7fe1fe9f87 Line up PKGREVISION whitespace. 2003-05-05 14:41:54 +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
1f785e8277 Lint: USE_PKGLOCALEDIR=yes 2003-04-27 12:51:35 +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
grant
6d4b10ad12 update MASTER_SITES. 2002-12-19 13:07:42 +00:00
jlam
9c6fd15a70 dylan-* has been converted to buildlink2, so no more packages use this
file any longer.
2002-11-14 21:55:16 +00:00
wiz
933e6076a1 Add USE_X11=YES. Ok'd by jlam. 2002-11-04 14:40:04 +00:00
tron
98a3f0c2a4 Revert last change. It shouldn't be necessary to include
"x11.buildlink2.mk" manually, there is a problem in the framework.
2002-10-30 11:34:40 +00:00
tron
e28fa309cc Include "x11.buildlink2.mk" to fix build problems in e.g. the "gnome-core"
package.
2002-10-30 10:50:18 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +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
e50cfaebb6 Still one user (dylan-*). 2002-10-13 14:45:07 +00:00
wiz
b1923d7607 Unused. 2002-10-13 12:17:15 +00:00
wiz
ee181dd38f Only link in gtk1 headers. 2002-09-23 19:27:09 +00:00