| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
Notes:
svn path=/head/; revision=33576
|
|
|
|
| |
Notes:
svn path=/head/; revision=33469
|
|
|
|
| |
Notes:
svn path=/head/; revision=33430
|
|
|
|
| |
Notes:
svn path=/head/; revision=33427
|
|
|
|
| |
Notes:
svn path=/head/; revision=33424
|
|
|
|
| |
Notes:
svn path=/head/; revision=33423
|
|
|
|
|
|
|
| |
Submitted by: Kristopher Zenter <kzenter@u.washington.edu>
Notes:
svn path=/head/; revision=33384
|
|
|
|
|
|
|
| |
Submitted by: Maintainer <anders@codefactory.se>
Notes:
svn path=/head/; revision=33355
|
|
|
|
| |
Notes:
svn path=/head/; revision=33353
|
|
|
|
|
|
|
| |
Approved by: will
Notes:
svn path=/head/; revision=33312
|
|
|
|
|
|
|
| |
Approved by: jim (MAINTAINER)
Notes:
svn path=/head/; revision=33288
|
|
|
|
|
|
|
|
| |
PR: 21651
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=33267
|
|
|
|
|
|
|
|
| |
PR: 21530
Submitted by: Trevor Johnson <trevor@jpj.net>
Notes:
svn path=/head/; revision=33155
|
|
|
|
|
|
|
|
|
|
| |
which works flawlessly, much to my amazement. He is now MAINTAINER.
PR: 21530
Submitted by: Trevor Johnson <trevor@jpj.net>
Notes:
svn path=/head/; revision=33154
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PORTREVISION or PORTEPOCH are defined.
Most of these Makefiles were defining DISTNAME and WRKSRC (and
sometimes EXTRACT_SUFX) -- change those to define DISTFILES only.
Also, some of the WRKSRC lines were not even necessary, as they were
defining it to the default value.
Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
Notes:
svn path=/head/; revision=33101
|
|
|
|
|
|
|
|
| |
(Of course, they shouldn't have been writing "qt21" explicitly in the
first place....)
Notes:
svn path=/head/; revision=33033
|
|
|
|
| |
Notes:
svn path=/head/; revision=32921
|
|
|
|
|
|
|
|
| |
PR: 21309
Submitted by: maintainer
Notes:
svn path=/head/; revision=32702
|
|
|
|
|
|
|
| |
Submitted by: Maxime Henrion <mux@QUALYS.COM>
Notes:
svn path=/head/; revision=32478
|
|
|
|
|
|
|
|
|
|
| |
- Add MESSAGE
PR: 20978
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=32469
|
|
|
|
|
|
|
| |
Submitted by: ade
Notes:
svn path=/head/; revision=32408
|
|
|
|
|
|
|
|
| |
PR: 20953
Submitted by: MAINTAINER
Notes:
svn path=/head/; revision=32165
|
|
|
|
| |
Notes:
svn path=/head/; revision=32115
|
|
|
|
|
|
|
|
| |
See http://xchat.org/files/source/1.5/changelog.txt for changes in this
release.
Notes:
svn path=/head/; revision=32034
|
|
|
|
|
|
|
| |
bugs, including the security issue mentioned on SecurityFocus.
Notes:
svn path=/head/; revision=32033
|
|
|
|
| |
Notes:
svn path=/head/; revision=32006
|
|
|
|
| |
Notes:
svn path=/head/; revision=32005
|
|
|
|
|
|
|
| |
xchat-devel port for those who want the latest version.
Notes:
svn path=/head/; revision=31988
|
|
|
|
| |
Notes:
svn path=/head/; revision=31987
|
|
|
|
|
|
|
|
| |
PR: 20745
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=31889
|
|
|
|
| |
Notes:
svn path=/head/; revision=31878
|
|
|
|
| |
Notes:
svn path=/head/; revision=31811
|
|
|
|
| |
Notes:
svn path=/head/; revision=31780
|
|
|
|
| |
Notes:
svn path=/head/; revision=31630
|
|
|
|
| |
Notes:
svn path=/head/; revision=31620
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
Notes:
svn path=/head/; revision=31272
|
|
|
|
|
|
|
|
| |
PR: ports/18570
Submitted by: Yoshikazu GOTO <goto@snowy.to>
Notes:
svn path=/head/; revision=31170
|
|
|
|
|
|
|
|
|
|
| |
a ";;" to close a 'case' statement entry.
PR: 20302
Submitted by: Peter Pentchev <roam@orbitel.bg>
Notes:
svn path=/head/; revision=31148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revamp support for the 437 numeric.
* Remove spurious "server" in "Connecting to port %d of server %s"
* Compensate for nasty ickage in $leftpc() to permit getting 1 char
* Fix $cparse() to expand the "" string after interpolation, not before
* Punt if the user does /bind metaX where X > MAX_META, don't crash.
* Fix probably null deref just after channel_going_away called
* Fix segfault handler so it honors /xdebug crash as well.
* Fix resize_window to handle RESIZE_ABS more graciously.
* Add /xdebug slash_hack, to inhibit $^"(<foo>) and $^"#<foo>
Submitted by: MAINTAINER <anders@codefactory.se>
Notes:
svn path=/head/; revision=31143
|
|
|
|
| |
Notes:
svn path=/head/; revision=31070
|
|
|
|
| |
Notes:
svn path=/head/; revision=31069
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
p5-Crypt-CBC => 1.25
p5-DBI => 1.14
p5-Date-Manip => 5.38
p5-Devel-Symdump => 2.01
p5-IRC => 0.70
p5-Locale-Codes => 1.02
p5-MIME-Lite => 2.101
p5-ParallelUA => 2.49
p5-URI => 1.07
Notes:
svn path=/head/; revision=30963
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChangeLog:
* Fix bug where joining an !id channel could crash epic.
* Only call channel_going_away if the channel belongs to a window.
* Throw /on channel_sync in the context of the channel's window.
Submitted by: MAINTAINER <anders@codefactory.se>
Notes:
svn path=/head/; revision=30916
|
|
|
|
|
|
|
| |
Submitted by: MAINTAINER <anders@codefactory.se>
Notes:
svn path=/head/; revision=30745
|
|
|
|
| |
Notes:
svn path=/head/; revision=30678
|
|
|
|
|
|
|
|
|
| |
This should fix a few bugs.
Submitted by: MAINTAINER <anders@codefactory.se>
Notes:
svn path=/head/; revision=30470
|
|
|
|
| |
Notes:
svn path=/head/; revision=30432
|
|
|
|
| |
Notes:
svn path=/head/; revision=30344
|
|
|
|
|
|
|
|
|
|
| |
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly
PR: 19623
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes:
svn path=/head/; revision=30342
|
|
|
|
|
|
|
|
| |
PR: 19708
Submitted by: maintainer
Notes:
svn path=/head/; revision=30311
|