summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* update to 0.13.2oliver2005-07-034-142/+468
| | | | | | PR: ports/82331 Submitted by: Tijl Coosemans <tijl@ulyssis.org> Approved by: maintainer timeout (2 weeks)
* - update to 0.63novel2005-07-032-8/+11
| | | | | | | - add two new dependencies PR: 82914 Submitted by: Rong-En Fan (maintainer)
* - Update plist for dbus 0.34. [1]mezz2005-07-032-6/+6
| | | | | | | | - Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. Reported by: marcus [1]
* Remove the kqueue watch from the mainloop before unref'ing it. Thismarcus2005-07-032-10/+13
| | | | eliminates one needless kevent system call.
* Remove a leftover directory.marcus2005-07-032-1/+2
| | | | Reported by: pointyhat via kris
* Be sure to unref the kqueue watch along with marking the kqueue filemarcus2005-07-032-5/+14
| | | | descriptor as invalid.
* Fix a mismerge in the last OPTIONS patch. I forgot a line, but perl -cwmarcus2005-07-032-1/+3
| | | | | didn't catch the missing ';'. This should fix the erroneous messages about OPTIONS misuse.
* Update lang/otcl from 1.8 to 1.9 and devel/tclcl from 1.15 to 1.16.mi2005-07-036-43/+15
| | | | | | | | Add a patch to the latter to use Tcl-8.4.10's http2.5 instead of http2.4, which came with earlier Tcl; correct the patch-aa to use Tcl-8.4 (like the rest of the port) instead 8.3 in otcldoc. Submitted by: pointyhat (the http2.4 vs. http2.5 discrepancy)
* Update to 2.7.2.marcus2005-07-022-25/+35
| | | | | | | | | | * Add '+' to the list of valid characters for file names in the warning message. * Check to make sure OPTIONS is specified before bsd.port.pre.mk (only if OPTIONS is actually defined). [1] PR: 82316 [1] Submitted by: sem [1]
* Reverse the logic used for kevent. Set timeout to NULL when setting the event,marcus2005-07-021-4/+4
| | | | and timeout to the zero timespec when reading the event.
* Fix a CPU hog problem with dbus running in fork mode. Kqueue is not sharedmarcus2005-07-022-5/+16
| | | | | | | | | across fork(), and thus the file descriptor kevent was trying to read from was actually pointign to /dev/null. This caused dbus to eat up 100% of the CPU. Of course, tests with --nofork worked just fine. The new approach will detect if the kqueue has been closed, a reopen it after the fork.
* Add the license file to plist.thierry2005-07-021-1/+3
| | | | Reported by: Kris via pointyhat.
* Bump port revision for the fixed PLIST.joerg2005-07-021-0/+1
|
* Forgot to fix the plist after the recent upgrade to 2.16.joerg2005-07-021-0/+2
|
* Ensure that libgnomedb support is enabled.marcus2005-07-021-0/+2
| | | | Reported by: Oliver <oliver303@aon.at>
* Fix the build on 4.X.marcus2005-07-022-0/+60
| | | | Reported by: pointyhat via kris
* - Add missing devel/p5-Class-ISA dependency [1]jylefort2005-07-012-0/+3
| | | | | | | | - Fix packing list [1] PR: ports/82877 Submitted by: maintainer
* - Fix typo in pkg-descr.flz2005-07-011-1/+1
| | | | | | PR: ports/82835 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: maintainer
* Remove obsolete patch now that we don't build the included libltdl anymorevs2005-07-011-11/+0
|
* - Sanitize CFLAGS using WITHOUT_CPU_CFLAGS.flz2005-07-011-1/+2
| | | | | Reported by: Martin Cracauer <cracauer@cons.org> Fix by: kris
* Sync with dbus-0.34.marcus2005-07-011-4/+28
|
* * Update to 0.34marcus2005-07-0110-43/+238
| | | | * Add kqueue support so to dynamically re-read new configuration files
* Update to binutils-2.16.joerg2005-06-308-277/+149
| | | | | A number of our old patches have been integrated into the mainline now, so they can be removed.
* - Fix behavior on latest CURRENT.flz2005-06-303-2/+3
| | | | | | | - Remove hard-coded prefix in pkg-install. PR: ports/82333 Submitted by: maintainer
* - Add WITHOUT_THREADS knob.flz2005-06-302-0/+12
| | | | | PR: ports/82818 Submitted by: Gunter Wambaugh <gunter@thewambaughs.net>
* Update to 0.23.novel2005-06-302-3/+3
| | | | | PR: 82832 Submitted by: Aaron Dalton (maintainer)
* Don't link statically to home-grown libltdlvs2005-06-302-3/+22
|
* - Update to 1.3.25.simon2005-06-2910-532/+668
| | | | | | | | - Assign maintainership to submitter. PR: ports/82240 Submitted by: Soeren Straarup <xride@x12.dk> Approved by: maintainer timeout
* Add p5-Algorithm-LUHN.jylefort2005-06-295-0/+42
| | | | | | | | | | | | | | This module calculates the Modulus 10 Double Add Double checksum, also known as the LUHN Formula. This algorithm is used to verify credit card numbers and Standard & Poor's security identifiers such as CUSIP and CSIN. You can find plenty of information about the algorithm by searching the web for "modulus 10 double add double". WWW: http://search.cpan.org/dist/Algorithm-LUHN/ PR: ports/82650 Submitted by: Aaron Dalton <aaron@daltons.ca>
* Update to 1.1a, which contains a workaround for a kqueue-related crash.jylefort2005-06-292-4/+3
| | | | | | PR: ports/82392, ports/82426 Submitted by: bogus addresses Approved by: maintainer timeout (10 days)
* Make fetchable again with --no-check-certificate.thierry2005-06-291-0/+1
| | | | Reported by: Kris via pointyhat
* Update to 0.22jylefort2005-06-292-3/+3
| | | | | PR: ports/82783 Submitted by: maintainer
* Add arm support.nobutaka2005-06-292-7/+38
| | | | Submitted by: cognet
* Mark broken for PERL_LEVEL < 500703 (ie 4.x), as it requireslawrance2005-06-291-1/+7
| | | | | | | | Tie::File 0.97 or later (only 0.96 is available separately). PR: ports/82775 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer) Reported by: kris
* Add INSTALLS_SHLIB=yesjylefort2005-06-291-0/+2
| | | | Approved by: maintainer timeout (11 days)
* Add minimal patch to make libusb build with plain gcc on 4.x again.vs2005-06-294-16/+31
| | | | | | | | This also allows us to return to standard libtool-handling. PR: ports/80169 Submitted by: Helge Oldach Approved by: maintainer timeout
* Add patch to fix build on 6lawrance2005-06-291-0/+12
| | | | | PR: ports/82742 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update to 1.2.2.novel2005-06-292-3/+3
| | | | | PR: 82760 Submitted by: Ben Woolley (maintainer)
* Update to 1.1mat2005-06-283-3/+4
|
* Add p5-Data-Taxonomy-Tags.jylefort2005-06-285-0/+39
| | | | | | | | | | | | Data::Taxonomy::Tags will basically take care of easily managing tags for an item. You provide it with a string of tags and it will allow you to call methods to get all the tags and categories as well as add and delete tags from the list. WWW: http://search.cpan.org/dist/Data-Taxonomy-Tags/ PR: ports/82669 Submitted by: Aaron Dalton <aaron@daltons.ca>
* Update to 2.10.1.marcus2005-06-287-71/+96
| | | | | PR: 82446 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Update to 2.10.1.marcus2005-06-286-61/+123
| | | | | PR: 82444 Submitted by: Panagiotis Astithas <past@ebs.gr>
* Add google-sparsehash.jylefort2005-06-285-0/+73
| | | | | | | | | | | | An extremely memory-efficient hash_map implementation. 2 bits/entry overhead! The Google SparseHash project contains several hash-map implementations in use at Google, with different performance characteristics, including an implementation that optimizes for space and one that optimizes for speed. WWW: http://goog-sparsehash.sf.net PR: ports/82696 Submitted by: Vasil Dimov <vd@datamax.bg>
* Update to 5.7jylefort2005-06-275-40/+20
| | | | | PR: ports/82672 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 6.5.nobutaka2005-06-264-14/+14
| | | | Submitted by: lioux
* Update to KDE 3.4.1lofi2005-06-267-5/+39
|
* Update to 1.3.3.netchild2005-06-253-3/+10
| | | | Prodded by: jkoshy
* Update to 1.4.1.novel2005-06-252-43/+74
| | | | | PR: 82525 Submitted by: Antonio Carlos Venancio Junior (maintainer)
* Use DOCSDIR.mezz2005-06-242-28/+28
| | | | | PR: ports/82613 Submitted by: Vasil Dimov <vd@datamax.bg>
* Update to 1.3.12lawrance2005-06-244-20/+20
| | | | | PR: ports/82565 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
OpenPOWER on IntegriCloud