aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - 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>
* Update to 0.05.tobez2006-01-202-4/+5
|
* Remove ONLY_FOR_ARCHS.arved2006-01-201-2/+0
| | | | | Reported by: Paul Scherf on freebsd-ports Tested on: amd64 and sparc64
* - bump PORTEPOCHdinoex2006-01-201-0/+1
|
* BROKEN: Does not compilekris2006-01-201-0/+2
|
* BROKEN on ia64 and sparc64: Does not compilekris2006-01-201-0/+4
|
* - Fix distinfo and unbreak.tdb2006-01-192-5/+3
| | | | | | | | | | | | - Distfile rerolled, changes as follows (full diff is ~500 lines): Change version number from 2.36 to 2.37 configure.in contains a few changes like this: -AC_MSG_NOTICE([ * Berkeley-DB (Tools):]) +AC_MSG_NOTICE([ * Berkeley-DB (Tools)]) PR: 91739 Submitted by: Andreas Eder <are@staffa.eder.local> Approved by: maintainer
* - new option GNUSTEP_PREFIXdinoex2006-01-193-3/+6
| | | | allow user defined location of all files
* - new default gcc34dinoex2006-01-191-1/+18
| | | | | | | - new options: GNUSTEP_WITH_GCC40 GNUSTEP_WITH_GCC41 GNUSTEP_WITH_GCC42
* Update to 5.6.2mnag2006-01-197-61/+60
| | | | | | | Mark as IGNORE < 500100. Require some C99 functions. PR: 91936 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
* Upgrade to v301 --- bug fixes and changes to the demos.jkoshy2006-01-193-7/+75
|
* - Fix build on sparc64pav2006-01-191-0/+44
| | | | | | Investigated by: marius This patch by: Tanaka Akira <akr@m17n.org> (akr in ruby CVS) Obtained from: ruby CVS
* s/PHP_EXTDIR/EXTSUBDIR/gale2006-01-172-6/+6
| | | | The previous variable was too similar to PHP_EXT_DIR defined in bsd.php.mk.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-171-1/+4
| | | | from the big tarball.
* Speed up the build of PHP extensions by extracting only the extension subdirale2006-01-172-2/+10
| | | | | from the big tarball. Fix xsl extensions that look for files outside its WRKSRC.
* - enable fake-main support againdinoex2006-01-161-1/+2
| | | | | so packages can be build without procfs - new option WITHOUT_GNUSTEP_FAKEMAIN
* Update to 5.1.2 release:ale2006-01-1611-28/+64
| | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions
* Add kroc 1.4.0, the Kent Retargettable occam-pi Compiler.tdb2006-01-1610-0/+290
|
* - Provide pthread-less Ruby packagepav2006-01-162-0/+16
|
* - Provide WITHOUT_PTHREADS optionpav2006-01-161-3/+9
| | | | Submitted by: Yoshiaki Kasahara <kasahara@nc.kyushu-u.ac.jp>
* Update to 4.4.2 release.ale2006-01-165-136/+10
|
* - Fix bug: FileUtils.mv() does not unlink source file when moving overpav2006-01-162-1/+11
| | | | | | filesystem boundaries Reported by: Virgil Champlin <champlin@stupidog.org>
* - Update for 1.8.4pav2006-01-161-0/+1
| | | | Reported by: krismail
* - No latest link, to prevent clash with lang/ruby18pav2006-01-151-0/+2
| | | | Reported by: kris
* - No latest link, to prevent clash with lang/fpc2pav2006-01-151-0/+2
| | | | Reported by: kris
* Update to the 20060114 snapshot of GCC 4.2.0.gerald2006-01-1516-128/+128
|
* Update to the 20060113 snapshot of GCC 4.1.0.gerald2006-01-152-16/+16
|
* Update to 1.1.12.1tmclaugh2006-01-1512-361/+118
| | | | Project by: BSD# <www.mono-project.com/Mono:FreeBSD>
* - OPENSSLINC is even betterpav2006-01-151-1/+1
| | | | Submitted by: mezz
* - Use OPENSSLBASEpav2006-01-151-5/+2
| | | | Suggested by: mezz
* - Add patchfile neded for ruby-tkpav2006-01-151-0/+7
|
* 1: upgrade to latest version.vanilla2006-01-152-4/+4
| | | | 2: remove BROKEN on x11-toolkits/ewl.
* - Account for removal of tcltklib; 1.8 is now defaultpav2006-01-141-7/+3
|
* - Remove ruby-tcltklib; it was collapsed into ruby-tk in 1.8.4pav2006-01-144-102/+0
|
* - Enable pthreads using configure switch, so autodetection based on headerspav2006-01-141-3/+2
| | | | parsing works
* - Correct OpenSSL handling from previous commitpav2006-01-141-1/+1
|
* - Make OpenSSL handling more obviouspav2006-01-141-2/+6
|
* - Update to 1.8.4pav2006-01-146-472/+696
| | | | | PR: ports/91556 Submitted by: Alexander Wittig <alexander@wittig.name>
* BROKEN: Does not buildkris2006-01-141-0/+2
|
* BROKEN: Size mismatchkris2006-01-141-0/+2
|
* Update to the 20060112 snapshot of GCC 4.0.3.gerald2006-01-142-16/+16
|
* - Update graphics/libglut to 6.4.1.sem2006-01-122-1/+3
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Update to Onyx 5.1.2.jasone2006-01-122-5/+6
| | | | Approved by: markm (mentor)
* Update to the 20060110 snapshot of GCC 3.4.6.gerald2006-01-122-16/+16
|
* Remove / from the DISTFILES, properly use grouped master-sites.edwin2006-01-112-7/+9
| | | | Noticed by: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
* Unbreak: Build w/o FD-solver on 6.x+vs2006-01-102-7/+11
| | | | Currently I do not have the resources to find out why it's breaking
* Spidermonkey version update to 1.5 with fixes for ia64/amd64edwin2006-01-094-38/+29
| | | | | | | Update source to spidermonkey 1.5 and patched (much thanks to Anish Mistry) to fix compilation problems under amd64 (and presumably ia64 too but untested) and to make the build thread-safe. PR: ports/91522 Submitted by: Dan Rench <citric@cubicone.tmetic.com>
* Update to the 20060107 snapshot of GCC 4.2.0.gerald2006-01-0916-144/+128
| | | | | GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can avoid my hack to remove it.
* Update to the 20060106 snapshot of GCC 4.1.0.gerald2006-01-082-18/+16
| | | | | GCC no longer installs an empty ${PREFIX}/share/classpath/, so we can avoid my hack to remove it.
* 1: Upgrade to 7.6.64.vanilla2006-01-087-215/+5
| | | | | | | 2: use ONLY_FOR_ARCHS, and it's compileable on my amd64 box. PR: ports/91452 Submitted by: maintainer
* Add lang/p5-Perl6-Subs 0.05, a source filter that adds a very usefultobez2006-01-085-0/+49
| | | | subset of Perl 6 subroutine syntax to Perl 5.
* - Don't touch what comes from mtreepav2006-01-082-4/+0
| | | | Approved by: maintainer
* Upgrade to 2.763.vanilla2006-01-072-8/+5
| | | | | PR: ports/91459 Submitted by: Ports Fury
* Update to the 20060105 snapshot of GCC 4.0.3.gerald2006-01-072-16/+16
|
* [UPDATE]: lang/ferite: Update to version 1.0.2edwin2006-01-072-4/+4
| | | | | | | | | | | | | | | | | This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues: - Fix for a threading issue that caused the engine to crash with a memory issue. - Fix for rmi and a lack of parsing of arguments within function calls. - Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces the GC to be run when in blocking listen mode and also forces the shutdown of network sockets. - Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted objects within the GC - Fix for refcounting issues within the assignment of objects - Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c - Fix for class/namespace modifies on a class/namesapce that already exists PR: ports/91409 Submitted by: Frank Laszlo <laszlof@vonostingroup.com>
* Honour WITHOUT_X11.vs2006-01-062-382/+397
| | | | | | | | | Note that except for OpenAL the --without-foo flags to configure are currently ignored, so some post-configure intervention is required to get this right when X11 is present but not desired. Requested by: Yuri Karaban Approved by: maintainer (cabal)
* Update to the 20060103 snapshot of GCC 3.4.6.gerald2006-01-052-16/+16
|
* - Update to 20051202pav2006-01-054-122/+1261
| | | | | | PR: ports/90097 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: maintainer
* Chase libversion bumb to libMagick.so.9edwin2006-01-051-2/+2
| | | | PR: ports/91270
* update lang/sketchyedwin2006-01-043-99/+64
| | | | | | | | | | | Update to version 2006-01-02. (In case the pasted diff is not usable, please contact me by email. I have tried to send the patch by mail, but my provider appears to be blacklisted at spamcop.net.) PR: ports/91271 Submitted by: Nils M Holm <nmh@t3x.org>
* [maintainer-update] lang/clisp to version 2.37edwin2006-01-032-4/+4
| | | | | | | Update port to latest upstream version. PR: ports/91253 Submitted by: Jakub Rehor <jakub@rehor.net>
* This port still requires emacs20, so use the port.mk emacs frameworkdd2006-01-021-3/+2
| | | | | | | | to get the right port. (Actually, ideally, the port would just be upgraded to use emacs21, but--this is better than nothing for now.) PR: 90469, 90471 Submitted by: NIIMI Satoshi
* Update to the 20051230 snapshot of GCC 4.1.0.gerald2006-01-022-16/+16
|
* Update to the 20051231 snapshot of GCC 4.2.0.gerald2006-01-0216-128/+128
|
* - Update to 4.84pav2006-01-022-4/+4
| | | | | PR: ports/91153 Submitted by: James Bailie <jimmy@jamesbailie.com> (maintainer)
* Update to 1.0.1ehaupt2005-12-313-203/+91
| | | | | PR: 91095 Submitted by: Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
* Update to the 20051229 snapshot of GCC 4.0.3.gerald2005-12-313-17/+16
| | | | | Remove broken removal of the info/gcc40 directory; this has to be handled by Mk/bsd.ports.mk.
* Update to the 20051227 snapshot of GCC 3.4.6.gerald2005-12-293-17/+16
| | | | | Remove broken removal of the info/gcc34 directory; this has to be handled by Mk/bsd.ports.mk.
* Update to the 20051223 snapshot of GCC 4.1.0.gerald2005-12-294-25/+31
| | | | | | | | | | Install the .info files of the lang/gcc41 port in a port-specific subdirectory, and move include/mf-runtime.h into a version specific directory. This allows us to remove the conflict with lang/gcc33, and reduce the clash with lang/gcc42. Also improve packaging by using @dirrm include/ssp instead of speculative removal.
* New port: lang/fpc2edwin2005-12-295-0/+515
| | | | | | | | | | | | | | | Freepascal 2.0.0 is the latest release of freepascal compiler suite. Originally named FPK-Pascal, the Free Pascal compiler is a 32 bit Turbo Pascal compatible Pascal compiler for DOS, Linux, Win32, OS/2, (based on an older version) the AmigaOS, FreeBSD/ELF, and BeOS. WWW: http://www.freepascal.org/ PR: ports/82640 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>