aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.7Clement Laforet2005-01-093-7/+4
| | | | | | | | | 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.0Edwin Groothuis2005-01-092-61/+86
| | | | | | | | | | | + 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 port: sysutils/pear-File_Gettext to 0.3.3Edwin Groothuis2005-01-092-3/+3
| | | | | | | | | | | + 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.7Edwin Groothuis2005-01-092-11/+17
| | | | | | | | | | | | + 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
* Fix build on 6.x after changing swab() prototypes in <unistd.h> andKirill Ponomarev2005-01-091-0/+18
| | | | | | | <string.h> Notes: svn path=/head/; revision=125905
* Unbreak by upgrading to the latest stable revision, and use theThierry Thomas2005-01-066-43/+37
| | | | | | | | | included ffmpeg (it is still broken with ffmpeg-0.4.9). Approved by: portmgr (krion). Notes: svn path=/head/; revision=125731
* Ignore building on ia64, sparc64 and alpha.Norikatsu Shigemura2005-01-031-0/+1
| | | | | | | | | 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
* Fix plist.Kirill Ponomarev2005-01-021-1/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=125682
* BROKEN on 4.x: Does not compileKris Kennaway2005-01-021-1/+7
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=125673
* Say hello to the linux mega patch, it consolidates our linux bits aAlexander Leidinger2004-12-312-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Support NO_WRKSUBDIR properlyKirill Ponomarev2004-12-301-1/+1
| | | | | | | | PR: ports/75631 Submitted by: Ports Fury Notes: svn path=/head/; revision=125520
* - Update to 2.01.01a01 which adds support for GigaRec feature found inMarius Strobl2004-12-293-15/+9
| | | | | | | | | | | | | | | 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
* Updated patch for cdrtools/mkisofs 2.01. A bug that could cause corruptedMarius Strobl2004-12-292-7/+8
| | | | | | | | | | | | 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
* - Update to 2.01. For changes since 2.00.3 please see:Marius Strobl2004-12-299-125/+18
| | | | | | | | | | | | | | | | | | 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
* - Try to fix build on alpha:Sergey Matveychuk2004-12-291-4/+19
| | | | | | | | | | | | * 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
* - now it does install Unix::ConfigFile.3 in perl5.005.Cheng-Lung Sung2004-12-292-2/+16
| | | | | | | | 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
* - update to 0.2.2Sergey Matveychuk2004-12-293-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Upgrade to 0.6Sergey Matveychuk2004-12-292-4/+6
| | | | | | | | | | | * 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
* - does not install Unix::ConfigFile.3 under perl5.005Cheng-Lung Sung2004-12-291-2/+7
| | | | | | | Noticed by: kris Notes: svn path=/head/; revision=125409
* Oops, I forgot to commit Makefile..Akinori MUSHA2004-12-282-0/+4
| | | | | | | | | | | -- Fix the startup script for 4.x. Submitted by: Nicole Thurner <thurners -at- t-online.de> Notes: svn path=/head/; revision=125356
* Fix the startup script for 4.x.Akinori MUSHA2004-12-282-0/+28
| | | | | | | Submitted by: <Nicole Thurner <thurners -at- t-online.de> Notes: svn path=/head/; revision=125343
* Correct the SIZE entry.Ruslan Ermilov2004-12-282-2/+2
| | | | Notes: svn path=/head/; revision=125330
* pkg_rmleaves finds packages that are not requested by any other installedPav Lucistnik2004-12-284-0/+31
| | | | | | | | | | | | | | 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
* Upgrade to 3.4.3.Oliver Braun2004-12-272-3/+3
| | | | Notes: svn path=/head/; revision=125281
* - Update to 0.2.1Sergey Matveychuk2004-12-266-507/+29
| | | | | | | | | | | | | - 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
* if 4.x, then USE_GCCEdwin Groothuis2004-12-261-1/+7
| | | | Notes: svn path=/head/; revision=125189
* - Update to 0.18Sergey Matveychuk2004-12-258-457/+117
| | | | | | | | PR: ports/75435 Submitted by: maintainer Notes: svn path=/head/; revision=125184
* Update to 20041226.Akinori MUSHA2004-12-254-6/+6
| | | | | | | | | | | 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
* Update to 20041225.Akinori MUSHA2004-12-256-30/+6
| | | | | | | | | | - 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
* Fix the startup script.Akinori MUSHA2004-12-254-0/+28
| | | | | | | | | | 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 'determine' gtkrell2Edwin Groothuis2004-12-253-13/+29
| | | | | | | | | Properly use X11BASE now Noticed by: pointyhat Notes: svn path=/head/; revision=125127
* Only for i386!Edwin Groothuis2004-12-251-0/+2
| | | | Notes: svn path=/head/; revision=125126
* Fix build error on 4.x.Norikatsu Shigemura2004-12-251-3/+5
| | | | | | | | Pointed out by: pointyhat via kris Submitted by: Dmitry Frolov <frolov@riss-telecom.ru> (maintainer) Notes: svn path=/head/; revision=125125
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-254-4/+0
| | | | Notes: svn path=/head/; revision=125124
* When deinstalling, remove etc/webmin if empty.Jimmy Olgeni2004-12-231-0/+1
| | | | Notes: svn path=/head/; revision=125022
* Update to version 2.4.3Markus Brueffer2004-12-234-16/+11
| | | | Notes: svn path=/head/; revision=125013
* Update to 1.3.Akinori MUSHA2004-12-232-3/+3
| | | | Notes: svn path=/head/; revision=125008
* Update to 20041224.Akinori MUSHA2004-12-2310-102/+8
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase dependency of databases/sqlite2Kirill Ponomarev2004-12-231-1/+1
| | | | | | | Forgotten by: nork Notes: svn path=/head/; revision=124993
* Update to 1.0Sergey Skvortsov2004-12-233-9/+11
| | | | | | | | PR: ports/75409 Submitted by: Sean Farley <sean-freebsd@farley.org> Notes: svn path=/head/; revision=124985
* Add ipmitool 1.6.0, CLI to manage IPMI systems.Norikatsu Shigemura2004-12-234-0/+55
| | | | | | | | PR: ports/73339 Submitted by: Dmitry Frolov <frol@nov.net> Notes: svn path=/head/; revision=124967
* Add freeipmi 0.1.3, library and tools to supportNorikatsu Shigemura2004-12-2310-0/+224
| | | | | | | | | | IPMI-capable hardware. PR: ports/73249 Submitted by: Dmitry Frolov <frol@nov.net> Notes: svn path=/head/; revision=124965
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-233-3/+3
| | | | | | | | | | | 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
* New port: sysutils/i855vidctl10Edwin Groothuis2004-12-235-0/+26
| | | | | | | | | | | | | | 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
* Upgrade to version 2.40.Jimmy Olgeni2004-12-223-3/+14
| | | | Notes: svn path=/head/; revision=124829
* Update to 1.5.0Erwin Lansing2004-12-222-3/+3
| | | | Notes: svn path=/head/; revision=124814
* Update port:sysutils/gkrelltopEdwin Groothuis2004-12-225-48/+12
| | | | | | | | | | | | 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
* [ patch ] sysutils/roottail: add extra patchEdwin Groothuis2004-12-222-0/+18
| | | | | | | | | | | | | | 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
* New port: sysutils/pear-Translation2 PEAR class for multilingual ↵Edwin Groothuis2004-12-214-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated to 3.020Sergey Skvortsov2004-12-213-3/+8
| | | | Notes: svn path=/head/; revision=124685