summaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Use the correct mtree when you change the prefix, for example:mezz2006-06-121-0/+6
| | | | | | | | | | | | | | | | | | | | Incorrect: (before) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.local.dist <-- Here... ================================ Correct: (after) ================================ # cd /usr/ports/x11-toolkits/pango # make -V MTREE_FILE /etc/mtree/BSD.x11-4.dist # make PREFIX=/tmp/foo -V MTREE_FILE /etc/mtree/BSD.x11-4.dist <-- Here... ================================
* Update to the 20060610 snapshot of GCC 4.2.0.gerald2006-06-1124-296/+160
| | | | | | Add zip as a build dependency of Java (libgcj). [1] Reported by: kris (pointyhat) [1]
* Prune an empty sub-directory.thierry2006-06-112-1/+2
| | | | Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
* Upgrade to 0.18.thierry2006-06-103-63/+26
| | | | | PR: ports/98527 Submitted by: Masanori OZAWA <ozawa (at) ongs.co.jp> (maintainer)
* Upgrade to v110.59.jkoshy2006-06-1011-161/+134
| | | | | | | | | | Upstream changes from the previous version of the port include: - An improved lexer generator tool "lexgen". - bug fixes and minor improvements Submitted by: Johannes 5 Joemann <joemann at beefree.free.de>, with patches tty handling code from Timothy Bourke <timbob at bigpond.com>
* Update to the 20060609 snapshot of GCC 4.1.2.gerald2006-06-102-19/+19
|
* Unbreak for 6.1>=, since libtool has been replacedmaho2006-06-102-8/+0
| | | | by new ones.
* - make sure ldconfig has been rundinoex2006-06-092-1/+10
|
* Reorder the contents of the Makefilemaho2006-06-092-12/+10
| | | | | | so that it is not build Submitted by: kris mail
* - Fix web browser plugin.stefan2006-06-0814-88/+254
| | | | | | | | | | - Fix/improve FFI support. - Pet portlint(1). PR: 94058 Submitted by: Takeshi MUTOH <mutoh@openedu.org> Approved by: maintainer arved (mentor)
* Fix the CONFLICTS, it conflicts with FC3 and FC4.netchild2006-06-081-2/+2
| | | | | Discussed with: Boris Samorodov <bsam@ipt.ru> Approved by: jylefort
* Fix brokenness when installed with slib-guile versions >= 3a2.lawrance2006-06-082-0/+86
| | | | | | | | | This should fix one of gnucash's many problems. PR: ports/93066 [1] [2], ports/93983 [3] Submitted by: Geoffrey Mainland [1], Robert Backhaus provided the fix [2], Emilio Conti [3]
* Unbreak and sync version with slib.lawrance2006-06-081-3/+1
| | | | Submitted by: Robert Backhaus <robbak@robbak.com>
* Update to 0.92bmiwi2006-06-083-32/+54
| | | | | PR: ports/96563 Approved by: krion (mentor), maintainer
* remove old SIZE, add new SHA256/SIZEedwin2006-06-071-1/+2
|
* Enable Java/libgcj for those platforms it currently works (i386) rathergerald2006-06-051-1/+1
| | | | than disabling it for platforms we know it's broken.
* - Update from v0.11 to v0.15aaron2006-06-052-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Restrict to FreeBSD-5+ due to dependency upon lang/spidermonkey - Left odd BUILD_DEPENDS as lang/spidermonkey does not install the shared library correctly 0.15 (28/02/2006) (tb) Rewrote Makefile.PL to work on more platforms 0.14 (12/02/2006) (tb) Removed remaining debug info 0.13 (05/02/2006) (tb) Removed debug info (tb) Made sure Makefile.PL finds libjs if installed in /usr/lib or /usr/local/lib 0.12 (12/03/2005) (ms) Makefile.PL prerequisite changed from undef to '0'. (ms) Thomas Busch added a check to Makefile.PL to find an already installed JS lib. PR: ports/98322 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit)
* Update to the 20060603 snapshot of GCC 4.2.0.gerald2006-06-0524-208/+352
| | | | | | Java support is back (on i386), and all those additional libtool files we are currently installing as part of libgcj will be gone with next week's snapshot.
* - Update to 19cmnag2006-06-043-11/+14
| | | | | | PR: 97562 Submitted by: Martin Wilke <freebsd___unixfreunde.de> Approved by: maintainer timeout (14 days)
* - Upgrade to 8.4.13; (1)thierry2006-06-045-38/+60
| | | | | | | | | | - Fix man pages: the required macros were not sourced. (2) Changelog at <http://sourceforge.net/project/shownotes.php?release_id=399452%26group_id=10894> PR: ports/96622 (1) Noticed by: phk (2)
* Update to 4.0.1.philip2006-06-043-12/+11
| | | | | | PR: 98423 Submitted by: Martin Wilke <freebsd -at- unixfreunde.de> Approved by: Richard Kiss <him -at- richardkiss.com> (maintainer)
* Update for bsd.java.mk 2.0perky2006-06-031-1/+2
| | | | | PR: 98387 Submitted by: hq
* Update to the 20060602 snapshot of GCC 4.1.2.gerald2006-06-032-19/+19
|
* - Update to 4.106mnag2006-06-032-4/+4
| | | | | PR: 98289 Submitted by: maintainer
* Add p5-JavaScript 0.55, perl extension for executing embeddedtobez2006-06-025-0/+54
| | | | | | | JavaScript. PR: ports/98372 Submitted by: dom@happygiraffe.net
* Fix CFLAGS to make devel/meta-cvs buildablevd2006-06-021-1/+4
| | | | | PR: ports/94456 Submitted by: Shaun Amott <shaun@inerd.com>
* - Update to 1.17erwin2006-06-022-5/+5
| | | | | | | - Assign to perl@ PR: 98348 Submitted by: Rong-En Fan <rafan@infor.org>
* Adding port lang/p5-Quantum-Superpositions, QM-like superpositions in Perl.aaron2006-06-015-0/+66
| | | | Approved by: tobez (implicit)
* Upgrade to latest version.vanilla2006-05-312-4/+4
|
* Add whitespace 0.3, an interpreter for the Whitespace programmingaaron2006-05-305-0/+64
| | | | | | | | language. PR: ports/97479 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: tobez
* Update to 0.15.tobez2006-05-302-6/+5
| | | | | | PR: 98128 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Approved by: maintainer
* Update to 0.4.4skv2006-05-293-16/+22
| | | | Changes: http://search.cpan.org/src/LTOETSCH/parrot-0.4.4/NEWS
* Update to 0.9.13vs2006-05-293-7/+23
| | | | | PR: ports/98046 Submitted by: maintainer
* Assign to haskell@FreeBSD.org: Simon hasn't enough time to care for the ↵vs2006-05-291-1/+1
| | | | | | | | FreeBSD version and most of the problems with the port are my fault anyway. Approved by: maintainer
* Chase re-rolled tarball: necessary patches have been integratedvs2006-05-283-34/+3
|
* Update to the 20060526 snapshot of GCC 4.1.2. This is more or less whatgerald2006-05-282-20/+20
| | | | we released as GCC 4.1.1 upstream.
* Update to the 20060527 snapshot of GCC 4.2.0.gerald2006-05-2816-128/+128
|
* Upgrade to release R11B-0.olgeni2006-05-2827-460/+520
|
* Fix a errormaho2006-05-282-0/+4
| | | | Submitted by: FreshPorts Sanity Daemon <FreshPorts@FreshPorts.org>
* - Enable build for 5.xvs2006-05-282-6/+8
| | | | - Prune compat5 from LIB_DEPENDS on 6.x as it has been redundant for a while.
* Fix dependency of libartmaho2006-05-289-9/+9
| | | | | Submitted by: kris Approved by: gerald (implicitly)
* Mark as broken for 6.1maho2006-05-282-0/+8
| | | | Submitted by: kris via pointyhat
* - update to 4.105clsung2006-05-272-4/+4
| | | | | PR: 97999 Submitted by: maintainer (James Bailie)
* - Update to 1.2r7pav2006-05-263-5/+5
| | | | | PR: ports/97926 Submitted by: User & <berend@pobox.com> (maintainer)
* Update to the 20060525 snapshot of GCC 4.0.4.gerald2006-05-262-13/+13
|
* - Update to 2005;thierry2006-05-2518-326/+270
| | | | | | | - Take maintainership. PR: ports/95055 Submitted by: Max E. Kuznecov <mek (at) mek.uz.ua>
* - submitter want to maintain this portclsung2006-05-251-1/+1
| | | | | | | - he also notes that newer version had been 'recalled' PR: ports/97733 Submitted by: maintainer (Shaun Amott)
* Update to 0.9.20 release.ale2006-05-254-5/+10
| | | | Approved by: maintainer
* - Revert previous commit, it broke ruby-gtk2pav2006-05-241-3/+4
| | | | Reported by: mezz
* - Change dependencies reflecting update in graphics/ImageMagickmnag2006-05-241-2/+2
| | | | - Bump PORTREVISION
OpenPOWER on IntegriCloud