graphics/giftrans hasn't worked for a very long time as the path to the rgb.txt file is wrong. I suspect most people just use netpbm or similar. I fixed the port but ended up not using it.
- todd Index: graphics/giftrans/Makefile =================================================================== RCS file: /cvs/ports/graphics/giftrans/Makefile,v retrieving revision 1.20 diff -u -p -u -r1.20 Makefile --- graphics/giftrans/Makefile 8 Oct 2015 12:02:03 -0000 1.20 +++ graphics/giftrans/Makefile 9 Oct 2015 13:41:28 -0000 @@ -4,6 +4,7 @@ COMMENT= handle GIF89a transparent optio DISTNAME= giftrans PKGNAME= giftrans-1.12 +REVISION= 0 CATEGORIES= graphics # BSD-like, badly worded @@ -15,7 +16,7 @@ MASTER_SITES= ftp://ftp.lab.kdd.co.jp/in NO_TEST= Yes do-configure: - @sed -i 's,/usr/lib,${X11BASE}/lib,g' ${WRKSRC}/giftrans.c + @sed -i 's,/usr/lib,${X11BASE}/share,g' ${WRKSRC}/giftrans.c do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} giftrans.c -o giftrans