new port: x11/fldiff - A graphical diff program using FLTK Fldiff is a graphical diff program that shows the differences between two files/directories, or a file/directory and a CVS or Subversion repository. It is inspired by xdiff (Motif-based) and xxdiff (Qt-based), whose choice of GUI toolkit has hampered their portability to many of the systems I work with.
Responsible Changed From-To: freebsd-ports-bugs->jylefort Take.
State Changed From-To: open->closed Committed (as textproc/fldiff) with a few modifications, thanks! Notes: - the x11 category should usually not appear in a CATEGORIES line, see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-categories.html - it is not necessary (although harmless) to use ${CFLAGS}/${CXXFLAGS} in the link command - ports must not specify their own optimization flags, see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-cflags.html - in order to ensure proper permissions/ownerships, files must be installed with ${INSTALL_*}, not cp