diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-05-08 19:33:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-05-08 19:33:59 +0000 |
commit | 02f310f19399373d46ed5c703833fcaee3efc975 (patch) | |
tree | 85b650381b68bde319f9ac20046d242076492364 /deskutils/ithought | |
parent | 6728aeddb8a294e8a8aa3583a638616aa2e2bfcd (diff) | |
download | ports-02f310f19399373d46ed5c703833fcaee3efc975.tar.gz ports-02f310f19399373d46ed5c703833fcaee3efc975.zip |
Notes
Diffstat (limited to 'deskutils/ithought')
-rw-r--r-- | deskutils/ithought/Makefile | 6 | ||||
-rw-r--r-- | deskutils/ithought/distinfo | 2 | ||||
-rw-r--r-- | deskutils/ithought/files/patch-src::Makefile.in | 11 | ||||
-rw-r--r-- | deskutils/ithought/pkg-plist | 21 |
4 files changed, 27 insertions, 13 deletions
diff --git a/deskutils/ithought/Makefile b/deskutils/ithought/Makefile index 26e2a15f5d68..70c1bff843ef 100644 --- a/deskutils/ithought/Makefile +++ b/deskutils/ithought/Makefile @@ -6,20 +6,18 @@ # PORTNAME= ithought -PORTVERSION= a4 +PORTVERSION= a5 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ithought MAINTAINER= nbm@FreeBSD.org -LIB_DEPENDS= xml.5:${PORTSDIR}/textproc/libxml +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/libexec -ALL_TARGET= ithought - USE_GTK= yes post-patch: diff --git a/deskutils/ithought/distinfo b/deskutils/ithought/distinfo index c4624fc2f775..779d01447fa1 100644 --- a/deskutils/ithought/distinfo +++ b/deskutils/ithought/distinfo @@ -1 +1 @@ -MD5 (ithought-a4.tar.gz) = 2bf114c9b5a6022af93993df9ddf5241 +MD5 (ithought-a5.tar.gz) = 63ab574d2b7327e9a5aed266cbeb4080 diff --git a/deskutils/ithought/files/patch-src::Makefile.in b/deskutils/ithought/files/patch-src::Makefile.in new file mode 100644 index 000000000000..f726bc796a59 --- /dev/null +++ b/deskutils/ithought/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue Mar 26 12:27:14 2002 ++++ src/Makefile.in Tue Mar 26 12:28:03 2002 +@@ -87,7 +87,7 @@ + + ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS) + +-INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\" ++INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\" + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff --git a/deskutils/ithought/pkg-plist b/deskutils/ithought/pkg-plist index c9b47027de2e..08d598422f82 100644 --- a/deskutils/ithought/pkg-plist +++ b/deskutils/ithought/pkg-plist @@ -1,10 +1,15 @@ bin/ithought -libexec/ithought/action_modules/advogato.so -libexec/ithought/action_modules/itep.so -libexec/ithought/action_modules/kuro5hin.so -libexec/ithought/action_modules/livejournal.so -libexec/ithought/action_modules/stdout.so -libexec/ithought/action_scripts/stdout_script -@dirrm libexec/ithought/action_scripts -@dirrm libexec/ithought/action_modules +libexec/ithought/module_actions/libadvogato.la +libexec/ithought/module_actions/libadvogato.so +libexec/ithought/module_actions/libitep.la +libexec/ithought/module_actions/libitep.so +libexec/ithought/module_actions/libkuro5hin.la +libexec/ithought/module_actions/libkuro5hin.so +libexec/ithought/module_actions/liblivejournal.la +libexec/ithought/module_actions/liblivejournal.so +libexec/ithought/module_actions/libstdout.la +libexec/ithought/module_actions/libstdout.so +libexec/ithought/script_actions/stdout +@dirrm libexec/ithought/module_actions +@dirrm libexec/ithought/script_actions @dirrm libexec/ithought |