aboutsummaryrefslogtreecommitdiffstats
path: root/security/xmlsec1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/xmlsec1/Makefile')
-rw-r--r--security/xmlsec1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 90eb0cf0152..8560215c95e 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmlsec1
PORTVERSION= 1.2.10
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
@@ -26,7 +27,7 @@ USE_OPENSSL= yes
OPENSSL_CFLAGS+=-DXMLSEC_OPENSSL_097=1 -DXMLSEC_CRYPTO_OPENSSL=1
USE_GNOME= gnomehack lthack libxslt gnometarget
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
PLIST_FILES= bin/xmlsec1 bin/xmlsec1-config etc/xmlsec1Conf.sh
MAN1= xmlsec1.1 xmlsec1-config.1
1d1cad9036f2b37'>Add include of gnome-dialog.hNot Zed2002-12-0239-217/+226 * Dont grab_add anymore on the button, gtk_button is changed in gtk2 not toNot Zed2002-11-262-1/+6 * column_width = double. (e_reflow_realize): no need to cast to double,Chris Toshok2002-11-191-4/+4 * we need to destroy the dialog after we've run it, because run doesn't doNot Zed2002-11-181-0/+1 * convert this to wrap around GtkMessageDialog.Chris Toshok2002-11-171-6/+24 * fix c&p typo.Chris Toshok2002-11-172-186/+157 * fix c&p typo.Chris Toshok2002-11-171-1/+1 * lots of GObject work.Chris Toshok2002-11-1712-486/+508 * new function, build pango layout for string.Chris Toshok2002-11-163-53/+84 * (esma_dispose): g_object_unref() instead of gtk_object_unref().Ettore Perazzoli2002-11-161-1/+1 * deal with EBitArray/ESorter being a GObject now.Chris Toshok2002-11-152-2/+2 * this derives from GObject now.Chris Toshok2002-11-159-296/+312 * New. (e_clipped_label_destroy): Removed.Ettore Perazzoli2002-11-153-13/+22 * Changed to use g_object_*() and g_signal_*()Ettore Perazzoli2002-11-152-47/+70 * port to GObject.Chris Toshok2002-11-123-101/+106 * (init): Use GObject functions instead ofEttore Perazzoli2002-11-122-16/+18 * Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-126-20/+20 * Removed. (impl_finalize): New. (class_init): Override GObject::finalize,Ettore Perazzoli2002-11-124-43/+56 * include gnome-dialogJP Rosevear2002-11-082-0/+5 * ignore the generated marshal source.Chris Toshok2002-11-076-132/+182 * remove duplicate g_signal_new for column_width_changed.Chris Toshok2002-11-071-8/+0 * (impl_expose_event): UseEttore Perazzoli2002-11-042-1/+6 * First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-0228-247/+307 * merging the gal-2 branch back to the trunk.Mike Kestner2002-11-0131-1113/+265 * Emit a search_activated signal. (e_search_bar_set_item_id): Revert toJeffrey Stedfast2002-10-292-3/+9 * If the clear button was pressed, we want the entry to be sensitive (notJeffrey Stedfast2002-10-245-24/+31 * (activate_by_subitems): gtk_widget_grab_focus()Ettore Perazzoli2002-10-242-0/+11 * Don't include the byte reserved for the nul in the outleft size.Jeffrey Stedfast2002-10-17