aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/microdc2/files
Commit message (Collapse)AuthorAgeFilesLines
* - Do not build local libbzip2.a, link to the one from the basedanfe2014-03-072-0/+59
| | | | | - Convert libxml2-related REINPLACE_CMD to patch due to the above - Augment port description text
* Resurrect net-p2p/microdc2 and unbreak the build: in the configure script,danfe2014-03-072-0/+22
| | | | | | | | libxml2 versions were compared algebraically (-ge), which made our current version 280 appear smaller than checked-against 2616. It was fixed once, by mezz@ in r225813, but not in a very good way (only for libxml 2.7). While here, cleanup and stagify the port.
* Remove expired ports:rene2014-02-283-38/+0
| | | | | | | | | | | | | | | | | | | 2014-02-26 www/trac-hierwiki: Runtime is broken, doesn't support Trac>0.11 2014-02-27 net-p2p/microdc2: Broken for more than 6 month 2014-02-27 www/openvrml: Broken for more than 6 month 2014-02-27 science/peekabot: Broken for more than 6 month 2014-02-27 misc/xbiso: Broken for more than 6 month 2014-02-27 net/hornetq: Broken for more than 6 month 2014-02-27 sysutils/slmon: Broken for more than 6 month 2014-02-27 www/trac-revtree: Broken for more than 6 months 2014-02-27 security/crack: Broken for more than 6 month 2014-02-27 sysutils/graphicboot: Broken for more then 6 month 2014-02-27 graphics/kgraphviewer: Broken for more than 6 month 2014-02-27 sysutils/ckl: Broken for more than 6 month 2014-02-27 japanese/trac: Broken for more than 6 month 2014-02-27 lang/opa: Broken for more than 6 month 2014-02-27 sysutils/mmore: Broken for more than 6 month 2014-02-27 www/trac-announcer: Broken for more than 6 month
* Fix the build w/ libxml2 2.7.x.mezz2009-01-121-0/+16
| | | | | Obtained from: pkgsrc Reported by: pointyhat via pav
* Fix build with BSD ar(1).rafan2008-03-151-0/+11
| | | | | | | | | | | | Makefile of microdc2 mistakenly pass arguments which is intended for ld(1) to ar(1). GNU ar(1) treats those wrong args as filenames and issue a warning since "file" not exist, while BSD ar(1) treats them as invalid options and exits with error. PR: ports/121163 Reported by: erwin Submitted by: kaiw@ Approved by: maintainer timeout (16 days)
* microdc is a command-line based Direct Connect client that uses themiwi2006-12-041-0/+11
GNU Readline library for user interaction. It was developed from ground up and does not depend on any other program. Despite the command-line user interface, microdc was designed to be user friendly and simple to use. WWW: http://corsair626.no-ip.org/microdc/ PR: ports/106207 Submitted by: Pankov Pavel <pankov_p at mail.ru>