aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Also suggest to not use clear_tmp_enable right now, since it'll nukeMichael Nottebrock2004-12-291-0/+4
| | | | | | | /tmp/.ICE-unix on each boot. Notes: svn path=/head/; revision=125469
* Upgrade to 4.7.Thierry Thomas2004-12-294-17/+8
| | | | Notes: svn path=/head/; revision=125468
* Update to 2.41Lars Thegler2004-12-293-40/+43
| | | | Notes: svn path=/head/; revision=125467
* - 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
* Update to 7.8.Trevor Johnson2004-12-292-6/+5
| | | | | | | | Define USE_X_PREFIX, so mtree will not create share/nls/POSIX and share/nls/en_US.US-ASCII under /usr/X11R6--submitted by kris. Notes: svn path=/head/; revision=125465
* Add isaac-cfd 4.2, Integrated Solution Algorithm for ArbitraryThierry Thomas2004-12-297-0/+181
| | | | | | | | | | Configuration. PR: 75529 Submitted by: Pedro F. Giffuni Notes: svn path=/head/; revision=125463
* * update to 1.0Pete Fritchman2004-12-292-14/+14
| | | | | | | | PR: 74848 Submitted by: Phil Oleson <oz@nixil.net> Notes: svn path=/head/; revision=125462
* Portlint.David E. O'Brien2004-12-292-2/+2
| | | | Notes: svn path=/head/; revision=125461
* Add a note about checking the ICE socket directory in case KDE refusesMichael Nottebrock2004-12-291-0/+13
| | | | | | | | to start after upgrading to Xorg 6.8.1 (which for some reason that's escaping me makes .ICE-unix/ not owned by root a fatal error). Notes: svn path=/head/; revision=125460
* Portlint.David E. O'Brien2004-12-291-1/+1
| | | | Notes: svn path=/head/; revision=125459
* Update to DAT 4417James E. Housley2004-12-292-3/+3
| | | | Notes: svn path=/head/; revision=125458
* Don't use .error -- it breaks 'make index' on sparc64.David E. O'Brien2004-12-291-2/+0
| | | | Notes: svn path=/head/; revision=125457
* - Fix pkg-plistSergey Matveychuk2004-12-292-6/+61
| | | | | | | | | | - Improve CONFLICTS PR: ports/75354 Submitted by: maintainer Notes: svn path=/head/; revision=125456
* - Fix plist, pointed out by krisSergey Matveychuk2004-12-292-15/+16
| | | | | | | | | | | | | | - Don't install .la. Install .a instead - Silence sed invocation - Bump autoconf dependancy - Bump PORTREVISION - Use DATADIR macro PR: ports/75355 Submitted by: maintainer Notes: svn path=/head/; revision=125455
* BROKEN: Size mismatchKris Kennaway2004-12-291-0/+2
| | | | Notes: svn path=/head/; revision=125454
* Allow the spice port to be built without X11 support by definingJohn Polstra2004-12-294-5/+31
| | | | | | | WITHOUT_X11. Notes: svn path=/head/; revision=125453
* Add xvnkb 0.2.8, a Vietnamese input method for X-Window.Thierry Thomas2004-12-2910-0/+306
| | | | | | | | PR: 65207 Submitted by: Nguyen Tam Chinh. Notes: svn path=/head/; revision=125451
* Add m odified date to my last commit.Josef El-Rayes2004-12-291-0/+1
| | | | | | | Spotted by: simon Notes: svn path=/head/; revision=125450
* - Update to 6.0.7Sergey Matveychuk2004-12-2910-55/+107
| | | | | | | | | PR: ports/74258, ports/74259 Submitted by: Radim Kolar <hsn(at)netmag.cz> Approved by: maintainer (timeout: 1+ month) Notes: svn path=/head/; revision=125449
* libxine is also affected by the mplayer vulnerabilities.Josef El-Rayes2004-12-291-1/+8
| | | | | | | Add cvenames. Notes: svn path=/head/; revision=125448
* Fix packaging on broken ExtUtils::MakeMakerSergey Skvortsov2004-12-292-1/+19
| | | | Notes: svn path=/head/; revision=125447
* Update to 1.18Sergey Skvortsov2004-12-293-3/+5
| | | | Notes: svn path=/head/; revision=125446
* Unbreak build on perl < 5.6.xSergey Skvortsov2004-12-291-1/+7
| | | | | | | * add stub "#define aTHX_" Notes: svn path=/head/; revision=125445
* Document vulnerability in libxine.Josef El-Rayes2004-12-291-0/+24
| | | | Notes: svn path=/head/; revision=125444
* - 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 1.0.18Pav Lucistnik2004-12-292-3/+3
| | | | | | | | | PR: ports/75448 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: snowchyld <mail-libsrs2-freebsd-ports@snowchyld.org> (maintainer) Notes: svn path=/head/; revision=125442
* - update to 0.2.2Sergey Matveychuk2004-12-296-10/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 1.4.0.Jun Kuriyama2004-12-296-34/+26
| | | | Notes: svn path=/head/; revision=125440
* - Upgrade to 0.6Sergey Matveychuk2004-12-294-8/+12
| | | | | | | | | | | * 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
* Update to 6.4.MANTANI Nobutaka2004-12-294-96/+33
| | | | Notes: svn path=/head/; revision=125438
* Upgrade to version 1.3.Archie Cobbs2004-12-293-17582/+24
| | | | Notes: svn path=/head/; revision=125437
* Make it really use threads when asked to [1]Mathieu Arnold2004-12-292-2/+11
| | | | | | | | | | While I'm here, make it respect CFLAGS PR: [1] based on 75349 Submitted by: [1] Axel Gonzalez <loox@e-shell.net> Notes: svn path=/head/; revision=125436
* Update to version 0.8.3.Koop Mast2004-12-298-64/+10
| | | | | | | | | Remove -E from reinplace line [1]. Submitted by: bland [1]. Notes: svn path=/head/; revision=125435
* o Apply ports/73114 (1)Jun Kuriyama2004-12-296-54/+68
| | | | | | | | | | | | | | | | | - Update to 20020426a. - Update to bsd.java.mk 2.0 - Register dependencies on textproc/xp and textproc/xml4j - Honor hier(7): install docs in DOCSDIR, samples in EXAMPLESDIR - Honor NOPORTDOCS - Single script with symlinks - Use 'classpath' from java/javavmwrapper o Release maintainership. PR: ports/73114 Submitted by: hq (1) Notes: svn path=/head/; revision=125434
* - Update to bsd.java.mk 2.0Herve Quiroz2004-12-293-57/+88
| | | | | | | | | | | | | | | | | - Backup config files during deinstall [1] - Use MAN1 in Makefile [1] - Fix pkg_add permission problem [2] - ECHO_CMD -> ECHO_MSG [1] - Bump PORTREVISION [1] - Mark as DEPRECATED [1] - Fix MASTER_SITE [1] - Add $FreeBSD$ tags where missing [1] PR: 75604 [1], 57235 [2] Submitted by: maintainer [1] [2] Notes: svn path=/head/; revision=125433
* Update to 1.23Mathieu Arnold2004-12-292-4/+5
| | | | | | | Timeout: almost a month Notes: svn path=/head/; revision=125432
* Update to 1.04Mathieu Arnold2004-12-292-3/+12
| | | | | | | Add some doc Notes: svn path=/head/; revision=125431
* Remove USE_REINPLACE=yes, we don't use it anymore [1].Koop Mast2004-12-292-18/+4
| | | | | | | | | | | | | Remove USE_PYTHON=yes [1]. Remove optional libgnomeui dependencie. Its only used for the examples. And we don't build those [2]. Discussed with: maintainer [1],[2]. Submitted by: bland [1] Approved by: maintainer (implicit) Notes: svn path=/head/; revision=125430
* Fix the build on FreeBSD versions around 5.2 when EAI_NODATA wasPeter Pentchev2004-12-291-4/+6
| | | | | | | | | | | temporarily aliased to EAI_NONAME. No PORTREVISION bump, since this is a no-op on earlier and later versions, and it didn't build at all until now on the affected versions. Reported by: Bretislav Kubesa <bretislav.kubesa@centrum.cz> Notes: svn path=/head/; revision=125429
* Update to 2004.12.29.Norikatsu Shigemura2004-12-292-3/+3
| | | | Notes: svn path=/head/; revision=125428
* Update to 4.6.26Kirill Ponomarev2004-12-292-3/+3
| | | | | | | | PR: ports/75602 Submitted by: maintainer Notes: svn path=/head/; revision=125427
* Upgrade to 1.2.8Andrey A. Chernov2004-12-293-4/+4
| | | | Notes: svn path=/head/; revision=125426
* Patch was rerolled because of some bug fixes.Kirill Ponomarev2004-12-296-12/+12
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=125425
* - fix build with GTKSergey Matveychuk2004-12-291-6/+3
| | | | | | | | PR: ports/75593 Submitted by: maintainer Notes: svn path=/head/; revision=125424
* Fix the parallel build when WITH_IPV6 is specified: the Makefile wasPeter Pentchev2004-12-292-1/+82
| | | | | | | | | | | | | missing a couple of dependencies on the uint32.h header, so make(1) was postponing its creation. Bump PORTREVISION, since it is the same for the IPv6 and !IPv6 cases, although this particular change does not affect the !IPv6 case at all. PR: 75564 Submitted by: oHmEr <ohmer@epita.info> Notes: svn path=/head/; revision=125423
* . Update to 1.01.022.Greg Lewis2004-12-292-3/+3
| | | | Notes: svn path=/head/; revision=125422
* New port kfile-torrent version 0.6: Konqueror KFilePlugin to displayMario Sergio Fujikawa Ferreira2004-12-295-0/+44
| | | | | | | info about BitTorrent .torrent files Notes: svn path=/head/; revision=125420
* Add forgotten patches to fix build on 4.xMichael Johnson2004-12-292-0/+46
| | | | Notes: svn path=/head/; revision=125419
* Add oggsplit, a simple tool for splitting multiplexed (grouped or chained) OggPav Lucistnik2004-12-296-0/+80
| | | | | | | files into separate streams. Notes: svn path=/head/; revision=125417
* o Track BitTorrent's codeville development repositoryMario Sergio Fujikawa Ferreira2004-12-296-2/+54
| | | | | | | | | | | | | - BitTorrent/Downloader.py: change (self.active_requests vs self.backlog) proportion handling - BitTorrent/download.py: add exception handling around Storage method call o Bump PORTREVISION Obtained from: BitTorrent's codeville repository Notes: svn path=/head/; revision=125416