mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update port deskutils/ithought to a5
PR: 36333 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
This commit is contained in:
parent
6728aeddb8
commit
02f310f193
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58732
@ -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:
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ithought-a4.tar.gz) = 2bf114c9b5a6022af93993df9ddf5241
|
||||
MD5 (ithought-a5.tar.gz) = 63ab574d2b7327e9a5aed266cbeb4080
|
||||
|
11
deskutils/ithought/files/patch-src::Makefile.in
Normal file
11
deskutils/ithought/files/patch-src::Makefile.in
Normal file
@ -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 =
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user