aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [NEW PORT] mail/dspampdedwin2005-01-129-0/+376
| | | | | | | | | | | | | DspamPD is a GPL'ed transparent smtp proxy which can do content scanning through DSPAM and/or ClamAV... DspamPD version v2.00 supports DSPAM version 3.x, both stable and -devel ports and both clamav ports. The attached shar will create the port for you. PR: ports/76118 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* mail-dspam-devel: corect deinstall, package, describe; update; bugfixes; ↵edwin2005-01-127-221/+341
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ................ After private debuging, the 25th night spent on-line with the author and two minor versions all to make it work on FreeBSD like it should, discovering some other bugs in proccess, TA DA ! bring in the compleate daemonized version and adjust it for package building dspam-devel-3.3.4 (newer versions sigbus - threads problem) The daemon mode seems to be working now, so the port act like it should: - if enabled with WITH_DEAMON we install the rc script; to start it at boot put 'dspam_enable="YES"' in /etc/rc.conf and set the appropriate options in dspam.conf - read section "2.3 Client/Server Mode" from dspam README to learn how to use dspam in daemon mode - a simple portupgrade from previous versions will work with no problems with your current setup, even if compiled with WITH_DEAMON (default) - change default DB back-end to MySQL to make daemon mode work for package building - add MySQL v5.0.x support -- MYSQL50 [1] - USE_MYSQL and have make describe output right - change of name: SQLITE --> SQLITE2, as we now have sqlite3 support - add Sqlite v3.x support -- SQLITE3 - add BNR_DEBUG option - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out [2] - add support for exim [4] which we build with the same database back-end as dspam if possible - fix PREF_EXT and BDB4 cases as well in our Makefile - change default DSPAM_HOME_MODE to 0770, it's a directory, you know ;) [3] - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - default maximum message size to 300KB in dspam.conf - correct long-standing copy/paste bug (DSPAM_{GROUP,MODE} were set to DSPAM_HOME_{GROUP,MODE}) - Makefile clean-ups - fix deinstall to delete dspam.conf if it hasn't been customized, as requested by kris@ with "Ports Janitor" hat :) and save the net and myself some bugging mails [1] based on ports/74761 by Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> [2] based on ports/75548 by Julien Gabel <jpeg@thilelli.net> [3] based on ports/75549 by Julien Gabel <jpeg@thilelli.net> [4] suggested, incorrectly, in ports/74762 by Shahbaz Javeed <sjaveed@adderpit.com> Note to committer: all those PR are closed. PR: ports/75647 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* [Maintainer Update] emulators/xmess to 0.89edwin2005-01-121-1/+1
| | | | | | | sync with master port PR: ports/75672 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
* Chase libgcrypt shared library version of ports with optionalarved2005-01-122-2/+4
| | | | | | | dependency on libgcrypt. Submitted by: philip pointyhat to: arved
* - Update to 1.3.1ahze2005-01-122-9/+4
| | | | - Grab MAINTAINER
* [Maintainer Update] emulators/xmame to 0.89edwin2005-01-124-121/+43
| | | | | | | Update port and OPTIONS-ify. PR: ports/75671 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
* [ maintainer ] fix fetching by adding an additional MASTER_SITESedwin2005-01-121-1/+3
| | | | | | | | gphpedit.org is down now, so I've googled for another MASTER_SITES. PR: ports/76127 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
* skippy-xd --> ports/x11-wm/skippy-xdahze2005-01-121-0/+1
|
* Add skippy-xdahze2005-01-127-0/+108
| | | | | | | | | | | | | | | Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and XFixes extensions to provide you with 'live' versions of the windows. Skippy-XD is best described as a full-screen task-switcher for X11. It tries to provide an alternative when taskbars or regular task-switchers aren't the most efficient way of switching tasks (like when you have a lot of applications open) When activated (currently only through a hotkey), it will arrange and scale snapshots of all windows on the current desktop and it'll let you pick a window using a mouse or a keyboard. Yes, this is also what expocity and Apple's Expose. PR: ports/66921
* Add SIZE in distinfohq2005-01-121-0/+1
|
* de-jdictionary-eng-ger --> ports/german/jdictionary-eng-gerhq2005-01-121-0/+1
|
* jDictionary plugin: English-German dictionaryhq2005-01-124-0/+24
| | | | | | | | | Dictionary database: Frank Richter WWW: http://jdictionary.info/ PR: 39603 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* o Update to latest version 2.2.0.2lioux2005-01-128-24/+16
| | | | | o Remove redundant JAVA_BUILD o Take over maintainership
* The sourceforge website is empty, grab copy from ftp.au.freebsd.orgedwin2005-01-122-2/+2
| | | | and place it in the adopted directory on my website.
* [maintainer] math/gap to version 4.4.4edwin2005-01-123-11/+79
| | | | | | | | | | | | | - Upgrade to the latest version. Apart from nifty new features, this also contains important bugfixes. - Previous Makefile had duplicate MASTER_SITES. Oops. You are warned: [~] edwin@k7>du -skh cvs/ports/math/gap/ 396M cvs/ports/math/gap/ PR: ports/75613 Submitted by: Johan van Selst <johans@stack.nl>
* Fix build by re-adding config optionsahze2005-01-122-0/+2
|
* mail/dspam: fix make describe, update, fix DSPAM_HOME perdefault permissionsedwin2005-01-124-144/+83
| | | | | | | | | | | | | | | | | | | | FreeBSD 4.x user please report problems ASAP so I can fix them before release. dspam-3.2.3.20041229.1945: - drop QUARANTINE_AGENT as is not supported by ./configure anymore and set in dspam.conf UntrustedDeliveryAgent and QuarantineAgent to default to TrustedDeliveryAgent, but leave them commented out (ports/75548 by Julien Gabel) - change default DSPAM_HOME_MODE to 0770 (ports/75549 by Julien Gabel <jpeg@thilelli.net>) - DSPAM_HOME_{OWNER,GROUP} default to DSPAM_{OWNER,GROUP} - fix make describe by USE_MYSQL - beautify - Makefile clean-up PR: ports/75665 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
* Add support for H.264 via multimedia/x264 and WITHOUT_H264 knob.ahze2005-01-122-0/+20
|
* Install forgotten header fileahze2005-01-122-0/+4
|
* x264 --> ports/multimedia/x264ahze2005-01-121-0/+1
|
* Add x264ahze2005-01-129-0/+177
| | | | | | | | | | | | | x264 is a free library for encoding H.264/AVC video streams. Encoder features * CAVLC/CABAC * Multi-references * Intra: all modes (4x4 and 16x16 with all predictions) * Inter P: all partitions (from 16x16 down to 4x4) * Inter B: partitions from 16x16 down to 8x8 (including SKIP/DIRECT) * Ratecontrol: constant quantizer, constant bitrate, or multipass ABR * Scene cut detection
* Update port: net/nbd-server to version 2.7.3edwin2005-01-123-23/+26
| | | | | | | | The attached patch updates the port to version 2.7.3 which was released a couple of weeks ago. PR: ports/75641 Submitted by: Christian Laursen <xi@borderworlds.dk>
* [ maintainer ] russian/prawda: try to fix build on 6.x/i386 and 6.x/sparc64edwin2005-01-124-10/+36
| | | | | | | | | | | 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>
* Update port: devel/global to 4.8.2edwin2005-01-124-33/+10
| | | | | | | | Make sure you remove the files/ directory altogether, its not neeeded anymore. PR: ports/76079 Submitted by: Rui Lopes <rui@ruilopes.com>
* [ maintainer ] sysutils/torsmo: fix temperature monitoringedwin2005-01-122-1/+11
| | | | | | | - fix temperature monitoring PR: ports/75721 Submitted by: Roman Bogorodskiy <novel@FreeBSD.ORG>
* Maintainer Update: devel/distccedwin2005-01-124-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | devel/distcc 2.16 -> 2.18.3 http://distcc.samba.org/ftp/distcc/distcc-2.18.3.NEWS Consists mostly of bug fixes. Only one change in the way distcc works. You must specify a network on which connections are allowed, connections from all networks will still be admitted but connections outside the specified network will be logged and dropped. The 127.0.0.0/8 network is the default for the port. All existing users and all new users will need to update/add a distccd_flags variable in /etc/rc.conf, a template for which can be found in the rc.d script. Perhaps a new variable, which simply contained the trusted network address would be better, like distccd_network="192.168.10.2/24" PR: ports/75718 Submitted by: Dominic Marks <dom@helenmarks.co.uk>
* MAINTAINER-UPDATE: net/trafshow restore patch-ahedwin2005-01-124-2/+234
| | | | | | | | | During the split of trafshow3 and 4, the file patch-ah (a local enhancement adding the ability to apply masks to traffic patterns) was removed from files/ . PR: ports/75685 Submitted by: Ryan Thompson <ryan@sasknow.com>
* Wmconfig port update to V1.2.3edwin2005-01-123-4/+28
| | | | | | | Wmconfig port update to V1.2.3 PR: ports/75714 Submitted by: Tommy Scheunemann <net@arrishq.net>
* Update Port: mail/getmail to 4.3.0edwin2005-01-122-3/+3
| | | | | | | Update mail/getmail from 4.2.6 to 4.3.0 PR: ports/76083 Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
* Update mail/postfixadmin to 2.10 versionedwin2005-01-123-10/+22
| | | | | | | Update mail/postfixadmin to 2.10 version PR: ports/76087 Submitted by: Rob Evers <rob@bavke.debank.tv>
* Update port: security/metasploit 2.2 -> 2.3edwin2005-01-123-447/+837
| | | | | | | One script added, pkg-plist sorted to make future diffs smaller. PR: ports/76101 Submitted by: Yonatan <onatan@gmail.com>
* [MAINTAINER] ftp/cmdftp: update to 0.8.0edwin2005-01-123-13/+12
| | | | | | | - Update to 0.8.0 PR: ports/76098 Submitted by: Andreas Fehlner <fehlner@gmx.de>
* Maybe this will work betteredwin2005-01-122-0/+2
| | | | | | | | | checking for clanSignals-0.7... no gnome-config: not found Package clanSignals-0.7 was not found in the pkg-config search path. thus: USE_GNOME= gnomelibs
* Upgrade driver to version 2004-12-30edwin2005-01-124-12/+8
|
* Maintainer change: Johannes 5 Joemann is the new maintainer.jkoshy2005-01-121-19/+24
| | | | | | | Fix a CM tool path problem reported by Gerhard Gonter [ggonter .at. yahoo.com]. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* Remove default DVD support when package building as dvd+rw-tools dependsmarcus2005-01-121-5/+0
| | | | | | on cdrtools. Reported by: pointyhat via kris
* - Take the maintainership.mezz2005-01-122-4/+20
| | | | | | | | | - Add install the example and doc files. - Remove the DEPRECATED/EXPIRATION_DATE. It's ruby's fault that need to add -pthread. Current, this port works perfect for me when I hack in ruby by add -pthread in the LDFLAGS and reinstall it. [1] Ok'ed by: kris [1]
* fix pkg-plistedwin2005-01-122-2/+2
|
* forgot to remove pkg-message...maho2005-01-122-82/+0
|
* Update to 1.1.4maho2005-01-1242-1720/+522
| | | | | | Many thanks to: Pavel Janik, Kris Kennaway and SUN Microsystems, Inc (esp. Hamburg team). Additional contributors: daichi, kan, lofi, nork, obrien
* Upgrade to 050110 snapshot.thierry2005-01-122-3/+3
|
* Install doc in the correct place, this should fix the pkg-plist.mezz2005-01-122-11/+13
| | | | Reported by: pointyhat via kris
* Update to the 20050111 version of Wine. Since we now require FreeBSD 5.3gerald2005-01-126-12/+16
| | | | or later, there is no need to explicitly set WITH_GCC.
* - Some very small clean up for portlint.mezz2005-01-122-13/+13
| | | | | | | | | | | | - Add gnometarget. - Add gnomehier to fix the pkg-plist. [1] - GNU_CONFIGURE -> USE_LIBTOOL_VER=15. - Disable install .desktop for KDE menu to fix the pkg-plist. KDE is living in in the ${LOCALBASE}; not in ${X11BASE}. KDE user or KDE maintainer, if you care this then please take care of it as I don't have any KDE install and can't test it. [1] Reported by: pointyhat via kris [1]
* Document HylaFAX authentication bypass vulnerability.nectar2005-01-121-0/+24
|
* - Change order of arguments fed to transcode to work around a transcodelofi2005-01-124-1/+73
| | | | | | | | | | | commandline parsing bug. - Work around imagemagick's identify not recognising the '-ping' switch anymore. PR: ports/75985 Submitted by: Stephan van Maris <svmaris@e-village.nl> Identify bug reported by: h <h@erathia.be>, Stephan van Maris <svmaris@e-village.nl>
* Forced commit to properly reflect changes.edwin2005-01-120-0/+0
| | | | | | | | | | Update games/tornado to fix port problems and move to new release Updating games/tornado to fix port problems, and also to move to current release (1.3) PR: ports/76005 Submitted by: Wade Minter <minter@lunenburg.org>
* - Fix pkg-plistsem2005-01-122-0/+89
| | | | | | - Bump PORTREVISION Reported by: kris via pointyhat
* Document xshisen buffer overflows.naddy2005-01-121-0/+27
|
* - Correct the path of creates a empty lib/pkgconfig -> libdata/pkgconfigmezz2005-01-122-4/+8
| | | | | | | directory. - Add pkgconfig to fix the pkg-plist. Reported by: pointyhat via kris
* Add pkgconfig to fix the pkg-plist.mezz2005-01-121-1/+2
| | | | Reported by: pointyhat via kris
* Fix the pkg-plist.mezz2005-01-122-0/+2
| | | | Reported by: pointyhat via kris
* Buffer overflow fixes from Steve Kemp and Ulf Harnhammar.naddy2005-01-124-4/+50
| | | | Obtained from: Debian
* Fix install target on architectures other than i386.se2005-01-122-1/+3
| | | | | | | There is an old Linux ELF binary of select in the pgms directory of the distribution tar file with no corresponding source file. Most probably time-polling.c should be used to build a binary of select under FreeBSD, but for now select is just removed.
* Update to 0.3.6.adamw2005-01-126-6/+48
|
* Add more MASTER_SITES for redundancy.krion2005-01-122-4/+6
| | | | Portlint(1).
* Update to version 1.01, which fixes a pthread build issue on FreeBSD 4.x.nik2005-01-122-3/+3
|
* Fix plist.thierry2005-01-122-3/+3
| | | | Reported by: Kris / pointyhat.
* Update to 2.0.0r3mat2005-01-123-5/+8
| | | | | PR: 76044 Submitted by: maintainer
* Patch recent xpdf vulnerabilityerwin2005-01-123-0/+28
| | | | | Obtained from: gentoo Prodded by: simon
* Update to 0.25mat2005-01-122-3/+3
|
* Update to 0.9.8.2vs2005-01-123-5/+4
| | | | | PR: ports/75586 Submitted by: maintainer
* - Update to 0.94vs2005-01-122-4/+5
| | | | | | | - Add mirror PR: ports/75757 Submitted by: maintainer
* Update to version 2.0.32.demon2005-01-122-4/+4
|
* Update to 4.2.2vs2005-01-125-26/+26
| | | | | PR: ports/75841 Submitted by: maintainer
* - Add missing man-page, sort alphabeticallyvs2005-01-121-2/+2
| | | | | PR: ports/75820 Submitted by: maintainer
* Add CERT Vulnerability Note reference for tiff issue.nectar2005-01-121-0/+2
|
* . Chase download location.glewis2005-01-121-2/+1
| | | | | PR: 76084 Submitted by: Parv
* Update to 0.4.1.adamw2005-01-116-8/+8
|
* - Update to 0.9.6vs2005-01-115-161/+224
| | | | - Really depend on GNOME2: libglade -> libglade2 (noted by Stephen Lewis)
* Update libgcrypt to 1.2.1. Changes:arved2005-01-1112-15/+22
| | | | | | | | | | | | | | | * made the code try to lock secure memory pool not only when running as root, * fixed type usage in Serpent, * made the code mix the PID into the entropy pool for better protection after a fork, * fixed memory leak in RSA. * fixed alignment problems in Rijndael, * fixed memory leak in gcry_pk_sign(), * fixed broken pointer access in gcry_ac_open(), * updated the documentation, * fixed several other bugs. Chase Shared library version and bump PORTREVISION of affected ports.
* Fix build on 4.X.adamw2005-01-111-0/+18
|
* - Update to 0.1.6vs2005-01-113-7/+5
| | | | | | | - Nuke pkg-plist while here PR: ports/75703 Submitted by: maintainer
* Bump copyright for 2005.nectar2005-01-111-1/+1
|
* IGNORE string should not be quoted.danfe2005-01-111-1/+1
| | | | Part of PR: ports/76095
* o startup script:clement2005-01-118-22/+54
| | | | | | | | | | | | | | - Use apache{2,21}flags variable in apache{2,21}_checkconfig(). It fixes restart when apache2ssl_enable is set to YES in rc.conf and httpd.conf is "old" (i.e. non -DSSL safe) [1] o Makefile - split post-install target to add install-startup-script: User can now upgrade startup script without reinstalling apache2. NOTE: this is NOT package-safe and NOT supported, even if in most of cases they're no risk. Noticed by: many [1]
* - Utilize MASTER_SITE_MYSQL instead of tons urlssem2005-01-112-22/+4
| | | | | PR: ports/76055 Submitted by: maintainer
* - update to autossh-1.2gleeym2005-01-112-3/+3
|
* - Add missing dependency (on libfam)sem2005-01-111-1/+3
| | | | | | PR: ports/76074 Submitted by: maintainer Reported by: kris
* Applied patches to work on 4.x, they should have been included inniels2005-01-115-4/+45
| | | | | | the initial commit. Approved by: nectar (mentor, implicit)
* Update port: devel/pear-XML_RPC to 1.2.0RC2edwin2005-01-112-3/+3
| | | | | | | | + update port: devel/pear-XML_RPC to 1.2.0RC2 + changelog: http://pear.php.net/package/XML_RPC/download/1.2.0RC2/ PR: ports/76093 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
* pear-FSM -> ports/devel/pear-FSMedwin2005-01-111-0/+1
| | | | | | | | cvs commit: Examining modules cvs commit: [10:48:39] waiting for hq's lock in /home/pcvs/CVSROOT cvs commit: [10:49:09] obtained lock in /home/pcvs/CVSROOT cvs commit: Up-to-date check failed for `modules/modules' cvs [commit aborted]: correct above errors first!
* Update port: devel/pear-HTML_Form to 1.1.1edwin2005-01-112-3/+3
| | | | | | | | + update port: devel/pear-HTML_Form to 1.1.1 + changelog: http://pear.php.net/package/HTML_Form/download/1.1.1/ PR: ports/76092 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* Update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1edwin2005-01-113-5/+5
| | | | | | | | + update port: databases/pear-DB_DataObject_FormBuilder to 0.11.1 + changelog: http://pear.php.net/package/DB_DataObject_FormBuilder/download/0.11.1/ PR: ports/76040 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* de-jdictionary-ger-hun --> ports/german/jdictionary-ger-hunhq2005-01-111-0/+1
|
* JDictionary plugin: German-Hungarian dictionaryhq2005-01-114-0/+23
| | | | | | | | | This dictionary is based on the dictionary of Agnes Molnar. WWW: http://jdictionary.info/ PR: 39600 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* New port: devel/pear-FSM PEAR Finite State Machineedwin2005-01-114-0/+32
| | | | | | | | The FSM package provides a simple class that implements a Finite State Machine. PR: ports/76043 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* unicornscan --> ports/security/unicornscanniels2005-01-111-0/+1
|
* New port: unicornscan, a UDP and TCP portscanner that can be usedniels2005-01-1111-0/+335
| | | | | | | | | for information gathering using fingerprinting (p0f based) and banner grabbing techniques. PR: ports/72752 Submitted by: Jon Passki <cykyc(at)yahoo.com> Approved by: nectar (mentor)
* Forced commit to add info missing from last commithq2005-01-110-0/+0
| | | | | PR: 75879 Submitted by: Anton Yudin <toha@toha.org.ua>
* jboss-mailservices --> ports/mail/jboss-mailserviceshq2005-01-111-0/+1
|
* JBossMail was created to enable JBoss to serve as an email server.hq2005-01-114-0/+63
| | | | | | | | | | | | | | | | | | | | | | JBossMail currently consists of: * Core Server - which provides thread pooling, connection handling, and timeout configuration. * POP Protocol Implementation - plugs into the Server MBean to provide a POP implementation. * SMTP Server - plugs into the Server MBean to provide an SMTP protocol implementation. * Mail Listeners - plug into the SMTP server to forward mail to the various backends. Currently the JMSMailListener is provided. It forwards mails to various JBossMQ queues. Message Driven Beans for remote and local delivery are also provided. * Mailbox implementations - provides backends to the mail server. Presently an EJB Entity-based version is provided. * SMTPSender - uses JavaMail to mail messages to remote servers * Test suite - JUnit tests for the various portions of mail services. Includes a few services including mock-jndi. WWW: http://www.jboss.org/products/mailservices
* i2p --> ports/net/i2perwin2005-01-111-0/+1
|
* jboss4 -> java/jboss4hq2005-01-111-0/+1
| | | | | | (missing since repocopy) Reported by: maintainer
* Add missing SUBDIR entry for jboss4hq2005-01-111-0/+1
| | | | Reported by: maintainer
* Update to 4.0.1hq2005-01-114-8/+6
| | | | | | PR: 75851 Submitted by: Anton Yudin <toha@toha.org.ua> Approved by: maintainer
* Fixed overflow (see VuXML) and bumped PORTREVISION.niels2005-01-112-1/+16
| | | | | | | | http://www.vuxml.org/freebsd/877e918e-5362-11d9-96d4-00065be4b5b6.html PR: ports/75231 Submitted by: maintainer Approved by: nectar (mentor)
* Upgrade to version 2.0.30.demon2005-01-113-3/+4
|
* Add missing manpage.demon2005-01-111-1/+2
|
* Update to 0.76.23erwin2005-01-112-3/+3
| | | | Submitted by: Anish Mistry <mistry.7@osu.edu>
* add RUN_DEPENDSoliver2005-01-111-0/+2
|
* upgrade to 0.28ijliao2005-01-112-3/+3
| | | | | PR: 76048 Submitted by: maintainer
* upgrade to 0.54ijliao2005-01-112-3/+3
| | | | | PR: 76047 Submitted by: maintainer
* Update to 0.88.kuriyama2005-01-113-12/+3
|
* Update to 0.20.kuriyama2005-01-112-3/+3
|
* Update to 1.11.kuriyama2005-01-113-9/+4
|
* Update to 1.04.kuriyama2005-01-112-3/+3
|
* Update to 1.65.kuriyama2005-01-112-3/+3
| | | | Submitted by: Corentin Plouet <c.plouet@medria.com>
* -Add a missing dependency. [1]mezz2005-01-117-1/+233
| | | | | | | -Fix the build on FreeBSD 4.x. Reported by: pointyhat via kris [1] Submitted by: hrs and James Earl <james@icionline.ca> (maintainer)
* Update to development version 2.5.28 patch kit mlioux2005-01-114-6/+6
|
* New port i2p version 0.4.2.6: An anonymous networklioux2005-01-1111-0/+397
|
* Mark pdftohtml as vulnerable to recent xpdf vulnerability.simon2005-01-111-1/+5
|
* Update to version 1.3.1 (these files were missing from previous commit).archie2005-01-112-2/+3
|
* Update to use the Digest::MD5 module shipped with perl5.8 rather than thekbyanc2005-01-111-4/+8
| | | | | | | port version if perl 5.8.0 or later is installed. Submitted by: David Lay <dsl (at) webize (dot) com (dot) au> PR: 73222
* - update for slave port, mail/opemwebmail-develleeym2005-01-111-2/+4
| | | | Noticed by: Jin-Shan Tseng <tjs.at.cdpa.nsysu.edu.tw>
* Update to 2.8.marcus2005-01-119-9/+12
| | | | | PR: 76070 Submitted by: maintainer
* Documented two vulnerabilities in the helvis portniels2005-01-111-0/+62
|
* - Update to 2.6.1-rc2sem2005-01-114-6/+6
| | | | | PR: ports/76049 Submitted by: maintainer
* Don't restrict ports depending on py-qt to python 2.3 anymore.lofi2005-01-1111-13/+21
|
* Update to 0.10.2lofi2005-01-112-4/+4
| | | | | PR: ports/76008 Submitted by: Tobias Roth <ports@fsck.ch>
* Fix build with python 2.4lofi2005-01-112-1/+13
| | | | | PR: ports/76009 Submitted by: Tobias Roth <ports@fsck.ch>
* - Update to 5.28.0sem2005-01-112-5/+5
| | | | | PR: ports/76045 Submitted by: maintainer
* - Update to 5.28.0sem2005-01-113-5/+9
| | | | | | | | | | | | * The SMB share enumeration packet was not decoded if the number of available shares was less than announced. The new 210 tool is a Web spider limited to the requested directory. The new 211 tool converts a Web spidered filename to its URL. The new 212 tool indicates where a Web spider stored a URL. Traceroute tools have a new parameter --resolve to resolve hostnames. PR: ports/76042 Submitted by: maintainer
* - Update to 5.28.0sem2005-01-112-5/+5
| | | | | | | | * Module sys/path was rewritten to provide functions that are easier to use. PR: ports/76038 Submitted by: maintainer
* Upgrade to 2.0.5girgen2005-01-114-16/+6
| | | | | | PR: 75351 Submitted by: maintainer Approved by: seanc (mentor)
* - Update to 1.5.0sem2005-01-112-4/+4
| | | | | | | - Pass maintainership to submitter PR: ports/75913 Submitted by: CAMPBELL, Gordon <seawolf(at)marinewolf.net>
* - Update to 0.20sem2005-01-112-3/+3
| | | | | PR: ports/75919 Submitted by: maintainer
* - Update to 20050107sem2005-01-112-3/+3
| | | | | | | * IRC/Vedetar.A PR: ports/75918 Submitted by: maintainer
* - Update to 4.5.3sem2005-01-112-4/+4
| | | | | PR: ports/75917 Submitted by: maintainer
* - Remove an empty filesem2005-01-111-0/+0
|
* - Update to 0.3.0sem2005-01-117-82/+96
| | | | | PR: ports/75987 Submitted by: maintainer
* Removed the insecure elvrec and elvprsv binaries to disable theniels2005-01-115-294/+51
| | | | | | | | temporary file preservation/recovery functionality. http://people.freebsd.org/~niels/ports/korean/helvis/issues.txt Approved by: nectar (mentor), maintainer timeout
* Update to version 1.3.1.archie2005-01-111-2/+2
|
* Add entry for irc/iip update problemlioux2005-01-111-0/+31
|
* o Switch from MASTER_SITE_SOURCEFORGE to MASTER_SITE_SOURCEFORGE_EXTENDEDlioux2005-01-114-4/+55
| | | | | | | | | | | | | | | | o iip network servers have moved. Therefore, point source code defaults at the correct new locations. This can be tweaked at run time by a configuration file o Flag DEPRECATED: 'IIP network has been resurrected but it is no longer stable. It should work but be warned. Use at your own risk!' o Fetch updated node.ref file from MASTER_SITE_LOCAL under lioux. Currently, file date version 20050110 o FILESDIR/wrapper.sh - Better handle node.ref file first creation - Random re-seed at every startup if /dev/urandom is available o Bump PORTREVISION o UPDATING should be checked for installation instructions
* Modify pkg-message on the fly to get proper library version in message.lesi2005-01-112-2/+7
| | | | | | | | | | The version of Xaw3d library depends on version of Xaw library installed by XFree86, XFree86-4-libraries or xorg-libraries. Since Xaw version was bumped with X.Org 6.8.1, bump PORTREVISION of this port to help people updating (XAWVER in bsd.port.mk was already bumped). Prodded by: kris Pointy hat to: lesi
* Add an entry for nautilus-cd-burner, and the cdrtools problem.marcus2005-01-111-0/+15
|
* Nautilus-cd-burner now tries to use UTF-8 encoding when creating ISO images.marcus2005-01-111-1/+2
| | | | | | | | | | | This character set is only available in the cdrtools-cjk slave port, so depend on that now. This is not an ideal solution since users of cdrtools will see an infinite loop when trying to use nautilus-cd-burner, and portupgrade will not handle this transition smoothly. I'll try to see if marius would be willing to install the cdrtools-cjk binaries with a different name so that the two ports will not conflict.
* - Fix overloading objects [1] (bump php4 PORTREVISION)ale2005-01-118-10/+59
| | | | | | | | | | | | - Fix crash with threaded apache2 [2] - Fix build when SSL is in not in base system [3] [4] PR: ports/75737 [1], ports/74780 [2], ports/73896 [3], ports/74886 [4] Submitted by: Toni Viemero <toni.viemero@iki.fi> [1], Peter Jeffery <peterj@qubesoft.com> [2], oliver [3], William Fletcher <ultraviolet@omina.co.za> [4] Patch by: Simon Barner <barner@gmx.de> [4]
* Fixed plist.sumikawa2005-01-111-0/+5
| | | | Noticed by: kris
* upgrade to 0.8.3ijliao2005-01-112-3/+3
|
* - Make it compilable with old gcc [1]ale2005-01-1112-6/+102
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* p5-Net-Blogger --> ports/net/p5-Net-Bloggerijliao2005-01-111-0/+1
|
* add p5-Net-Blogger 0.87ijliao2005-01-115-0/+72
| | | | An OOP-ish interface for accessing a weblog via the XML-RPC API
* - Make it compilable with old gcc [1]ale2005-01-102-0/+14
| | | | | | | - Fix plist PR: ports/76054 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 0.11.18vs2005-01-1030-174/+328
| | | | | PR: ports/75983 Submitted by: maintainer
* openwebmail-devel --> ports/mail/openwebmail-develleeym2005-01-101-0/+1
|
* - add openwebmail-devel, the snapshot version of openwebmailleeym2005-01-103-0/+22
| | | | | | | | | Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. Open WebMail is designed to manage very large mail folder files in a memory efficient way. It also provides a range of features to help users migrate smoothly from Microsoft Outlook to Open WebMail. Suggested by: openwebmail@turtle.ee.ncku.edu.tw, the author of openwebmail
* - Use MASTER_SITES_MYSQLale2005-01-104-28/+207
| | | | | | | | - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Extend allowed linuxthreads shlib versions Submitted by: sobomax [1]
* Mark linux-tiff FORBIDDEN due to several security vulnerabilites.simon2005-01-103-0/+24
| | | | | | With hat: secteam Discussed with: nectar Approved by: erwin (mentor)
* Upgrade 0.6.1 -> 0.6.3nectar2005-01-102-3/+3
| | | | | PR: ports/74113 Submitted by: Petr Holub <hopet@ics.muni.cz>
* Extend allowed linuxthreads shlib versions.ale2005-01-108-16/+16
|
* - remove palm/rapip after repocopysem2005-01-106-485/+1
| | | | | | | - fix misspelling portname in MOVED Submitted by: maintainer Pointyhat to: me
* * Use PLIST_FILES to add libauth_mysql.sojeh2005-01-101-1/+2
| | | | * Bump PORTREVISION
* - Update to 6.4sem2005-01-103-6/+6
| | | | | | PR: ports/76016 Submitted by: self Approved by: tobez (maintainer)
* Move pre-configure in the common part.ale2005-01-108-48/+48
| | | | Spotted by: Maxim Maximov <mcsi@mcsi.pp.ru>
* Conditionally remove include/mysql.ale2005-01-101-1/+1
|
* Correct comment typo.ale2005-01-107-7/+7
| | | | | PR: ports/76050 Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
* Update to 5.0.2 release:ale2005-01-1048-990/+1806
| | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [1] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob Submitted by: sobomax [1]
* Update to 1.14.7.nobutaka2005-01-103-3/+4
|
* Mark as BROKENlth2005-01-101-0/+2
| | | | Reported by: pointyhat via kris
* Fixed missing man pageslth2005-01-101-1/+5
| | | | Reported by: pointyhat via kris
* Forgot to add pkg-message.in...maho2005-01-1012-0/+636
|
* Update to 1.9m71 and unbreakmaho2005-01-10324-6899/+19367
| | | | | | | | | Special thanks to: Pavel Janik, and Kris Kennaway They contributed for in many ways. Additional contributors. thank you very much for all: daichi, Eric Bachard, kan, lofi, Martin Hollmichel, nork, obrien, Sander Vesik, sem, and Stefan Taxhet
* ja-kasumi --> ports/japanese/kasuminobutaka2005-01-101-0/+1
|
* Add kasumi, a dictionary management tool for anthy kana-kanji conversion system.nobutaka2005-01-106-0/+71
|
* Update port: graphics/ayam remove stale dependencyedwin2005-01-107-64/+39
| | | | | | | | Removed stale dependency on devel/log4cpp port. Noticed by: Randolf Schultz rschultz at informatik.uni-rostock.de PR: ports/76001 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
* remove kaffe-develedwin2005-01-101-1/+0
|
* Move java/kaffe-devel to java/kaffeedwin2005-01-1012-232/+74
| | | | | | Remove java/kaffe-devel Submitted by: maintainer (via irc)
* The upgrade of swi-pl requires an update for PyProlog asvs2005-01-102-0/+27
| | | | | | | | well. While PyProlog is not available yet in a new version, this fix bridges that gap. PR: ports/75592 Submitted by: maintainer
* x11/login.app : update and take maintainershipedwin2005-01-1027-248/+180
| | | | | | | | This updates x11/login.app from 2.0.0.a7_1 to 2.1.1 and transmits maintainership from ports@freebsd.org to me. PR: ports/76010 Submitted by: Tobias Roth <ports@fsck.ch>
* net/gkrellmmultiping2 : update and take maintainershipedwin2005-01-105-19/+23
| | | | | | | | | | | This updates net/gkrellmmultiping2 from 2.0.3_3 to 2.0.8 and transmits maintainership from ports@freebsd.org to me. Added files: none Deleted files: pkg-plist PR: ports/76011 Submitted by: Tobias Roth <ports@fsck.ch>
* Update MASTER_SITES, add WWW:-tagvs2005-01-103-6/+8
| | | | | PR: ports/76028 Submitted by: Pedro F. Giffuni
* Update to 1.5.2skv2005-01-1015-30/+35
|
* Unbreak on 4.X by moving "extern C"-includes after C++-includesvs2005-01-104-8/+128
| | | | | PR: ports/75846 Approved by: maintainer
* - update Makefile to avoid updating files in FILESDIR during building port.leeym2005-01-102-11/+2
| | | | | PR: follow-up of 75926 Submitted by: maintainer
* Update to 4.1.8a release [1][2]:ale2005-01-1012-173/+289
| | | | | | | | | | | | - Use MASTER_SITES_MYSQL - Add WITHOUT_INNODB knob [3] - Fix tcp wrappers (hopefully definitely!) - Add WITH_NDB knob PR: ports/75556 [1], ports/75565 [2] Submitted by: Sergey Prikhodko <sergey@network-asp.biz> [1], Marcus Grando <marcus@corp.grupos.com.br> [2], sobomax [3]
* - Update to 2.1.2pav2005-01-104-34/+47
| | | | | PR: ports/75981 Submitted by: Kouichi ABE (WALL) <kouichi@mysticwall.com> (maintainer)
* Disable howl support on Alpha during package building since howl is currentlymarcus2005-01-102-0/+4
| | | | | broken on Alpha. I'm waiting to hear back from the maintainer on a proposed fix.
* - update to 0.9daichi2005-01-103-13/+14
| | | | | | - support to latest gcc34 Submitted by: ozawa@ongs.co.jp
* - Remove un-needed configure optionsahze2005-01-102-4/+2
|
* Remove libmng from LIB_DEPENDS since it doesn't work.ahze2005-01-102-2/+0
|
* - Update to 0.70, now based upon firefox 1.0 codebase.ahze2005-01-1020-808/+278
| | | | Patches & PKG[DE]INSTALL scripts obtained from: www/mozilla or www/firefox
* o Update to development version 2.5.28 patch kit llioux2005-01-104-8/+8
| | | | | o Disable pthread support build: mldonkey becomes unstable and loads the system over 100%
* Register a conflict with x11/zenity.marcus2005-01-102-0/+4
|
* - Update to patchlevel 2pav2005-01-104-13/+43
| | | | | | | - Don't install perl modules in configure phase PR: ports/75856, ports/75965 Submitted by: Ewgenij Gawrilow <gawrilow@math.TU-Berlin.DE> (maintainer)
* Update to 0.8.4-rc5lioux2005-01-104-14/+6
|
* xmlroff --> ports/textproc/xmlroffmezz2005-01-101-0/+1
|
* xmlroff is an XSL formatter written in C that produces PDF and PostScript.mezz2005-01-105-0/+384
| | | | | | | WWW: http://xmlroff.org PR: ports/75972 Submitted by: James Earl <james@icionline.ca>
* Update to 1.6.1.mezz2005-01-103-4/+8
| | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* Update games/scummvm to 0.7.0edwin2005-01-102-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.7.0 (2004-12-24) New Games: - Added 26 Humongous Entertainment titles, only a few are completable. General: - Added support for FLAC (lossless) encoded audio files - Added an 'On Screen Display' to the SDL backend - Partially rewrote the backend API - Comments and the order of section in config files are preserved now - Updated AdvMame scalers based on scale2x 2.0 - AdvMame3x looks nicer now, and AdvMame2x is MMX accelerated - Added MMX i386 assembler versions of the HQ2x and HQ3x scalers - Added 'Extra Path' option allows for a searching an additional datafile location (for reencoded cutscenes and the like) - Disabled Alt-x and Ctrl-z quit keys in favour of Ctrl-q on unix like operating systems, like Linux (exception: Mac OS X still uses Cmd-q) - Separate smaller font for the console, allowing for more visible information, for example in the SCUMM debugger. - Added support for setting output sample rate at run-time, although there is currently no GUI for it. - The save directory now has a default rather than the current directory on some platforms: Mac OS X: $HOME/Documents/ScummVM Savegames/ Other unices: $HOME/.scummvm/ - Added a new about dialog with scrolling credits SCUMM: - Removed the old zak256 target, use zakTowns instead - Added native support for Macintosh versions using a special container file. This removes the need for using the 'RESCUMM' program - Added smooth horizontal scrolling for The Dig, Full Throttle and COMI (matching the original engine) - Partially rewrote the text engine, fixing various bugs, especially in newer games (The Dig, COMI) - Fixed actor drawing glitches in V1 Maniac and Zak - Fixed ship-to-ship graphic glitches in COMI - Fixed palette glitches in COMI Queen: - Fixed some issues with the Dreamcast backend. Sword1: - Added support for compressed speech and music. - Added support for the demo. - Better support for the Czech version. - Added workarounds for script and subtitle bugs in some game versions. Sword2: - Simplified memory/resource management - Simplified sound effects handling - Added support for compressed speech and music. - Fixed various minor bugs. BASS: - Added workarounds for some rare scripting bugs that could render the game unwinnable. PR: Miguel Mendez <flynn@energyhq.es.eu.org> Submitted by: ports/75798
* update games/scummvm-tools to 0.7.0edwin2005-01-103-21/+21
| | | | | | | sync with scummvm PR: ports/75799 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
* Remove gacutil lines in pkg-plist as they are unnecessary for packaging.mezz2005-01-108-124/+4
| | | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp Approved by: maintainer timeout (still no contact for months)
* Remove gacutil lines in pkg-plist as they are unnecessary for packaging.mezz2005-01-106-8/+3
| | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* [Maintainer Update] games/gtetrinet to 0.7.8edwin2005-01-103-5/+8
| | | | | | | update to 0.7.8 PR: ports/75809 Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
* Update to 4.1krion2005-01-104-15/+6
| | | | | PR: ports/76007 Submitted by: maintainer
* Change MASTER_SITES to fix fetch problem.krion2005-01-103-2/+4
| | | | | | | | Added SIZE to distinfo. Change WWW line. PR: ports/76003 Submitted by: maintainer
* Upgrade to 0.5.5.thierry2005-01-104-23/+23
|
* Maintainer Update: correct incomplete games/grhino/pkg-plist and so onedwin2005-01-104-5/+19
| | | | | | | | | | | | | Maintainer Update: correct games/grhino pkg-plist and so on. Please see: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.4-exp.2004122510/grhino-0.12.0_1.log Newfiles: files/patch-po::Makefile.in.in PR: ports/75747 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
* pangoxsl --> ports/x11-toolkits/pangoxslpav2005-01-101-0/+1
|
* Add pangoxsl, a version of the Pango library with a PDF backend forpav2005-01-105-0/+52
| | | | | | | | creating PDF output. This library also implements several of the inline properties defined by XSL that are not currently implemented by Pango. PR: ports/75971 Submitted by: James Earl <james@icionline.ca>
* Update to 1.3.marcus2005-01-103-6/+8
|
* - Update to 4.5.1pav2005-01-1015-275/+350
| | | | | PR: ports/75976 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
* Update to the 20050107 snapshot of GCC 3.4.4.gerald2005-01-102-13/+13
|
* Add a paragraph to ntpd.8 about enabling ntpd in /etc/rc.conf.naddy2005-01-102-3/+25
| | | | | | | Adapted from the equivalent text in the OpenBSD man page which has been removed from the portable version. Requested by: Don Sullivan <sullivan@gaia.arc.nasa.gov>
* readd gqview-devel (1.5.6)oliver2005-01-108-0/+171
|
* Share post-extract target with all three subports.ale2005-01-101-3/+3
| | | | Spotted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org>
* Update to 1.15.1. Notable changes:naddy2005-01-105-3/+47
| | | | | | | - Compressed archives are now recognized automatically. - Numerous bug fixes. Add a target "test" to run the included regression test suite.
* o Cleanup to support DragonFlyBSD. [1]nork2005-01-102-4/+4
| | | | | | | | | o Cosmetic change. o Overhaul acrobat plugin, but not improved:-(. o Add some debug code. I always welcome your fix:-). Inspired from: YONETANI Tomokazu <qhwt+dfly@les.ath.cx> [1] References: http://leaf.dragonflybsd.org/mailarchive/users/2005-01/msg00054.html [1]
* increment PORTREVISIONmharo2005-01-102-0/+2
|
* add RUN_DEPENDSmharo2005-01-101-4/+3
| | | | | PR: 75803 Submitted by: ITO, Takayuki <yuki@euc.jp>
* Add RUN_DEPENDSmharo2005-01-101-0/+1
| | | | | PR: 75803 Submitted by: ITO, Takayuki <yuki@euc.jp>
* use plist substitution for DOCSDIRmharo2005-01-101-1/+1
|
* Upgrade to Analog 6.0mharo2005-01-104-15/+34
|
* Update to the 20050109 snapshot of GCC 4.0.0.gerald2005-01-1020-130/+130
|
* Improve IGNORE message.gerald2005-01-104-4/+4
|
* netio --> ports/benchmarks/netioarved2005-01-101-0/+1
|
* Update to 0.8.7.kwm2005-01-1010-154/+146
| | | | | | | Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.7.html Chase polypaudio lib bump. Approved by: maintainer (implicit)
* Add netio, a simple network benchmarkarved2005-01-104-0/+42
|
* Update to 3.6.2arved2005-01-103-5/+6
| | | | | PR: 75868 Submitted by: Robert C. Noland III <rnoland@2hip.net>
* update to 1.0.0.20041224oliver2005-01-102-5/+4
| | | | | PR: ports/75696 Submitted by: maintainer
* Add CVE names for exim issue.nectar2005-01-101-0/+3
|
* fix plist, clean up some empty dirs.kwm2005-01-102-0/+6
| | | | Submitted by: pointyhat via kris
* Update to 0.2.0.nobutaka2005-01-102-4/+3
|
* Fix plistkwm2005-01-102-0/+2
| | | | Submitted by: poinyhat via kris
* This port actually builds on FreeBSD 4.x, it just does not work. Mark itgerald2005-01-102-2/+2
| | | | | | IGNORE instead of BROKEN. Suggested by: kris
* Let skype know where the resources are located:netchild2005-01-1010-50/+70
| | | | | - allows to use the sound files - enables the use of skype in your locale (if an translation is available)
* dcfldd --> ports/sysutils/dcflddnobutaka2005-01-101-0/+1
|
* Add dcfldd, an enhanced dd tool with MD5 hashing capability.nobutaka2005-01-1010-0/+132
|
* Update to 1.0.10arved2005-01-102-3/+3
| | | | | | | | | Changes: Apache's DOCUMENT_ROOT variable now gets the right value from mod_vhs, Webmaster email is now set from the database, and the pathinfo is now set. PR: 75988 Submitted by: Xavier Beaudouin <kiwi@oav.net>
* Update distinfo after last updatearved2005-01-102-4/+4
| | | | | | PR: 75996 Submitted by: Darrien <darrien.l@gmail.com> Forgotten by: lioux
* Update to version 0.7.kwm2005-01-1012-177/+83
|
* Remove obsolete patch.lofi2005-01-101-15/+0
| | | | Noticed by: YONETANI Tomokazu <qhwt+fbsd@les.ath.cx>
* Unbreak:arved2005-01-102-5/+11
| | | | | | | The SDL_LIBS was missing, which included the critical -pthread switch. PR: 75984 Submitted by: Ulrich Spoerlein <q@uni.de>
* libmms -> ports/net/libmmskwm2005-01-102-0/+2
|
* LibMMS aims to be common mms:// and mmsh:// (Microsoft streaming protocols)kwm2005-01-104-0/+40
| | | | parsing library, licensed on LGPL
* Update to development version 2.5.28 patch kit klioux2005-01-104-6/+6
|
* Use a wildcard %%AUTOCONF%% that is replaceable from within thelioux2005-01-102-2/+2
| | | | ports' Makefile instead of hardcoding the autoconf version
* Fix build on 5.xarved2005-01-102-7/+24
| | | | | PR: 75769 Submitted by: Frerich Raabe <frerich@athame.co.uk>
* After following repocopylioux2005-01-101-0/+1
| | | | | | | | | | | ports/net/mldonkey-gui -> ports/net/mldonkey-gui-devel add module mldonkey-gui-devel -> ports/net/mldonkey-gui-devel PR: 75664 Repo copied by: marcus (portmgr)
* Fix build after one of the recent pthread-changesarved2005-01-101-2/+3
| | | | | PR: 75974 Reported by: Siegbert Baude <siegbert.baude@gmx.de>
* After following repo copylioux2005-01-101-0/+1
| | | | | | | | | | | | | ports/net/mldonkey-gui -> ports/net/mldonkey-gui-devel connect ports/net/mldonkey-gui-devel to build PR: 75664 Repo copied by: marcus (portmgr)
* Update references from net/mldonkey to net/mldonkey-devel afterlioux2005-01-102-2/+2
| | | | | | | repo copy from net/mldonkey-core PR: 75664 Repo copied by: marcus (portmgr)
* Fix build on amd64 by using -fPIC to build the applet.arved2005-01-101-0/+4
| | | | | PR: 75982 Reported by: Heiner Eichmann <h.eichmann@gmx.de>
* update to 0.7.1daichi2005-01-104-2857/+5
| | | | Submitted by: ozawa@ongs.co.jp
* Update to 2.7.4arved2005-01-103-56/+11
| | | | | PR: 75765 Submitted by: Simon Barner <barner@gmx.de>
* Update to 0.7.1arved2005-01-095-28/+30
| | | | | PR: 75749 Submitted by: Simon Barner <barner@gmx.de>
* - Update to 2.1.0sem2005-01-099-18/+66
| | | | | PR: ports/75994 Submitted by: maintainer
* Fix plist when installing WITHOUT_LDAP.girgen2005-01-092-1/+3
| | | | | PR: ports/75857 Approved by: ade, marcus
* o support for latest gcc34daichi2005-01-093-14/+269
| | | | | | o not depend on lang/boehm-gc port Submitted by: ozawa@ongs.co.jp