aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Update to 1.0.1 (see http://www.mozilla.org/products/firefox/releases/ forJoe Marcus Clarke2005-02-2545-558/+6597
| | | | | | | | | | | | | | | the release notes) * Add a new Firefox launch script [1] * Merge URI helper patch from www/mozilla * Add option to make URLs open in new tabs instead of new windows [1] * Sanitize CFLAGS [1] * Update the GNOME .desktop file with i18n translations and MIME types [1] PR: 75816 [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Notes: svn path=/head/; revision=129730
* - update wordpress-mu to 2005.02.23Yen-Ming Lee2005-02-256-270/+25
| | | | | | | | | | | - install files in www/data instead of www/data-dist - some minor cosmetic fixes PR: 78039 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Notes: svn path=/head/; revision=129729
* Don't remove (empty) locale directoryes, satisfy pointyhat.Anders Nordby2005-02-251-3/+0
| | | | | | | | PR: 77955 Submitted by: leeym Notes: svn path=/head/; revision=129728
* tarball was relolled due the unpack problems on NetBSD. No otherSergey Matveychuk2005-02-251-2/+2
| | | | | | | | | | changes was made. PR: ports/78004 Submitted by: maintainer Notes: svn path=/head/; revision=129727
* Smake is a highly portable make program with automake features.Sergey Matveychuk2005-02-255-0/+43
| | | | | | | | PR: ports/77936 Submitted by: Martin Matuska <martin (at) matuska.org> Notes: svn path=/head/; revision=129725
* Improve the description of the latest phpBB information disclosureJacques Vidrine2005-02-251-5/+16
| | | | | | | | | bugs. Submitted by: delphij (in part) Notes: svn path=/head/; revision=129724
* Honor SYSDIR overridesWarner Losh2005-02-251-1/+3
| | | | | | | | | Ignore warnings on module builds # this still fails on current due to SWI_CAMNET removal Notes: svn path=/head/; revision=129723
* Honor SYSDIR overrideWarner Losh2005-02-251-2/+4
| | | | | | | | Ignore warnings when building the module Pass portlint by adding () around absolute path like other kernel modules Notes: svn path=/head/; revision=129722
* Use ${SRC_BASE} in preference to /usr/src, per existing ports practice, whenWarner Losh2005-02-251-1/+1
| | | | | | | overriding SYSDIR. Notes: svn path=/head/; revision=129721
* Ignore warnings in the module build.Warner Losh2005-02-251-0/+5
| | | | | | | | Check for kernel sources Honor SYSDIR overrides Notes: svn path=/head/; revision=129720
* - Change MAINTAINERYen-Ming Lee2005-02-252-2/+2
| | | | | | | | PR: 78046 Submitted by: Josh Paetzel <josh@tcbug.org> Notes: svn path=/head/; revision=129719
* Remove BROKEN; it should works with recently lang/ruby18 committed.Jeremy Messenger2005-02-251-2/+0
| | | | Notes: svn path=/head/; revision=129718
* remove unncessary patchMaho Nakata2005-02-2512-216/+0
| | | | Notes: svn path=/head/; revision=129717
* Since this module doesn't compile cleaning with the warnings it hasWarner Losh2005-02-251-1/+3
| | | | | | | | | | | requested, pass down WERROR= to keep the build from failing. Also, since the build system passes SYSDIR for non-standard kernel source locations, honor that variable when insisting that the kernel source be available. Notes: svn path=/head/; revision=129716
* Fix the packing list so that when the port is deinstalled,Jacques Vidrine2005-02-251-1/+1
| | | | | | | | | $PREFIX/share/xml/dtd will be removed if it is empty. Reported by: kris Notes: svn path=/head/; revision=129715
* Update to dspam-devel-3.4.r1.20050216.0945Yen-Ming Lee2005-02-255-49/+155
| | | | | | | | PR: 77807 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=129714
* Update to 3.2.7Yen-Ming Lee2005-02-253-5/+12
| | | | | | | | | | BUGFIX: Signature not written to some email, making them untrainable PR: 77802 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Notes: svn path=/head/; revision=129713
* - update to 0.11Cheng-Lung Sung2005-02-252-3/+3
| | | | | | | | | | | | | | | | | | - from Changes: - Remove the default: namespace when converting to XML using as_xml (the earlier fix only fixed it when getting the contents of an entry using $entry->content). - UTF-8 data is no longer base64-encoded in XML::Atom::Content. - Added XML::Atom::Entry::getlist($ns, $element) to retrieve the values of an element that may appear multiple times in the entry (like dc:subject). - Added ability to set namespaced attributes in an XML::Atom::Link object. - XML::Atom::Entry::add_link($link) no longer clones $link if it's a XML::Atom::Link object. Notes: svn path=/head/; revision=129712
* - update to 1.28Cheng-Lung Sung2005-02-252-3/+3
| | | | Notes: svn path=/head/; revision=129711
* Squish share/ghostscript directory whenever possibleAde Lovett2005-02-251-0/+1
| | | | | | | Found by: tinderbox building gnome 2.10b2 packages Notes: svn path=/head/; revision=129710
* Fix typo in pkg-descrHerve Quiroz2005-02-251-1/+1
| | | | Notes: svn path=/head/; revision=129709
* Disable threads again; it has caused the more troubles. This time, it hasJeremy Messenger2005-02-259-42/+38
| | | | | | | | | | | | | | | | | | | | | | | | ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} include in the build to kill the headache of old '_r' and can't run with something like ruby-opengl, ruby-sdl, ruby-gtk2 and etc on FreeBSD 4.x or older 5.x. With this commit should solve those issues. It is recommend you to rebuild any apps that depend on lang/ruby18, so see the UPDATING for detail. Remove the 'BROKEN' on the other ports that knu has added them few weeks ago. Some of them have been tested, so if one of them is still broke then please let us know and one of us will re-add the 'BROKEN'. This changes was worked by lofi and me. lofi did everything on FreeBSD 4.x and I did others. lofi, thanks for help! Tested by: many people Tested on: i386 (FreeBSD 4.x, 5.x and 6.x), amd64 (FreeBSD 5.x and 6.x), and sparc64 (FreeBSD 5.x and 6.x) Not test on: ia64 and alpha Approved by: portmgr (kris) Notes: svn path=/head/; revision=129708
* Add a mirrorHerve Quiroz2005-02-241-1/+2
| | | | | | | | Submitted by: maintainer Reported by: kris via pointyhat Notes: svn path=/head/; revision=129707
* Update 1.2 -> 1.3. This resolves a segfault occurring in someJacques Vidrine2005-02-243-5/+8
| | | | | | | | | | | | | situations due to an unterminated hotkey list. The crash and cause was Reported by: nork nork@ also recommended a fix, but ume@ noticed that the latest version of im-ja corrected the issue. In fact, this update was Submitted by: ume Notes: svn path=/head/; revision=129706
* - Update to 3.0.11 [1]Herve Quiroz2005-02-2413-102/+275
| | | | | | | | | | | | | | | - Replace perl wrapper with a new python control script and an RCng startup script [1] - Update to bsd.java.mk 2.0 - Add $FreeBSD$ tags - Tweak pkg-descr to calm portlint - Use provided ${FMT} macro PR: 77989 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=129705
* Forced commit to add missing info from last commit log:Herve Quiroz2005-02-240-0/+0
| | | | | | | - Tweaked pkg-descr to calm portlint Notes: svn path=/head/; revision=129704
* - Update to 2.1.16 [1]Herve Quiroz2005-02-2413-137/+315
| | | | | | | | | | | | | | - Replace perl wrapper with a new python control script and an RCng startup script [1] - Use standard tab length [1] - Update to bsd.java.mk 2.0 - Add $FreeBSD$ tags PR: 77988 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=129703
* Fix plist to satisfy pointyhat.Anders Nordby2005-02-241-7/+7
| | | | | | | Also, use DOCSDIR in plist. Notes: svn path=/head/; revision=129702
* - Update to 1.6.8;Thierry Thomas2005-02-243-30/+31
| | | | | | | | | | | | Changelog at <http://pear.php.net/package/DB/download/1.6.8/> - Take maintainership. PR: ports/77931 Submitted by: Antônio Carlos Venâncio Júnior Notes: svn path=/head/; revision=129701
* Update to 1.2.0RC7.Thierry Thomas2005-02-242-4/+3
| | | | | | | | | | Changelog at <http://pear.php.net/package/XML_RPC/download/1.2.0RC7/>. PR: ports/77921 Submitted by: maintainer Notes: svn path=/head/; revision=129700
* - Because of bugzilla's bugs. checksetup.pl doesn't check File::Spec modules ↵Sergey Matveychuk2005-02-249-9/+156
| | | | | | | | | | | | | version. So disable it's version check. (https://bugzilla.mozilla.org/show_bug.cgi?id=257933) - fix web server's uid/gid - fix plist that not listed PR: ports/76946 Submitted by: "Choe, Cheng-Dae" <whitekid (at) gmail.com> Notes: svn path=/head/; revision=129699
* Add devel/bitkeeperSergey Matveychuk2005-02-241-0/+1
| | | | Notes: svn path=/head/; revision=129698
* BitKeeper - Scalable Distributed Software Configuration Management System.Sergey Matveychuk2005-02-247-0/+262
| | | | | | | | | | Free for OpenSource projects. PR: ports/77041 Submitted by: Matthias Andree <matthias.andree (at) gmx.de> Notes: svn path=/head/; revision=129696
* Try to fix a building failure reported by Kris on pointyhat.Thierry Thomas2005-02-241-5/+9
| | | | | | | | If this is not sufficient, it should at least speed up the post-patch target. Notes: svn path=/head/; revision=129695
* - add ports/science/dclSergey Matveychuk2005-02-241-1/+2
| | | | | | | - fix dist name pattern for ports/science/cdcl Notes: svn path=/head/; revision=129694
* DCL is scientific graphic library for geoscience, written in Fortran.Sergey Matveychuk2005-02-245-0/+502
| | | | | | | | PR: ports/76856 Submitted by: Shin'ya Murakami <murakami (at) ahs.scitec.kobe-u.ac.jp> Notes: svn path=/head/; revision=129692
* science/cdcl -> update to 5.3 and use gtk by defaultSergey Matveychuk2005-02-2418-317/+186
| | | | | | | | | | | | | | science/cdcl-gtk -> delete science/ruby-dcl -> update to 1.5 and use gtk by default science/ruby-dcl-gtk -> delete science/ruby-gphys -> update to 0.3.5 and fix dependency science/gave -> update to 1.1.3 and fix dependency PR: ports/76853 Submitted by: maintainer Notes: svn path=/head/; revision=129690
* make it compilable with Intel(R) C Compiler.Hajimu UMEMOTO2005-02-243-0/+39
| | | | | | | | | | | why icc defines __GNUC__? Reported by: Attila Nagy <bra@fsn.hu> Suggested by: hrs, nyan Tested by: Attila Nagy <bra@fsn.hu> Notes: svn path=/head/; revision=129689
* Update to DAT 4433James E. Housley2005-02-242-3/+3
| | | | Notes: svn path=/head/; revision=129687
* * Update to 1.0.15Yen-Ming Lee2005-02-243-16/+33
| | | | | | | | | | | * Add support for gdbm, mysql, sqlite2. PR: based on 77160 Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> Approved by: maintainer timeout Notes: svn path=/head/; revision=129686
* Re-add the distinfo entries for the CJK patch.Joe Marcus Clarke2005-02-241-0/+2
| | | | | | | | PR: 78032 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Notes: svn path=/head/; revision=129685
* Update to the 20050223 snapshot of GCC 3.3.6.Gerald Pfeifer2005-02-242-13/+13
| | | | Notes: svn path=/head/; revision=129684
* Update to 0.04Lars Thegler2005-02-243-7/+10
| | | | | | | | Now works on perl 5.005_03 Added WWW Notes: svn path=/head/; revision=129683
* Document a format string vulnerability in mkbold-mkitalic.Hiroki Sato2005-02-241-0/+24
| | | | | | | Reviewed by: simon Notes: svn path=/head/; revision=129682
* Update to 1.0.2Herve Quiroz2005-02-243-8/+8
| | | | | | | | | PR: 78018 Submitted by: me Approved by: maintainer Notes: svn path=/head/; revision=129681
* Update to 1.08Lars Thegler2005-02-242-9/+7
| | | | | | | Rephrased IGNORE Notes: svn path=/head/; revision=129680
* Update to 2.1.18.Hajimu UMEMOTO2005-02-242-20/+20
| | | | | | | Security:: Fix single byte overflow in imapd annotate extension. Notes: svn path=/head/; revision=129679
* Update to 1.0.7aVolker Stolz2005-02-244-29/+23
| | | | | | | | | PR: ports/76580 Submitted by: Stefan Walter Approved by: maintainer silence Notes: svn path=/head/; revision=129678
* Upgrade to 1.79 (and stylistic changes).Jun Kuriyama2005-02-244-102/+62
| | | | | | | Submitted by: hrs Notes: svn path=/head/; revision=129677
* Schedule for removal with 3 months grace: No longer exists.Volker Stolz2005-02-242-5/+8
| | | | | | | | PR: ports/77717 Submitted by: Sam 'Reaper' Lawrence Notes: svn path=/head/; revision=129676