Commit graph

14 commits

Author SHA1 Message Date
jlam
127246259b buildlink1 -> buildlink2 2002-09-21 01:31:24 +00:00
zuntum
4bd6ecc9c5 Move pkg/ files into package's toplevel directory 2001-11-01 00:17:43 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
jlam
e899647ec2 Correct misspelling of USE_BUILDLINK_ONLY. 2001-08-23 13:54:51 +00:00
jlam
2c2b34a0f5 Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17 21:16:45 +00:00
zuntum
18cf718c9d Don't try to @dirrm directories that don't belong to us - share/xmms
and lib/xmms/Visualization
2001-08-16 05:28:01 +00:00
zuntum
a65b2dd292 Update xmms-dflowers to 1.2.
Now this package actually works for me.

Changes:
	now uses a default themedirectory
	added menus, movearoundhanling
	some gtkwidget cleanup
	graphcolor and graphbackground now comes from skin
	added miniicon (for taskbar etc)
	NOTE! the old skinns should be replaced with the new ones, if using them

o set USE_BUILDLINK_ONLY
o use $(XMMS_CONFIG)

Note:

At least revision 1.3 of pkgsrc/audio/xmms/buildlink.mk is required to build
this package.
2001-08-16 04:30:11 +00:00
zuntum
b698a107cf We don't have to list xmms in DEPENDS, as we include its buildlink.mk
which pulls in all required dependencies.
2001-08-16 03:34:22 +00:00
hubertf
467d8adb70 use $GTK_CONFIG over gtk-config 2001-08-16 03:20:45 +00:00
hubertf
aaac659eb8 Remove unneeded buildlink files
Thanks to Tomaz Luchowski for giving me a clue on this!
2001-08-16 03:10:43 +00:00
hubertf
185c5b4459 some cleanup 2001-08-16 01:41:31 +00:00
hubertf
ccace6e594 xmms-dflowers-1.0: visual XMMS plugin 2001-08-16 01:35:13 +00:00