mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
284d283afe
- Replace PERL with REINPLACE_CMD in post-patch. - Replace "iconv.h" with "${ICONV_PREFIX}/include/iconv.h" so /usr/include/iconv.h is included on FreeBSD 10 even when converters/iconv is installed. The port uses iconvctl(3) which isn't declared in /usr/local/include/iconv.h with -DLIBICONV_PLUG. - files/patch-lib-error.c: Implement program_name using __progname. - files/patch-libiconv-Makefile.in: deleted because the libiconv directory isn't built. - files/patch-src-Makefile.in: + Remove chunks that aren't needed. + Remove ../lib/libreco.a from LIBS so CFLAGS+=-fPIC can be removed from the port Makefile. Instead, just copy lib/error.c (the only file needed from libreco.a) to src/error.c and compile it into librecode.so. PR: 186637 Approved by: demon (maintainer)
23 lines
654 B
Plaintext
23 lines
654 B
Plaintext
bin/recode
|
|
include/recode.h
|
|
include/recodext.h
|
|
lib/librecode.a
|
|
lib/librecode.la
|
|
lib/librecode.so
|
|
lib/librecode.so.3
|
|
lib/librecode.so.3.0.6
|
|
man/man1/recode.1.gz
|
|
share/locale/da/LC_MESSAGES/recode.mo
|
|
share/locale/de/LC_MESSAGES/recode.mo
|
|
share/locale/el/LC_MESSAGES/recode.mo
|
|
share/locale/es/LC_MESSAGES/recode.mo
|
|
share/locale/fr/LC_MESSAGES/recode.mo
|
|
share/locale/gl/LC_MESSAGES/recode.mo
|
|
share/locale/it/LC_MESSAGES/recode.mo
|
|
share/locale/nl/LC_MESSAGES/recode.mo
|
|
share/locale/pl/LC_MESSAGES/recode.mo
|
|
share/locale/pt/LC_MESSAGES/recode.mo
|
|
share/locale/ru/LC_MESSAGES/recode.mo
|
|
share/locale/sl/LC_MESSAGES/recode.mo
|
|
share/locale/sv/LC_MESSAGES/recode.mo
|