Commit graph

24 commits

Author SHA1 Message Date
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + 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:33:31 +00:00
wiz
18097323ee Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR} 2001-04-09 11:45:33 +00:00
jlam
a4827ab056 Mechanical changes to use ${PKG_PREFIX} instead of substituting for
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-03-01 19:07:51 +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
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +00:00
wennmach
c78c8331ac Avoid the use of the `host' program to determine the fully qualified host
name. This may caused problems on some machines with non-standard network
setup.

Pointed out by Jon Buller and by Dan MacMahill.
2001-02-08 14:01:59 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
wiz
271f477214 Replace REQ file by INSTALL file. Do user handling like it's done in
sysutils/amanda-common/pkg/INSTALL.
2000-12-08 09:43:06 +00:00
wennmach
72607fc69b Correct instruction on what to put into the mail alias file.
Pointed out to me by Hubert Feyrer in private e-mail.
2000-10-17 10:32:40 +00:00
wennmach
fb3af8a1dc Overhaul of the jitterbug package.
No longer modify /etc/aliases and httpd.conf (fixes PR 10126).
Also, jitterbug does not depend on apache any longer.
2000-09-12 17:23:01 +00:00
wennmach
0b1ecad0dc Fixed broken PLIST.
Pointed out by Hubert Feyrer and leftovers.txt
2000-08-30 14:48:36 +00:00
wennmach
c4ce33123e Do not bail out if host returns an empty string or does not work.
This way to obtain the fully qualified domain name of the machine
only generates warnings.
2000-08-22 15:04:19 +00:00
wiz
4ea16df0cf use the user' package instead of addnerd'. 2000-08-18 16:22:38 +00:00
wennmach
6ca0272670 Make this Makefile work again.
A block of garbage was imported by someone in version 1.6 and somebody else
removed the wrong pieces in version 1.7. And if someone (or somebody else)
wants to replace awk by ${AWK}, please test thoroughly before committing.

Thomas Klausner (wiz@netbsd.org) pointed me to this broken Makefile.
2000-01-06 17:02:47 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
sakamoto
0dc13e72b7 s|/usr/bin/awk|${AWK}| 1999-12-20 05:31:05 +00:00
sakamoto
377b54ee84 Eliminate "<<<<<<< Makefile", "=======", ">>>>>>> 1.5" and old block. 1999-12-20 05:28:50 +00:00
agc
c330f447e7 Correct the addnerd dependency by adding a version number for this
package.  Pointed out by David Brownlee.
1999-12-17 11:11:10 +00:00
wennmach
db41c89aa1 Revert to the "host" command (from "nslookup") for looking up fully qualified
host names. Make this fail-safe in case host has no working domain name server.

Fixes "make show-downlevel" lossage, mentionned by Thomas Klausner
<wiz@danbala.ifoer.tuwien.ac.at> in private email.
1999-11-03 14:44:30 +00:00
wennmach
b3595abb27 Make this pkg work even if 'hostname' does not return the fully qualified
hostname, without requiring the environment variable JB_FQHOSTNAME to be set.
Should also work on Solaris.
1999-10-26 16:38:09 +00:00
agc
e540dadbe3 Move the inclusion of bsd.prefs.mk before the first use of any variable
which may be defined in /etc/mk.conf
Use a complicated echo & sed combination, rather than hostname -s, which
doesn't work on Solaris.
1999-10-22 14:43:06 +00:00
wennmach
ffd6c40c23 Fixed some minor problems of this pkg, including:
o do not require $JB_PACKAGE to be set to a bug category; if $JB_PACKAGE
  is not set, the default category "test" is used

o the above will also fix the error messages on nbftp occuring in
  update-distfiles (hi veego!)

o make proper use of "DEINSTALL" and "MESSAGE" files so that installing
  (and deinstalling) of jitterbug from pkgsrc/as binary makes no difference

o when echoing the defaults for JB_USER, JB_USERID, etc, use the actual
  variables, not hardcoded values

o ownership of jitterbig.config fixed (@JB_USER@ instead of root)
1999-10-11 13:39:03 +00:00
wennmach
7964798b55 Initial import of jitterbug-1.6.2: a web-oriented bug-tracking tool 1999-10-05 12:37:18 +00:00