diff options
author | thierry <thierry@FreeBSD.org> | 2004-05-15 23:22:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-05-15 23:22:16 +0800 |
commit | 757a57d7a7eb29e822006ba82b7ea07d647515c5 (patch) | |
tree | 88f2bda5af1bbdad7d4911eebda09788f20664ac /textproc | |
parent | f6330c874b9e157e1f13c1021fcd4043e0005881 (diff) | |
download | freebsd-ports-gnome-757a57d7a7eb29e822006ba82b7ea07d647515c5.tar.gz freebsd-ports-gnome-757a57d7a7eb29e822006ba82b7ea07d647515c5.tar.zst freebsd-ports-gnome-757a57d7a7eb29e822006ba82b7ea07d647515c5.zip |
- Update the port to 2.4.3
- Add a workaround to GNOME 2.6.x interface deprecation, which unbreaks the port
- Pet portlint
- Transfer maintainership.
Remark: the approval of the former maintainer did not get its way to gnats...
PR: ports/66655
Submitted by: Xin LI
Approved by: LI Dong
Diffstat (limited to 'textproc')
-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 | ||||
-rw-r--r-- | textproc/stardict3/Makefile | 8 | ||||
-rw-r--r-- | textproc/stardict3/distinfo | 4 | ||||
-rw-r--r-- | textproc/stardict3/files/patch-src::Makefile.in | 16 |
6 files changed, 40 insertions, 16 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 = diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index ee9012ce4d29..46dfece42703 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/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/stardict3/distinfo b/textproc/stardict3/distinfo index e4da99414d0f..c9c63bdbebfc 100644 --- a/textproc/stardict3/distinfo +++ b/textproc/stardict3/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/stardict3/files/patch-src::Makefile.in b/textproc/stardict3/files/patch-src::Makefile.in new file mode 100644 index 000000000000..42a5e57b8f19 --- /dev/null +++ b/textproc/stardict3/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 = |