aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* Add WITH_ZEND_VM knob to customize vm behaviour:ale2006-05-072-0/+16
| | | | | | | | - CALL is the default one - SWITCH should be slightly faster - GOTO should boost performance (and increase compilation time) Suggested by: Michael Josic <systemoperator@gmail.com>
* Ooops, previous commit missed the SRPM (else pointyhat will complainnetchild2006-05-072-1/+7
| | | | | | | again). While I'm here register a conflict with linux_base-fc3, it comes with libgcc already (bump PORTREVISION because of this).
* Fix distinfo after changes to linux-rpm.mknetchild2006-05-071-3/+3
| | | | | Noticed by: krismail Forwarded by: jylefort (maintainer)
* - Fix package creationmnag2006-05-071-0/+17
| | | | | PR: 96650 Submitted by: maintainer
* Simplify PHP base ports infrastructure:ale2006-05-0638-504/+697
| | | | | | | | | - remove all slave ports - add the ability to build all SAPIs concurrently - update php5 to 5.1.4 *Read* the UPDATING file *before* trying to update PHP (or at least before mailing me).
* - Add USE_EMACS=yes. It should present in all emacsen ports.sem2006-05-061-0/+1
| | | | | | | | (This commit prevents the ports breakage after more strict condition will applied in bsd.port.mk and makes no functional changes) PR: ports/95238 Submitted by: nobutaka
* - Update to 19cmnag2006-05-063-14/+14
| | | | | | PR: 95944 Submitted by: "Martin Wilke" <freebsd___unixfreunde.de> Approved by: maintainer timeout (17 days)
* Update 0.0.2006.05.02perky2006-05-043-44/+36
|
* Fix portlint warnings.perky2006-05-041-3/+1
| | | | | PR: 95830 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
* - Make the lua ports conflict each anotherpav2006-05-033-0/+6
|
* - Update to 5.1pav2006-05-035-49/+25
| | | | | PR: ports/96449 Submitted by: Richard Kiss <him@richardkiss.com> (maintainer)
* - Switch lua dependency to lang/lua50pav2006-05-035-5/+5
|
* - Connect lang/lua50 after repocopy from lang/luapav2006-05-032-1/+2
| | | | Repocopy by: marcus
* Remove obsolete USE_REINPLACE.okazaki2006-05-032-1/+4
| | | | Add missing entries for the ONIGURUMA option to the plist.
* Upgrade to 1.0.16.thierry2006-05-032-4/+4
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Wrong type of integer argument to ioctl(2) cause ruby18 to produce lotsanray2006-05-022-1/+23
| | | | | | | of sign-extension noises through console / kernel log on FreeBSD/amd64. PR: ports/94088 Submitted by: ariff
* - Update to 2.0.2.sem2006-05-024-132/+24
| | | | | | | | - Remove OPTIONS for units. They are installed all now. - Pass maintainership to submitter. PR: ports/96505 Submitted by: Ales Katona <almindor@gmail.com>
* Update to 0.8.7krion2006-05-023-4/+8
| | | | | PR: ports/95749 Submitted by: maintainer
* Unbreak by disconnecting OpenAL support for now. The version in portsvs2006-05-011-6/+13
| | | | | | seems to be different from the one GHC expects. Approved by: Haskell cabal
* Update to 20060324erwin2006-05-013-5/+5
| | | | | PR: 96569 Submitted by: Martin Wilke <freebsd@unixfreunde.de> (maintainer)
* Update to 4.99erwin2006-05-013-5/+5
| | | | | PR: 96568 Submitted by: jimmy@jamesbailie.com (maintainer)
* - Update ports affected by devel/libmcve updatemnag2006-05-011-1/+1
|
* Show the message about WITH_PTHREADS knob only when WITH_PTHREADS isn't defined.nobutaka2006-05-011-0/+2
| | | | Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
* - Tell TclTutor where its lesson_files.lsn are locatedmnag2006-04-301-1/+9
| | | | | | | | | - s/wish/wish8.4 - Bump PORTREVISION PR: 94371 Submitted by: Serge Gagnon <serge.gagnon___b2b2c.ca> Approved by: maintainer timeout (48 days)
* Remove two obsolete patches.lawrance2006-04-292-32/+0
| | | | | | | | | | | | | | | patch-tclUnixChan.c appears to have been a no-op all along, since it is comparing literal device names, and we have no "/dev/cua". patch-tclUnixSock.c was introduced on the basis that the nodename returned by uname(3) was limited to 32 characters, which does not appear to be the case now. PORTREVISION not bumped since there should be no functional change. PR: ports/92334 Submitted by: Donal Fellows <donal.k.fellows@manchester.ac.uk> (Tcl Core Team)
* - Reroll amd64 patchset with updated Unix.i3. No functional changes.pav2006-04-292-7/+3
| | | | Requested by: ru
* Update to the 20060427 snapshot of GCC 4.0.4.gerald2006-04-282-13/+13
|
* - Update lang/sbcl to 0.9.12garga2006-04-275-33/+38
| | | | | | | | | | | - sbcl depends on archivers/gtar because of the difference of bsdtar output and GNU tar output, preceding "x ". Changes asdf-install to parse bsdtar's output in addition to GNU tar's output. This idea is inspired by Paul Ledbetter III. PR: ports/96380 Submitted by: maintainer
* Band-aid to fix cluster build.vs2006-04-261-1/+2
|
* Make in-place patch more tamper-proof.vs2006-04-261-3/+1
| | | | Submitted by: kris
* lang/gdc: depend gcc update from 3.4.6 to 4.0.4daichi2006-04-252-19/+20
| | | | | PR: ports/96138 Submitted by: maintainer
* - update to 6.2.11clsung2006-04-253-458/+5
|
* Fix missing dependency WITH_JAVA_AWTmaho2006-04-251-1/+1
| | | | | Submitted by: kris via pointyhat Approved by: gerald
* Fix libtool-handling. Bump PORTREVISION since the old version will producevs2006-04-241-5/+1
| | | | | | | | defunct programs. PR: ports/95588 Submitted by: Martin Kaeske Approved by: maintainer
* Update to 0.19lth2006-04-242-4/+4
|
* - Update to 1.1.13.6tmclaugh2006-04-246-21/+33
| | | | | | | | | | | | | | Changelog: http://go-mono.com/archive/1.1.13.5/ - Fix my MASTER_SITE_SUBDIR - Fix pthread usage when running unit tests. - portlint I had said on the BSD# mailing list that I would probably enable amd64 in the port but I'm holding off on that until some EM64T issues are tracked down. [1] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000813.html [2] http://forge.novell.com/pipermail/bsd-sharp-list/2006-April/000815.html
* Fix whitespace issues and set the maintainer to maho@FreeBSD.org, asgerald2006-04-242-4/+8
| | | | opposed to me (implicitly via the masterport).
* IGNORE on ia64 and sparc64, because we know things currently cannot workgerald2006-04-238-0/+32
| | | | on these two.
* Make sure all lang/gcc* ports I maintain can be properly used as mastergerald2006-04-2310-20/+20
| | | | ports by allowing MAINTAINER and COMMENT to be overridden.
* Update to the 20060422 snapshot of GCC 4.2.0.gerald2006-04-2316-128/+128
|
* BROKEN on amd64, ia64 and 4.x: Does not buildkris2006-04-231-0/+5
|
* BROKEN: Incorrect pkg-plistkris2006-04-231-0/+2
|
* Update to the 20060421 snapshot of GCC 4.1.1.gerald2006-04-232-19/+19
|
* Update to the 20060420 snapshot of GCC 4.0.4.gerald2006-04-222-13/+13
|
* Fix some portlint(1) warnings.anray2006-04-2118-121/+132
|
* Fix configure.ale2006-04-212-0/+4
|
* Restore hack to call amd64 by the name of x86_64 for the sake of configure.gerald2006-04-191-0/+4
|
* Reset vsevolod due to inactivity. We hope to see him back.linimon2006-04-181-1/+1
| | | | Hat: portmgr
* Update to 4.97vs2006-04-183-10/+5
| | | | | PR: ports/95961 Submitted by: maintainer
* Fix fcntl(2) support on 64-bit platforms (alpha, amd64, sparc64).ru2006-04-173-0/+44
| | | | | | | | This makes "cvsup -l" work on them in particular. PR: ports/75015 Approved by: jdp Reviewed by: bz, jdp
* Conflict with gcc-4.2.*, not this port in case we build Java.gerald2006-04-171-1/+1
|
* Add gcc41-withgcjawt port.maho2006-04-175-0/+45
| | | | | | GCC, the GNU Compiler Collection includes C, C++, Java and Fortran. This is essentially same as lang/gcc41 port but installs AWT part of gcj as well.
* - Distfile are rerolled. From diff and README: As of version 2005-04-29, ↵mnag2006-04-162-3/+4
| | | | | | | | | dynamic scoping was dropped. - Bump PORTREVISION PR: 94854 Submitted by: maintainer
* Update to the 20060415 snapshot of GCC 4.2.0. Adjust the explanationgerald2006-04-1616-136/+144
| | | | on why Java still is disabled.
* Update to the 20060414 snapshot of GCC 4.1.1.gerald2006-04-162-19/+19
| | | | | | Reenable Java again, now that the memory overflow issue during installation seems to have been addressed (and support for FreeBSD 5.3 and later is now upstream).
* Reset mph due to no response to email about status, and maintainer-timeouts.linimon2006-04-151-1/+1
| | | | Hat: portmgr
* Reset pat due to no response to email about his status.linimon2006-04-151-1/+1
| | | | Hat: portmgr
* Fix build warnings.anray2006-04-154-4/+131
|
* Update to the 20060413 snapshot of GCC 4.0.4. Try to get rid of thegerald2006-04-152-17/+13
| | | | x86_64-specific configure hack.
* - Update to version 4.95.johans2006-04-143-5/+36
| | | | | | PR: ports/93850 Submitted by: James Bailie (maintainer) Approved by: flz (mentor)
* Bump ming shared library version after recent update.ale2006-04-123-3/+3
| | | | Spotted by: Gianpaolo Del Matto <gianpaolo.delmatto@genotec.ch>
* Band aid: bin/jconsole CONFLICTS with recently released diablo-jdk-1.5.0vs2006-04-121-0/+2
|
* - Update to 0.9.11.jmelo2006-04-123-19/+20
| | | | | | PR: ports/94991 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer) Approved by: mnag (mentor)
* - Fix: If summer-time daylight saving is in effect, getHours() returnsgarga2006-04-112-2/+38
| | | | | | | | | wrong value. - Change .if defined(WITH_GC) -> ;if !defined(WITHOUT_GC) since it's on by default. PR: ports/94996 Submitted by: maintainer
* Update to the 20060408 snapshot of GCC 4.2.0.gerald2006-04-0916-128/+128
|
* Fix recommendation for enabling ruby-modevs2006-04-091-1/+0
| | | | | PR: ports/94376 Submitted by: Fazlul Shahriar
* Change the maintainership address to the @FreeBSD.org one.alepulver2006-04-091-1/+1
| | | | Approved by: garga (mentor)
* It works on amd64.jylefort2006-04-091-1/+1
| | | | | | PR: ports/95220 Submitted by: Erik Greenwald <erik@smluc.org> Approved by: maintainer
* - Update maintainer's addresspav2006-04-091-1/+1
| | | | | PR: ports/95523 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
* - cleanup after gcc updatesdinoex2006-04-082-7/+1
| | | | no hacks for ldconfig needed
* Update to the 20060407 snapshot of GCC 4.1.1.gerald2006-04-082-16/+16
|
* Fix some whitespace issues.gerald2006-04-081-2/+2
| | | | Suggested by: portlint
* Update to 0.4.3skv2006-04-073-6/+14
| | | | Changes: http://search.cpan.org/src/LTOETSCH/parrot-0.4.3/NEWS
* Update to the 20060406 snapshot of GCC 4.0.4.gerald2006-04-072-13/+13
|
* - downdate to gcc 3.2.xdinoex2006-04-061-4/+2
| | | | - bump PORTEPOCH
* Add maude.jylefort2006-04-066-0/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maude is a high-performance reflective language and system supporting both equational and rewriting logic specification and programming for a wide range of applications. Maude has been influenced in important ways by the OBJ3 language, which can be regarded as an equational logic sublanguage. Besides supporting equational specification and programming, Maude also supports rewriting logic computation. Rewriting logic is a logic of concurrent change that can naturally deal with state and with concurrent computations. It has good properties as a general semantic framework for giving executable semantics to a wide range of languages and models of concurrency. In particular, it supports very well concurrent object-oriented computation. The same reasons making rewriting logic a good semantic framework make it also a good logical framework, that is, a metalogic in which many other logics can be naturally represented and executed. Maude supports in a systematic and efficient way logical reflection. This makes Maude remarkably extensible and powerful, supports an extensible algebra of module composition operations, and allows many advanced metaprogramming and metalanguage applications. Indeed, some of the most interesting applications of Maude are metalanguage applications, in which Maude is used to create executable environments for different logics, theorem provers, languages, and models of computation. WWW: http://maude.cs.uiuc.edu/ PR: ports/94986 Submitted by: Rick van der Zwet <rick@traffie.wzoeterwoude.net>
* - update to gcc4.1 as defaultdinoex2006-04-051-1/+1
|
* - Update to 20051121.jmelo2006-04-053-10/+9
| | | | | PR: 92547 Approved by: mnag (mentor)
* BROKEN: Incorrect pkg-plistkris2006-04-031-0/+2
|
* Update to the 20060401 snapshot of GCC 4.2.0.gerald2006-04-0316-128/+128
|
* Fix PHP Bug #36753: Can't get size of SWF images because zLib is missing.ale2006-04-022-0/+102
|
* Update to the 20060331 snapshot of GCC 4.1.1.gerald2006-04-022-16/+16
|
* Add new size and checksums for Python 2.4.3perky2006-04-021-0/+15
| | | | | PR: 95202 Submitted by: Martin Jackson <mhjacks@swbell.net>
* Upgrade to 0.9.1.026.vanilla2006-04-022-4/+4
|
* Update to the 20060330 snapshot of GCC 4.0.4.gerald2006-04-012-13/+13
|
* Remove ruby18-nopthreads port since pthread support of lang/ruby18 portnobutaka2006-03-312-16/+0
| | | | | | is disabled by default. Approved by: portmgr (krion)
* - Disable pthread support by default to fix breakage of some ruby applicationsnobutaka2006-03-311-5/+15
| | | | | | | | (migemo, mod_ruby, etc.). - Remove WITHOUT_PTHREADS knob and add WITH_PTHREADS knob. - Bump PORTREVISION. Approved by: portmgr (krion)
* Update to Python 2.4.3.perky2006-03-308-5876/+2456
|
* - Update to 4.2.0mnag2006-03-298-172/+74
| | | | | | | - Is not RESTRICTED anymore PR: 94667 Submitted by: maintainer
* Fix handling of shared libraries via rc.d for non-default prefixes.gerald2006-03-298-0/+8
|
* - mark BROKENdinoex2006-03-291-0/+2
|
* - bump portepoch for all versionsdinoex2006-03-291-0/+2
|
* Fix handling of shared libraries via rc.d for non-default prefixes.gerald2006-03-291-0/+1
|
* Fix build on environments without python.perky2006-03-287-0/+21
|
* Fix handling of shared libraries via rc.d for non-default prefixes.gerald2006-03-281-0/+1
|
* - bump PORTEPOCHdinoex2006-03-271-1/+1
|
* - cleanup optionsdinoex2006-03-271-7/+2
|
* Install the .info files in a port-specific subdirectory, which removesgerald2006-03-272-36/+28
| | | | | | | | | | | | | | | | | | | | | | | | | hidden conflicts with some older lang/gcc ports. Also, convert pkg-plist to use a new substitution (%%SUFFIX%%) instead of hardcoding the version number 33. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. This requires a hack to set LD_LIBRARY_PATH from MAKE_ENV which makes me think the WANT_SHAREDLIBS case really failed to build previously. Make MAKE_ARGS non-cumulative. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK. Remove the cklatest target which we just do not need any longer. Bump PORTREVISION.
* Update to the GCC 3.4.6 release, which concludes the GCC 3.4 releasegerald2006-03-273-37/+23
| | | | | | | | | | | | | | | | | series. Move from tracking snapshots to the official release sources, which requires an EPOCH bump, unfortunately. Remove the cklatest target which we just do not need any longer. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Fix handling of shared libraries via rc.d for non-default prefixes and move the rc.d script from PLIST_FILES to pkg-plist. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK.
* Update to the 20060325 snapshot of GCC 4.2.0. Two minor cleanups on thegerald2006-03-2616-160/+136
| | | | Java side, without real functional changes.
* Add a checksum for Python 2.5.a0.20060326perky2006-03-262-0/+6
|
* Update to Python trunk snapshot as of 2006-03-26.perky2006-03-2628-20783/+9254
|
* - add RC_D_SH to keep shared libs working after rebootdinoex2006-03-2630-0/+190
|
* - add RC_D_SH to keep shared libs working after rebootdinoex2006-03-264-0/+42
| | | | Approved by: gerald
* Update to the 20060324 snapshot of GCC 4.1.1. Two minor cleanups on thegerald2006-03-252-20/+17
| | | | Java side, without real functional changes.
* Upgrade to 1.0.15.thierry2006-03-253-17/+24
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* Update to the 20060323 snapshot of GCC 4.0.4.gerald2006-03-252-13/+13
|
* Drop maintainershipmarkus2006-03-251-1/+1
|
* The testsuite breaks at certain times of day depending on TZ, soarved2006-03-231-1/+1
| | | | | | | disable the testuite per default. PR: 94765 Submitted by: Dan Rench <citric@cubicone.tmetic.com>
* Add support for amd64 (from ports/83001, modified).olgeni2006-03-214-4/+58
| | | | | PR: ports/83001 Submitted by: Rasmus Kaj <kaj(at)kth.se>
* Improve OSVERSION check for threading issues, using 502102 ("5.2-CURRENTolgeni2006-03-212-2/+2
| | | | | | | after change of default thread library from libc_r to libpthread.") PR: ports/94161 Submitted by: Shaun Amott <shaun(at)inerd.com>
* - SUFFIX is not defined heredinoex2006-03-201-1/+1
|
* - add RC_D_SH to keep shared libs working after rebootdinoex2006-03-202-0/+21
|
* Update to the 20060318 snapshot of GCC 4.2.0.gerald2006-03-2016-128/+128
|
* - Update to 20060305pav2006-03-204-11/+13
| | | | | PR: ports/94095 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Update to the 20060317 snapshot of GCC 4.1.1.gerald2006-03-202-16/+16
|
* - hash is now default extension in php 5.1.2pav2006-03-201-0/+2
| | | | | PR: ports/94705 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
* - add USE_GNUSTEP_PREFIXdinoex2006-03-193-9/+3
|
* BROKEN: Unfetchablegarga2006-03-191-0/+2
| | | | | | PR: ports/92367 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (50 days)
* - Update to 1.2r6pav2006-03-185-1239/+1234
| | | | | PR: ports/94586 Submitted by: User & <berend@pobox.com> (maintainer)
* - Update to 2.3pav2006-03-183-15/+44
| | | | | | PR: ports/94605 Submitted by: Piet Delport <pjd@satori.za.net> Approved by: Alejandro Pulver <alejandro@varnet.biz> (maintainer)
* - Add PDO extension to a php5-extensions metaport and enable it by default.pav2006-03-181-1/+3
| | | | | | | | This is consistent with vendor configure. PR: ports/90565 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer timeout (ale; 3 months)
* - update to 1.12.0dinoex2006-03-183-19/+12
|
* Upgrade to 0.9.1.025.vanilla2006-03-182-4/+4
|
* Update to the 20060316 snapshot of GCC 4.0.4.gerald2006-03-174-50/+18
| | | | | | | | | | | | | Now that GCC 4.1.0 has been released, remove support for the Fortran frontend which was still quite immature in the 4.0 series compared to what we now have in the the 4.1 series. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Do not strip some of the the binaries any longer. No longer hardcode the version number in LATEST_LINK.
* - Update to 2.1.01pav2006-03-167-43/+33
| | | | | PR: ports/94274 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
* - Update to 1.2.1pav2006-03-163-8/+11
| | | | | PR: ports/94466 Submitted by: Johan van Selst <johans@stack.nl> (maintainer)
* Somehow GCC 3.x generates a gprolog binary which fails immediately on startup.vs2006-03-161-6/+3
| | | | | | | | | | Fall back to GCC 2.95 and bump PORTREVISION accordingly. This update also brings back the FD-solver! Maybe somebody should check what other distros do about this, but e.g. blindly applying the Debian patch set doesn't fix this error. Reminded by: Fernando López
* Upgrade to 0.9.1.024.vanilla2006-03-162-5/+5
|
* Update to the 20060311 snapshot of GCC 4.2.0.gerald2006-03-1624-288/+200
| | | | | | | | | | | | | | | | The spamming of $PREFIX/include/ssp is now finally gone after my reports upstream, which allows us to restrict the conflict with gcc-4.1.* to the case where we build Java. Convert the build-time dependency on math/mpfr to a full one, since the Fortran frontend also needs this at run time. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Remove bogus USE_X11 (which was not used by default nor any other port). No longer hardcode the version number in LATEST_LINK.
* Upgrade to version R10B-10.olgeni2006-03-163-195/+194
|
* Upgrade to version R10B-10 (with dialyzer patch).olgeni2006-03-1614-98/+128
|
* - Update to 0.9.10mnag2006-03-154-36/+25
| | | | | PR: 93900 Submitted by: maintainer
* - Drop maintainershipmnag2006-03-152-6/+4
| | | | | | | - portlint(1) PR: 93874 Submitted by: maintainer
* Update to the 20060310 snapshot of GCC 4.1, which basically is GCC 4.1.0gerald2006-03-153-35/+23
| | | | | | | | | | | | | | | | | | plus only a few patches. The spamming of $PREFIX/include/ssp is now finally gone after my reports upstream, which allows us to restrict the conflict with gcc-4.2.* to the case where we build Java. Convert the build-time dependency on math/mpfr to a full one, since the Fortran frontend also needs this at run time. Always build both shared and static libraries instead of having these as two exclusive options defaulting to the former. Remove bogus USE_X11 (which was not used by default nor any other port). No longer hardcode the version number in LATEST_LINK.
* Update to 0.4.2skv2006-03-153-439/+593
|
* Remove legacy ifc stuffs since invoking by ifort is recommendedmaho2006-03-152-16/+17
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-075-3/+5
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Add forgotten patch for the previous commit:tobez2006-03-061-0/+19
| | | | | | | | | Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout. Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser <Meyser@xenet.de> Approved by: portmgr (erwin)
* Fix PerlIO-related coredump. While at it, use EXAMPLESDIR throughout.tobez2006-03-062-29/+30
| | | | | | | | Bump PORTREVISION. PR: 93981 Submitted by: Matthias Meyser <Meyser@xenet.de> Approved by: portmgr (erwin)
* - Add backup download sitepav2006-03-041-1/+2
| | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer) Approved by: portmgr (kris; implicit)
* Unbreak: update documentation checksums and host a missing distfile on ↵olgeni2006-03-032-62/+65
| | | | | | MASTER_SITE_LOCAL. Approved by: portmgr
* - Update it to 1.7 and make it fetchable again.garga2006-03-032-17/+16
| | | | | | PR: ports/93636 Submitted by: maintainer Approved by: portmgr (erwin)
* Chase icudata shared library revision. The port is still broken becausekris2006-02-281-1/+1
| | | | | | it hard-codes libc_r. Approved by: portmgr (implicit)
* Add missing file and unmark BROKENkris2006-02-282-2/+1
| | | | Approved by: portmgr (implicit)
* Purge the last vestiges of the (really) old autotools world order.ade2006-02-261-1/+0
| | | | | | Since all these items were commented out, this is a null-op commit. Approved by: portmgr (implicit)
* Unbreak by forcing the dxl module to build (and therefore install andvd2006-02-241-3/+4
| | | | | | not cause plist problems at deinstall stage) Approved by: portmgr (linimon), garga (mentor, implicitly)
* Conversion to a single libtool environment.ade2006-02-2346-64/+217
| | | | Approved by: portmgr (kris)
* Update to the 20060221 snapshot of GCC 3.4.6.gerald2006-02-232-16/+16
|
* - Pass maintainership (back) to submitter.tdb2006-02-231-6/+6
| | | | | PR: 93642 Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
* Update to the 20060218 snapshot of GCC 4.2.0.gerald2006-02-2224-168/+128
| | | | | | Remove USE_REINPLACE= as advised by new portlint. Also note that at least some of the installation hierarchy problems with libgomp have been fixed now due to my report upstream.
* Fix rebuild-xs target. No PORTREVISION bump since plist is nottobez2006-02-215-5/+5
| | | | | | affected. Submitted by: skv
* Upgrade to 5.8.8.tobez2006-02-2145-570/+470
| | | | | | | | | | | | | | | | | Also: Do not strip when built with -DWITH_DEBUGGING. [1] Do not build non-threaded perl with -pthread. [2] Add rebuild-xs target which should be used when perl-after-upgrade does not do its job adequately. [3] Fix perl-after-upgrade to handle threaded perl. [4] Submitted by: John Narron <jnarron@cdsinet.net> [2], Sergey Prikhodko <sergey@network-asp.biz> [4], parv@pair.com [1], pavel@ctk.ru [2], skv [3], vasilis <vasilis@karkampounas.gr> [2] PR: 83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2]
* - Update pnet related ports:garga2006-02-2117-137/+140
| | | | | | | | | | | | | | | | | * lang/pnet 0.7.0 -> 0.7.4 * lang/pnet-base 0.7.0 -> 0.7.4 * lang/pnetlib 0.7.0 -> 0.7.4 * lang/pnetc 0.7.0 -> 0.7.4 * lang/ml-pnet 0.7.0 -> 0.7.4 * lang/treecc 0.3.6 -> 0.3.8 * lang/libjit 0.0.4 -> 0.0.6 - Make portlint(1) happy - Unbreak ml-pnet on 4.x PR: ports/93602 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Reworked by: garga Thanks to: mnag, tdb
* - Update to 3a3mnag2006-02-203-17/+20
| | | | | | | - portlint(1) PR: 93329 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* BROKEN: Does not installkris2006-02-201-0/+2
|
* Update to the 20060217 snapshot of GCC 4.1.0.gerald2006-02-202-17/+16
| | | | Remove USE_REINPLACE= as advised by new portlint.
* Update to 1.1.13.2tmclaugh2006-02-194-10/+19
| | | | | | | | | | | | | | | | Release notes: http://go-mono.com/archive/1.1.13/ Port changes: - Execute mono-semdel during pre-clean in addition to post-install - Execute mono-semdel over ${WRKSRC}/runtime as a precaution - Add G_DEBUG="" to mono-semdel target in bsd.mono.mk to prevent dropping core files with upcomming glib 2.9 [1] - add XSP_DOCROOT for when we eventually have an xsp port in the ports tree (If interested in xsp let me know) - Remove lingering USE_REINPLACE while I'm here Submitted by: Andres Kohn [1] Project by: BSD# <http://www.mono-project.com/Mono:FreeBSD>
* Update to the 20060216 snapshot of GCC 4.0.3.gerald2006-02-172-17/+16
| | | | Remove USE_REINPLACE= as advised by new portlint.
* Update to the 20060214 snapshot of GCC 3.4.6.gerald2006-02-152-17/+16
| | | | Remove USE_REINPLACE= as advised by new portlint.
* - Update to 4.87garga2006-02-142-4/+4
| | | | | PR: ports/93302 Submitted by: maintainer
* Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advisedgerald2006-02-141-2/+1
| | | | by new portlint.
* Upgrade to current bsd.java.mk syntax.olgeni2006-02-142-4/+4
|
* BROKEN: Does not compile on FreeBSD >= 7.0kris2006-02-131-1/+7
|
* BROKEN: Coredump during buildkris2006-02-131-0/+2
|
* Update to the 20060211 snapshot of GCC 4.2.0.gerald2006-02-1316-128/+128
|
* Update to 8.1.036.netchild2006-02-122-4/+5
|
* Update to the 20060207 snapshot of GCC 3.4.6.gerald2006-02-122-16/+16
|
* Update to the 20060210 snapshot of GCC 4.1.0.gerald2006-02-122-16/+16
|
* Attempt to fix the bogus missing dependencies during the package build.kris2006-02-122-4/+6
|
* Fix plist.anray2006-02-121-0/+4
| | | | Reported by: pointyhat(kris)
* Update to the 20060209 snapshot of GCC 4.0.3.gerald2006-02-112-16/+16
|
* * Update to 0.7.3.3anray2006-02-108-18/+90
| | | | | * Update master sites. * Fix build and unbreak port.
* Bump the bootstrap binary version to 0.9.9.lawrance2006-02-092-7/+6
| | | | | | | PORTVERSION bump is not required as there are no functional changes. PR: ports/93043 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* update to latest versions (2006-01-28 according to website)edwin2006-02-092-40/+45
|
* BROKEN: Incorrect pkg-plistkris2006-02-091-0/+2
|
* - Avoid recursive variable definitionbarner2006-02-071-1/+1
| | | | Submitted by: pfgshield-freebsd@yahoo.com (maintainer)
* Base this port on lang/gcc41 instead of lang/gcc40. The former has notgerald2006-02-071-1/+1
| | | | | | | | formally been released yet, but it's very close and Fortran support is so much better than in the latter, that this seems appropriate. This is also based on concrete recommendations by a GFortran developer and a user based on their experiences.
* - Update to 3a2tdb2006-02-063-5/+9
| | | | | PR: 92549 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Update to 2.38barner2006-02-062-6/+5
| | | | | Submitted by: Jakub Rehor <jakub@rehor.net> (maintainer) PR: ports/92831
* Try to clean up xemacs directorieskris2006-02-061-0/+2
|
* Update to the 20060204 snapshot of GCC 4.2.0.gerald2006-02-0516-128/+128
|
* * Clean up Java support.olgeni2006-02-054-100/+98
| | | | | | | | * Use USE_TK. * Make sure that ODBC is not built if WITHOUT_ODBC is defined. * Disable ODBC if ${OSVERSION} < 500000. * Fix pkg-plist using PLIST_SUB. * Fix some portlint warnings.
* Update to the 20060203 snapshot of GCC 4.1.0.gerald2006-02-052-16/+16
|
* Update to the 20060202 snapshot of GCC 4.0.3.gerald2006-02-042-16/+16
|
* Remove expired portvs2006-02-0414-485/+0
|
* Upgrade to latest version.vanilla2006-02-042-4/+4
| | | | | PR: ports/92773 Submitted by: maintainer
* Remove bogus DEPENDS. Instead, list pm3-base in BUILD_DEPENDS twice sokris2006-02-031-2/+3
| | | | | that it is installed, and we also run its configure script. Add missing USE_GMAKE needed to satisfy pm3-base port dependency check.
* Remove bogus DEPENDS. Instead, list pm3-base in BUILD_DEPENDS twice sokris2006-02-031-2/+5
| | | | | that it is installed, and we also run its configure script. Add missing USE_GMAKE needed to satisfy pm3-base port dependency check.
* - Update to 1.3.1garga2006-02-017-61/+18
| | | | | PR: ports/92674 Submitted by: maintainer
* Update to the 20060128 snapshot of GCC 4.2.0.gerald2006-02-0116-128/+128
|
* Fix build on 7-current. This adds a hack to avoid malloc problems butperky2006-02-011-0/+2
| | | | the hack has no effect to the final binaries.
* Add missing RUN_DEPENDS on pike72kris2006-02-011-0/+1
| | | | Submitted by: maintainer
* - pfpro extension is only for php4ale2006-02-011-1/+1
| | | | - add location to pfpro directory
* fix duplicate distfileedwin2006-02-012-7/+1
|
* SHA256ify (approved by krion@)edwin2006-02-012-22/+82
|
* SHA256-ify (approved by krion@)edwin2006-02-011-69/+241
|
* Update to the 20060127 snapshot of GCC 4.1.0.gerald2006-02-012-16/+16
|
* - Add a php extension pfpro (PayFlow Pro).pav2006-02-012-2/+8
| | | | | | PR: ports/82843 Submitted by: Mike Durian <durian@shadetreesoftware.com> Approved by: maintainer timeout (1 month)
* - Update to 20060121tdb2006-02-012-4/+4
| | | | | PR: 92641 Submitted by: Nils M Holm <nmh@t3x.org> (maintainer)
* Upgrade to v110.57.jkoshy2006-02-014-87/+102
| | | | Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER]
* - Add a backup MASTER_SITES and make it fetchable againgarga2006-01-311-1/+2
| | | | | | PR: ports/92551 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Reviewed by: maintainer
* Fix MASTER_SITE_SUBDIRjylefort2006-01-311-1/+1
| | | | Reported by: pointyhat via kris
* Fix linking on 4.x (yes, this is another PHP configure bug).ale2006-01-313-3/+9
| | | | While I'm here, replace a '=' with '+='.
* Chase shlib bump of libexpat.kuriyama2006-01-311-4/+4
|
* Add support for getopt_long and fix getopt().ale2006-01-314-2/+24
|
* Fix getopt() and add support for getopt_long.ale2006-01-302-1/+12
|
* - Add more MASTER_SITESgarga2006-01-301-1/+2
| | | | | PR: ports/92545 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Remove non-existing WWW.tobez2006-01-301-2/+0
| | | | | PR: 92544 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* SHA256ifyedwin2006-01-305-20/+87
| | | | Approved by: krion@
* SHA256ifyedwin2006-01-305-3/+18
| | | | APproved by: krion@
* Update to release of 2006-01-27.perky2006-01-303-8/+30
|
* - Reset MAINTAINERahze2006-01-301-1/+1
|
* - Fix on 64-bit archespav2006-01-305-4/+55
| | | | | PR: ports/92396 Submitted by: Dan Rench <citric@cubicone.tmetic.com> (maintainer)
* BROKEN on !i386 and on 4.x: Does not compilekris2006-01-291-0/+8
|
* - Update to 0.9.9pav2006-01-286-113/+153
| | | | | PR: ports/92398 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> (maintainer)
* - Mark only for i386 (application only supports i386 architecture).tdb2006-01-281-1/+2
| | | | - Remove USE_REINPLACE.
* - Fix possibility of "infinite make fork" when "Registering install for ..."linimon2006-01-283-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EMACS ports. [1] - Allow building a port as root using an NFS-mounted /usr/ports if the server maps root to a UID other than root. [2] - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail status rather than success. [3] - Improve behavior when dealing with versioned dependencies. [4] - Fix false positives in check-conflicts target. [5] - Remove obsolete bzip2 code. [6] - Add physical category net-p2p. [7] - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11] - INDEX can now be moved outside of ports tree. [9] - Add ghostscript-gpl. [10] - Remove obsolete USE_MESA. [12] - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13] - Document ALWAYS_KEEP_DISTFILES. [14] - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15] PR: ports/37596 [1], ports/57259 [2], ports/63216 [3], ports/89448 [4], ports/89710 [5], ports/88996 [6], ports/89260 [7], ports/89363 [8], ports/89809 [9], ports/89853 [10], ports/91086 [11], ports/91710 [12], ports/91727 [13], ports/92111 [14], ports/92124 [15] Submitted by: Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12], Andrew Heybey <ath at niksun dot com> [2], Jamie Jones <jamie at thompson dot bishopston dot net>, tobez [4], Mark Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15], pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10], netchild [11], erwin [14] Reviewed by: kris, clement (partially)
* Update to the 20060126 snapshot of GCC 4.0.3.gerald2006-01-272-16/+16
|
* Replace the dangerous .error with IGNORE.linimon2006-01-271-1/+1
|
* Upgrade to 2.5.8.vanilla2006-01-274-58/+7
| | | | | PR: ports/92390 Submitted by: Johan van Selst <johans@stack.dot.nl>
* Update to the 20060121 snapshot of GCC 4.2.0, which now includes libgomp.gerald2006-01-2724-128/+168
|
* Update to the 20060124 snapshot of GCC 3.4.6.gerald2006-01-272-16/+16
|
* Fix mastersite, now it's fetchable again.jmz2006-01-271-3/+2
| | | | | PR: ports/92385 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Reset maintainership - undeliverable addressgarga2006-01-261-1/+1
| | | | | | | | | <harbour@netfang.net>: 64.109.43.45 does not like recipient. Remote host said: 550 <harbour@netfang.net>: Recipient address rejected: User unknown in local recipient table Noticed by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - Fix spurious SIZE entrypav2006-01-261-1/+0
|
* - Author of last update agreed to take over this portpav2006-01-261-1/+1
|
* Update to 2.1.10.lawrance2006-01-268-310/+712
| | | | | | | | | Remove BROKEN and replace with ONLY_FOR_ARCHS, since this distribution is for 32-bit architectures. PR: ports/89613 (based on) Submitted by: Alexander Shiryaev <aixp@mail.ru> Approved by: ob@breuninger.org (maintainer, timeout 2 months)
* - Update to 2.1pav2006-01-263-8/+20
| | | | | | | | - Drop maintainership PR: ports/91934 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: Josh Elsasser <joshe@vineyard.net> (maintainer)
* Update to 1.11.tobez2006-01-252-4/+6
|
* Use the code actually committed into Ruby CVS againstume2006-01-242-42/+99
| | | | | | getcontext/setcontext issue. Obtained from: Ruby CVS
* Add mirror site on MASTER_SITE_LOCAL.tmclaugh2006-01-241-1/+3
| | | | Prompted by: kris
* Revert last commit. It is not possible (yet) to have the dirrmtry usagelinimon2006-01-232-2/+2
| | | | | | | | | | in the post-install target. Its usage must preceed generate-plist. This problem needs to be revisited either in a rework of bsd.port.mk or each of these Makefiles. Hat: portmgr Pointy hat: edwin`
* Adding port lang/tolua++, a utility for better binding between Lua and C++.aaron2006-01-2311-0/+149
| | | | Approved by: tobez
* - Update to 4.85pav2006-01-232-4/+4
| | | | | PR: ports/92121 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Switch to the USE_LINUX_RPM framework.jylefort2006-01-221-5/+6
|
* SHA256ifyedwin2006-01-22102-0/+154
| | | | Approved by: krion@
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2214-19/+19
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Better fix for the problem on AMD64 and Pentium4 since rev1.4.ume2006-01-221-22/+19
| | | | | | | | | | | getcontext() saves EFLAGS and setcontext() restores it. When carry flag is set in EFLAGS, setcontext() treats it as an system call error. This problem is filed as misc/92110. rev1.3 and before hid this problem, and rev1.4 exposed it. Drop carry flag before getcontext() for workaround for this problem. Submitted by: Tanaka Akira <akr__at__m17n.org> Tested by: TAKANO Yuji <takachan__at__running-dog.net>
* Update to the 20060120 snapshot of GCC 4.1.0.gerald2006-01-222-16/+16
|
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-2244-1171/+1171
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Upgrade to 1.0.14.thierry2006-01-223-18/+19
| | | | Changelog at <http://gambas.sourceforge.net/changelog.html>.
* WITHOUT_CPU_CFLAGS hack is not required anymore.ume2006-01-221-6/+0
| | | | Tested by: TAKANO Yuji <takachan__at__running-dog.net>
* fix build on AMD64 for workaround.ume2006-01-221-17/+22
| | | | Reported by: many
* ${CPUTYPE} might not defined.ume2006-01-211-0/+2
| | | | Reported by: cperciva
* Update to the 20060119 snapshot of GCC 4.0.3.gerald2006-01-212-16/+16
|
* It was not buildable with CPUTYPE=athlon64 or CPUTYPE=athlon-xpume2006-01-211-0/+4
| | | | | | | | since my last commit. It spun in 'miniruby' somewhere in a bigdecimal compile. So, if CPUTYPE is defined as athlon64 or athlon-xp, ignore CPU_CFLAGS for workaround. Reported by: Mike Harding <mvh__at__ix.netcom.com>
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64ume2006-01-212-17/+43
| | | | | | | | | | before gcc 4.0.3. previous one broke xcgroup of XCAST6: http://sourceforge.net/projects/xcast6/ Reported by: SUZUKI Koichi <metal__at__gc5.so-net.ne.jp> Obtained from: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/eval.c.diff?r1=1.616.2.148;r2=1.616.2.149
* - Update to 5.0.1garga2006-01-212-7/+6
| | | | | PR: ports/92011 Submitted by: Ports Fury
* - Update to 0.63pav2006-01-207-10/+84
| | | | | PR: ports/92026 Submitted by: Johan van Selst <johans@stack.nl>