summaryrefslogtreecommitdiff
path: root/x11/fvwm2
AgeCommit message (Collapse)AuthorFilesLines
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
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-2/+2
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-2/+2
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-11Make these packages work better with xpkgwedge by using X11PREFIX inagc1-2/+2
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess.
2000-02-02defuzzwiz2-17/+17
1999-12-02Descending into devel/readline won't get us an installed rplay package.kleink1-2/+2
1999-11-01 * Add proper CONFIGURE_ARGS to pull in xpm, readline, and rplay in arh3-6/+11
deterministic fashion. This fixes PR 8392 by Michael South, thanks! * Add proper dependency on readline and rplay. * Add wildcard dependency on xpmroot. * Fix some pkglint woes.
1999-08-17Fvwm modules are actually installed in lib/X11/fvwm2/2.2.2 not .../2.2.enami1-35/+35
1999-08-05add & enable xhanggliderhubertf2-4/+4
1999-07-27Remove redundant dependences on "xpm" package.tron1-2/+1
1999-07-09Add package patch checksum files.agc1-0/+4
1999-06-07this was obsolete for quite some time now - do not confuse people any longer :)hubertf1-24/+0
1999-04-06Minor modifications to the English.agc1-1/+1
1999-03-01Rename package to "fvwm2-2.2" to keep things consistent.tron1-1/+4
1999-03-01Update homepage URLhubertf1-2/+2
1999-03-01Update to V2.2hubertf9-226/+162
1999-02-23Shorten some comments to fit neatly in pkg_info display, without losing anyabs1-1/+1
information.
1998-11-19Remove RUN_DEPENDS from package Makefiles, and replace it with an ordinaryagc1-2/+2
DEPENDS definition.
1998-11-12Add missing NetBSD RCS Ids.agc2-0/+4
1998-09-16Make this pkg work on alpha. The authors of this have earned a slightlygarbled2-2/+25
less violent death.
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-18Add '-DFVWM_CPP=\"/usr/bin/cpp\"' to compile options to make "FvwmCpp"tron3-97/+94
module work and clean up patches. Fixes PR pkg/5983.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc4-0/+7
1998-07-14cat ${PKGDIR}/MESSAGE in bsd.pkg.mk if it exists, don't do it in everyfrueauf1-2/+1
package Makefile.
1998-07-04Update xpm to 3.4k.mycroft1-2/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-6/+1
1998-04-24Move to relative paths in the pkgsrc tree.agc1-2/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-24Don't install "xpmroot", depend on the "xpmroot" package instead.tron3-5/+15
1998-01-30Modify individual package Makefiles to use the new way of specifyingagc1-2/+2
shared object dependencies (LIB_DEPENDS).
1998-01-25portlint: make comment shorterhubertf1-1/+1
1997-11-18imake creates pre-formatted manual pages with a .0 suffix, so changeagc1-6/+6
the CAT1 pages to have a .0 suffix, rather than .1
1997-11-10Fix for NetBSDhubertf2-24/+24
1997-11-10not needed on NetBSDhubertf1-22/+0
1997-11-10Fix RCS Idhubertf1-1/+2
1997-11-10fvwm2hubertf9-0/+401