diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:24:39 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-11 03:24:39 +0800 |
commit | 58794b38b1a24b93c9a8c3321694e3883bae4cd0 (patch) | |
tree | 3d921b9d8836f0a4c0ba361d4581a70d202545ad /security/gnome-keyring/files | |
parent | f33c5fb61cfe4c8856817db7f2c84041a862250b (diff) | |
download | marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.gz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.bz2 marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.lz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.xz marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.tar.zst marcuscom-ports-58794b38b1a24b93c9a8c3321694e3883bae4cd0.zip |
Remove these ports now that they have been merged into FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12240 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/files')
-rw-r--r-- | security/gnome-keyring/files/patch-configure | 29 | ||||
-rw-r--r-- | security/gnome-keyring/files/patch-egg_egg-asn1.h | 14 | ||||
-rw-r--r-- | security/gnome-keyring/files/patch-pkcs11_rpc-layer_Makefile.in | 11 |
3 files changed, 0 insertions, 54 deletions
diff --git a/security/gnome-keyring/files/patch-configure b/security/gnome-keyring/files/patch-configure deleted file mode 100644 index 9aff6d9eb..000000000 --- a/security/gnome-keyring/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2009-02-24 21:18:47.000000000 +0100 -+++ configure 2009-02-24 21:19:24.000000000 +0100 -@@ -18069,7 +18069,7 @@ - - { echo "$as_me:$LINENO: checking build test tools, unit tests, and -Werror" >&5 - echo $ECHO_N "checking build test tools, unit tests, and -Werror... $ECHO_C" >&6; } --if test "$enable_tests" == "yes"; then -+if test "$enable_tests" = "yes"; then - - cat >>confdefs.h <<_ACEOF - #define WITH_TESTS 1 -@@ -18085,7 +18085,7 @@ - tests_status="no" - fi - -- if test "$enable_tests" == "yes"; then -+ if test "$enable_tests" = "yes"; then - WITH_TESTS_TRUE= - WITH_TESTS_FALSE='#' - else -@@ -18100,7 +18100,7 @@ - fi - - --if test "$enable_coverage" == "yes"; then -+if test "$enable_coverage" = "yes"; then - CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage" - LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage" - fi diff --git a/security/gnome-keyring/files/patch-egg_egg-asn1.h b/security/gnome-keyring/files/patch-egg_egg-asn1.h deleted file mode 100644 index a3d4296af..000000000 --- a/security/gnome-keyring/files/patch-egg_egg-asn1.h +++ /dev/null @@ -1,14 +0,0 @@ ---- egg/egg-asn1.h.orig 2009-02-25 16:40:49.000000000 -0500 -+++ egg/egg-asn1.h 2009-02-25 16:41:21.000000000 -0500 -@@ -75,9 +75,9 @@ gchar* egg_asn1_read_dn - gchar* egg_asn1_read_dn_part (ASN1_TYPE asn, const gchar *part, const gchar *match); - - --glong egg_asn1_time_parse_utc (const gchar* value); -+time_t egg_asn1_time_parse_utc (const gchar* value); - --glong egg_asn1_time_parse_general (const gchar* value); -+time_t egg_asn1_time_parse_general (const gchar* value); - - - typedef void (*EggAsn1DnCallback) (guint index, GQuark oid, const guchar *value, diff --git a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_Makefile.in b/security/gnome-keyring/files/patch-pkcs11_rpc-layer_Makefile.in deleted file mode 100644 index 32ffb1b09..000000000 --- a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- pkcs11/rpc-layer/Makefile.in.orig 2009-02-24 21:22:45.000000000 +0100 -+++ pkcs11/rpc-layer/Makefile.in 2009-02-24 21:22:52.000000000 +0100 -@@ -348,7 +348,7 @@ gck_rpc_daemon_standalone_SOURCES = \ - gck-rpc-daemon-standalone.c - - gck_rpc_daemon_standalone_LDADD = \ -- -ldl libgck-rpc-layer.la \ -+ libgck-rpc-layer.la \ - $(top_builddir)/common/libgkr-common.la - - all: all-am |