Up to [cvs.netbsd.org] / pkgsrc / misc / jitterbug
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.34.4.1 / (download) - annotate - [select for diffs], Sun Apr 8 09:18:55 2012 UTC (6 weeks, 5 days ago) by sbd
Branch: pkgsrc-2012Q1
Changes since 1.34: +3 -1
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
Pullup ticket #3710 - requested by dholland Mark packages as broken. Revisions pulled up: - chat/centericq/Makefile 1.76 - devel/ArX/Makefile 1.33 - lang/gcc3-java/Makefile 1.28 - lang/gcc3/Makefile 1.66 - misc/jitterbug/Makefile 1.35 - www/sope/Makefile 1.18 --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:31:12 UTC 2012 Modified Files: pkgsrc/chat/centericq: Makefile Log Message: Mark BROKEN; has not been buildable in some years. Will be removed in due course unless someone fixes it. (Successor is chat/centerim.) --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:32:40 UTC 2012 Modified Files: pkgsrc/devel/ArX: Makefile Log Message: Mark BROKEN; has not been buildable (in various differing ways) for some time. Will be removed in due course unless someone fixes it. Dead upstream; no successor. If you need this, speak up on pkgsrc-users. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:33:54 UTC 2012 Modified Files: pkgsrc/lang/gcc3: Makefile Log Message: Disable gcc3-java as it does not build, has not built in years, and attempts to fix it have failed. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:34:31 UTC 2012 Modified Files: pkgsrc/lang/gcc3-java: Makefile Log Message: Mark BROKEN. Has not built in a long time if ever; attempts to fix it have failed. Also, gcc3 is obsolete. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:35:09 UTC 2012 Modified Files: pkgsrc/misc/jitterbug: Makefile Log Message: Mark BROKEN; is not buildable and is dead upstream. Will be removed in due course. --- Module Name: pkgsrc Committed By: dholland Date: Sat Apr 7 17:36:40 UTC 2012 Modified Files: pkgsrc/www/sope: Makefile Log Message: Mark BROKEN; has not been buildable in years. Will be removed in due course unless fixed. As far as anyone has been able to figure out so far, this is actually an older version of devel/SOPE.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Apr 7 17:35:09 2012 UTC (6 weeks, 6 days ago) by dholland
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +3 -1
lines
Diff to previous 1.34 (colored)
Mark BROKEN; is not buildable and is dead upstream. Will be removed in due course.
Revision 1.34 / (download) - annotate - [select for diffs], Fri Nov 11 18:43:43 2011 UTC (6 months, 1 week ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Branch point for: pkgsrc-2012Q1
Changes since 1.33: +56 -51
lines
Diff to previous 1.33 (colored)
Add DESTDIR support. XXX The @exec logic in PLIST is a mess and needs fixing.
Revision 1.33 / (download) - annotate - [select for diffs], Fri Dec 31 07:57:14 2010 UTC (16 months, 3 weeks ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.32: +2 -3
lines
Diff to previous 1.32 (colored)
This package is using GNU Configure script. Changed to GNU_CONFIGURE=yes so that pksrc hooks for GNU Configure will be invoked and fixes PR#44299.
Revision 1.32 / (download) - annotate - [select for diffs], Wed Jan 14 12:20:57 2009 UTC (3 years, 4 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.31: +6 -6
lines
Diff to previous 1.31 (colored)
Get rid of `hostname -s` in pkgsrc, on Solaris it sets the hostname to "-s".
Revision 1.31 / (download) - annotate - [select for diffs], Mon Jun 16 14:39:35 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.30: +7 -17
lines
Diff to previous 1.30 (colored)
Welcome to the pkginstall user/group framework. Bump revision.
Revision 1.30 / (download) - annotate - [select for diffs], Wed Jul 4 20:54:48 2007 UTC (4 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.29: +4 -1
lines
Diff to previous 1.29 (colored)
Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Jan 31 00:04:12 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.28: +3 -1
lines
Diff to previous 1.28 (colored)
Mark as BROKEN_IN pkgsrc-2006Q4, based on ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
Revision 1.28 / (download) - annotate - [select for diffs], Tue Mar 14 01:14:30 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.
If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts. If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:
INSTALL_SRC= ${PKGDIR}/INSTALL
DEINSTALL_SRC= # emtpy
As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts. By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).
In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework. The only public variables relating to the templates are:
INSTALL_SRC INSTALL_TEMPLATE
DEINSTALL_SRC DEINSTALL_TEMPLATE
HEADER_TEMPLATE
The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 10 20:18:38 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.26: +9 -23
lines
Diff to previous 1.26 (colored)
Use the pkginstall framework to generate the INSTALL/DEINSTALL scripts instead.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Jan 10 18:50:09 2006 UTC (6 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.25: +7 -10
lines
Diff to previous 1.25 (colored)
Replaced explicit call to ${SED} with PLIST_SUBST, which makes the bogus
lines starting with "@" disappear from the PLIST file.
Revision 1.25 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:39 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.24: +5 -5
lines
Diff to previous 1.24 (colored)
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
Revision 1.24 / (download) - annotate - [select for diffs], Mon Feb 9 09:17:50 2004 UTC (8 years, 3 months ago) by wennmach
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.23: +2 -1
lines
Diff to previous 1.23 (colored)
Add security fix for CAN-2004-0028 based on the patches provided by the Debian project.
Revision 1.23 / (download) - annotate - [select for diffs], Tue Jan 20 12:21:02 2004 UTC (8 years, 4 months ago) by agc
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Move WRKSRC definition away from the first paragraph in a Makefile.
Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 17 21:49:15 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 18 09:22:23 2003 UTC (8 years, 11 months ago) by agc
Branch: MAIN
Changes since 1.20: +4 -4
lines
Diff to previous 1.20 (colored)
When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Dec 5 15:00:47 2001 UTC (10 years, 5 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6-1-base,
netbsd-1-6-1,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.19: +3 -3
lines
Diff to previous 1.19 (colored)
s/root/${ROOT_USER}/g, now that the definition appears in the
defs.${OPSYS}.mk files.
Revision 1.19 / (download) - annotate - [select for diffs], Mon Apr 9 11:45:35 2001 UTC (11 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.18: +4 -4
lines
Diff to previous 1.18 (colored)
Remove unneeded '-' before ${MKDIR} or ${INSTALL_DATA_DIR}
Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 1 19:07:52 2001 UTC (11 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -4
lines
Diff to previous 1.17 (colored)
Mechanical changes to use ${PKG_PREFIX} instead of substituting for
@PREFIX@ in DEINSTALL/INSTALL scripts.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 25 04:18:02 2001 UTC (11 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.16: +8 -8
lines
Diff to previous 1.16 (colored)
Cleanup MKDIR usage => INSTALL_*_DIR XXX need to teach pkglint to be more picky about this
Revision 1.16 / (download) - annotate - [select for diffs], Sat Feb 17 18:09:08 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.15 / (download) - annotate - [select for diffs], Thu Feb 8 14:01:59 2001 UTC (11 years, 3 months ago) by wennmach
Branch: MAIN
Changes since 1.14: +12 -21
lines
Diff to previous 1.14 (colored)
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.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 29 11:34:34 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.13: +6 -10
lines
Diff to previous 1.13 (colored)
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.
Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 8 09:43:06 2000 UTC (11 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.12: +9 -5
lines
Diff to previous 1.12 (colored)
Replace REQ file by INSTALL file. Do user handling like it's done in sysutils/amanda-common/pkg/INSTALL.
Revision 1.12 / (download) - annotate - [select for diffs], Tue Sep 12 17:23:01 2000 UTC (11 years, 8 months ago) by wennmach
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.11: +16 -8
lines
Diff to previous 1.11 (colored)
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.
Revision 1.11 / (download) - annotate - [select for diffs], Tue Aug 22 15:04:19 2000 UTC (11 years, 9 months ago) by wennmach
Branch: MAIN
Changes since 1.10: +8 -3
lines
Diff to previous 1.10 (colored)
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.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 18 16:22:38 2000 UTC (11 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.9: +12 -3
lines
Diff to previous 1.9 (colored)
use the `user' package instead of `addnerd'.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 6 17:02:47 2000 UTC (12 years, 4 months ago) by wennmach
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.8: +2 -3
lines
Diff to previous 1.8 (colored)
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.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 20 05:31:05 1999 UTC (12 years, 5 months ago) by sakamoto
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
s|/usr/bin/awk|${AWK}|
Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 20 05:28:50 1999 UTC (12 years, 5 months ago) by sakamoto
Branch: MAIN
Changes since 1.6: +1 -5
lines
Diff to previous 1.6 (colored)
Eliminate "<<<<<<< Makefile", "=======", ">>>>>>> 1.5" and old block.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 17 11:11:10 1999 UTC (12 years, 5 months ago) by agc
Branch: MAIN
Changes since 1.5: +7 -2
lines
Diff to previous 1.5 (colored)
Correct the addnerd dependency by adding a version number for this package. Pointed out by David Brownlee.
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 3 14:44:30 1999 UTC (12 years, 6 months ago) by wennmach
Branch: MAIN
Changes since 1.4: +15 -8
lines
Diff to previous 1.4 (colored)
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.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 16:38:09 1999 UTC (12 years, 7 months ago) by wennmach
Branch: MAIN
CVS Tags: comdex-fall-1999
Changes since 1.3: +11 -4
lines
Diff to previous 1.3 (colored)
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.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Oct 22 14:43:06 1999 UTC (12 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
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.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Oct 11 13:39:03 1999 UTC (12 years, 7 months ago) by wennmach
Branch: MAIN
Changes since 1.1: +36 -37
lines
Diff to previous 1.1 (colored)
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)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Oct 5 12:37:18 1999 UTC (12 years, 7 months ago) by wennmach
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of jitterbug-1.6.2: a web-oriented bug-tracking tool
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 5 12:37:18 1999 UTC (12 years, 7 months ago) by wennmach
Branch: MAIN
Initial revision