/sysutils/k8temp/

-ports-graphics' title='freebsd-ports-graphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* - 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-08