[BACK]Return to TODO CVS log [TXT][DIR] Up to [local] / ports

Annotation of ports/TODO, Revision 1.23

1.23    ! yason       1: $Id: TODO,v 1.22 2009/10/03 08:49:58 yason Exp $
1.10      yason       2:
                      3: #audio/openal-soft#
1.22      yason       4: Needs testing and solution for freealut. Also I need to find out the way for showing ${LOCALBASE} to cmake to enable portaudio backend.
1.1       yason       5:
                      6: #cad/tkgate#
                      7: Works fine. Tested on i386
                      8:
1.14      yason       9: #cad/tkgate2#
                     10: Problems with simulation.
1.1       yason      11:
                     12: #emulators/dgen#
                     13: Builds on i386 and amd64. Needs testing on -current
                     14:
                     15: #emulators/tkdgen#
                     16: Builds on i386 and amd64. Needs testing on -current
1.3       yason      17:
1.4       yason      18: #games/asc#
                     19: Works fine, except asc_weaponguide. Needs libsigc++ update.
                     20:
1.10      yason      21: #games/dunelegacy#
                     22: Works fine on i386.
                     23:
1.14      yason      24: #games/flightgear#
                     25: Needs isNaN hook for graphics/osg
                     26:
                     27: #games/foobillard#
                     28: works fine on i386 and amd64
                     29:
1.4       yason      30: #games/glob2#
1.14      yason      31: Some minor warnings from portaudio and config finding problems. Runs on i386 and amd64
1.1       yason      32:
1.4       yason      33: #games/hoh#
                     34: Not commited, but have some progress
                     35:
                     36: #games/maxr#
                     37: Needs sdl-mixer update
                     38:
1.14      yason      39: #games/palomino#
1.20      yason      40: /usr/local/include/osg/GL:24:31: error: GL/gl.h: No such file or directory
1.14      yason      41:
1.4       yason      42: #games/polygen#
                     43: Works fine on i386; needs testing on other archs where ocaml is supported.
1.9       yason      44:
1.14      yason      45: #games/scorched3d#
1.23    ! yason      46: Error in src/common/actions/Napalm.cpp:94,97,529,533
1.14      yason      47:
1.9       yason      48: #games/smc#
1.14      yason      49: Secret Mario Cronicles. Builds fine on i386, but abort trap is happening on start. M.b. related to boost version?
                     50:
1.16      yason      51: #games/spring#
                     52: Needs cmake 2.6
                     53:
1.14      yason      54: #games/torcs#
1.21      yason      55: /usr/bin/ld: /usr/lib/gcc-lib/amd64-unknown-openbsd4.6/3.3.5/libgcc.a(unwind-dw2.o): relocation R_X86_64_32S can not be used when making a shared object; recompile with -fPIC
                     56: /usr/lib/gcc-lib/amd64-unknown-openbsd4.6/3.3.5/libgcc.a: could not read symbols: Bad value
                     57: collect2: ld returned 1 exit status
                     58: Add -shared and -fPIC on amd64
1.9       yason      59:
                     60: #games/ufoai#
1.19      yason      61: Builds fine on i386 and amd64. Abort trap caused by audio? on amd64.
1.14      yason      62:
                     63: #games/vdrift#
1.15      yason      64: problems with -Wextra flag.
1.4       yason      65:
1.14      yason      66: #games/xfrisk#
                     67:
                     68: #geo/gpscorrelate#
                     69: Needs a hook for document building.
                     70:
                     71: #geo/gpsman#
1.18      yason      72: Starts on i386 and amd64. Needs testing with real data.
1.14      yason      73:
                     74: #geo/navit#
1.1       yason      75:
                     76: #geo/roadmap#
                     77: I should decide whether delete it or not.
                     78:
                     79: #geo/tangogps#
1.6       yason      80: Needs testing of geotag features.
1.1       yason      81:
1.10      yason      82: #geo/viking#
1.14      yason      83: Needs testing and correct patch for NAN.
                     84:
                     85: #graphics/cegui#
                     86: Needed by Secret Mario Clone. Move patch stuff into Makefile (reinplace) as in FreeBSD port,
                     87: handle documentation and go to SMC building.
                     88:
                     89: #graphics/devil#
                     90: M.b. useful for some SW. Needs more testing.
                     91:
                     92: #graphics/fotoxx#
1.10      yason      93:
1.1       yason      94: #graphics/jp2a#
                     95: Builds on i386. Needs testing on -current.
                     96:
1.8       yason      97: #graphics/osg#
                     98: Dependency for FlightGear. Needs testing.
1.7       yason      99:
1.14      yason     100: #graphics/simgear#
                    101: Need for games/flightgear. Problems with OSG headers.
                    102:
1.10      yason     103: #graphics/sk1#
1.14      yason     104: Some errors while running. Needs testing. Needs lcms with python bindings.
1.10      yason     105:
1.7       yason     106: #graphics/uniconvertor#
                    107: Needs testing
1.1       yason     108:
1.4       yason     109: #japanese/gjiten#
                    110: Reconsider dependency on unzip, iconv, etc (for getdict.pl). - about this script... you shouldn't harcode paths. Create a variable and then change it to ${P
                    111: REFIX} via *-configure hook in Makefile. Anyway it runs just fine.
                    112:
1.1       yason     113: #mail/squirrelmail#
1.10      yason     114: Currently tested on linklevel.net. Needs some hook for data and attach dirs. Needs chrooted apache tests. PHP in RUN_DEPENDS?
1.16      yason     115:
                    116: #misc/racktables#
1.17      yason     117: Works fine, but some @sample files still missing. look at distro's README. needs some words about db creation in MESSAGE and some words about update process in UNMESSAGE
1.1       yason     118:
1.5       yason     119: #net/imspector#
                    120: Need some polyshing and testing. In some cases ICQ connection drops. Should ask developer.
                    121:
                    122: #net/xl2tpd#
                    123: Needs testing
1.4       yason     124:
1.1       yason     125: #sysutils/apcupsd#
1.2       yason     126: Work fine on i386 and amd64, but has a problem with dns name lookup. (gethostbyname error?)
1.1       yason     127:
1.14      yason     128: ####editors/openoffice3-dicts
1.1       yason     129: I could add a "ja" dictionary to an openoffice3-dicts when some mirror will
                    130: have a pre-built openoffice3 package. Contact robert@ .
                    131:
1.4       yason     132: ####inputmethods/scim-anthy
1.1       yason     133: I'd like to port anthy IMEngine module for scim.
1.12      nbrk      134:
                    135: ####archivers/upx
                    136: "the Ultimate Packer for eXecutables", the Linux crew seem to fuck with this just right in the kernel.
                    137:
                    138: ####converters/mdf2iso
                    139: ####converters/nrg2iso
                    140: ####converters/ccd2iso
1.13      nbrk      141: ####converters/ecm
1.12      nbrk      142: These tools aid enjoing the Playstation games ripped off on broken operating systems with broken software.
                    143:
                    144: ####emulators/epsxe
                    145: ####emulators/epsxe-peopsgpu
                    146: ####emulators/epsxe-peopsspu
                    147: The epsxe160lin works just fine via our linux ABI. But not without being depacked from the Linux UPX archive.
                    148: Peops software GPU and SPU plugins work well as usual.
                    149: Just copy the plugins, install fedora_base & mount /proc and you're done.
                    150:

CVSweb