Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GePhex is an interactive effect system for video jockeys. The effects | Thierry Thomas | 2006-01-22 | 19 | -0/+646 |
| | | | | | | | | | | | can be controlled with external devices like joysticks, web-cams, or midi-devices. New effects can be designed in a GUI (Graphical User Interface) by composing basic effects into more complex ones. WWW: http://www.gephex.org/ PR: ports/7359 Submitted by: Igor Pokrovsky <ip (at) doom.homeunix.org> | ||||
* | - Add checks to make sure a database backend has been chosen. | Florent Thoumie | 2006-01-22 | 1 | -0/+7 |
| | | | | | | - Fix INDEX build when WITHOUT_MYSQL is defined. Reported by: kris | ||||
* | This port broke INDEX building, when WITH_MOTIF is defined, fix expression | Andrey A. Chernov | 2006-01-22 | 1 | -1/+1 |
| | | | | Approved by: Panagiotis Astithas <past@ebs.gr> from freebsd-eclipse | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 382 | -0/+433 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 257 | -0/+289 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 631 | -0/+910 |
| | | | | Approved by: krion@ | ||||
* | Use the kdelibs3-nocups plist in the WITHOUT_CUPS case. | Michael Nottebrock | 2006-01-22 | 2 | -0/+2 |
| | | | | Noticed by: kris | ||||
* | http://developer.linuxtag.net/knoppix/sources/ is not accessible for a | Max Khon | 2006-01-22 | 1 | -1/+1 |
| | | | | long time. Switch to another MASTER_SITE. | ||||
* | SHA256ify (manually checked and updated) | Edwin Groothuis | 2006-01-22 | 10 | -2/+29 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 15 | -0/+16 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 270 | -0/+335 |
| | | | | Approved by: krion@ | ||||
* | - Update to 2.5 | Pav Lucistnik | 2006-01-22 | 5 | -120/+245 |
| | | | | | PR: ports/92116 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> | ||||
* | SHA256ify (manually updated and checked) | Edwin Groothuis | 2006-01-22 | 36 | -20/+68 |
| | | | | Approved by: krion@ | ||||
* | The OpenFOAM (Open Field Operation and Manipulation) CFD Toolbox can simulate | Thierry Thomas | 2006-01-22 | 41 | -0/+9979 |
| | | | | | | | | | | | anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics, electromagnetics and the pricing of financial options. WWW: http://www.opencfd.co.uk/openfoam/index.html PR: ports/91886 Submitted by: thierry | ||||
* | SHA256ify (manually done and checked) | Edwin Groothuis | 2006-01-22 | 29 | -16/+59 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 121 | -0/+233 |
| | | | | Approved by: krion@ | ||||
* | mark as broken when RUBY < 1.7 | Edwin Groothuis | 2006-01-22 | 1 | -0/+2 |
| | |||||
* | Oops, revert previous commit which was caused by a bug in my testing. | Kris Kennaway | 2006-01-22 | 1 | -4/+0 |
| | | | | Pointy hat to: kris | ||||
* | BROKEN when WITHOUT_X11: Incorrect pkg-plist | Kris Kennaway | 2006-01-22 | 1 | -0/+4 |
| | |||||
* | SHA256-ify (very manually) | Edwin Groothuis | 2006-01-22 | 1 | -0/+9 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 1242 | -0/+1388 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 208 | -0/+223 |
| | | | | Approved by: krion@ | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 40 | -0/+40 |
| | | | | Approved by: krion@ | ||||
* | - update to 2.14 | Yen-Ming Lee | 2006-01-22 | 6 | -24/+22 |
| | | | | | | | - skip the scripts that shipped with perl-5.8.7 Submitted by: leeym Approved by: maintainer | ||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 120 | -1283/+1275 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Back out previous commit, it was fixed in the master port | Kris Kennaway | 2006-01-22 | 1 | -2/+0 |
| | |||||
* | Back out PORTREVISION change committed with previous BROKEN commit | Kris Kennaway | 2006-01-22 | 1 | -1/+2 |
| | |||||
* | eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 206 | -1025/+1028 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Better fix for the problem on AMD64 and Pentium4 since rev1.4. | Hajimu UMEMOTO | 2006-01-22 | 1 | -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 Wine 0.9.6. | Gerald Pfeifer | 2006-01-22 | 6 | -10/+12 |
| | |||||
* | ftp.cn.freebsd.org is temporarily missing the local distfiles, so comment | Doug Barton | 2006-01-22 | 1 | -2/+2 |
| | | | | them out while the admins (who are aware of the issue) solve the problem. | ||||
* | Don't bother mounting doc tree, it's not needed by any ports | Kris Kennaway | 2006-01-22 | 1 | -12/+8 |
| | | | | | | Use LOCALBASE/X11BASE values from buildenv xorg uses the stock BSD.x11-4.dist now. | ||||
* | Remove -nodoccvs option, it turns out mounting the doc tree is not | Kris Kennaway | 2006-01-22 | 1 | -14/+1 |
| | | | | required by any ports | ||||
* | Also clean up linprocfs mounts | Kris Kennaway | 2006-01-22 | 1 | -0/+1 |
| | |||||
* | Pull in buildenv for LOCALBASE/X11BASE locations | Kris Kennaway | 2006-01-22 | 1 | -2/+4 |
| | | | | Don't bother cleaning up doc mounts, they are not needed. | ||||
* | Use LOCALBASE and X11BASE from buildenv | Kris Kennaway | 2006-01-22 | 1 | -1/+4 |
| | |||||
* | Allow for the possibility of overriding LOCALBASE and X11BASE | Kris Kennaway | 2006-01-22 | 1 | -0/+2 |
| | |||||
* | Incorporate the emergency fix from ports/92128. | Mark Linimon | 2006-01-22 | 2 | -4/+4 |
| | |||||
* | Update to the 20060120 snapshot of GCC 4.1.0. | Gerald Pfeifer | 2006-01-22 | 2 | -16/+16 |
| | |||||
* | Emergency fix to the @dirrmtry code. | Mark Linimon | 2006-01-22 | 1 | -2/+2 |
| | | | | | | PR: ports/92128 Submitted by: edwin Reviewed by: kris, linimon | ||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 4 | -416/+416 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | - update to 1.103 | Cheng-Lung Sung | 2006-01-22 | 2 | -4/+4 |
| | | | | - add SHA256 | ||||
* | - update to 1.06 | Yen-Ming Lee | 2006-01-22 | 2 | -9/+15 |
| | | | | | | | - unbreak it on perl 5.005_03 PR: 92101 Submitted by: maintainer | ||||
* | Update to 4.6.5 | Maho Nakata | 2006-01-22 | 2 | -3/+4 |
| | | | | Notified by: fenner, kris, and edwin | ||||
* | Update these two to the next set of 5-exp patches. | Mark Linimon | 2006-01-22 | 4 | -70/+952 |
| | |||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 1374 | -4897/+4897 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Fix pkg-plist. | Vanilla I. Shu | 2006-01-22 | 1 | -0/+1 |
| | | | | Obtained from: kris@ | ||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 171 | -915/+915 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | Edwin Groothuis | 2006-01-22 | 423 | -2753/+2753 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | (forced commit) | Maho Nakata | 2006-01-22 | 0 | -0/+0 |
| | | | | PR: 92029 |