
CVS log for pkgsrc/chat/ekg/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / chat / ekg
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Dec 23 11:44:25 2010 UTC (16 months, 4 weeks ago) by dsainty
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
HEAD
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jan 18 09:58:40 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
Second try at jpeg-8 recursive PKGREVISION bump.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Jan 17 12:02:06 2010 UTC (2 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
Recursive PKGREVISION bump for jpeg update to 8.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Wed Aug 26 19:56:39 2009 UTC (2 years, 8 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
bump revision because of graphics/jpeg update
Revision 1.42: download - view: text, markup, annotated - select for diffs
Wed May 20 00:58:08 2009 UTC (3 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.
Reported by Robert Elz in PR 41345.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Wed Mar 5 15:01:06 2008 UTC (4 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -1
lines
Add full DESTDIR support.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jan 18 05:06:23 2008 UTC (4 years, 4 months ago) by tnn
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1
lines
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Oct 14 07:48:52 2007 UTC (4 years, 7 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -6
lines
Changes 1.7:
* Bug fixes
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:23 2006 UTC (6 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Jan 17 20:49:13 2006 UTC (6 years, 4 months ago) by adam
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +3 -4
lines
Final distribution: bug fixes
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Aug 10 20:56:13 2005 UTC (6 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -3
lines
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Fri Aug 5 16:28:58 2005 UTC (6 years, 9 months ago) by snj
Branches: pkgsrc-2005Q2
Diff to: previous 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32: +4 -4
lines
Pullup ticket 656 - requested by Lubomir Sedlacik
security update for ekg
Revisions pulled up:
- pkgsrc/chat/ekg/Makefile 1.33, 1.34
- pkgsrc/chat/ekg/buildlink3.mk 1.7, 1.8
- pkgsrc/chat/ekg/distinfo 1.17, 1.18
- pkgsrc/chat/ekg/patches/patch-ac 1.4
- pkgsrc/chat/ekg/patches/patch-ad 1.5
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 13 15:05:55 UTC 2005
Modified Files:
pkgsrc/chat/ekg: Makefile buildlink3.mk distinfo
pkgsrc/chat/ekg/patches: patch-ac patch-ad
Log Message:
Changes:
* Important security-related bug-fixes
----
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 20 14:27:06 UTC 2005
Modified Files:
pkgsrc/chat/ekg: Makefile buildlink3.mk distinfo
Log Message:
Changes:
* Security bug fix
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jul 21 16:29:45 2005 UTC (6 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Jul 20 14:27:06 2005 UTC (6 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3
lines
Changes:
* Security bug fix
Revision 1.33: download - view: text, markup, annotated - select for diffs
Wed Jul 13 15:05:55 2005 UTC (6 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4
lines
Changes:
* Important security-related bug-fixes
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun May 22 20:07:42 2005 UTC (7 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base
Branch point for: pkgsrc-2005Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2
lines
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Apr 21 08:53:11 2005 UTC (7 years, 1 month ago) by adam
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -8
lines
Changes 1.6rc1:
* Fixed: memory leaks, crashes
* Now works with a proxy
* Enhanced scripts
* Bug fixes
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:03 2005 UTC (7 years, 1 month ago) by tv
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Oct 22 09:14:45 2004 UTC (7 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2
lines
Do not require openssl in pkgconfig any more
Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Oct 3 00:13:14 2004 UTC (7 years, 7 months ago) by tv
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1
lines
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Thu Jul 8 11:58:50 2004 UTC (7 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -4
lines
Changes 1.5:
* aspell support added
* better ioctl handling
* memory leaks fixed
* minor bug fixes
Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Apr 21 14:33:18 2004 UTC (8 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1
lines
Added PKGCONFIG_OVERRIDE
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Mar 26 20:34:26 2004 UTC (8 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2
lines
Update comment why ncurses are needed (using internal, ewww).
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 26 02:27:35 2004 UTC (8 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1
lines
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Feb 19 17:44:17 2004 UTC (8 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +8 -8
lines
Convert to buildlink3.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jan 22 07:49:20 2004 UTC (8 years, 4 months ago) by grant
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Dec 8 16:32:52 2003 UTC (8 years, 5 months ago) by adam
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +11 -12
lines
Changes 1.4:
* fixed "auto_away" and "auto_away_keep_descr"
* fixed "/find" for usernames with a space
* fixed "/dcc list" for large files
* fixed "/last user"
* more...
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Nov 12 03:39:39 2003 UTC (8 years, 6 months ago) by jschauma
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
PKGREVISION++ after openssl update.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 28 09:13:56 2003 UTC (8 years, 7 months ago) by jlam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Sep 27 17:07:35 2003 UTC (8 years, 7 months ago) by grant
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 16 15:16:34 2003 UTC (8 years, 8 months ago) by adam
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Changes 1.3:
* corrupted messages can't make ekg disconnect any more
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jul 22 11:39:47 2003 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
USE_NCURSES should _always_ be set to a comment explaining why it
is needed. (undo part of last)
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Jul 22 10:39:40 2003 UTC (8 years, 10 months ago) by adam
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +18 -12
lines
Changes 1.1:
* ekgbot
* log viewer
* bug fixes
Now makes a shared library and uses buildlink2
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jul 13 13:50:44 2003 UTC (8 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
PKGREVISION bump for libiconv update.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri May 2 11:54:00 2003 UTC (9 years ago) by wiz
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 2 07:57:31 2003 UTC (9 years ago) by zuntum
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Update ekg to 1.0
* no NEWS available, just long Changelog, but I think it's enough to say
that it's The 1.0 Release
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 22 01:00:59 2003 UTC (9 years, 2 months ago) by salo
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -3
lines
Updated to version 1.0rc1.
Patch provided by maintainer Dawid Szymanski via PR pkg/20807.
Changes:
- pkgsrc pthreads support
- minor code clanups
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jan 24 13:36:18 2003 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 16 08:21:51 2003 UTC (9 years, 4 months ago) by salo
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -4
lines
Update to version 0.20030114.
Patches provided by Dawid Szymanski <dawszy at arhea dot net> in PR pkg/19864.
Changes:
- a lot of changes to match new 5.0 protocol specification.
- full list of changes at http://dev.null.pl/ekg/changelog.php (polish only)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Sep 25 18:05:17 2002 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -6
lines
Update to 20020918, by Dawid Szymanski in PR 18335.
Some fixes and buildlink2ing by me.
Changes:
- bugfixes
- new ncurses based interface (like irssi)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jul 13 03:05:38 2002 UTC (9 years, 10 months ago) by rh
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Update ekg to 0.20020709. From Dawid Szumanski (the maintainer of the
package). This closes PR pkg/17555.
list of minor changes:
- added external User Interface support
- bugfixes
- FreeBSD specific includes adjusted
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 18:40:30 2002 UTC (9 years, 10 months ago) by jlam
Branches: buildlink2
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +3 -3
lines
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jun 13 08:18:36 2002 UTC (9 years, 11 months ago) by martti
Branches: MAIN
CVS tags: buildlink2-base
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Updated ekg to 20020503 (pkg/17215 by Dawid Szymanski)
List of major changes:
* DCC fixed
* sex recognition fixed
* gg_saprintf() fixed
* libgadu.h fixed
* smiles patch
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 5 22:24:15 2002 UTC (10 years ago) by hubertf
Branches: MAIN
Branch point for: buildlink2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Update ekg to 20020503 version. Changes:
* License change to LGPL
* s/bzero/memset/ (function change)
* F-keys support under FreeBSD
* libgadu: s/gg_alloc_sprintf/gg_saprintf/
* ekg: s/gg_alloc_sprintf/saprintf/
* F1, F2 shortcuts to help and userlist
* working proxy!
* ,,ordering cd'' removed from configure script
* dcc code upgrade
Update provided by Dawid SzymaƱski <dawszy@arhea.net> in PR 16586
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 3 22:46:59 2002 UTC (10 years, 1 month ago) by hubertf
Branches: MAIN
CVS tags: netbsd-1-5-PATCH003
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -8
lines
Updated to release from 20020402, many new features and nicer for users.
Update contributed by Dawid SzymaƱski <dawszy@arhea.net> in PR 16184
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 25 01:19:50 2002 UTC (10 years, 1 month ago) by jmc
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Turn off debugging when building
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 18 06:44:50 2002 UTC (10 years, 2 months ago) by zuntum
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Clarify in COMMENT that it's "polish instant messaging system"
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Mar 18 06:42:34 2002 UTC (10 years, 2 months ago) by zuntum
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Initial import of ekg-0.20020317
EKG is an experimental text mode client for a polish instant messaging system
"Gadu-Gadu". It supports themes, and contact list exchange with the original
(windows) client.
Submitted by Dawid Szymanski in private mail.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 18 06:42:34 2002 UTC (10 years, 2 months ago) by zuntum
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>