agc
dc52048e01
Move WRKSRC definition away from the first paragraph in a Makefile.
2004-01-20 12:07:06 +00:00
reed
6d9af8d68d
Bump package revisions for tiff update.
...
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmcneill
19c6350667
Regen.
2003-12-02 01:55:48 +00:00
jmcneill
48283cb0b8
Make BitchX compile with GCC3
2003-12-02 01:55:30 +00:00
jschauma
fe19bb05b5
PKGREVISION++ after openssl update.
2003-11-12 03:39:39 +00:00
jlam
a9f08159c4
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.
2003-09-28 09:13:55 +00:00
grant
7a71199b50
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.
2003-09-27 17:07:34 +00:00
reed
e2336bb021
"It's" stands for "it is" (or "it has"). The apostrophe is not used
...
for a possessive (like her, his, whose, their, and its).
Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).
I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
wiz
43fa0c7cb6
PKGREVISION bump for libiconv update.
2003-07-13 13:50:19 +00:00
salo
8e9a97d305
Style and whitespace, no functional changes.
2003-05-15 09:18:07 +00:00
salo
4983b17fc3
PKGREVISION++
...
- Fix major core bug with channel mode -k * on hybrid7 servers. For more
information see: http://www.securityfocus.com/archive/1/321093
Patch from BitchX CVS.
2003-05-14 20:09:12 +00:00
grant
8e759273b2
build with GTK support if BITCHX_WITH_GTK is defined.
...
no PKGREVISION bump as the default build is unchanged.
2003-05-05 06:06:11 +00:00
salo
0d095992f9
Bump PKGREVISION: fix several potential buffer overflows found by Timo
...
Sirainen <tss at iki dot fi>, see the following url for more details:
http://securityfocus.com/archive/1/315057
Patch from bugtraq by <caf at guarana dor org>.
2003-03-29 21:20:29 +00:00
jmmv
0916498c1b
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
2003-03-29 12:40:00 +00:00
salo
0de9dffc6a
Update to version 1.0c19.
...
Changes unknown.
Based on PR pkg/19296 from Juan RP.
2003-01-31 00:17:45 +00:00
jlam
d7f69e47ce
Instead of including bsd.pkg.install.mk directly in a package Makefile,
...
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
grant
e1c6498993
handle the fixing of paths in files more gracefully.
2002-12-23 14:09:53 +00:00
grant
989355443c
fix /usr/local paths in man page.
2002-11-06 00:59:30 +00:00
wiz
5bad129785
buildlink1 -> buildlink2.
2002-10-13 15:49:56 +00:00
wiz
0d11545d76
Add patch that might fix pkg/17715, submitter never replied.
2002-09-09 18:04:16 +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
grant
83ed0706c2
add ftp://ftp.bitchx.org/pub/BitchX/source/old/ to MASTER_SITES for
...
when pkgsrc is not up to date.
2002-05-30 06:03:50 +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
zuntum
8a563b4343
Move pkg/ files into package's toplevel directory
2001-10-31 19:02:25 +00:00
blymn
c5a960ec80
Fixed improper tgetstr call that was causing bitchx to crash when
...
used with NetBSD curses.
2001-09-30 13:52:57 +00:00
wiz
d0b664c96a
Wildcard dependency on bzip2.
2001-07-27 10:49:16 +00:00
jlam
70cf5e59c3
Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option
...
on Solaris' xargs.
2001-07-14 12:37:45 +00:00
jlam
34d11d8a0f
Generalize how the dependency pattern may be specified. Instead of just
...
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
c917fdc251
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Compile
...
with SSL support and deal with fact that bzip2 programs must be installed
at run-time. Also, minor cosmetic fix to use XARGS instead of find/-exec.
2001-06-20 02:54:58 +00:00
agc
8c2348422c
Move to sha1 distfile digests, and add distfile sizes.
2001-04-18 11:07:14 +00:00
agc
18ea9c7e79
+ 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 10:22:24 +00:00
wiz
2db9056f6e
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
2001-02-16 13:41:26 +00:00
wiz
700d314697
Update to 1.0.3.18. ChangeLog not available AFAIK. Closes PR/11967
...
by Jared D. McNeill who provided the update.
2001-02-08 14:56:16 +00:00
wiz
1a73c1b88f
Add patch against security problem, closing pkg/11750 by Jared McNeill.
...
See http://www.securityfocus.com/archive/1/149465 and
http://www.securityfocus.com/archive/1/149471 .
Bump version to 1.0.3.17nb1.
2000-12-16 14:02:48 +00:00
wiz
fc32f48c02
Move bitchx from net to chat.
2000-12-15 23:16:34 +00:00