| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
Notes:
svn path=/head/; revision=66862
|
|
|
|
|
|
|
|
| |
Submitted by: lots and lots
Pointy hat to: ade
Notes:
svn path=/head/; revision=63850
|
|
|
|
| |
Notes:
svn path=/head/; revision=62434
|
|
|
|
|
|
|
| |
PR: 39014
Notes:
svn path=/head/; revision=60812
|
|
|
|
| |
Notes:
svn path=/head/; revision=60796
|
|
|
|
| |
Notes:
svn path=/head/; revision=60204
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
Notes:
svn path=/head/; revision=57625
|
|
|
|
| |
Notes:
svn path=/head/; revision=56645
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
Notes:
svn path=/head/; revision=56168
|
|
|
|
| |
Notes:
svn path=/head/; revision=55950
|
|
|
|
|
|
|
| |
Tested by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes:
svn path=/head/; revision=54762
|
|
|
|
|
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
Notes:
svn path=/head/; revision=53952
|
|
|
|
| |
Notes:
svn path=/head/; revision=53686
|
|
|
|
|
|
|
|
|
| |
necessary for ports in order to find libIDL includes.
Submitted by: vanilla
Notes:
svn path=/head/; revision=53546
|
|
|
|
| |
Notes:
svn path=/head/; revision=53017
|
|
|
|
|
|
|
|
|
| |
apply everywhere.
Submitted by: Todd Punderson <todd@doonga.net>
Notes:
svn path=/head/; revision=51877
|
|
|
|
| |
Notes:
svn path=/head/; revision=51864
|
|
|
|
| |
Notes:
svn path=/head/; revision=49883
|
|
|
|
|
|
|
|
| |
PRs: 31601, 31602, 31603, ...
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=49418
|
|
|
|
|
|
|
|
|
|
| |
erroneously decreased it to 2.
Submitted by: Joe Clarke <marcus@marcuscom.com>
Mike Harding <mvh@ix.netcom.com>
Notes:
svn path=/head/; revision=49359
|
|
|
|
|
|
|
|
|
|
|
|
| |
try to use writev(2) in a non-blocking mode, especially on sockets. Not only
this makes handling of EAGAIN rather weird, but in the case of sockets makes
your code subject of a ENOBUFS, which is absolutely unclear how to handle
properly. *sigh*
Bump PORTREVISION.
Notes:
svn path=/head/; revision=49333
|
|
|
|
| |
Notes:
svn path=/head/; revision=49320
|
|
|
|
|
|
|
|
|
|
| |
Instead of replacing writev(2) with loop based on write(2), test system
limit on the number of vectors writev(2) accepts and split call to writev(2)
to several calls in such a way that number of vectors in each call doesn't
exceed this limit (aka UIO_MAXIOV). Bump PORTREVISION.
Notes:
svn path=/head/; revision=49315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FreeBSD's writev(2) implementation is rather unreliable when large number of
vectors is submitted - it returns EINVAL despite the fact that all arguments
are pretty valid. This caused serious problems with GNOME's oaf and prevented
Nautilus from working properly. The problem disappeared when I've replaced
writev(2) call with appropriate loop based around ordinary write(2). Perhaps
this should be investigated and the real source of the problem fixed instead,
but I do not have a time for this right now. For those who interested I'm
ready to provide a step-by step instruction on how to reproduce the bug.
Special thanks to: andersca @ nautilus#irc.gnome.org
Notes:
svn path=/head/; revision=49218
|
|
|
|
|
|
|
| |
the script on FreeBSD (glib12-config).
Notes:
svn path=/head/; revision=49058
|
|
|
|
| |
Notes:
svn path=/head/; revision=48585
|
|
|
|
|
|
|
| |
to make transitioning to GNOME/GTK+/GLIB a little easier.
Notes:
svn path=/head/; revision=42950
|
|
|
|
| |
Notes:
svn path=/head/; revision=42602
|
|
|
|
|
|
|
|
| |
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
Notes:
svn path=/head/; revision=42527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
Notes:
svn path=/head/; revision=42257
|
|
|
|
| |
Notes:
svn path=/head/; revision=37836
|
|
|
|
| |
Notes:
svn path=/head/; revision=36215
|
|
|
|
| |
Notes:
svn path=/head/; revision=35588
|
|
|
|
| |
Notes:
svn path=/head/; revision=33733
|
|
|
|
| |
Notes:
svn path=/head/; revision=33423
|
|
|
|
| |
Notes:
svn path=/head/; revision=33346
|
|
|
|
| |
Notes:
svn path=/head/; revision=33345
|
|
|
|
|
|
|
|
|
|
|
|
| |
to listen on any network (IPv4 or IPv6) sockets, if and only
if the user hasn't already installed a ${PREFIX}/etc/orbitrc file
(the default, and most likely case)
Issue raised by: Louis A. Mamakos <louie@TransSys.COM>
Discussed on: security mailing list
Notes:
svn path=/head/; revision=32643
|
|
|
|
| |
Notes:
svn path=/head/; revision=31283
|
|
|
|
| |
Notes:
svn path=/head/; revision=30249
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
Notes:
svn path=/head/; revision=29651
|
|
|
|
|
|
|
|
|
|
| |
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
Notes:
svn path=/head/; revision=29628
|
|
|
|
| |
Notes:
svn path=/head/; revision=29614
|
|
|
|
| |
Notes:
svn path=/head/; revision=27452
|
|
|
|
| |
Notes:
svn path=/head/; revision=26187
|
|
|
|
| |
Notes:
svn path=/head/; revision=24497
|
|
|
|
|
|
|
|
| |
PR: 15238, 15248
Submitted by: Ade Lovett <ade@lovett.com>
Notes:
svn path=/head/; revision=23576
|
|
|
|
|
|
|
|
| |
Submitted by:Ade Lovett<ade@lovett.com>
Fixed for the libIDL-config command.
Notes:
svn path=/head/; revision=22446
|
|
|
|
|
|
|
| |
and portlint.
Notes:
svn path=/head/; revision=22283
|
|
|
|
|
|
|
|
|
| |
Approved by: MAINTAINER Chia-liang Kao <clkao@CirX.ORG>
Update to 0.5.0
and Maintainer changed
Notes:
svn path=/head/; revision=22246
|