summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [patch] ImageMagick segfaults, port update to 6.2.5-5 solves problemedwin2006-01-054-177/+166
| | | | | | | | | | | | | | | | | | | | Using 'convert' utility, even on basic operations causes job to be done, but command exits via receiveing SEGFAULT signal. Using new version of ImageMagick (6.2.5-5), convert utility works as expected. This problem also applies to pecl-imagick. And of course is also solved by this port update /etc/make.cof is empty during port install Also included an update to libMagick.so.9! Submitted by: Piotr Rybicki <meritus@innervision.pl> Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> PR: ports/91270
* Belatedly bump PORTREVISION due to dbus-sharp update.tmclaugh2006-01-053-2/+3
|
* idnits uses bash-specific features, so RUN_DEPENDS on it and patchfenner2006-01-052-0/+13
| | | | the hash-bang line in the script.
* Update to 1.85. Only minor changes from 1.82 (but the year one isfenner2006-01-052-4/+4
| | | | | | | | | | | particularly relevant right now): * Added a switch (--year NNNN) to use a different year than the current year in copyright boilerplate. * New release of gawk (debian 1:3.1.5-1) has problems with /[\200-\376]/. Re-wrote the expression. * Error message formatting changes. Stricter error messages in some cases.
* adocman is a set of perl modules and programs for performingfenner2006-01-056-0/+83
| | | | | | | | | | | | | | | operations against the SourceForge.net site, currently including basic Client operations (i.e. login/logout) and DocManager operations. It includes the Alexandria perl module, which provides the back end support for operations, the adocman program, which provides the means to perform DocManager operations from the command-line or scripts (by project developers or admins listed as DocManager Editors), and the xml_export program, providing the means to automate downloads of data from the XML data export facility on SourceForge.net (by project administrators). WWW: http://sourceforge.net/projects/sitedocs
* Minor cleanups for cad/calculixmaho2006-01-051-3/+3
| | | | | PR: 91252 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to 2.2.8mnag2006-01-0524-88/+72
|
* Implement rc_subr suggestions made by dougb@edwin2006-01-053-7/+1
|
* Implement feedback from dougb@edwin2006-01-052-5/+1
| | | | | | | | | | | | | | | It would be better to replace the SUB_FILES line in the Makefile with: USE_RC_SUBR= ${PORTNAME}.sh This provides several benefits in the short term. It would obviate the need for the post-install target and the pkg-plist entry, as the USE_RC_SUBR macro handles that stuff (as well as the SUB_FILES stuff) for you automatically. In the long term, we're going to add even more support for good things in the USE_RC_SUBR code, so it's a good idea to move that direction now.
* [patch] astro/sunclock - to version 3.54.1edwin2006-01-055-11/+65
| | | | | | | | | astro/sunclock isn't fetchable anymore, upgrade to 3.54.1 will resolve it. PR: ports/89524 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maitnainer timeout
* [PATCH] www/wwwoffle: fix broken wwwoffled.shedwin2006-01-052-3/+4
| | | | | | | Fix broken wwwoffled.sh PR: ports/91314 Submitted by: Andrey Slusar <anray@freebsd.org>
* Update port: sysutils/psgconfedwin2006-01-054-9/+34
| | | | | | | Update to 3.1.12 PR: ports/90318 Submitted by: Jim Pirzyk <jim@pirzyk.org>
* japanese/less: Update to less-382-iso258edwin2006-01-055-40/+25
| | | | | | | | | | - Update japanese/less to less-382-iso258. - gtags is now supported by original source, so less-358-iso254+gtags-20010110.tar.gz is removed. PR: ports/90142 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> Approved by: maintainet timeout
* audio/streamripper update to 1.61.16edwin2006-01-054-15/+15
| | | | | | | | | | | | | | | | Simple version bump to 1.61.16 I re-diff-ed the patch-lib_parse.c and patch-lib_util.c files to get rid of fuzz, but otherwise these patches are unchanged. Added new patch-Makefile.in to force using BSD_INSTALL* macros. Thus avoiding the install.sh script which was breaking the install. PR: ports/89328 Submitted by: Yarema <yds@CoolRat.org> Approved by: maintainer timeout
* better example in sample config for lighttpdedwin2006-01-042-1/+5
| | | | | | | | | | | | | The lighttpd port installs a sample config file into /usr/local/etc/lighttpd.conf.sample this file should probably include the line: server.event-handler = "freebsd-kqueue" lighttpd is a high performance web server, and it should use kqueue when running on FreeBSD. PR: ports/90354 Submitted by: Mike <mspam@ideaway.net> Approved by: maintainer timeout
* Analog port does not include anlgform.html or anlgform.pledwin2006-01-043-1/+17
| | | | | | | | | | | | | | The analog (5.24,1) port does not include the form interface (anlgform.html & anlgform.pl). These files are in the tarball, but not installed by the port. They should be installed, probably with the .pl file non-executable (the form interface requires customization anyway). At the end it resulted in these files being installed in EXAMPLESDIR, with a note in the pkg-message. PR: ports/51947 Submitted by: Chris Pepper <pepper@rockefeller.edu>
* [PATCH] unbreak samba-libsmbclient on kerberos-less systemsedwin2006-01-041-3/+0
| | | | | | | | | smbclient is broken, when no krb is on the system (ie: NO_KERBEROS in /etc/make.conf) PR: ports/90238 Submitted by: Melvyn Sopacua <melvyn@melvyn.homeunix.org> Approved by: "Timur I. Bakeyev" <timur@gnu.org>
* [PATCH] net/azureus: fix buildedwin2006-01-044-4/+4
| | | | | | | | | | Fix location of installed junit.jar Now the build fails when trying to install already installed java/junit. With the patch my TinderFoxy builds w/o error (tested on 4 and 7). PR: ports/91323 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@gmail.com>
* Add support for ATtiny261/461/861.joerg2006-01-049-25/+47
|
* Update to DAT 4667jeh2006-01-042-4/+4
|
* Upgrade to 6.3. This is a security fix: restore permissions properly.thierry2006-01-043-5/+22
| | | | | | | | | | | Full changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. A embedded Perl interpreter is installed by default, use WITHOUT_PERL to disable it. PR: Security: VuXML c2fdb3bc-7d72-11da-b96e-000fb586ba73
* Add an entry for rxvt-unicode < 6.3: root privileges were not restoredthierry2006-01-041-0/+30
| | | | | | | before the call to openpty(), so the permissions on the pty device node remain root:wheel 666 after opening a new terminal. Discovered by: Ryan Beasley <ryanb (at) rainbowdevilsland.co.uk>
* - remove p5-Test-* from RUN_DEPENDSleeym2006-01-041-1/+0
|
* audacious --> ports/multimedia/audaciousedwin2006-01-041-0/+1
|
* New port multimedia/audacious A media player based on BMP and XMMSedwin2006-01-0411-0/+423
| | | | | | | | | | | Audacious is a fork of beep-media-player 0.9.7.1. The primary goals of this fork are keeping ideology of original BMP and merging miscellaneous plugins into Audacious WWW: http://audacious-media-player.org PR: ports/91304 Submitted by: RedChrom <redchrom@mail.ru>
* holotz-castle --> ports/games/holotz-castleedwin2006-01-041-0/+1
|
* New port: games/holotz-castle: A platform game with high dosis of misteryedwin2006-01-046-0/+1839
| | | | | | | | | | | | | | | Holotz's Castle is a platform game with high dosis of mistery. A great mistery is hidden beyond the walls of Holotz's Castle. Will you be able to help Ybelle and Ludar to escape alive from the castle? Test your dexterity with this tremendously exciting platform game! WWW: http://www.mainreactor.net/holotzcastle/en/index_en.html PR: ports/91321 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* Update port: news/newscache , Added rc scriptedwin2006-01-043-5/+36
| | | | | | | news/newscache is lacking an rc script, so I hacked this one up PR: ports/91319 Submitted by: Arjan Koole <arjan@blackoak.net>
* [MAINTAINER] mail/MailScanner: update to 4.49.7edwin2006-01-046-26/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 4.49.7 * New Features and Improvements * - Speed improvements for sendmail systems by changing the way temporary files are handled and how attachments are parsed. This should be really noticeable if I've got it right. Thanks for the great help of the Vodafone SHARK team. - Added speed improvements for Exim. - Added speed improvements for Postfix. - Now changes the command line listed in `ps` (ie $0) to show what MailScanner is doing. Should help diagnose slow system problems. - 4 new configuration options, which list patterns against which filenames and filetypes are matched to see if we should allow them or block them. This is implemented for the benefit of web-based configuration systems for MailScanner, it is not really intended for human use as it will complicate the filename/filetype matching unless you understand it. Read the comments in the MailScanner.conf and suggest better explanations! "Allow Filenames", "Deny Filenames", "Allow Filetypes", "Deny Filetypes". Note: There are 2 new entries in languages.conf so remember to run an upgrade_languages_conf. - Upgraded tnef program to 1.3.4. - Added message 'actions' property for MailWatch reporting. - Custom Function filenames must end in .pm or .pl. Others will be logged and skipped. - Various minor speed improvements. * Fixes * - Changed Postfix code to better support latest revision of Perl. - Now stops MailScanner more reliably on SuSE systems. - Logging of <img> tags only done if logging HTML tags. - Fixed minor array ref problem in Perl 5.8.7 on FreeBSD 6.0 (which is not a public stable release anyway). PR: ports/91306 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
* [UPDATE] multimedia/quodlibet: update to 0.16edwin2006-01-044-29/+124
| | | | | | | | - Update to 0.16 - Give away maintainership to changbom.yoon@gmail.com PR: ports/91308 Submitted by: Byung-Hee HWANG <bh@izb.knu.ac.kr>
* [maintainer update] Doxygen to 1.4.6edwin2006-01-043-4/+22
| | | | | | | | | Upgrade to bugfix release 1.4.6. Fixes a crash when using groupdef command under certain circumstances. http://bugzilla.gnome.org/show_bug.cgi?id=325101 PR: ports/91309 Submitted by: Melvyn Sopacua <mdev@melvyn.homeunix.org>
* ports/security/ipsec-tools enables itself at startupedwin2006-01-042-1/+2
| | | | | | | | | | | ports/security/ipsec-tools rc.d script defaults to 'enabled' It also installs its own versions of setkey and libipsec.so which seems redundant as they are part of the base system and should be used in preference. Submitted by: Vivek Khera <vivek@khera.org> PR: ports/91317
* [fix] graphics/linux_dri: works on amd64 tooedwin2006-01-041-1/+1
| | | | | Submitted by: Simun Mikecin <sime@logos.hr> PR: ports/91318
* [MAINTAINER] www/gekko-modules: update to 0.5.10edwin2006-01-043-36/+94
| | | | | | | | | | - Update forums-module to 0.5.9 - Update gallery-module to 0.5.8 - Add friends-module 0.1 - Add phrases-module 0.1 PR: ports/91295 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
* zeroer --> ports/sysutils/zeroerehaupt2006-01-041-0/+1
|
* Add zeroer, a command line utility for wiping unallocated space onehaupt2006-01-044-0/+52
| | | | a filesystem.
* xglobe does not show markersedwin2006-01-042-3/+12
| | | | | | | | | | When you compile xglobe from ports and start it with xglobe -markers it does not show the markers. PR: ports/82270 Submitted by: Florian Smeets <flo@kasimir.com> Reviewed by: edwin@FreeBSD.org Approved by: maintainer timeout
* Update port gnome x11/workrave from 1.6 to 1.8 (solves kde problem)edwin2006-01-045-45/+46
| | | | | | PR: ports/84974 Submitted by: Alex de Kruijff <freebsd@akruijff.dds.nl> Approved by: maintainer timeout
* Fix the path to the mime.types [1] and the mime/globs file.netchild2006-01-042-2/+6
| | | | | | PR: 89162 [1] Stolen from: mail/sylpheed2 [1] Noticed by: Pawel Pekala <c0rn@gazeta.pl> [1]
* Upgrade to 3.8.3.obraun2006-01-042-4/+4
|
* Catch up with distfile rename/update.netchild2006-01-046-15/+15
| | | | Submitted by: Jerzy Gurycz <Jerzy.Gurycz@enarxe.com>
* - Update to 4.6.4tdb2006-01-044-9/+9
| | | | Approved by: clement (mentor, implicitly)
* Upgrade to CImg-1-11.thierry2006-01-042-4/+4
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=382767>.
* Also fix the swt31 dependency from java to x11-toolkits in RUN_DEPENDSerwin2006-01-046-6/+6
| | | | Submitted by: Ion-Mihai Tetcu
* Uphold C{C,XX,FLAGS}lioux2006-01-043-16/+29
| | | | Approved by: Panagiotis Astithas past at ebs.gr (maintainer)
* Add SHA256.truckman2006-01-041-0/+1
|
* swt31 is in x11-toolkits, not java.erwin2006-01-046-6/+6
| | | | | | This should fix INDEX builds. Submitted by: Panagiotis Astithas past at ebs.gr
* k3bmonkeyaudioplugin --> ports/audio/k3bmonkeyaudiopluginmarkus2006-01-041-0/+1
|
* Add k3bmonkeyaudioplugin 3.0, a K3b plugin for encoding and decodingmarkus2006-01-045-0/+53
| | | | | | Monkey's Audio files. WWW: http://www.k3b.org/
* Update to 0.11erwin2006-01-042-5/+6
| | | | | PR: 91303 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
OpenPOWER on IntegriCloud