summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* quick-lounge-applet --> ports/misc/quick-lounge-appletmarcus2003-03-011-0/+1
|
* Add quick-lounge-applet, a GNOME 2 panel applet that lets you organize yourmarcus2003-03-016-0/+69
| | | | applications in one place.
* Makefile was borked in previous commit, spaces instead of tab.obraun2003-03-011-2/+2
|
* * Upgrade to 2.0.1.obraun2003-03-0111-45/+97
| | | | | | | * Fix the certificate making. PR: ports/48671 Submitted by: maintainer
* De-uglify the locale installation (somewhat).adamw2003-03-011-27/+5
| | | | Reviewed by: marcus
* gnotime --> ports/deskutils/gnotimemarcus2003-03-011-0/+1
|
* Add gnotime, a time tracking application for the GNOME 2 desktop.marcus2003-03-015-0/+152
| | | | | PR: 48801 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* rubrica --> ports/deskutils/rubricamarcus2003-03-011-0/+1
|
* Add rubrica, an addressbook for the GNOME 2 desktop.marcus2003-03-018-0/+247
| | | | | PR: 48768 Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* update databases/p5-ResourcePool-DBI to 1.0100leeym2003-03-013-3/+13
| | | | | | | | | | | Vendor update to 1.0100: * The three commands Execute, Select and SelectRow have been added. This release is a preview, the features are not yet fully implemented and might therefore not sufficient for you needs right now. PR: 48770 Submitted by: Erwin Lansing <erwin@lansing.dk>
* update devel/p5-ResourcePool to 1.0100leeym2003-03-013-6/+19
| | | | | PR: 48769 Submitted by: Erwin Lansing <erwin@lansing.dk>
* Update to 2.1.0.marcus2003-03-015-18/+96
| | | | Approved by: maintainer
* Bump version to fix INDEX build, but leave it brokendougb2003-03-011-2/+2
|
* * Set LC_ALL to C in MAKE_ENV to avoid creating non-well-formed XMLmarcus2003-03-012-1/+13
| | | | | | | * Allow CJK users to use fixed-width TrueType fonts [1] Submitted by: perky Obtained from: fontconfig CVS [1]
* Update port www/p5-CGI-SpeedyCGI to version 2.21leeym2003-03-013-2/+67
| | | | | | | | disable installing mod_speedycgi. PR: 46723 Submitted by: Lars Thegler <lars@thegler.dk> Reviewed by: petef, tobez
* Add a patch which fix build error on 4-STABLE with Winbind.nork2003-03-011-0/+12
| | | | Pointy hat to: nork( myself)
* Use a better fix for the gcc-2.95.x variable initialization problem.marcus2003-03-014-18/+154
| | | | Obtained from: gnomesword CVS
* Update to 0.47.naddy2003-03-013-2/+4
| | | | | PR: 48783 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Remove all remaining references to Listar, as www.listar.org has beendes2003-02-283-7/+7
| | | | snapped up by a domain shark. No functional changes.
* Use pre-everything:: instead of pre-everything: to avoid conflict withkris2003-02-2863-63/+63
| | | | targets in bsd.port.mk
* * Update to 0.7.8 which fixes build with GtkHTML-1.1marcus2003-02-2812-38/+168
| | | | | * Set maintainer to ports@ since the previous maintainer is no longer maintaining this port
* Use pre-everything: instead of pre-everything:: to avoid errors fromkris2003-02-281-1/+1
| | | | duplicate targets in bsd.port.mk
* Add commit attributes if setpeter2003-02-281-0/+4
|
* Upgrade to 1.0.0.s20030227.obraun2003-02-283-2/+5
| | | | | PR: ports/48787 Submitted by: maintainer
* After nudging from the current maintainer, take over maintainership.jhay2003-02-285-14/+340
| | | | | | De pkg-comment. Update to ver. 2.5.a5. Add FreeBSD support for the USB IR Lego Tower.
* Update for post-repo-split. s/ncvs/pcvs/ so that the default root ispeter2003-02-282-5/+5
| | | | pcvs.freebsd.org:/home/pcvs
* Null commit; Ensure commit messages are working as expected.peter2003-02-280-0/+0
|
* Final sync.peter2003-02-281-0/+3
|
* de-pkg-commentglewis2003-02-288-4/+4
|
* 1. Bump PORTREVISION for this and previous changes.glewis2003-02-288-4/+364
| | | | | | | | | | | 2. Enable compiling the HotSpot JVM. This is experimental and there are a number of caveats with its use that are reported by the port. The flag to enable this is WITH_HOTSPOT. 3. Try to pick some OSVERSION settings appropriate for the current native threads implementation. PR: 47397 (2) Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp> (2)
* Re-register as a ports committer.trevor2003-02-281-0/+1
| | | | Approved by: asami
* . Updated version of native threads for FreeBSD. This uses recentlyglewis2003-02-284-0/+2904
| | | | | | | | | | | | committed enhancements to libc_r and is only suitable for very recent versions of FreeBSD. The big benefit is that it removes almost all the previous grovelling about in the pthreads internals. The change only comes into effect when WITH_NATIVE_THREADS is set. A separate Makefile commit will attempt to enforce appropriate OSVERSION settings for using it. Submitted by: fjoe
* Bump PORTREVISION by updating japanese/eb.nork2003-02-286-8/+12
|
* Update to 3.3+2(patches), and include a temporary patch (3.3.1 releasenork2003-02-288-24/+124
| | | | | | candidate, but not tested). Approved by: maintainer timeout (1week)
* . Rename our internal gethostby{name,addr}_r functions to avoid collisions.glewis2003-02-284-0/+456
| | | | | | | | | | | | | Currently gethostbyaddr_r collides with the implementation (in libc!) for FreeBSD 5.x which both uses a different prototype (as per the Linux version) and is marked temporary and not thread safe. Also, limit the scope of these internal implementations to this file. This fixes crashes in networked applications for FreeBSD 5.x. Some tweaks (making the functions static, naming, BSD ifdefs) by me. Submitted by: "Georg-W. Koltermann" <g.w.k@web.de>
* Forced commit to note that this change was also (independently):glewis2003-02-280-0/+0
| | | | Submitted by: "Georg-W. Koltermann" <g.w.k@web.de>
* Update to 4.5.nork2003-02-284-15/+28
| | | | | PR: ports/48788 Submitted by: mitsuru@riken.go.jp (maintainer)
* . Respect LOCALBASE in the DEVTOOLS_PATH setting.glewis2003-02-284-0/+36
| | | | | PR: 47668 Submitted by: Mike Meyer <mwm-dated-1044336154.329122@mired.org>
* . Add missing include of <sys/time.h>, needed by <sys/resource.h> forglewis2003-02-284-0/+48
| | | | | | FreeBSD 5.x. This fixes native threads compilation on FreeBSD 5.x. Submitted by: Munehiro Matsuda <haro@h4.dion.ne.jp>
* Add missed patch.sobomax2003-02-282-0/+28
|
* Correct location where sound files are looked for.sobomax2003-02-282-2/+48
|
* . Be consistent about our compiler settings. Using gcc32 here was bothglewis2003-02-284-0/+52
| | | | | inconsistent with the rest of the code and only relevant on 4.x (since 5.x has gcc 3.2.x as its default compiler).
* upgrade to 1.5ijliao2003-02-286-14/+14
|
* Update to current-snap-20030224yoichi2003-02-284-4/+4
|
* Add a port of Meta-CVS, a more capable version control system than CVS,glewis2003-02-289-0/+218
| | | | | | | built around CVS. PR: 48258 Submitted by: Johannes Groedem <johs@copyleft.no>
* Add missing plist entries and don't install useless .la files.kuriyama2003-02-283-8/+23
| | | | Submitted by: naddy
* Update to 0.10.0.sobomax2003-02-2836-454/+386
|
* Update to 2.20.naddy2003-02-282-2/+2
| | | | | PR: 48782 Submitted by: Michael L.Hostbaek <mich@freebsdcluster.org>
* Add p5-Sledge-Plugin-XSLT, a Sledge plug-in that adds XSLT::Dispatch::Configknu2003-02-285-0/+42
| | | | on.
* Updated to 0.03skv2003-02-285-12/+13
|
OpenPOWER on IntegriCloud