diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-15 15:22:16 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-05-15 15:22:16 +0000 |
commit | 5442e0e3430366c993e0610a995860c2486f9642 (patch) | |
tree | a78eaee8a32c3fdcaaf436282e8e11cbd24e7109 /textproc/stardict2 | |
parent | 5d9268584c95acc7793ef785443dcf79ba7d2357 (diff) | |
download | ports-5442e0e3430366c993e0610a995860c2486f9642.tar.gz ports-5442e0e3430366c993e0610a995860c2486f9642.zip |
Notes
Diffstat (limited to 'textproc/stardict2')
-rw-r--r-- | textproc/stardict2/Makefile | 8 | ||||
-rw-r--r-- | textproc/stardict2/distinfo | 4 | ||||
-rw-r--r-- | textproc/stardict2/files/patch-src::Makefile.in | 16 |
3 files changed, 20 insertions, 8 deletions
diff --git a/textproc/stardict2/Makefile b/textproc/stardict2/Makefile index ee9012ce4d29..46dfece42703 100644 --- a/textproc/stardict2/Makefile +++ b/textproc/stardict2/Makefile @@ -6,19 +6,15 @@ # PORTNAME= stardict -PORTVERSION= 2.4.2 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTFILES= stardict-${PORTVERSION}.tar.bz2 DIST_SUBDIR= stardict -MAINTAINER= ld@FreeBSD.org.cn +MAINTAINER= delphij@FreeBSD.org.cn COMMENT= A cross-platform and international dictionary written in Gtk2 -BROKEN= "Does not compile" - GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/textproc/stardict2/distinfo b/textproc/stardict2/distinfo index e4da99414d0f..c9c63bdbebfc 100644 --- a/textproc/stardict2/distinfo +++ b/textproc/stardict2/distinfo @@ -1,2 +1,2 @@ -MD5 (stardict/stardict-2.4.2.tar.bz2) = ed4b56fe446564dd377b577287048c6a -SIZE (stardict/stardict-2.4.2.tar.bz2) = 702901 +MD5 (stardict/stardict-2.4.3.tar.bz2) = a578782c9df8e985a32069d19bae0960 +SIZE (stardict/stardict-2.4.3.tar.bz2) = 773769 diff --git a/textproc/stardict2/files/patch-src::Makefile.in b/textproc/stardict2/files/patch-src::Makefile.in new file mode 100644 index 000000000000..42a5e57b8f19 --- /dev/null +++ b/textproc/stardict2/files/patch-src::Makefile.in @@ -0,0 +1,16 @@ +--- src/Makefile.in.orig Thu Feb 19 08:17:29 2004 ++++ src/Makefile.in Sat May 15 17:09:46 2004 +@@ -193,12 +193,7 @@ + -DDATADIR=\""$(datadir)"\" \ + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \ + -DSTARDICT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ +- -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGNOME_DISABLE_DEPRECATED ++ -DSTARDICT_DATA_DIR=\""$(datadir)/stardict"\" + + + stardict_LDFLAGS = |