summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tabify. Use bsd.java.mk 2.0 syntax.Bruce M Simpson2005-04-251-6/+7
| | | | PR: ports/80226, ports/80247
* Fix install (do not create a file in /, use WRKDIR instead).Bruce M Simpson2005-04-251-3/+2
| | | | Submitted by: Andreas Kohn
* - Fixed linking againt -pthread and -lc_rYen-Ming Lee2005-04-252-0/+15
| | | | | PR: 80307 Submitted by: Alexander Timoshenko <alexander.timoshenko@gmail.com> (maintainer)
* - Back out unicode patches, they broke a lot of basic functionality, likePav Lucistnik2005-04-255-217/+3
| | | | | | username and password presets Reported by: several
* - Fix wrong var name LIST_SUB -> PLIST_SUBYen-Ming Lee2005-04-251-1/+1
| | | | | PR: 80326 Submitted by: Renato Botelho <freebsd@galle.com.br>
* Update to 8088Volker Stolz2005-04-254-25/+7
| | | | | PR: ports/80316 Submitted by: maintainer
* Update to 0.5.0.2Kirill Ponomarev2005-04-252-3/+3
|
* Make sure zaptel module loaded first and unloaded last, since all otherMaxim Sobolev2005-04-252-2/+3
| | | | | | modules depend on it. Bump PORTREVISION. Submitted by: Ryan J. Taylor <rj@rjt.org>
* [NEW PORT] net/apollon: KDE client for giFT daemonEdwin Groothuis2005-04-255-0/+120
| | | | | | | | | | | Apollon is a Peer-to-Peer File-Sharing Program, which uses the giFT core to connect to various networks, including OpenFT, Gnutella, FastTrack WWW: http://apollon.sourceforge.net PR: ports/75675 Submitted by: Alex Varju <freebsd-ports@varju.ca>
* Remove PKG_CONFIG hint for ./configure which is not need any longer.Alexander Nedotsukov2005-04-251-2/+1
|
* - Update to 0.9Pav Lucistnik2005-04-2413-314/+348
| | | | | | PR: ports/80252 Submitted by: Lars Eggert <lars.eggert@gmx.net>, this patch by Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer)
* Update to 0.12.1.Joe Marcus Clarke2005-04-242-4/+3
|
* Don't use autoconf213.Tilman Keskinoz2005-04-242-14/+0
| | | | It looks like the configure-path is no longer necessary
* Fix package building.Roman Bogorodskiy2005-04-241-1/+1
| | | | | Reported by: pointyhat via kris Pointyhat to: novel
* Update to 2.5.30.9Mario Sergio Fujikawa Ferreira2005-04-243-13/+13
|
* - update to 3.3.4Roman Bogorodskiy2005-04-233-24/+20
| | | | | | | - pass maintainership to submitter PR: 80144 Submitted by: Renato Botelho <freebsd@galle.com.br>
* Update to 2005.04.23.Norikatsu Shigemura2005-04-232-3/+4
|
* Unbreak on 4.x by using the port's included wide character functions.Sam Lawrance2005-04-232-2/+16
| | | | | | PR: ports/80230 Submitted by: Jason Stone <jason-fbsd-ports-gale@shalott.net> (maintainer) Approved by: clement (mentor)
* - Update to 1.0.0.20.Alexander Leidinger2005-04-224-10/+12
| | | | - Update the "bad soundcards" listing.
* - Update to 20050420Jean-Yves Lefort2005-04-223-8/+44
| | | | | | | | - Cleanup the Makefile PR: ports/80243 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) Approved by: adamw (mentor)
* o Add patches to improve OSS chanel driver.Maxim Sobolev2005-04-2214-21/+8204
| | | | | | Submited by: luigi o add mpg123 into runtime dependencies list.
* Fix building on 64-bit platforms.Hartmut Brandt2005-04-222-7/+3
|
* Update to 2005.04.22.Norikatsu Shigemura2005-04-222-3/+3
|
* - Turn off ADS in samba-libsmbclient when PACKAGE_BUILDING. Proper fix willPav Lucistnik2005-04-222-2/+2
| | | | | | be conjured by maintainer later. Reported by: krismail
* Use libgtop again (by default, 0.12 uses Linux's /proc).Jean-Yves Lefort2005-04-222-3/+19
| | | | | Reported by: Peter Thoenen <eol1@yahoo.com> Approved by: adamw (mentor)
* Correct a number of ports that anger the tempermental Make SpiritsAdam Weinberger2005-04-221-1/+1
| | | | | | | | by using C comments instead of make(1) constructs. And as long as I'm here, fix a command misspelling in vm-pop3d. As prompted by: kris
* Make kdrc work with the rdesktop version in ports.Michael Nottebrock2005-04-214-0/+26
| | | | Submitted by: Rusty Nejdl <rnejdl@ringofsaturn.com>
* o Update to 2.5.30.7Mario Sergio Fujikawa Ferreira2005-04-212-5/+4
| | | | | o Re-enable pthreads support which seems to be working just fine in this version
* Drop maintership.Kirill Ponomarev2005-04-217-7/+7
|
* - Really apply PR [1], last commit only did a PORTREVISION bumpMario Sergio Fujikawa Ferreira2005-04-212-5/+6
| | | | | | | | | o Update to Freenet Stable build 5102 released 20050420 snapshot o Bump PORTREVISION since build version did not change o Add an extra entry to MASTER_SITES [1] PR: 79882 [1] Submitted by: Francis Gudin <fgudin@nerim.net> [1]
* Update to 2005.04.20.Norikatsu Shigemura2005-04-212-4/+4
|
* define USE_GETUSERSHELL not GETUSERSHELL - with getusershell() rpc.pcnfsd willOliver Lehmann2005-04-212-1/+2
| | | | | | | | | | use getusershell() to determine if the usershell is a valid shell or not. Without USE_GETUSERSHELL defined, rpc.pcnfsd will only check if the usershell ends in sh - which is bad when you want to enable an /sbin/nologin user to mount nfs shares. Bump PORTREVISION Noticed by: playing with NFS on MS-DOS 6.22 (yihaa)
* - Update net/gale to 0.99fruit, unbreak on 5.xSam Lawrance2005-04-217-153/+21
| | | | | | | | | - Pass maintainership to submitter PR: ports/79213 Submitted by: Jason Stone <jason-fbsd-ports-gale@shalott.net> Approved by: clement (mentor) Peter Haight <peterh@sapros.com> (maintainer)
* - Fix build on RELENG_5.Florent Thoumie2005-04-211-0/+11
| | | | Reported by: krismail, Thomas Kempka <t.kempka@web.de>
* - Update to 1.0.0301 (20050312)Pav Lucistnik2005-04-217-49/+10
| | | | | PR: ports/79889 Submitted by: Quinton Dolan <q@onthenet.com.au> (maintainer)
* Fix blunder in previous commit *blush*Volker Stolz2005-04-211-1/+1
| | | | Pointy hat: mĂȘ
* - Fix removing logic for user config [1]Sergey Matveychuk2005-04-214-22/+21
| | | | | | | | | | - Remove useless empty dirs - Fix package - Makefile refactoring - Utilize SUB_FILES magic - Update pkg-message Reported by: kris (via pointyhat) [1]
* Update to 0.12Alexander Nedotsukov2005-04-215-41/+44
|
* Update to 0.5.0.7Mario Sergio Fujikawa Ferreira2005-04-212-3/+3
|
* Update to 1.54Kirill Ponomarev2005-04-202-3/+3
|
* Fix this the right way: Depend on pyuic in PATCH_DEPENDS (I think I'veMichael Nottebrock2005-04-201-0/+1
| | | | | | never used that before :-). Suggested by: Heiner Eichmann <h.eichmann@gmx.de>
* - Update to 0.3.2Pav Lucistnik2005-04-205-16/+30
| | | | | | | - Mark BROKEN on 4.x PR: ports/80078 Submitted by: hamigua <hamigua@cuc.cn> (maintainer)
* - Grab the portSergey Matveychuk2005-04-206-22/+66
| | | | | | | | | | - Apply all vendor's patches - Remove redundant macro in Makefile - Add www as second category - Fix log file owner - Don't destroy user config on updating Approved by: maintainer (silence for 2+ monthes, no submits for 6 monthes)
* Add mlink for slapd-hdb.5Sergey Skvortsov2005-04-201-0/+2
| | | | | Pointed by: pointyhat (kris) Approved by: kris
* List missing locale (again)Volker Stolz2005-04-201-1/+1
| | | | Noticed by: cluster
* Unbreak: Use PORTDOCS=*Volker Stolz2005-04-201-16/+1
|
* - Add unicode support (this is already in rdesktop CVS tree, so this willFlorent Thoumie2005-04-205-3/+217
| | | | | | | | be removed when rdesktop will release 1.4.1). PR: ports/78710 Submitted by: Alex Miller <asm@asm.kiev.ua> Obtained from: rdesktop project
* Update amd64 version to a new precompiled binary containing the recentKris Kennaway2005-04-202-18/+18
| | | | | | fix. This unbreaks the port on amd64. Submitted by: bz
* - USE_RC_SUBR automagically installs startup script and adds it to PLIST --Max Khon2005-04-1914-28/+7
| | | | | | | remove some junk left from previous commit. - Bump PORTREVISION Approved by: MAINTAINER
* + update port: net/pear-Net_UserAgent_Detect to 2.1.0Roman Bogorodskiy2005-04-192-14/+14
| | | | | | | | | + changelog: http://pear.php.net/package/Net_UserAgent_Detect/download/2.1.0/ + fix CATEGORY + remove PHP version dependency check PR: 80080 Submitted by: Antonio Carlos Venancio Junior (maintainer)