diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-03-01 10:16:41 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-03-01 10:16:41 +0000 |
commit | 3cd3c5d647ff0d49682a4eb7ee34d968b4c17596 (patch) | |
tree | 1e30a3335071fe2dec3cb6a0c3c7586575b6c6a1 /app-crypt/xca/files | |
parent | Changed /var/nagios/rw permissions as per suggested in nagios manual to 2770. (diff) | |
download | gentoo-2-3cd3c5d647ff0d49682a4eb7ee34d968b4c17596.tar.gz gentoo-2-3cd3c5d647ff0d49682a4eb7ee34d968b4c17596.tar.bz2 gentoo-2-3cd3c5d647ff0d49682a4eb7ee34d968b4c17596.zip |
Initial import as per bug #73955
(Portage version: 2.0.51.17)
Diffstat (limited to 'app-crypt/xca/files')
-rw-r--r-- | app-crypt/xca/files/Rules.mak-prefix.patch | 13 | ||||
-rw-r--r-- | app-crypt/xca/files/configure-db-4.1.patch | 11 | ||||
-rw-r--r-- | app-crypt/xca/files/digest-xca-0.5.1 | 1 | ||||
-rw-r--r-- | app-crypt/xca/files/xca-0.5.1-qt.diff | 12 |
4 files changed, 37 insertions, 0 deletions
diff --git a/app-crypt/xca/files/Rules.mak-prefix.patch b/app-crypt/xca/files/Rules.mak-prefix.patch new file mode 100644 index 000000000000..ee46285c831e --- /dev/null +++ b/app-crypt/xca/files/Rules.mak-prefix.patch @@ -0,0 +1,13 @@ +--- work/xca-0.5.2/Rules.mak 2004-04-15 01:36:54.000000000 +0200 ++++ work/xca-0.5.2/Rules.mak 2005-02-22 10:15:30.157857504 +0100 +@@ -2,8 +2,8 @@ + + all: target.obj + +-ifneq ($(prefix),) +- CFLAGS+= -DPREFIX=\"$(prefix)\" ++ifneq ($(inst_prefix),) ++ CFLAGS+= -DPREFIX=\"$(inst_prefix)\" + endif + + ifneq ($(basedir),) diff --git a/app-crypt/xca/files/configure-db-4.1.patch b/app-crypt/xca/files/configure-db-4.1.patch new file mode 100644 index 000000000000..25a49773e7ef --- /dev/null +++ b/app-crypt/xca/files/configure-db-4.1.patch @@ -0,0 +1,11 @@ +--- work/xca-0.5.2/configure 2004-04-23 10:22:57.000000000 +0200 ++++ work/xca-0.5.2/configure 2005-02-21 21:37:42.000000000 +0100 +@@ -94,7 +94,7 @@ + + + ######################## DB +-subdirs="/db /db4 /db3" ++subdirs="/db4.1 /db /db4 /db3" + search_includes db_cxx.h || err "The Berkeley DB header files were not found" + search_lib db_cxx db4_cxx db_cxx-4 db3_cxx db_cxx-3 || err "The Berkeley DB library was not found. Try installing db-dev" + ## The fun of NPTL... (Thx Enrico Scholz) diff --git a/app-crypt/xca/files/digest-xca-0.5.1 b/app-crypt/xca/files/digest-xca-0.5.1 new file mode 100644 index 000000000000..03043f27bc59 --- /dev/null +++ b/app-crypt/xca/files/digest-xca-0.5.1 @@ -0,0 +1 @@ +MD5 24e0289c189b8db2f1f15a4ddac1b1c3 xca-0.5.1.tar.gz 287025 diff --git a/app-crypt/xca/files/xca-0.5.1-qt.diff b/app-crypt/xca/files/xca-0.5.1-qt.diff new file mode 100644 index 000000000000..c6d101942ff8 --- /dev/null +++ b/app-crypt/xca/files/xca-0.5.1-qt.diff @@ -0,0 +1,12 @@ +diff -ur xca-0.5.1.orig/widgets/clicklabel.cpp xca-0.5.1/widgets/clicklabel.cpp +--- xca-0.5.1.orig/widgets/clicklabel.cpp 2003-11-26 23:03:18.000000000 +0100 ++++ xca-0.5.1/widgets/clicklabel.cpp 2004-12-09 20:18:02.632858864 +0100 +@@ -58,7 +58,7 @@ + ClickLabel::ClickLabel( QWidget* parent, const char* name, WFlags f ) + :QLabel( parent, name, f ) + { +- QFont font( font() ); ++ QFont font; + font.setBold(true); + setFont( font ); + setFrameShape( QLabel::Panel ); |