summaryrefslogtreecommitdiff
path: root/x11/khostchooser/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-01-10Remove KDE1 packages (and dependencies) from pkgsrc, since the KDEwiz1-34/+0
authors have dropped support for it and have not been backporting security fixes. As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+5
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.
2002-10-21Convert to buildlink2.wiz1-10/+7
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
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".]
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+1
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+3
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-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-09-18Add -Wl,-R option for qt1 libraries.skrll1-1/+2
2000-09-03remove trailing whitespacewiz1-2/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-4/+6
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-4/+4
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-4/+4
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-4/+4
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-04-12fix path for qt1dmcmahill1-4/+5
1999-10-09* HOMEPAGE has disappearedjlam1-8/+5
* MASTER_SITE has changed; fetch from master KDE site * Update dependency to kdelibs-1.1.2 * Move installation into KDE 1.1.2 distribution directories * Change to use libungif instead of giflib
1999-06-04Update dependence to "kdebase" package to version 1.1.1.tron1-2/+2
XXX I didn't test a mixture of kde 1.1 and 1.1.1. Use it on your own risk!
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-5/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-04-01Initial import of khostchooser-0.3, a KDE replacement for Chooser.garbled1-0/+35