/graphics/tinyows/

cgit/cgit.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat7x
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportmiwi2011-03-191-3/+0
|
* Set mode 0755 on MKDIR to create ${PREFIX}/lib/compat. Some users experiencedgarga2010-10-201-1/+2
| | | | | | problems when umask was 002 and this dir was created with group write perm. Reported by: ecrist at EFNet
* Update binaries to 7.3-RELEASEgarga2010-08-282-10/+10
|
* After discuss with jhb@ and kib@, here are fixed version of compat[567]x portsgarga2009-09-035-17/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | working fine when installed on 8.0. compat5x: Installed under a FreeBSD 6.x or 7.x: /usr/local/lib/compat/libpthread.so.1 (file) on amd64: /usr/local/lib32/compat/libpthread.so.1 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.1 -> ./libthr.so.1 (symlink) compat6x: Installed under a FreeBSD 7.x: /usr/local/lib/compat/libpthread.so.2 (file) on amd64: /usr/local/lib32/compat/libpthread.so.2 (fine) Installed under a FreeBSD 8.x: /usr/local/lib/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) on amd64: /usr/local/lib32/compat/libpthread.so.2 -> ./libthr.so.2 (symlink) compat7x: Installed under a FreeBSD 8.x: /usr/local/lib/compat/libkse.so.3 -> /lib/libthr.so.3 (symlink) on amd64: /usr/local/lib32/compat/libkse.so.3 -> /usr/lib32/libthr.so.3 (symlink) Reported by: kib Thanks to: jhb and kib
* - Reroll compat7x distfiles with correct directory namegarga2009-08-252-9/+10
| | | | - Bump PORTREVISION