Ticket #29277: Portfile-dvdisaster.diff
File Portfile-dvdisaster.diff, 2.6 KB (added by mklein-de (Michael Klein), 14 years ago) |
---|
-
files/patch-gettext-0.17.diff
1 --- locale/create-makefile.orig 2009-07-06 20:32:15.000000000 +02002 +++ locale/create-makefile 2010-01-21 21:03:27.000000000 +01003 @@ -37,7 +37,7 @@4 $i.po: \$(CFILES)5 @echo "Updating $i.po"6 @cd ..; xgettext --no-wrap -cTRANSLATORS: -o locale/messages.pot -k_ -k_utf \$(CFILES_NP)7 - @msgmerge -q -U --no-wrap --no-fuzzy-matching $i.po messages.pot8 + @msgmerge -q -U --no-wrap --no-fuzzy-matching --backup=none $i.po messages.pot9 @rm -f messages.pot10 11 $i/LC_MESSAGES/dvdisaster.mo: $i.po -
Portfile
3 3 PortSystem 1.0 4 4 5 5 name dvdisaster 6 version 0.72. 16 version 0.72.2 7 7 categories sysutils 8 8 maintainers puffin.lb.shuttle.de:michael.klein openmaintainer 9 9 description Additional error correction for CD, DVD and BD media. … … 14 14 15 15 homepage http://www.dvdisaster.net/ 16 16 platforms darwin 17 master_sites sourceforge17 master_sites http://dvdisaster.net/downloads/ 18 18 use_bzip2 yes 19 19 depends_build port:pkgconfig 20 20 depends_lib port:gtk2 21 checksums md5 4da96566bc003be93d9dfb0109b4aa1d \22 sha1 54499a6c22d121f8b7ceb070b8517b3038bb68b4 \23 rmd160 0315b7a8d8529383361b7cd344e79e9f8138ee4324 21 25 # work around https://savannah.gnu.org/bugs/index.php?26149 26 patchfiles patch-gettext-0.17.diff\27 patch-scsi-layer.h.diff22 checksums md5 312bceef3bf9c0754cf633ed3b12eb71 \ 23 sha1 f560990e2047ecf0be50c425262046828399fbc3 \ 24 rmd160 727586d5e9a7bc0c2b0137786b8cd62a3a3b584e 28 25 26 patchfiles patch-scsi-layer.h.diff 27 29 28 configure.args --buildroot=${destroot} \ 30 29 --mandir=${prefix}/share/man \ 31 30 --docdir=${prefix}/share/doc \ 32 31 --localedir=${prefix}/share/locale \ 33 32 --png-includes=${prefix}/include 34 33 34 livecheck.url http://www.dvdisaster.net/en/index.html 35 livecheck.regex "<i>Version *\(.*?\) */.*</i>" 36 35 37 platform darwin 8 { 36 38 patchfiles-delete patch-scsi-layer.h.diff 37 39 }