summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.5.4.Norikatsu Shigemura2005-11-0311-30/+4219
| | | | | | | | | | o Add expremental T-Code/TUT-Code support. [1] Mentored by: Makoto Fujiwara <makoto@ki.nu> (T-Code meister) [1] WWW: http://www.ki.nu/~makoto/tcode/ [1] Notes: svn path=/head/; revision=147088
* Update to 0.5.4.Norikatsu Shigemura2005-11-036-22/+65
| | | | | | | | Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) Reviewed by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) Notes: svn path=/head/; revision=147087
* Update to 0.5.4.Norikatsu Shigemura2005-11-036-24/+55
| | | | Notes: svn path=/head/; revision=147086
* Update to 0.5.4.Norikatsu Shigemura2005-11-034-19/+35
| | | | | | | Approved by: Jie Gao <gaoj@cpsc.ucalgary.ca> (maintainer) Notes: svn path=/head/; revision=147085
* - Respect LOCALBASE/PREFIXPav Lucistnik2005-11-037-24/+67
| | | | | | | | | | - Proper use of RCng PR: ports/88313 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer) Notes: svn path=/head/; revision=147084
* - Unbreak by switching to gcc41's gcjPav Lucistnik2005-11-031-6/+17
| | | | | | | | PR: ports/88377 Submitted by: Michael Joyner <mjoyner@ewc.edu> Notes: svn path=/head/; revision=147083
* Fix Perl dependencyLars Thegler2005-11-031-1/+1
| | | | | | | Noticed by: pointyhat via kris Notes: svn path=/head/; revision=147082
* Add a missing EXTRACT_ONLY to differentiate the .asc PGP sig fileDoug Barton2005-11-031-0/+1
| | | | | | | Reminded by: kris, via pointyhat Notes: svn path=/head/; revision=147081
* Upgrade to 4.23, which contains the usual round of bugfixes, and a fewDoug Barton2005-11-033-6/+19
| | | | | | | | | | | | | | | | | new screensaver programs. Also, this version removes one screensaver program, "it's boring." Update a hardcoded /usr/X11R6 in configure [1] Remove some code added in this version to driver/timers.c that causes problems for me, and reportedly for other FreeBSD users. After discussion with Jamie, he will likely remove or comment out this code in the next release, so use sed to delete the lines rather than add a short-lived patch. Submitted by: [1] kris, fix derived from xscreensaver-gnome Notes: svn path=/head/; revision=147080
* Once again remove this file which is no longer needed in 4.23.Doug Barton2005-11-031-57/+0
| | | | Notes: svn path=/head/; revision=147079
* Fix pkg-plist by carefully deleting unnecessasry lines.Edwin Groothuis2005-11-032-50/+77
| | | | | | | Taken examples from lang/perl5 Notes: svn path=/head/; revision=147078
* Update WWW.Anton Berezin2005-11-031-1/+1
| | | | | | | | PR: 88099 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=147077
* Remove warning when packagebuilding (build jails are allowed to beEdwin Groothuis2005-11-031-0/+2
| | | | | | | | | screwed up :-) Submitted by: dodell@offmyserver.com Notes: svn path=/head/; revision=147076
* Rerolled distfile. There is no difference in the contents between theAnton Berezin2005-11-031-2/+2
| | | | | | | | | old and the current archive. Noticed by: kris via pointyhat Notes: svn path=/head/; revision=147075
* Update to 1.0.Anton Berezin2005-11-032-3/+3
| | | | Notes: svn path=/head/; revision=147074
* Unbreak by fixing pkg-plist and install instructions.Edwin Groothuis2005-11-032-7/+5
| | | | Notes: svn path=/head/; revision=147073
* move BUILD_DEPENDS to EXTRACT_DEPENDSEdwin Groothuis2005-11-031-1/+2
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=147072
* Update to 7.0.3.Joe Marcus Clarke2005-11-032-3/+3
| | | | Notes: svn path=/head/; revision=147071
* Add the @dirrm entries, which I had missed entirely.Eric Anholt2005-11-031-0/+19
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=147070
* Update 1.1.3, which now makes a named dummy window so that xrestop can pointEric Anholt2005-11-032-3/+3
| | | | | | | its finger at xcompmgr for being such a pig. Notes: svn path=/head/; revision=147069
* Unbreak by fixing www/w3 and tweaking the pkg-plistEdwin Groothuis2005-11-032-4/+2
| | | | Notes: svn path=/head/; revision=147068
* replace 4jwords with 4jwords3Edwin Groothuis2005-11-033-8/+12
| | | | | | | Submitted by: Jonathan Hanna <jhanna@shaw.ca> Notes: svn path=/head/; revision=147067
* Do not use thread mutexes if we are compiling APR without thread support.Craig Rodrigues2005-11-034-0/+404
| | | | | | | | PR: ports/88407 Reported by: lofi Notes: svn path=/head/; revision=147066
* Unbreak by properly checking if left-over files are empty afterEdwin Groothuis2005-11-032-4/+6
| | | | | | | removing our own entered values. Notes: svn path=/head/; revision=147065
* Fix install target.Edwin Groothuis2005-11-032-2/+14
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=147064
* Update to 2005.11.02a.Norikatsu Shigemura2005-11-032-3/+3
| | | | Notes: svn path=/head/; revision=147063
* In rand.c, include <uuid.h> (from FreeBSD 5.x and up)Craig Rodrigues2005-11-034-0/+64
| | | | | | | | | | *OR* <uuid/uuid.h> (from e2fsprogs port), not <uuid.h> *AND* <uuid/uuid.h> PR: ports/88406 Reported by: lofi Notes: svn path=/head/; revision=147062
* add pkg-message:Edwin Groothuis2005-11-031-0/+3
| | | | | | | | | | Plesae note that the words in the dictionary `enamdict.gz' have been removed because iconv wasn't able to process them. If you have the skills, please see if you can find what is causing this. Notes: svn path=/head/; revision=147061
* Fix building by removing one file from the dictionary.Edwin Groothuis2005-11-031-5/+6
| | | | Notes: svn path=/head/; revision=147060
* Fix pkg-plist and remove breakageEdwin Groothuis2005-11-022-5/+2
| | | | Notes: svn path=/head/; revision=147059
* Fix pkg-plist, remove breakage.Edwin Groothuis2005-11-022-4/+3
| | | | Notes: svn path=/head/; revision=147058
* Fix pkg-plist, remove breakage.Edwin Groothuis2005-11-022-22/+2
| | | | Notes: svn path=/head/; revision=147057
* - Fixing WWW and COMMENT issues in iwi-firmware slave port.Florent Thoumie2005-11-023-3/+13
| | | | | | | Reported by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=147056
* - Respect X11BASEPav Lucistnik2005-11-024-20/+25
| | | | | | | | PR: ports/88206 Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) Notes: svn path=/head/; revision=147055
* Fix build on FreeBSD 4.x.Alex Dupre2005-11-021-0/+20
| | | | | | | | PR: ports/88386 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=147054
* - Use freebsd5 vendor binary for FreeBSD 5+/i386Pav Lucistnik2005-11-024-20/+8
| | | | | | | | | | | - Remove INFO file PR: ports/88250 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=147053
* - Update to 2.1.4Pav Lucistnik2005-11-024-18/+39
| | | | | | | | | | PR: ports/88302 Submitted by: Boris B. Samorodov <bsam@ipt.ru> - Install INFO in a more standard fashion Notes: svn path=/head/; revision=147052
* Update to DAT 4617James E. Housley2005-11-022-3/+3
| | | | Notes: svn path=/head/; revision=147051
* . Avoid an infinite loop by ignoring JAVA_HOME if its set to the locationGreg Lewis2005-11-022-8/+11
| | | | | | | | | | | of the wrapper script. I'm using a different patch than Herve submitted, but the idea is the same. . Bump PORTREVISION. Submitted by: hq Notes: svn path=/head/; revision=147050
* Add calcurse, an ncurses based personal organizerTilman Keskinoz2005-11-024-0/+35
| | | | | | | Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com> Notes: svn path=/head/; revision=147048
* Fix pkg-plist by silently failing if the spanish-voices directoryEdwin Groothuis2005-11-022-4/+3
| | | | | | | can't be removed. Notes: svn path=/head/; revision=147047
* - Update to 1.61.0Pav Lucistnik2005-11-026-278/+330
| | | | | | | | PR: ports/88350 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=147046
* Update to 0.7Tilman Keskinoz2005-11-023-9/+38
| | | | | | | | | | Update maintainers e-mail address PR: 88371 Submitted by: Miguel Mendez <mmendez@gmail.com> Notes: svn path=/head/; revision=147045
* - Fix pixmap search pathPav Lucistnik2005-11-022-3/+4
| | | | | | | | | | - Update WWW PR: ports/88349 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=147044
* Chase a silent update: in chrome/content/bugmenot/res/bugmenotservers.xmlThierry Thomas2005-11-023-4/+5
| | | | | | | | | | <baseurl> has been changed from <http://jacksmernov.roachfiend.com/> to <http://extensions.roachfiend.com/>. Since I'm there, set WWW: to a better URL. Notes: svn path=/head/; revision=147043
* Fix building by properly patching Makefile.in to install inEdwin Groothuis2005-11-023-8/+14
| | | | | | | | share/locale instead of share/locale/locale. Remove deprecated statement, builds fine now. Notes: svn path=/head/; revision=147042
* Fix detection of openpty(3)Tilman Keskinoz2005-11-021-1/+2
| | | | | | | | | | | Bump PORTREVISION PR: 88400 Reported by: Henk Csaba Submitted by: Frank Laszlo <laszlof@vonostingroup.com> Notes: svn path=/head/; revision=147041
* - Update to 0.7Pav Lucistnik2005-11-022-3/+3
| | | | Notes: svn path=/head/; revision=147040
* make security/cyrus-sasl2-ldapdb buildable with OpenLDAP 2.3.Hajimu UMEMOTO2005-11-021-1/+10
| | | | | | | | PR: ports/88324 Submitted by: skv Notes: svn path=/head/; revision=147039
* Update to 2.2.9.Joe Marcus Clarke2005-11-029-9/+33
| | | | | | | | PR: 88392 Submitted by: Vasil Dimov <vd@datamax.bg> Notes: svn path=/head/; revision=147038