1
0
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:
Thierry Thomas 2004-05-15 15:22:16 +00:00
parent 5d9268584c
commit 5442e0e343
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109215
6 changed files with 40 additions and 16 deletions

View File

@ -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"

View File

@ -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

View 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 =

View File

@ -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"

View File

@ -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

View 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 =