mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
- 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
This commit is contained in:
parent
5d9268584c
commit
5442e0e343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109215
@ -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"
|
||||
|
@ -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
|
||||
|
16
textproc/stardict2/files/patch-src::Makefile.in
Normal file
16
textproc/stardict2/files/patch-src::Makefile.in
Normal file
@ -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 =
|
@ -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"
|
||||
|
@ -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
|
||||
|
16
textproc/stardict3/files/patch-src::Makefile.in
Normal file
16
textproc/stardict3/files/patch-src::Makefile.in
Normal file
@ -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 =
|
Loading…
Reference in New Issue
Block a user