1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/textproc/sigil/files
Raphael Kubo da Costa 679a9ba5d4 - Allow the port to build with archivers/libzip installed.
libzip installs /usr/local/include/zip.h, and -I/usr/local/include ended
  up being passed to the compiler before -I<path-to-internal-minizip-copy>,
  which caused problems. [1]

While here, modernize the Makefile:
- Move LICENSE to the appropriate place.
- Remove USE_DOS2UNIX: the files it was supposed to fix are not DOS-encoded
  anymore.
- Support staging.
- Convert from manually calling update-desktop-database and
  USE_GNOME=desktopfileutils to USES=desktop-file-utils.

PR:		ports/180350 [1]
Approved by:	maintainer timeout (no activity since the original report 7 months ago)
MFH:		2014Q1
2014-01-18 17:56:47 +00:00
..
patch-CMakeLists
patch-src_minizip_ioapi.h
patch-src_Sigil_CMakeLists.txt