jlam
9c8b5ede43
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
...
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816
Recursive revision bump / recommended bump for gettext ABI change.
2006-02-05 23:08:03 +00:00
rillig
a4f03da9ba
Moved the misplaced definition of PKGREVISION to the package Makefiles.
2006-01-12 18:27:53 +00:00
joerg
513971cece
No _POSIX_SOURCE on DragonFly: putenv used.
2005-12-06 16:23:15 +00:00
rillig
b71a1d488b
Fixed pkglint warnings. The warnings are mostly quoting issues, for
...
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
76d2a550ec
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
...
NO_BUILD, USE_LIBTOOL.
2005-09-28 21:55:32 +00:00
tv
f816d81489
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
2005-04-11 21:44:48 +00:00
wiz
d5dd07cda8
Add RMD160 checksums to the SHA1 ones.
2005-02-23 18:43:53 +00:00
wiz
6e02d7ee41
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
...
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
jlam
43ac8c39e1
Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
...
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
minskim
4115f91ae0
Enable pkgviews installation. Patches provided by Joachim Kuebart on
...
tech-pkg@.
2004-06-02 15:43:09 +00:00
minskim
15ea658235
Move a common line to Makefile.common.
2004-06-02 15:38:00 +00:00
snj
7972528380
Convert to buildlink3.
2004-05-01 17:57:21 +00:00
jlam
e8132b3fbf
Relinquish maintainership of packages to tech-pkg@NetBSD.org.
2004-04-24 22:46:08 +00:00
gavan
b7f72bf595
Set USE_GCC_SHLIB. Fixes linking on Solaris.
2003-11-10 16:13:28 +00:00
martti
a6f1375adb
COMMENT should start with a capital letter.
2003-07-21 17:27:24 +00:00
grant
ca3be631f2
s/netbsd.org/NetBSD.org/
2003-07-17 22:50:55 +00:00
fredb
167889f200
Make this compile under gcc-3.3.
2003-06-14 14:01:09 +00:00
fredb
bb7ec69de7
Bump PKGREVISION for (subtle) change in keyboard mapping.
2003-05-05 16:15:17 +00:00
fredb
134894ae07
Revert my change of 2001-10-09. Every server with a properly set up
...
keyboard mapping will have a left Meta key, but Mac keyboards, for
instance, don't even have a left Alt by default.
2003-05-05 16:13:15 +00:00
tron
39a943ad92
Replace "true" by "${TRUE}".
2002-12-09 16:01:10 +00:00
jlam
a020ed9056
Merge packages from the buildlink2 branch back into the main trunk that
...
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +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
fredb
13e1d5b88f
Make this build on NetBSD-1.5ZC. Include <stdlib.h> to get prototype for
...
putenv(), and don't set _POSIX_SOURCE.
2002-04-15 20:42:22 +00:00
skrll
08bdd44549
mkdir -> ${MKDIR}
...
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jlam
1ea58d26e3
Change reachover references into another package's pkg/ directory into
...
references to the other package's base directory. This is needed after
the files in the pkg/ directory were dispersed into the base directory.
2001-11-01 09:41:13 +00:00
zuntum
273821c4d3
Move pkg/ files into package's toplevel directory
2001-10-31 20:59:00 +00:00
fredb
a2e322f443
Interpret the "Alt" key mentioned in the documentation as keysym "Alt_L",
...
not "Meta_L". This restores the wmx 5.0 behavior.
2001-10-09 18:12:05 +00:00
fredb
2b2141c2d2
Make the background pixmap feature work as documented. Now, placing
...
a file named "background.xpm", containing a pixmap called "background",
in the ${HOME}/.wmx/ directory will decorate both the menu background
and the borders.
2001-10-07 15:03:32 +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
4cc106d5d7
Update wmx to latest stable release wmx-6. Changes from version 5 include:
...
* multihead support due to Sven Oliver `SvOlli' Moll
* shaped window support and window grouping due to Henri
* some behavioural improvements
* a few bug fixes
This package obsoletes wm/wmx-current, so remove the latter.
2001-07-27 20:39:59 +00:00
agc
41e8e90119
Move to sha1 checksums where appropriate and possible.
...
Add distfile sizes where possible.
2001-04-17 16:03:42 +00:00
agc
bbc67fac91
+ move the distfile digest/checksum value from files/md5 to distinfo
...
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
hubertf
d32e698de6
Cleanup MKDIR usage => INSTALL_*_DIR
...
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a0745845b3
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-17 17:21:28 +00:00
wiz
b48aa2febf
Add new category wm for window managers, and move lots of package from
...
x11 here. Only changes are: `wm' in category added and some paths fixed.
2000-12-12 02:03:46 +00:00