| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
"ch-" => "zh-"
Notes:
svn path=/head/; revision=135186
|
|
|
|
|
|
|
| |
[a-z][a-z]-unzip-[0-9]* is too broad regex - it's my fault :(
Notes:
svn path=/head/; revision=135185
|
|
|
|
|
|
|
|
| |
PR: ports/80607
Submitted by: den
Notes:
svn path=/head/; revision=135183
|
|
|
|
|
|
|
|
|
|
| |
- pass maintainership to submitter
PR: 80140
Submitted by: Andrej Zverev <az@inec.ru>
Notes:
svn path=/head/; revision=133760
|
|
|
|
|
|
|
| |
after 5.4-RELEASE.
Notes:
svn path=/head/; revision=133116
|
|
|
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Notes:
svn path=/head/; revision=132992
|
|
|
|
| |
Notes:
svn path=/head/; revision=132719
|
|
|
|
|
|
|
|
|
|
|
| |
dialogs to be empty if the russian translation is active, until the user
manually changes the filter pattern.
Obtained from: KDE CVS
Approved by: portmgr (krion)
Notes:
svn path=/head/; revision=132098
|
|
|
|
| |
Notes:
svn path=/head/; revision=131766
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
| |
Notes:
svn path=/head/; revision=130877
|
|
|
|
|
|
|
| |
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=130591
|
|
|
|
| |
Notes:
svn path=/head/; revision=129949
|
|
|
|
| |
Notes:
svn path=/head/; revision=129948
|
|
|
|
|
|
|
|
| |
PR: ports/77441
Submitted by: maintainer
Notes:
svn path=/head/; revision=128682
|
|
|
|
| |
Notes:
svn path=/head/; revision=128577
|
|
|
|
|
|
|
|
|
| |
- remove httpd.conf.bak if exists
Approved by: portmgr (krion, kris)
Notes:
svn path=/head/; revision=128539
|
|
|
|
|
|
|
|
|
|
|
| |
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
Notes:
svn path=/head/; revision=127737
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Attemt to fix build on 6.x/i386 and 6.x/sparc64.
Added files:
files/patch-src-trans-slowo3.cpp
files/patch-src-trans-slowo3.h
PR: ports/75724
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Notes:
svn path=/head/; revision=126187
|
|
|
|
|
|
|
|
| |
PR: ports/75813
Submitted by: maintainer
Notes:
svn path=/head/; revision=125804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.
It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).
This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).
Changes:
- change the default linux_base from v7 to v8
- add a newer freetype to linux_base-8 for nicer fonts display [1]
- don't let cpio use hardlinks in the linux_base-8 port to quiet some
warnings in some cases [2]
- fix a cut&past error in the linux_base-8 pkg-install script [3]
- convert the binary knob "USE_LINUX" to a version specifier, e.g.
USE_LINUX=<value> specifies a dependency upon
emulators/linux_base-<value>, exceptions are a value of "7" (which
does what you want and adds a dependency to linux_base) and any
value without a corresponding port in
PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
the default linux_base)
- don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
this allows us to use the USE_LINUX_PREFIX knob for linux_base and
paves the way for splitting up future linux base ports into
individual pieces
- remove RESTRICTED from some GPL licensed ports, even when we only
distribute binaries, we get them from official linux sites, so
anyone can grab them there if he needs to
- add a dependency upon the linux X11 bits where necessary (based upon
guesswork)
- don't use USE_X_PREFIX in some linux ports since it adds a dependency
to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
- bump the portrevision of the linux ports ("better safe than sorry"
algorithm)
- pass maintainership of the important linux infrastructure to a
mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
doesn't like this: tell us your bikeshed color at freebsd-emulation@,
my color would be "linuxolator@" in case someone cares...)
- add a pkg-install script for linux-fontconfig, but don't use it;
everything should work without it (the FreeBSD fc-cache program should
do all the work), but in case we need it we just need to decomment the
pkg-install part in the Makefile
- fix some dependencies
- fix some bugs
- add some static plists
- unbreak the ports with dependecies to more than one linux_base
This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.
Known bugs:
- the linux-mesa and linux-devtools ports install libGL*.so symlinks
- some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
the linux X11 port, so linx_Base-8 moans at deinstall time)
Future work (interested souls should coordinate with freebsd-emulation@):
- add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
or modify the behavior of USE_XLIB in the USE_LINUX case
AFAIK trevor has some patches.
- make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
the PREFIX?= workaround in some linux ports
Should be discussed/coordinated on/with x11@.
- move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
- update to a more recent linux base
PR: 69997, 70539 (and maybe others)
Discussed with/on: java@, x11@, trevor, portmgr
Tested by: mezz, portmgr, pointyhat
RPM hunted down by: Joseph Gelinas <scirocco@tasam.com> [1]
Requested by: portmgr [2]
Submitted by: kris [3]
Approved by: portmgr
Notes:
svn path=/head/; revision=125613
|
|
|
|
| |
Notes:
svn path=/head/; revision=124856
|
|
|
|
| |
Notes:
svn path=/head/; revision=124818
|
|
|
|
| |
Notes:
svn path=/head/; revision=124003
|
|
|
|
| |
Notes:
svn path=/head/; revision=123951
|
|
|
|
| |
Notes:
svn path=/head/; revision=123946
|
|
|
|
|
|
|
|
| |
PR: ports/73966
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Notes:
svn path=/head/; revision=121753
|
|
|
|
| |
Notes:
svn path=/head/; revision=121092
|
|
|
|
|
|
|
|
| |
PR: ports/73392
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Notes:
svn path=/head/; revision=120997
|
|
|
|
|
|
|
| |
Some security issues fixed in these versions.
Notes:
svn path=/head/; revision=120948
|
|
|
|
|
|
|
| |
and 1.3.32.
Notes:
svn path=/head/; revision=120947
|
|
|
|
|
|
|
|
|
|
|
| |
This port now uses master port's distinfo.
PR: ports/73231
Submitted by: Dima Panov <redfox@Fluffy.Khv.RU>
Pointy hat: all mine
Notes:
svn path=/head/; revision=120692
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If you know new email addresses for the people involved, please send-pr it!
<mcsi@agava.com>: host relay.agava.net.ru[195.161.118.3] said: 550
<mcsi@agava.com>: User unknown in local recipient table (in reply to RCPT
TO command)
<woju@bbsmail.ntu.edu.tw> (expanded from <woju@bbsmail>): Host or domain name
not found. Name service error for name=bbsmail.ntu.edu.tw type=A: Host not
found
<esoha@attbi.com>: host gateway.attbi.com[204.127.198.6] said: 551 not our
customer (in reply to RCPT TO command)
<crow@nektor.hu>: host mail.kapu.hu[195.70.32.236] said: 550 unknown user (in
reply to RCPT TO command)
<cyrilm@tower.pp.ru>: host mail.tower.pp.ru[213.85.109.133] said: 550 unknown
user (in reply to RCPT TO command)
<ports@henrik-motakef.de>: Host or domain name not found. Name service error
for name=henrik-motakef.de type=A: Host not found
<jj@nttmcl.com>: host mx1.nttmcl.com[216.69.64.132] said: 550 5.2.1
<jj@nttmcl.com>... Mailbox disabled for this recipient (in reply to RCPT TO
command)
<koji@jet.es>: host mx.wanadoo.es[62.81.235.75] said: 550 Relay not permitted /
No such user (in reply to RCPT TO command)
<proot@iaces.com>: host horton.iaces.com[204.147.87.98] said: 550 5.1.1
<proot@iaces.com>... User unknown (in reply to RCPT TO command)
<roland.jesse@gmx.net>: host mx0.gmx.net[213.165.64.100] said: 550 5.1.1
{mx034} <roland.jesse@gmx.net>... User is unknown (in reply to RCPT TO
command)
<vess@slavof.net>: host mail.slavof.net[213.130.68.146] said: 550 5.7.1 Access
denied (in reply to MAIL FROM command)
<tuxsuximus@hotmail.com>: host mx3.hotmail.com[65.54.253.99] said: 550
Requested action not taken: mailbox unavailable (in reply to RCPT TO
command)
<zenin@archive.rhps.org>: host mail.rhps.org[66.250.128.137] said: 550 5.7.1
<zenin@archive.rhps.org>... Relaying denied (in reply to RCPT TO command)
Notes:
svn path=/head/; revision=120152
|
|
|
|
|
|
|
| |
Drop PERL dependency on ehnt as it is no longer needed (since 0.8_3).
Notes:
svn path=/head/; revision=119735
|
|
|
|
|
|
|
|
| |
PR: ports/72669
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Notes:
svn path=/head/; revision=119376
|
|
|
|
|
|
|
|
| |
PR: ports/72237
Submitted by: Andrey Slusar <anray@inet.ua> (maintainer)
Notes:
svn path=/head/; revision=118687
|
|
|
|
| |
Notes:
svn path=/head/; revision=117701
|
|
|
|
| |
Notes:
svn path=/head/; revision=117029
|
|
|
|
|
|
|
| |
Reported by: kris with pointyhat
Notes:
svn path=/head/; revision=116427
|
|
|
|
|
|
|
|
| |
PR: ports/70423
Submitted by: maintainer
Notes:
svn path=/head/; revision=116308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into separate ports. The OPTIONS will remain as of yet and trigger dependencies
now, for easy transition.
Update KOffice to version 1.3.2.
Add patches to fix a number of issues, including:
- fix kxkb on Xorg
- fix kdemultimedia WITH_MPEGLIB (now mpeglib_artsplug) compilation on gcc 3.4.2
with optimizations greater than -O
Add security related patches and entries to portaudit.txt.
Notes:
svn path=/head/; revision=115880
|
|
|
|
| |
Notes:
svn path=/head/; revision=115813
|
|
|
|
|
|
|
|
|
|
| |
Slave for audio/napster
PR: ports/69543
Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru>
Notes:
svn path=/head/; revision=115810
|
|
|
|
|
|
|
|
| |
PR: ports/70138
Submitted by: Andrey Slusar <vasallia@ukr.net>
Notes:
svn path=/head/; revision=115587
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/69913
Reported by: Demin Alexander <support@spectrum.ru>
Submitted by: maintainer
Reviewed by: sem
Notes:
svn path=/head/; revision=115330
|
|
|
|
| |
Notes:
svn path=/head/; revision=115134
|
|
|
|
| |
Notes:
svn path=/head/; revision=114920
|
|
|
|
| |
Notes:
svn path=/head/; revision=114355
|
|
|
|
|
|
|
|
|
|
|
| |
Slave to net/gaim.
PR: ports/68112
Submitted by: Andrey Slusar <vasallia@ukr.net>
Approved by: krion (mentor)
Notes:
svn path=/head/; revision=113799
|
|
|
|
|
|
|
|
|
| |
PR: ports/68977
Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru>
Approved by: krion (implicit)
Notes:
svn path=/head/; revision=113683
|