mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
upgrade to 1.1.6
drop maintainership
This commit is contained in:
parent
143ba8d562
commit
03ac654671
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55259
@ -7,28 +7,31 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= poedit
|
PORTNAME= poedit
|
||||||
PORTVERSION= 1.1.5
|
PORTVERSION= 1.1.6
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
PATCH_SITES= ${MASTER_SITES}
|
#PATCH_SITES= ${MASTER_SITES}
|
||||||
PATCHFILES= poedit-1.1.5-wxwin-2.3.1.patch
|
#PATCHFILES= poedit-1.1.5-wxwin-2.3.1.patch
|
||||||
|
|
||||||
MAINTAINER= ijliao@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
|
||||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
||||||
wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk \
|
wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel \
|
||||||
db3:${PORTSDIR}/databases/db3
|
db3:${PORTSDIR}/databases/db3 \
|
||||||
|
giconv:${PORTSDIR}/converters/libiconv
|
||||||
|
|
||||||
PATCH_DIST_ARGS= -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} -p1
|
PATCH_DIST_ARGS= -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} -p1
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
WANT_GNOME= yes
|
WANT_GNOME= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
||||||
LIBS="-L${LOCALBASE}/lib -liconv"
|
LIBS="-L${LOCALBASE}/lib -lgiconv"
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
MAN1= poedit.1
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(HAVE_GNOME)
|
.if defined(HAVE_GNOME)
|
||||||
|
@ -1,2 +1 @@
|
|||||||
MD5 (poedit-1.1.5.tar.gz) = b0fea841ee24f9f4cdcc3673138a6a05
|
MD5 (poedit-1.1.6.tar.gz) = 52f0361d04b35e99e2064f10f3586d04
|
||||||
MD5 (poedit-1.1.5-wxwin-2.3.1.patch) = 840912cd70e8182adab34d8cdbaa1e60
|
|
||||||
|
11
editors/poedit/files/patch-configure
Normal file
11
editors/poedit/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- configure.orig Tue Feb 26 15:09:09 2002
|
||||||
|
+++ configure Tue Feb 26 15:09:22 2002
|
||||||
|
@@ -1996,7 +1996,7 @@
|
||||||
|
cat conftest.$ac_ext >&5
|
||||||
|
fi
|
||||||
|
rm -f conftest*
|
||||||
|
-test "$ac_cv_search_db_create" = "no" && for i in db-3.6 db-3.5 db-3.4 db-3.3 db-3.2 db-3.1 db; do
|
||||||
|
+test "$ac_cv_search_db_create" = "no" && for i in db-3.6 db-3.5 db-3.4 db-3.3 db-3.2 db-3.1 db3; do
|
||||||
|
LIBS="-l$i $ac_func_search_save_LIBS"
|
||||||
|
cat > conftest.$ac_ext <<EOF
|
||||||
|
#line 2003 "configure"
|
@ -1,11 +0,0 @@
|
|||||||
--- src/manager.cpp.orig Thu Nov 29 04:30:28 2001
|
|
||||||
+++ src/manager.cpp Thu Nov 29 04:30:40 2001
|
|
||||||
@@ -171,7 +171,7 @@
|
|
||||||
cat.GetStatistics(&all, &fuzzy, &untranslated);
|
|
||||||
modtime = wxFileModificationTime(file);
|
|
||||||
lastmodified = cat.Header().RevisionDate;
|
|
||||||
- cfg->Write(key + _T("timestamp"), modtime);
|
|
||||||
+ cfg->Write(key + _T("timestamp"), (long)modtime);
|
|
||||||
cfg->Write(key + _T("all"), (long)all);
|
|
||||||
cfg->Write(key + _T("fuzzy"), (long)fuzzy);
|
|
||||||
cfg->Write(key + _T("untranslated"), (long)untranslated);
|
|
@ -5,4 +5,5 @@ bin/poedit
|
|||||||
%%GNOME:%%share/gnome/pixmaps/poedit.xpm
|
%%GNOME:%%share/gnome/pixmaps/poedit.xpm
|
||||||
%%GNOME:%%share/gnome/poedit/help.zip
|
%%GNOME:%%share/gnome/poedit/help.zip
|
||||||
%%GNOME:%%share/gnome/poedit/resources.zip
|
%%GNOME:%%share/gnome/poedit/resources.zip
|
||||||
@dirrm share/gnome/poedit
|
%%GNOME:%%share/gnome/locale/cs/LC_MESSAGES/poedit.mo
|
||||||
|
%%GNOME:%%@dirrm share/gnome/poedit
|
||||||
|
Loading…
Reference in New Issue
Block a user