diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2008-08-29 20:18:54 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2008-08-29 20:18:54 +0000 |
commit | 482d0eb8004bcb31dafa5c611fa6258fa20f0bfe (patch) | |
tree | 3a4462110d63cdb5cb1d4595d6c7be0323bb8c32 /textproc/ctpp2 | |
parent | 3d82bb35ba686ec3c501d9b31c9ee33d782c0162 (diff) |
Notes
Diffstat (limited to 'textproc/ctpp2')
-rw-r--r-- | textproc/ctpp2/Makefile | 5 | ||||
-rw-r--r-- | textproc/ctpp2/distinfo | 6 | ||||
-rw-r--r-- | textproc/ctpp2/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | textproc/ctpp2/pkg-plist | 2 |
4 files changed, 18 insertions, 6 deletions
diff --git a/textproc/ctpp2/Makefile b/textproc/ctpp2/Makefile index 030c766b2f6d..1df3f7c6bfb0 100644 --- a/textproc/ctpp2/Makefile +++ b/textproc/ctpp2/Makefile @@ -6,9 +6,10 @@ # PORTNAME= ctpp2 -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.5 CATEGORIES= textproc devel -MASTER_SITES= http://ctpp.havoc.ru/download/ +MASTER_SITES= http://ctpp.havoc.ru/download/ \ + LOCAL/glarkin MAINTAINER= reki@reki.ru COMMENT= C++ library to use templates in C/C++ projects, version 2 diff --git a/textproc/ctpp2/distinfo b/textproc/ctpp2/distinfo index a0cdbcc5b43c..c01e32341328 100644 --- a/textproc/ctpp2/distinfo +++ b/textproc/ctpp2/distinfo @@ -1,3 +1,3 @@ -MD5 (ctpp2-2.3.3.tar.gz) = 08b36d38b514050154ed2ac2a791de27 -SHA256 (ctpp2-2.3.3.tar.gz) = 0d2ac3094a263fa9862b87b4cc1ca217d20f0e0157a8f4568f1cb8db3432cda8 -SIZE (ctpp2-2.3.3.tar.gz) = 135102 +MD5 (ctpp2-2.3.5.tar.gz) = cd65c95100fd6bcae39aac35dd6dc8dc +SHA256 (ctpp2-2.3.5.tar.gz) = 57363827b305514ef3d42ab6998e53f5e443141d2f84a9a3e9786e76179b8617 +SIZE (ctpp2-2.3.5.tar.gz) = 135090 diff --git a/textproc/ctpp2/files/patch-CMakeLists.txt b/textproc/ctpp2/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..19236d8703d9 --- /dev/null +++ b/textproc/ctpp2/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2008-08-29 11:03:56.000000000 -0400 ++++ CMakeLists.txt 2008-08-29 11:04:01.000000000 -0400 +@@ -20,7 +20,7 @@ + OPTION(SKIP_RELINK_RPATH "Skip relinking and full RPATH for the install tree" OFF) + + # uild optimized code for following CPU (default i386) +-SET(CPU_TUNE "i686") ++SET(CPU_TUNE "generic") + + SET(CTPP_FLOAT_PRECISION 12) + diff --git a/textproc/ctpp2/pkg-plist b/textproc/ctpp2/pkg-plist index 909ed3784de2..a84fe831c9e5 100644 --- a/textproc/ctpp2/pkg-plist +++ b/textproc/ctpp2/pkg-plist @@ -48,7 +48,7 @@ include/ctpp2/VMSyscall.hpp lib/libctpp2-st.a lib/libctpp2.so lib/libctpp2.so.2 -lib/libctpp2.so.2.3.3 +lib/libctpp2.so.2.3.5 share/locale/ru_RU.CP1251/LC_MESSAGES/ctpp2.mo share/locale/ru_RU.KOI8-R/LC_MESSAGES/ctpp2.mo @dirrmtry share/locale/ru_RU.KOI8-R/LC_MESSAGES |