mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
4ba25cb640
- The configure script adds dependencies on libiconv and libintl when found so set USE_GETTEXT and USE_ICONV accordingly. If these libraries are not yet installed, these dependencies can be turned off by defining WITHOUT_NLS. There's no easy way to force these dependencies off as the configure script doesn't offer such a knob and modifying its tests is not allowed. - When setting USE_GETTEXT and USE_ICONV, also add OSDEFS to the MAKE_ENV as a hack to pass -I${LOCALBASE}/include as CPPFLAGS so the installed iconv.h is found. - Install the charset conversion tables. - Set ${INS_BASE} to ${LOCALBASE} in DEFAULTS/Defaults.freebsd so the path constructed by libsiconv and mkisofs points to the installed conversion tables. - Fix a bug that caused the 'iconv:' prefix not to be stripped from the implied '-output-charset' when the conversion tables are not found or '-input-charset' is used with the 'iconv:' prefix. Submitted by: jkim Approved by: netchild
117 lines
3.8 KiB
Plaintext
117 lines
3.8 KiB
Plaintext
bin/btcflash
|
|
bin/cdda2wav
|
|
bin/cdrecord
|
|
bin/devdump
|
|
bin/isodebug
|
|
bin/isodump
|
|
bin/isoinfo
|
|
bin/isovfy
|
|
bin/list_audio_tracks
|
|
bin/mkhybrid
|
|
bin/mkisofs
|
|
bin/readcd
|
|
bin/scgcheck
|
|
lib/siconv/cp10000
|
|
lib/siconv/cp10006
|
|
lib/siconv/cp10007
|
|
lib/siconv/cp10029
|
|
lib/siconv/cp10079
|
|
lib/siconv/cp10081
|
|
lib/siconv/cp1250
|
|
lib/siconv/cp1251
|
|
lib/siconv/cp1252
|
|
lib/siconv/cp1253
|
|
lib/siconv/cp1254
|
|
lib/siconv/cp1255
|
|
lib/siconv/cp1256
|
|
lib/siconv/cp1257
|
|
lib/siconv/cp1258
|
|
lib/siconv/cp437
|
|
lib/siconv/cp737
|
|
lib/siconv/cp775
|
|
lib/siconv/cp850
|
|
lib/siconv/cp852
|
|
lib/siconv/cp855
|
|
lib/siconv/cp857
|
|
lib/siconv/cp860
|
|
lib/siconv/cp861
|
|
lib/siconv/cp862
|
|
lib/siconv/cp863
|
|
lib/siconv/cp864
|
|
lib/siconv/cp865
|
|
lib/siconv/cp866
|
|
lib/siconv/cp869
|
|
lib/siconv/cp874
|
|
lib/siconv/iso8859-1
|
|
lib/siconv/iso8859-10
|
|
lib/siconv/iso8859-11
|
|
lib/siconv/iso8859-13
|
|
lib/siconv/iso8859-14
|
|
lib/siconv/iso8859-15
|
|
lib/siconv/iso8859-16
|
|
lib/siconv/iso8859-2
|
|
lib/siconv/iso8859-3
|
|
lib/siconv/iso8859-4
|
|
lib/siconv/iso8859-5
|
|
lib/siconv/iso8859-6
|
|
lib/siconv/iso8859-7
|
|
lib/siconv/iso8859-8
|
|
lib/siconv/iso8859-9
|
|
lib/siconv/koi8-r
|
|
lib/siconv/koi8-u
|
|
@dirrm lib/siconv
|
|
%%RSCSI%%sbin/rscsi
|
|
%%RSCSI%%@exec chmod u+s %B/%f
|
|
@unexec if cmp -s %D/etc/cdrecord.sample %D/etc/cdrecord; then rm -f %D/etc/cdrecord; else echo "If permanently deleting this package, %D/etc/cdrecord must be removed manually."; fi
|
|
etc/cdrecord.sample
|
|
@exec [ -f %B/cdrecord ] || cp %B/%f %B/cdrecord
|
|
%%RSCSI%%@unexec if cmp -s %D/etc/rscsi.sample %D/etc/rscsi; then rm -f %D/etc/rscsi; else echo "If permanently deleting this package, %D/etc/rscsi must be removed manually."; fi
|
|
%%RSCSI%%etc/rscsi.sample
|
|
%%RSCSI%%@exec [ -f %B/rscsi ] || cp %B/%f %B/rscsi
|
|
%%RSCSI%%@unexec if pw usershow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, user \"rscsi\" and its homedirectory must be removed manually."; fi
|
|
%%RSCSI%%@unexec if pw groupshow rscsi >/dev/null 2>&1; then echo "If permanently deleting this package, group \"rscsi\" must be removed manually."; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.FreeBSD
|
|
%%PORTDOCS%%%%DOCSDIR%%/README.mkisofs
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/FAQ
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/Frontends
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/HOWTOUSE
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/OtherProgs
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/THANKS
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdda2wav/TODO
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/cdda2wav
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.ATAPI
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.DiskT@2
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.WORM
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.audio
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.cdplus
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.cdrw
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.cdtext
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.clone
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.copy
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.multi
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.raw
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.rscsi
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.sony
|
|
%%PORTDOCS%%%%DOCSDIR%%/cdrecord/README.verify
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/cdrecord
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.compression
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.eltorito
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.graft_dirs
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.hfs_boot
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.hfs_magic
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.hide
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.joliet
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.macosx
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.mkhybrid
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.prep_boot
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.rootinfo
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.session
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.sort
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.sparcboot
|
|
%%PORTDOCS%%%%DOCSDIR%%/mkisofs/README.sunx86boot
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%/mkisofs
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|