aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to the 20050602 snapshot of GCC 4.0.1.gerald2005-06-032-13/+13
|
* - new option WITH_GNUSTEP_FAKEMAIN to work without procfsdinoex2005-06-031-0/+9
| | | | | | - call ldconfig in configure stage again this workarounds a problem that ldconfig is called to early when addding a package like: gcc-objc-current-3.3.6_20050511.tgz
* Generally disable libjava again, since it mysteriously causes the build togerald2005-06-039-0/+27
| | | | | | | fail on the ports cluster and some users's system, just not those Loren and me have access to. PR: 81788
* change the libtool version to use from 1.3 to 1.5oliver2005-06-0313-63/+26
|
* the man files added in the previous commit are no manfiles but links to manfilesoliver2005-06-031-3/+8
| | | | so use MLINKS instead of adding them to MAN1
* add MAN1 files (fixes pkg-plist)oliver2005-06-031-3/+3
| | | | remove BROKEN
* Update to v110.54.jkoshy2005-06-028-75/+91
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de>
* - update to 0.12daichi2005-06-023-211/+213
| | | | | | | | | - update gcc target to 3.4.5-20050524 - build fail fix on current PR: ports/81750 Pointed out by: pointyhat via kris Submitted by: maintainer
* - Update to 0.8.4.flz2005-06-024-29/+11
| | | | | PR: ports/81781 Submitted by: maintainer
* Update to the 20050531 snapshot of GCC 3.4.5.gerald2005-06-022-13/+13
|
* Upgrade to 0.9.1.007.vanilla2005-06-013-20/+4
|
* [...Took from jylefort's comment in email with a bit tweak...]mezz2005-06-012-1/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono will using Gamin or FAM by default if it exists in the runtime. If either doesn't exist then it will use KeventWatcher.cs. Add auto-check on Gamin and FAM for dependency. Bump the PORTREVISION to have the fix of kqueue. Rationale: - KeventWatcher.cs is naive, it does not report changes made to files within a monitored directory [1] - KeventWatcher.cs is implemented in C#, it is therefore slower than Gamin or FAM, which are implemented in C and C++, respectively [1] this is a bug which should be reported to the vendor Testing, using the attached WatchTest.cs: With KeventWatcher.cs: $ mono WatchTest.exe /somedir & [1] 89857 $ touch /somedir/foo OnCreatedEvent /somedir/foo $ echo foo >> /somedir/foo <nothing happens> With Gamin: $ mono WatchTest.exe /somedir & [1] 89889 $ touch /somedir/foo OnCreatedEvent /somedir/foo $ echo foo >> /somedir/foo OnChangedEvent /somedir/foo Submitted by: jylefort
* - Remove bogus optional dependencies on databases/postgresql7pav2005-05-311-1/+1
| | | | Inspired by: "I wonder where people are taking this code snippet from."
* Remove BROKEN.osa2005-05-312-4/+2
| | | | | | | | | | | | | | | | | | | Author rerolled tarball after bug report and small modification. Changes: --- old/ptoc/bring.h Tue Feb 24 21:40:02 2004 +++ new/ptoc/bring.h Sun May 15 00:40:19 2005 @@ -69,9 +69,11 @@ static b_ring *top_b_ring; static void push(b_ring* r) { + /* if (r->outer != NULL) { r = new b_ring(r->scope); } + */ r->outer = curr_b_ring; curr_b_ring = r; }
* BROKEN: Size mismatchkris2005-05-311-0/+2
|
* Fix plist on FreeBSD powerpc:arved2005-05-301-1/+1
| | | | | | guile does not support quickthreads on powerpc Approved by: pav
* - Update to 2.3sem2005-05-303-3/+4
|
* Update to the 20050528 snapshot of GCC 4.1.0. Adjust the libjava-relatedgerald2005-05-3036-126/+288
| | | | part of the packaging list.
* - Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's ownpav2005-05-282-1/+12
| | | | | | | header file when used PR: ports/80219 Submitted by: Juan F. A. Saldarriaga <neb@gigax.org>
* Some archives have a html/ prefix, some don't. Make sure this isedwin2005-05-281-5/+18
| | | | handled correctly.
* Update to the 20050526 snapshot of GCC 4.0.1.gerald2005-05-273-18/+15
| | | | | | Treat Fortran libraries exactly like other language support libraries, reducing conflicts with other gcc ports and getting rid of the libtool archives on the way.
* change maintainership (pre-commit is not enough :(daichi2005-05-271-1/+1
|
* - fix build faildaichi2005-05-271-0/+2
| | | | | | | - change maintainership Pointed out by: pointyhat via kris Reviewed by: ozawa@ongs.co.jp
* - Update to 2.5.0pav2005-05-276-109/+318
| | | | | PR: ports/81525 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Update to 20050526pav2005-05-274-19/+28
| | | | | PR: ports/81514 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Update to the 20050524 snapshot of GCC 3.4.5.gerald2005-05-262-13/+13
|
* - Unbreak on 5.Xpav2005-05-268-20/+275
| | | | | PR: ports/81474 Submitted by: Johan van Selst <johans@stack.nl>
* - Disable poll support, it's buggypav2005-05-251-1/+2
| | | | | PR: ports/81434 Submitted by: Xavier Beaudouin <kiwi@oav.net> (maintainer)
* lang/gdc update to 0.11daichi2005-05-235-539/+233
| | | | | PR: ports/81043 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
* add Chinese translations to slave dirsedwin2005-05-231-1/+12
|
* add Chese translationsedwin2005-05-231-1/+3
|
* Upgrade to the 2005-05-21 snapshots of the PHP manualsedwin2005-05-232-16/+32
|
* BROKEN on !i386: Does not compilekris2005-05-231-4/+1
|
* Update to the 20050522 snapshot of 4.1.0. Simplify the handling of mangerald2005-05-2327-252/+189
| | | | | | | | | pages on systems with an old version of Perl, once and for all and forever. Reenable building libjava where appropriate, now that this has been fixed upstream. And treat Fortran libraries exactly like other language support libraries, reducing conflicts with other gcc ports and getting rid of the libtool archives on the way.
* Update to the 20050521 snapshot of 4.0.1. Simplify the handling of mangerald2005-05-233-25/+21
| | | | pages on systems with an old version of Perl, once and for all and forever.
* Fix the handling of man pages on systems with an old version of Perl, oncegerald2005-05-231-1/+1
| | | | and for all and forever.
* Update to the 20050520 snapshot of 3.4.5. Simplify the handling of mangerald2005-05-222-23/+21
| | | | pages on old systems with Perl 5.0.
* Fix the handling of man pages on systems with an old version of Perl, oncegerald2005-05-221-3/+3
| | | | and for all and forever.
* - Fix permission of ld.conf. It should be 0644 instead of 0444.sem2005-05-222-43/+37
| | | | - Unbreak unguilty ports.
* BROKEN on alpha: Does not compilekris2005-05-221-0/+1
|
* Add NOT_FOR_ARCHS=ia64 since it doesn't build there and openofficekris2005-05-221-0/+2
| | | | isn't likely to be buildable on ia64 any time soon.
* - Update to 1.6.02pav2005-05-204-181/+188
| | | | | | | | - Transfer maintainership PR: ports/81254 Submitted by: Johan van Selst <johans@stack.nl> Approved by: David H. Munro <munro@oldben.llnl.gov> (maintainer)
* Update with vendor-patches:vs2005-05-204-2/+156
| | | | | | - 'newtype'-bugfix - install interface files for hierarchical libraries - use generic URL in pkg-descr
* Fix (and simplify) the handling of man pages on old systems with Perl 5.0.gerald2005-05-201-9/+7
| | | | Point out by: pointyhat
* Upgrade to version r10b5.olgeni2005-05-203-142/+142
|
* Update to patched version fixing a few bugsvs2005-05-192-3/+4
|
* Include the (optional) Fortran frontend.gerald2005-05-199-0/+18
|
* - update to 6.2.3clsung2005-05-182-3/+3
| | | | | - Changes see http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.3/ChangeLog
* - Fix after spliting firebirdsem2005-05-187-11/+11
| | | | | | | - Bump PORTREVISION PR: ports/79337 Submitted by: Renato Botelho <freebsd@galle.com.br> (firebird maintainer)
* Update to the 20050515 snapshot of GCC 4.1.0.gerald2005-05-1727-369/+243
| | | | | | | | | | Add a conflict with the gcc34 port and address portlint warnings. Simplify the handling of libraries which are not installed in all configurations and put all libgcj libraries in the same directory as all others, getting rid of the libtool .la archives on the way. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
* Add sketchy.jylefort2005-05-175-0/+293
| | | | | | | | | | | | | | SketchyLISP is a small, tail-recursive, lexically scoped interpreter for purely symbolic dialect of LISP that smells like Scheme. It may be considered an implementation of pure LISP plus DEFINE and CALL/CC. This package contains the SketchyLISP interpreter and library, the reference manual, and example programs. WWW: http://www.t3x.org/sketchy/ PR: ports/81012 Submitted by: Nils M Holm <nmh@t3x.org>
* We no longer need to/should remove libdata/pkgconfig.gerald2005-05-171-1/+0
| | | | Pointed out by: pav
* Update to the 20050514 snapshot of GCC 4.0.1.gerald2005-05-173-37/+29
| | | | | | | | | | Add a conflict with the gcc34 port and address portlint warnings. Simplify the handling of libraries which are not installed in all configurations and put all libgcj libraries in the same directory as all others, getting rid of the libtool .la archives on the way. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
* Update to the 20050511 snapshot of GCC 3.3.6.gerald2005-05-173-33/+26
| | | | | | | | | Add conflicts with the gcc40 and gcc41 ports, due to the .info files. Simplify the handling of libraries which are not installed in all configurations. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
* Update to the 20050513 snapshot of GCC 3.4.4.gerald2005-05-173-42/+27
| | | | | | | | | | Clean up MASTER_SITES. Add conflicts with the gcc40 and gcc41 ports. Simplify the handling of libraries which are not installed in all configurations and put the libgcj libraries in the same directory as all others, getting rid of the libtool .la archives on the way. No longer install fsf-funding.7 gfdl.7 gpl.7, remove some cruft from the post-install target, and simplify generation of the dynamic parts of the packaging list.
* Update to 1.1.7, Bill Middleton has been working against the Mono SVN to fixmezz2005-05-1618-297/+454
| | | | | | | FreeBSD problems with Mono. As of Mono 1.1.7, Mono has made a tremendous leap in stability on FreeBSD. Many C# apps now works much better with Mono 1.1.7. BSD# - Project by: http://www.mono-project.com/Mono:FreeBSD
* - Upgrade to 0.32;thierry2005-05-156-6/+42
| | | | | | Changelog at <http://sourceforge.net/project/shownotes.php?release_id=326779> - Add a test target.
* - Update to 504b (and unbreak)hq2005-05-159-1474/+1600
| | | | | | | | | | | | - Update to bsd.java.mk 2.0 - Add 'java' category - Use SUB_FILES to configure the launcher shell scripts - Tweak pkg-descr - Calm portlint: replace spaces by tabs - Add $FreeBSD$ tags PR: 80828 Submitted by: Linh Pham <question+fbsdports@closedsrc.org>
* Make fetchablemaho2005-05-141-0/+1
| | | | Submitted by: "Jack L." <xxjack12xx at doramail dot com>
* Upgrade to 4.55.thierry2005-05-143-7/+6
| | | | | PR: ports/80905 Submitted by: maintainer
* Upgrade version number in emacs configuration tip.olgeni2005-05-132-2/+2
|
* - Fix building on amd64 by adding a post-patch command to remove -Bstaticnovel2005-05-121-6/+5
| | | | | | | - Pet portlint by quoting BROKEN messages PR: 80903 Submitted by: Johan van Selst <johans@stack.nl>
* - Make FPECTL support optional and turn it off by default becauseperky2005-05-124-4/+40
| | | | | | | | | the feature brings huge overheads for floating point arithmetics and integer divisions. [1] - Fix plist - Bump PORTREVISION Requested by: Ewan Todd <ewan@mathcode.net> [1]
* Now files are downloaded from the SourceForge FTP servers.thierry2005-05-121-1/+2
| | | | Reported by: Kris via pointyhat
* Upgrade to version R10B-5.olgeni2005-05-128-286/+52
|
* Silence two portlint warnings.gerald2005-05-101-2/+2
|
* Update to the 20050508 snapshot of GCC 4.1.0. Add the new gjnih41 programgerald2005-05-1027-243/+270
| | | | | and its man page, address some portlint warnings, and resort pkg-plist. Mark conflicts with lang/gcc33 and lang/gcc40.
* Update to the 20050507 snapshot of GCC 4.0.1. Add the new gjnih40 programgerald2005-05-094-42/+29
| | | | | | and its man page, address some portlint warnings, and resort pkg-plist. The fix to allow sparc64 bootstraps is upstream and the local patch not needed any longer.
* Update to the 20050506 snapshot of GCC 3.4.4. Fix some portlint warningsgerald2005-05-092-15/+15
| | | | as well as the list of FTP sites to check on the way.
* BROKEN: Incomplete pkg-plistkris2005-05-081-0/+2
|
* Mark broken on ia64 (multiple parts fail to build)lawrance2005-05-071-0/+4
| | | | | Reported by: kris Approved by: clement (mentor)
* Add -fPIC to CXXFLAGS for static builds on alpha for 4.x. Should not begerald2005-05-071-0/+3
| | | | | | necessary in theory, but is, apparently. Submitted by: Idar Tollefsen <idart@performancedesign.no>
* Update to 2.47, which consists mostly of small bugfixes.anholt2005-05-053-25/+3
|
* Update to the 20050430 snapshot of GCC 4.0.1. Address some issues pointedgerald2005-05-052-18/+18
| | | | out by portlint and mark conflicts with lang/gcc33 and lang/gcc41.
* - Unbreak plistpav2005-05-041-3/+1
| | | | | | PR: ports/80145 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer timeout (14 days)
* - update to 6.2.1clsung2005-05-043-16/+3
|
* Update to the 20050427 snapshot of GCC 3.3.6. On the way, remove all tracesgerald2005-05-044-74/+22
| | | | | | | of the Java frontend and libgcj which speeds up the build significantly and reduces the number of file conflicts with lang/gcc34 to a minimum (which is, in turn, needed for proper building and testing of the alpha port). Everyone with interest in Java really should use lang/gcc34 or, better, lang/gcc40.
* Upgrade to 1.0.6 .thierry2005-05-043-10/+10
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Fix LATEST_LINK issues.tobez2005-05-037-5/+9
| | | | Nudged by: krion
* Mark BROKEN on ia64.thierry2005-05-021-2/+2
| | | | | | | Note: the author knowns problems on 64 bits platform, and they will be addressed. Reported by: Kris via pointyhat.
* Update to the 20050501 snapshot of GCC 4.1.0. This contains a patch Igerald2005-05-0218-153/+117
| | | | | had applied upstream to address the sparc64 bootstrap failure, so remove the BROKEN entry.
* Mark broken on ia64lawrance2005-05-011-1/+7
| | | | Reported by: kris
* Upgrade to version R10B-4.olgeni2005-05-013-171/+170
|
* Upgrade to version R10B-4.olgeni2005-05-0114-140/+288
|
* Disable the build on alpha.[1] Address some complaints by portlint.gerald2005-05-019-27/+27
| | | | Discussed with: kris [1]
* Unbreak sparc64.gerald2005-05-012-4/+15
| | | | Submitted by: Eric Botcazou (via upstream Bugzilla)
* Update to the 20050429 snapshot of GCC 3.4.4.gerald2005-05-012-13/+13
|
* Unbreak on -current where _types.h got a new prerequisite (sys/cdefs.h)netchild2005-04-301-1/+2
| | | | | | | | | | | by me. Unfortunately we don't have a __FreeBSD_Version for this, so the change isn't limited to -current, it's for >= 500039. Famous last words: it shouldn't hurt. Requested by: portmgr (kris)
* Update to 8.1.030.netchild2005-04-303-6/+3
|
* - Update to 0.9.14 [1]jylefort2005-04-304-16/+15
| | | | | | | | - Fix the packing list when NOPORTDOCS is defined - Use SUB_FILES=pkg-message PR: ports/80467 [1] Submitted by: maintainer
* Now builds on 4.xkris2005-04-301-7/+1
|
* BROKEN: Does not buildkris2005-04-301-0/+2
|
* Complete the repocopy of gcc40 to gcc41 and update to the 20050424gerald2005-04-261-0/+1
| | | | | | snapshot of GCC 4.1.0. PR: 80306
* - Update to 20050425jylefort2005-04-263-5/+5
| | | | | | | - Fix pkg-plist PR: ports/80336 Submitted by: maintainer
* Fix build on amd64, ia64 and alpha.jylefort2005-04-261-0/+11
| | | | | Reported by: pointyhat Approved by: maintainer
* Fix @setfilename in info-filevs2005-04-261-2/+1
| | | | | PR: ports/80319 Submitted by: NIIMI Satoshi
* Complete the repocopy of gcc40 to gcc41 and update to the 20050424gerald2005-04-2536-396/+396
| | | | | | snapshot of GCC 4.1.0. PR: 80306
* Update to 3.56.osa2005-04-252-3/+3
|
* GCC 4.0.0 has been release. Update to the first snapshot of GCC 4.0.1,gerald2005-04-2520-140/+140
| | | | which is basically identical with the 4.0.0 release.
* Don't use autoconf213arved2005-04-251-1/+2
|
* Update to the 20050422 snapshot of GCC 3.4.4.gerald2005-04-252-13/+13
|
* Bump PORTREVISION for previous update which modified the plist to aid invs2005-04-241-0/+1
| | | | package-building.
* - Fix plist: delete .bak files after REINPLACE_CMD so they don't get installedpav2005-04-231-0/+1
| | | | later
* - Update lang/munger to 4.53 [1]lawrance2005-04-234-20/+9
| | | | | | | | | | - Remove some no-ops in the way of !PACKAGE_BUILDING wrapped OPTIONS and setting NOPORTDOCS - Shuffle a little to pacify portlinT PR: ports/79247 [1] Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer) Approved by: clement (mentor)
* o Update to 3.08.3lioux2005-04-236-233/+288
| | | | | | o Uphold both CFLAGS and INSTALL_* permission safeness o Both sort and update PLIST o Tested against net/mldonkey-devel for 24 hours
* - Fix PLIST. Unbreak.sem2005-04-232-3/+1
| | | | | | | | - Remove blank line in Makefile. PR: ports/79300 Submitted by: IWATSUKI Hiroyuki <don@na.rim.or.jp> Approved by: knu timeout
* Mark as BROKEN: Not compatible with latest GHC yetvs2005-04-221-0/+2
|
* Fix return value of local timezone methods such as getHours().jylefort2005-04-222-1/+27
| | | | | | PR: ports/80198 Submitted by: Simun Mikecin <sime@logos.hr> (maintainer) Approved by: adamw (mentor, implicit)
* - Use MAKE_ARGS & INFOvs2005-04-204-30/+17
| | | | | | - Track dependent port Approved by: yoichi@
* Update to 1.0.3vs2005-04-202-7/+3
| | | | | PR: ports/80131 Submitted by: maintainer
* Require lang/perl5.8skv2005-04-201-1/+8
|
* - Upgrade to 1.0.5thierry2005-04-204-8/+25
| | | | | | | | | | | Changelog at <http://gambas.sourceforge.net/changelog.html> - Make the dependency on mysql-client optional [1] - Permit the IDE to display the example projects in the initial startup dialog [1] Suggested by: Neil Darlow <neil (at) darlow.co.uk> [1]
* Don't need a patch for setting CFLAGSvs2005-04-202-16/+1
|
* - Use PLIST_FILES/PORTDOCSvs2005-04-203-25/+5
| | | | - Minimize Makefile-patch
* - Use PLIST_* & PORTDOCSvs2005-04-203-65/+4
| | | | - Use MAKE_ARGS instead of Makefile-patch
* Fix some declarations, allowing programs to link against libsee.jylefort2005-04-182-0/+15
| | | | | Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor)
* - update to 1.10.3dinoex2005-04-182-3/+3
|
* Update to the 20050415 snapshot of GCC 3.4.4.gerald2005-04-182-13/+13
|
* Update to the 20050416 snapshot of GCC 4.0.0.gerald2005-04-1820-130/+130
|
* Warn about potential of program to unplannedly reveal the contentlawrance2005-04-171-0/+9
| | | | | | | | of various CGI files. PR: ports/25272 Submitted by: Ariff Abdullah <skywizard@time.net.my> Approved by: clement (mentor)
* Add a development version of SDCC, Small Devices C Compiler.pav2005-04-178-113/+323
| | | | | PR: ports/79803 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
* Library that provides an ECMAScript (JavaScript) run-time environment.jylefort2005-04-165-0/+93
| | | | | | PR: ports/72055 Submitted by: Simun Mikecin <sime@logos.hr> Approved by: adamw (mentor)
* Add parrot 0.1.2, parrot - virtual machine for dynamic languages.skv2005-04-165-0/+454
|
* Make zlib.output_compression working again.ale2005-04-153-0/+60
| | | | | | PR: ports/76331 Submitted by: Martin Portmann <map@infinitum.ch> Patch by: Vasil Dimov <vd@datamax.bg>
* Fix definitely pear package deinstallation.ale2005-04-156-15/+21
| | | | | PR: ports/79830 Submitted by: leeym
* - Update to 0.62.flz2005-04-156-36/+27
| | | | | | | | - Replace db2 with db3. - Restore --with-readline in CONFIGURE_ARGS. PR: ports/79923 Submitted by: Johan van Selst <johans@stack.nl>
* USE_LIBTOOL instead of local patchvs2005-04-142-36/+1
|
* . Update to 8.1.024.glewis2005-04-134-30/+10
| | | | | Update also mentioned by: otton@enstimac.fr Approved by: maho (maintainer)
* reset maintainer to ports@FreeBSD.orgoliver2005-04-131-1/+1
| | | | | PR: ports/79727 Approved by: maintainer
* - update to 6.2.0clsung2005-04-133-8/+16
| | | | | - Changes see [ url: http://search.cpan.org/src/AUTRIJUS/Perl6-Pugs-6.2.0/ChangeLog ]
* * enabling build of pic16 librariespav2005-04-138-1132/+858
| | | | | | | | | * a couple Makefile/pkg-plist changes * only pull in dependencies when actually necessary depending on chosen options PR: ports/79801 Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
* - Update to 20050327pav2005-04-132-3/+3
| | | | | PR: ports/79299 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* - Create ${PREFIX}/lib/chicken.flz2005-04-122-0/+4
| | | | | PR: ports/79778 Submitted by: Juan Felipe Alvarez Saldarriaga <neb@gigax.org>
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-1232-35/+39
| | | | after 5.4-RELEASE.
* - Chase freetds shlib bumppav2005-04-123-6/+6
|
* Unbreak: I couldn't find a sane way of disabling X11-detection if it's notvs2005-04-122-146/+148
| | | | | | | desired but already installed, so make X11 mandatory for the time being. Our CONFIGURE-handling is broken atm, too :/ Noticed by: krisbot
* Add new checksums for 2.4.1 and unbreak port.perky2005-04-112-2/+5
| | | | Submitted by: olgeni
* Create empty directory on pkg_add (forgotten in previous commit).ale2005-04-113-0/+3
| | | | Reminded by: kris
* Create directory and touch files that "pear" creates when dealingale2005-04-116-12/+27
| | | | | | with pear modules and the port will later delete. Suggested by: kris
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-1132-39/+35
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* BROKEN: Incorrect distinfokris2005-04-111-0/+2
|
* BROKEN: Does not buildkris2005-04-111-0/+2
|
* BROKEN: Incorrect pkg-plistkris2005-04-111-0/+2
|
* Now builds on sparc64kris2005-04-111-2/+2
|
* Update to the 20050409 snapshot of GCC 4.0.0. That's getting rather closegerald2005-04-1120-130/+130
| | | | to the real thing now.
* Update to the 20050408 snapshot of GCC 3.4.4.gerald2005-04-112-13/+13
|
* Correct the syntax of the expiration date. This is what you get by justnetchild2005-04-112-2/+2
| | | | | | reading the implementation, but not the docs... Pointyhat kindly provided by: krion
* - Update to 4.5.5pav2005-04-115-35/+21
| | | | | PR: ports/79750 Submitted by: Ports Fury
* Set expiration date to 20050610 and mark IGNORE on -current (it peeks intonetchild2005-04-101-0/+5
| | | | | | private headers) Requested by: portmgr (krion)
* Set expiration date to 20050610.netchild2005-04-101-0/+1
| | | | Requested by: portmgr (krion)
* - Create some empty directories for extensionspav2005-04-092-3/+15
| | | | | | PR: ports/79620 (based on) Submitted by: Sam Lawrance <boris@brooknet.com.au> Approved by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Update to 2.4.0pav2005-04-094-137/+34
| | | | | PR: ports/79614 Submitted by: Peter S. Housel <housel@acm.org> (maintainer)
* - Unbreakpav2005-04-091-7/+2
| | | | | PR: ports/79625 Submitted by: Johan van Selst <johans@stack.nl>
* - Update to 20b0pav2005-04-0921-219/+380
| | | | | | | - Mark BROKEN on 4.x and !i386 (almost) PR: ports/79615 Submitted by: Sam Lawrance <boris@brooknet.com.au>
* Reset maintainer at his request. This port is now available for adoption.linimon2005-04-091-1/+1
| | | | | Note: the latest version is 504b. This is probably why the ports is marked as being unfetchable right now.
* Mark as BROKEN on sparc64/CURRENTvs2005-04-081-0/+4
| | | | | PR: ports/79640 Submitted by: krisbot via maintainer
* - Reset maintainersem2005-04-072-2/+2
| | | | Requested by: Eugene Ossintsev <eugos@gmx.net>
* - update stklos to 0.60leeym2005-04-073-35/+47
| | | | | PR: based on 79449 Submitted by: maintainer
* Fix crypt functions on AMD64.ale2005-04-062-12/+100
|
* - Fix packing list.flz2005-04-062-6/+18
| | | | | | | | - Mark BROKEN for 64bits architectures. PR: ports/79438 Submitted by: Matthew X. Economou <xenophon@irtnog.org> Approved by: maintainer
* - Update to 1.9.7 [1]hq2005-04-063-9/+21
| | | | | | | | | | | - Also install srfi-22 support scripts (standard ways of invoking interpreter) [1] - Fix substitution in launcher shell script - Add 'java' category [2] PR: 59577 [1] Submitted by: Sam Lawrance <boris@brooknet.com.au> [1] Reported by: portlint [2]
* - update to 6.0.14clsung2005-04-063-10/+6
|
* Distfile rerolled to include a missing PEAR file.ale2005-04-046-6/+8
| | | | Spotted by: leeym
* Update to 0.10lth2005-04-042-3/+3
|
* Update PHP ports to 4.3.11 and 5.0.4 releases:ale2005-04-0434-499/+142
| | | | | | | | | - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com> [1] Tested by: thierry
* On alpha, we need at least GCC 3.3 to bootstrap GCC 3.4 or well'll getgerald2005-04-041-0/+4
| | | | | | | a compiler error. Submitted by: Idar Tollefsen <idart@performancedesign.no> Reviewed by: kris
* Update to the 20050402 snapshot of GCC 4.0.0.gerald2005-04-0420-130/+130
|
* Looks like this belongs to haskell@.olgeni2005-04-032-2/+2
|
* Update to Python 2.4.1perky2005-04-0310-254/+86
|
* Add p5-List-MoreUtils 0.09, provide the stuff missing in List::Util.lth2005-04-035-0/+36
|
* Upgrade 6.4.obraun2005-04-033-162/+394
|
* - remove WITH_GNUSTEP_DEVELdinoex2005-04-031-6/+0
|
* - remove WITH_GNUSTEP_DEVELdinoex2005-04-034-66/+45
| | | | - update to 1.10.2
* Fix package building on 64bit architectures.perky2005-04-031-1/+1
|
* Update to GCL-2.6.6markm2005-04-032-3/+3
|
* Update to the 20050401 snapshot of GCC 3.4.4.gerald2005-04-032-13/+13
|
* Update to the 20050330 pre-release of GCC 3.3.6.gerald2005-04-032-13/+13
|
* Mark BROKEN on sparc64. I reported the problem upstream, but there is nogerald2005-04-0110-0/+40
| | | | | | fix in sight yet. Approved by: portmgr (krion)
* Unbreak: fix packing listhq2005-03-301-3/+1
| | | | | Reported by: kris via pointyhat Approved by: portmgr (krion)
* Fix package building on non-i386 platforms by unrestrict `audioop`perky2005-03-2910-10/+10
| | | | | | module for them in plist. Approved by: portmgr (kris)
* - fix pkg-plistclsung2005-03-281-0/+1
| | | | Approved by: portmgr (marcus)
* BROKEN on 5.x: Does not compilekris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* BROKEN on sparc64: segfault during buildkris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* BROKEN on ia64: Does not buildkris2005-03-271-1/+7
| | | | Approved by: portmgr (self)
* BROKEN on !i386: Does not compilekris2005-03-271-2/+2
| | | | Approved by: portmgr (self)
* BROKEN on ia64 and amd64: Can't link shared libraries to statickris2005-03-271-1/+7
| | | | Approved by: portmgr (self)
* BROKEN: does not compilekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Incorrect pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN on ia64: Does not compilekris2005-03-272-0/+8
| | | | Approved by: portmgr (self)
* BROKEN on alpha, amd64 and ia64: Does not buildkris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* BROKEN: Incorrectly installs a perllocal.pod filekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Distinfo out of datekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN on ia64: Segfault during buildkris2005-03-271-0/+4
| | | | Approved by: portmgr (self)
* This is still broken on !i386, so add back BROKEN commented out in thekris2005-03-271-1/+1
| | | | | | previous revision. Approved by: portmgr (self)
* BROKEN: Unfetchablekris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Incomplete pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Incomplete pkg-plistkris2005-03-271-0/+2
| | | | Approved by: portmgr (self)
* BROKEN: Size mismatchkris2005-03-261-0/+2
| | | | Approved by: portmgr (kris)
* Set USE_GL to pull in missing stuffvs2005-03-231-0/+1
| | | | | | Noticed by: krisbot Tested by: obraun@ Approved by: portmgr (marcus)
* Unbreak package building on ia64, alpha, amd64 and sparc64 byperky2005-03-2310-10/+10
| | | | | | adding ossaudiodev module to their plists, either. Approved by: portmgr (kris)
* Fix "php_doc-fr-20041012 failed on i3865" pkg-plist problem.edwin2005-03-221-2/+2
| | | | | | Noticed by: pointyhat Approved by: portmgr (marcus@)
* Update checksum. The tarball has been rerolled. Only difference is aobraun2005-03-211-2/+2
| | | | </varlistentry> tag in docs/users_guide/options.xml which wasn't there before.
* Update to the 20050319 snapshot of GCC 4.0.0.gerald2005-03-2120-130/+130
|
* Resurrect patch to bring libgmp into scope which got accidently dropped onvs2005-03-212-0/+11
| | | | | | the recent upgrade. Approved by: Haskell cabal
* It was discovered that running "make clean" from a port with a dependencyadamw2005-03-212-4/+9
| | | | | | | | | | | | | on gcc31 or gcc32 (either with a BUILD_DEPENDS or via USE_GCC) with that version of gcc already installed causes infinite recursion problems. The issue stems from gcc31 and gcc32 using USE_GCC internally. Internally, it was used to override any other definition and say that you can use any gcc version to build gcc31/gcc32. But that USE_GCC redefinition was causing recursion errors, so handle the problem instead by just simply undefining USE_GCC inside the gcc port Makefile itself. This should make things happy again.
* Add checksum info for Python 2.3.5.perky2005-03-212-0/+4
|
* Update lang/python23 to Python 2.3.5.perky2005-03-212-9/+3
|
* Update to the 20050312 of GCC 4.0.0.gerald2005-03-2020-130/+130
|
* Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4.olgeni2005-03-194-0/+58
| | | | | | (from the erlang-questions mailing list) Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se>
* Fix pkg-plistmaho2005-03-192-25/+4
| | | | | Submitted by: kris Encouraged by: kris
* * Upgrade to 1.18.obraun2005-03-186-296/+141
| | | | * Remove BROKEN.
* - make pugs linkable with ghc 6.4clsung2005-03-161-0/+4
| | | | | - it lacks libgmp in its ld path - so force it to look up ${PREFIX}/lib
* Update to the 20050311 snapshot of GCC 3.4.4.gerald2005-03-162-13/+13
|
* Unbreak on 5.x by disabling fast-calls. Notice that you will still seevs2005-03-151-1/+1
| | | | | | | build errors if you have -march=pentium4 in your CFLAGS PR: ports/78794 Submitted by: Arne Wörner
* - Pugs is an implementation of Perl 6, written in Haskell.clsung2005-03-155-0/+71
| | | | | | | | | | It aims to implement the full Perl6 specification, as detailed in the Synopses. - Synopses: [http://dev.perl.org/perl6/synopsis/] Discussed with: tobez, autrijus@autrijus.org PR: 78809 Submitted by: clsung
* Upgrade to 6.4.obraun2005-03-154-32/+413
| | | | Approved by: maintainer
* Add an option (disabled by default) to build the openssl extension statically.ale2005-03-141-1/+12
| | | | Requested by: too many people
* - Update to 20050314vs2005-03-142-3/+3
| | | | | | | - Previous update broke tail call optimization. Oops. PR: ports/78817 Submitted by: maintainer
* Update to 20050312krion2005-03-134-175/+176
| | | | | PR: ports/78742 Submitted by: maintainer
* Upgrade to Mar2005 releaseobraun2005-03-134-110/+434
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-126-1/+6
|
* Update to 0.9.12krion2005-03-125-9/+15
| | | | | PR: ports/78705 Submitted by: maintainer
* - Update to 5.4.7vs2005-03-113-5/+12
| | | | | | | - Use readline for ports PR: ports/77893 Submitted by: Gerhard Gonter (maintainer)
* Upgrade to 1.0.4.thierry2005-03-102-3/+3
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* I forgot to commit this file (for R10B-3.)olgeni2005-03-072-0/+28
|
* Upgrade to version R10B-3.olgeni2005-03-0716-316/+102
|
* Note that math/ploticus now installs as bin/ploticus rather than bin/pl.linimon2005-03-072-2/+2
| | | | | | Remove obsoleted conflicts. Prodded by: vs
* - Fix MASTER_SITESarved2005-03-072-7/+32
| | | | | | | | - Fix compilation on FreeBSD 6.* - Pass Maintainership to submitter PR: 77898 Submitted by: Gerhard Gonter <g.gonter@ieee.org>
* - Chase ImageMagick shlib bumppav2005-03-071-2/+2
| | | | | PR: ports/78455 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> (ImageMagick's maintainer)
* - Update to 2.33.2sem2005-03-077-144/+58
| | | | | | | - Unorphaning the port PR: ports/77624 Submitted by: Jakub Rehor <jakub@rehor.net>
* - update to 8.1.028netchild2005-03-065-69/+19
| | | | | | | | | | | | - 5.x got the header fix too, don't install replacement headers there [1] - allow to override GXX_ROOT [2] Note: you may see "as: Illegal seek" while compiling with icc (a simple test didn't revealed the same message with icpc). I don't know the reason for it, but the resulting executable seems to work, so I commit the update. Thanks to: marius [1] Requested by: mi [2]
* Remove the now-redundant MTREE file selection code. This is handled inmarcus2005-03-041-6/+0
| | | | | | bsd.port.mk. Requested by: lesi
* portlint.obrien2005-03-0210-20/+80
|
* Update to the 20050226 snapshot.obrien2005-03-0220-130/+130
|
* Respect the user's USE_LINUX setting.trevor2005-03-028-8/+8
|
* Unbreak on amd64.thierry2005-03-021-1/+7
| | | | | Approved by: Johan van Selst Reported by: Kris via pointyhat
* Missed a directory in the pkg plist.jkoshy2005-03-012-1/+2
| | | | Found by: kris
* Unbreak: Update to 0.27vs2005-02-282-5/+3
| | | | | PR: ports/78109 Submitted by: Sam Lawrence
* Update GCC version to 20050211 from 20050107.daichi2005-02-282-5/+6
| | | | Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
* Reset maintainer per his request.kris2005-02-281-1/+1
|
* Update to 2.46. Remove patch-array.c which was properly fixed elsewhere a fewanholt2005-02-284-25/+25
| | | | | months ago, and add patch-func.c from cvs, to deal with a crash in GC with malloc debugging on (i.e. -current).
* BROKEN: Size mismatchkris2005-02-281-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Update to 1.0.6, see details: http://www.go-mono.com/archive/1.0.6/mezz2005-02-272-5/+6
| | | | | Submitted by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> Project by: BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
* - Update to 20041222 and fix unfetchable; [1]thierry2005-02-273-7/+8
| | | | | | | - set DIST_SUBDIR. PR: ports/78108 [1] Submitted by: Sam Lawrance
* Update to v201:jkoshy2005-02-2618-536/+915
| | | | | | | | | | | | - Add RESTRICTED (licensing issues). - Install stuff in standard places. - Install examples. - Install readmes/licenses. - Respect NOPORTDOCS. - New MAINTAINER. PR: ports/62704 Submitted by: debios@diku.dk
* Upgrade to v209.jkoshy2005-02-263-62/+187
|
* - Update to 5.4pav2005-02-266-191/+181
| | | | | PR: ports/78077 Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
* - Fix fetchpav2005-02-262-53/+53
| | | | | | | - Style PR: ports/78074 Submitted by: Sam Lawrance <boris@brooknet.com.au>