| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
PR: ports/75335 [1]
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> [1],
Michael Reifenberger <mike@Reifenberger.com>
Notes:
svn path=/head/; revision=125948
|
|
|
|
|
|
|
|
|
|
|
| |
+ update port: sysutils/pear-I18Nv2 to 0.10.0
+ changelog: http://pear.php.net/package/I18Nv2/download/0.10.0
PR: ports/75888
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes:
svn path=/head/; revision=125922
|
|
|
|
|
|
|
|
|
|
|
| |
+ update sysutils/pear-File_Gettext to 0.3.3
+ changelog: http://pear.php.net/package/File_Gettext/download/0.3.3
PR: ports/75817
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes:
svn path=/head/; revision=125921
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ update port: sysutils/pear-Log to 1.8.7
+ changelog: http://pear.php.net/package/Log/download/1.8.7
+ check PHP version
PR: ports/75350
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes:
svn path=/head/; revision=125920
|
|
|
|
|
|
|
| |
<string.h>
Notes:
svn path=/head/; revision=125905
|
|
|
|
|
|
|
|
|
| |
included ffmpeg (it is still broken with ffmpeg-0.4.9).
Approved by: portmgr (krion).
Notes:
svn path=/head/; revision=125731
|
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (kris)
Pointed out by: pointyhat via kris
Inspired by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
Notes:
svn path=/head/; revision=125699
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=125682
|
|
|
|
|
|
|
| |
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=125673
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/75631
Submitted by: Ports Fury
Notes:
svn path=/head/; revision=125520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
some Plextor writers. This release doesn't start a new cdrtools alpha
series though.
- Once again remove the patch for the configure script to disable the use
of mlockall(2) as it no longer causes negative side effects on FreeBSD
=> 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2)
as such changes are not allowed according to a comment in xconfig.h.in.
A patch for aclocal.m4 was submitted upstream but didn't get integrated.
Approved by: netchild
Notes:
svn path=/head/; revision=125476
|
|
|
|
|
|
|
|
|
|
|
|
| |
file names was also fixed.
There are hints that cjk-cdrtools-2.0.3.20030714 already didn't work for
at least euc-kr. Any reports about whether this port works for you or
not are appreciated.
Approved by: netchild
Notes:
svn path=/head/; revision=125475
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ftp://ftp.berlios.de/pub/cdrecord/AN-2.01
- Once again remove the patch for the configure script to disable the use
of mlockall(2) as it no longer causes negative side effects on FreeBSD
=> 502113. Mark the port IGNORE on FreeBSD 5.x with broken mlockall(2)
as such changes are not allowed according to a comment in xconfig.h.in.
A patch for aclocal.m4 was submitted upstream but didn't get integrated.
Mkisofs 2.01 was verified to produce working FreeBSD install images for
alpha, i386, ia64 and sparc64.
Thanks to: marcel for verifying mkisofs on ia64
Approved by: netchild
Notes:
svn path=/head/; revision=125474
|
|
|
|
|
|
|
|
|
|
|
|
| |
* use CPU freq. detection code only on i386
* s/int/size_t/
PR: ports/75633
Submitted by: maintainer
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=125466
|
|
|
|
|
|
|
|
| |
Thanks to tobez@, who suggest and teach me to solve the problem, not just
move the problem to /dev/null.
Notes:
svn path=/head/; revision=125443
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Made MGmDbArrayFree and MGmDbArray source in /libMG/src/libMG.h
more readable. Fixed a few bad mallocs in MGmDbArrayFree as well.
2) As per suggestions from John E Hein <jhein@timing.com> in
libPMGR/src/libPMGR.h removed hard coded paths and changed so
ports infrastructure files are accessed by using
$PORTSDIR & $PKG_DBDIR environment vars and fixed hard coded
path references in /portmanager/portmanager.c
3) In pmupgrade.c added an abort if error during clean in an attempt
to halt looping when a port conflict occurs, this is untested so
temporary for now.
4) libPMGR/src/PMGRrMakeDescribe.c fixed hard coded paths
5) pmupgrade.c fixed hard coded paths
6) pmupgrade.c Major cleanup of code, seperated upgrade routine into
upgrade, checkForOldDepencies, and PMGRrDoUpgrade routines.
7) fixed portmanager seg faulting when it self updates. (thanks to
"Noah" <admin2@enabled.com> for reporting
8) Added "HINTS AND TIPS" section to portmanager(1) man page.
PR: ports/75596
Submitted by: maintainer
Notes:
svn path=/head/; revision=125441
|
|
|
|
|
|
|
|
|
|
|
| |
* Search port by "make search" (works on FreeBSD 5.3 as well)
* Bugfix: missing default server support on -o
PR: ports/75611
Submitted by: maintainer
Notes:
svn path=/head/; revision=125439
|
|
|
|
|
|
|
| |
Noticed by: kris
Notes:
svn path=/head/; revision=125409
|
|
|
|
|
|
|
|
|
|
|
| |
--
Fix the startup script for 4.x.
Submitted by: Nicole Thurner <thurners -at- t-online.de>
Notes:
svn path=/head/; revision=125356
|
|
|
|
|
|
|
| |
Submitted by: <Nicole Thurner <thurners -at- t-online.de>
Notes:
svn path=/head/; revision=125343
|
|
|
|
| |
Notes:
svn path=/head/; revision=125330
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
package and lets you decide (in a beauty dialog interface) for each one
if you want to keep it or delete it.
This is similar to pkg_cutleaves, but it does not require any dependencies
and is done in visual, dialog(1) interface instead of command line.
PR: ports/75517
Submitted by: Timothy Redaelli <drizzt@gufi.org>
Notes:
svn path=/head/; revision=125307
|
|
|
|
| |
Notes:
svn path=/head/; revision=125281
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change maintainer email
- Removed all html docs and replaced with man page
- Add WITH_DEBUG knob
- Cleaned up a few compile warnings
PR: ports/75413
Submitted by: Michael C. Shultz (maintainer)
Notes:
svn path=/head/; revision=125240
|
|
|
|
| |
Notes:
svn path=/head/; revision=125189
|
|
|
|
|
|
|
|
| |
PR: ports/75435
Submitted by: maintainer
Notes:
svn path=/head/; revision=125184
|
|
|
|
|
|
|
|
|
|
|
| |
Reverse the condition to check if custom MAKE_ARGS is specified.
Submitted by: Max Laier <max@love2party.net>
D'oh!
Notes:
svn path=/head/; revision=125166
|
|
|
|
|
|
|
|
|
|
| |
- Fix the startup script. (s/echo //)
- When INDEX is not found, try "make fetchindex" first, then try
"make index".
Notes:
svn path=/head/; revision=125137
|
|
|
|
|
|
|
|
|
|
| |
I think I've been too long away from my ports work...
PR: ports/75468
Submitted by: Michael <mkuhn.nw 'at' web.de>
Notes:
svn path=/head/; revision=125136
|
|
|
|
|
|
|
|
|
| |
Properly use X11BASE now
Noticed by: pointyhat
Notes:
svn path=/head/; revision=125127
|
|
|
|
| |
Notes:
svn path=/head/; revision=125126
|
|
|
|
|
|
|
|
| |
Pointed out by: pointyhat via kris
Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer)
Notes:
svn path=/head/; revision=125125
|
|
|
|
| |
Notes:
svn path=/head/; revision=125124
|
|
|
|
| |
Notes:
svn path=/head/; revision=125022
|
|
|
|
| |
Notes:
svn path=/head/; revision=125013
|
|
|
|
| |
Notes:
svn path=/head/; revision=125008
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
portsdb(1):
- Add a -F flag, which calls make fetchindex internally to
update the ports index file.
portupgrade(1):
- Make -fP properly reinstall an installed package using a binary
package.
- Do not use a binary package when custom MAKE_ARGS or -m option is
defined, unless -PP is specified.
portsclean(1):
- -L: Make sure that a library does not shadow itself.
misc.:
- RcNG'ify the startup script.
- Do not use Object#class which is obsolete in Ruby >=1.8.
Notes:
svn path=/head/; revision=125007
|
|
|
|
|
|
|
| |
Forgotten by: nork
Notes:
svn path=/head/; revision=124993
|
|
|
|
|
|
|
|
| |
PR: ports/75409
Submitted by: Sean Farley <sean-freebsd@farley.org>
Notes:
svn path=/head/; revision=124985
|
|
|
|
|
|
|
|
| |
PR: ports/73339
Submitted by: Dmitry Frolov <frol@nov.net>
Notes:
svn path=/head/; revision=124967
|
|
|
|
|
|
|
|
|
|
| |
IPMI-capable hardware.
PR: ports/73249
Submitted by: Dmitry Frolov <frol@nov.net>
Notes:
svn path=/head/; revision=124965
|
|
|
|
|
|
|
|
|
|
|
| |
We cannot contact them for a long time.
Discussed with: hrs
Approved by: kiri(blanket), mita(blanket),
shige(blanket), taoka(blanket)
Notes:
svn path=/head/; revision=124934
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The i855vidctl tool was written by Damien Bergamini
<damien.bergamini@free.fr> based on code written by Alain
Poirier for Linux.
It lets you change the resolution to 1400x1050.
PR: ports/71106
Submitted by: Oliver Bantke <oliver.bantke@t-g-p.org>
Notes:
svn path=/head/; revision=124909
|
|
|
|
| |
Notes:
svn path=/head/; revision=124829
|
|
|
|
| |
Notes:
svn path=/head/; revision=124814
|
|
|
|
|
|
|
|
|
|
|
|
| |
Maintainer update from 2.2.4 to 2.2.6, now has the ability
to exlude processes from the top three list based upon a
regular expression (ie. ^idle).
PR: ports/75281
Submitted by: David Gardner <david@pinko.net>
Notes:
svn path=/head/; revision=124765
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add an optional patch for root-tail. This patch replaces
the standart root-tail code for finding root window with
the better one, written by Johannes Jordan and Robin Hogan,
which allows root-tail to work with some desktop environments,
xfce4 for example.
PR: ports/75017
Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
Notes:
svn path=/head/; revision=124753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
applications management
This class provides an easy way to retrieve all the strings for a multilingual
site from a data source (i.e. db).
The following containers are provided, more will follow:
- PEAR::DB
- PEAR::MDB
- PEAR::MDB2
- gettext
- XML
- PEAR::DB_DataObject (experimental)
It is designed to reduce the number of queries to the db,
caching the results when possible. An Admin class is provided
to easily manage translations (add/remove a language,
add/remove a string).
Currently, the following decorators are provided:
- CacheLiteFunction (for file-based caching)
- CacheMemory (for memory-based caching)
- DefaultText (to replace empty strings with their keys)
- Iconv (to switch from/to different encodings)
- Lang (resort to fallback languages for empty strings)
- SpecialChars (replace html entities with their hex codes)
- UTF-8 (to convert UTF-8 strings to ISO-8859-1)
PR: ports/75303
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes:
svn path=/head/; revision=124736
|
|
|
|
| |
Notes:
svn path=/head/; revision=124685
|