Index: head/editors/poedit/Makefile =================================================================== --- head/editors/poedit/Makefile (revision 50701) +++ head/editors/poedit/Makefile (revision 50702) @@ -1,33 +1,40 @@ # ex:ts=8 # New ports collection makefile for: poedit # Date created: Mar 27, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= poedit -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.5 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= poedit-1.1.5-wxwin-2.3.1.patch MAINTAINER= ijliao@FreeBSD.org BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ - wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk + wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk \ + db3:${PORTSDIR}/databases/db3 +PATCH_DIST_ARGS= -d ${PATCH_WRKSRC} -E ${PATCH_DIST_STRIP} -p1 USE_X_PREFIX= yes +WANT_GNOME= yes GNU_CONFIGURE= yes - +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -liconv" USE_GMAKE= yes -WANT_GNOME= yes +.include + .if defined(HAVE_GNOME) USE_GNOME= yes .else CONFIGURE_ARGS= --without-gnome .endif -.include +.include Property changes on: head/editors/poedit/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/editors/poedit/distinfo =================================================================== --- head/editors/poedit/distinfo (revision 50701) +++ head/editors/poedit/distinfo (revision 50702) @@ -1 +1,2 @@ -MD5 (poedit-1.0.3.tar.gz) = 87cea627b2644ada54a328449938eb05 +MD5 (poedit-1.1.5.tar.gz) = b0fea841ee24f9f4cdcc3673138a6a05 +MD5 (poedit-1.1.5-wxwin-2.3.1.patch) = 840912cd70e8182adab34d8cdbaa1e60 Property changes on: head/editors/poedit/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/poedit/files/patch-install::Makefile.in =================================================================== --- head/editors/poedit/files/patch-install::Makefile.in (revision 50701) +++ head/editors/poedit/files/patch-install::Makefile.in (revision 50702) @@ -1,13 +1,19 @@ ---- install/Makefile.in.orig Tue Mar 27 13:41:45 2001 -+++ install/Makefile.in Tue Mar 27 13:42:15 2001 -@@ -197,8 +197,8 @@ +--- install/Makefile.in.orig Sun Nov 25 01:15:33 2001 ++++ install/Makefile.in Sun Nov 25 01:16:56 2001 +@@ -206,13 +206,13 @@ + @USE_GNOME_TRUE@install-gnome: @USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/pixmaps - @USE_GNOME_TRUE@ install -m 644 $(top_srcdir)/src/bitmaps/appicon.xpm $(GNOME_DATA_DIR)/pixmaps/poedit.xpm -@USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/gnome/apps/Development --@USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.desktop $(GNOME_DATA_DIR)/gnome/apps/Development +@USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/apps/Development -+@USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.desktop $(GNOME_DATA_DIR)/apps/Development @USE_GNOME_TRUE@ mkdir -p $(GNOME_DATA_DIR)/mime-info - @USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.mime $(GNOME_DATA_DIR)/mime-info - @USE_GNOME_TRUE@ install -m 644 poedit.keys $(GNOME_DATA_DIR)/mime-info + @USE_GNOME_TRUE@ if test -w $(GNOME_DATA_DIR)/pixmaps ; then \ + @USE_GNOME_TRUE@ install -m 644 $(top_srcdir)/src/appicon.xpm $(GNOME_DATA_DIR)/pixmaps/poedit.xpm; \ + @USE_GNOME_TRUE@ fi +-@USE_GNOME_TRUE@ if test -w $(GNOME_DATA_DIR)/gnome/apps/Development ; then \ +-@USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.desktop $(GNOME_DATA_DIR)/gnome/apps/Development; \ ++@USE_GNOME_TRUE@ if test -w $(GNOME_DATA_DIR)/apps/Development ; then \ ++@USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.desktop $(GNOME_DATA_DIR)/apps/Development; \ + @USE_GNOME_TRUE@ fi + @USE_GNOME_TRUE@ if test -w $(GNOME_DATA_DIR)/mime-info ; then \ + @USE_GNOME_TRUE@ install -m 644 $(srcdir)/poedit.mime $(GNOME_DATA_DIR)/mime-info; \ Property changes on: head/editors/poedit/files/patch-install::Makefile.in ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/editors/poedit/pkg-plist =================================================================== --- head/editors/poedit/pkg-plist (revision 50701) +++ head/editors/poedit/pkg-plist (revision 50702) @@ -1,7 +1,8 @@ bin/poedit %%GNOME:%%share/gnome/apps/Development/poedit.desktop %%GNOME:%%share/gnome/mime-info/poedit.keys %%GNOME:%%share/gnome/mime-info/poedit.mime %%GNOME:%%share/gnome/pixmaps/poedit.xpm -share/poedit/poedit_help.htb -@dirrm share/poedit +%%GNOME:%%share/gnome/poedit/help.zip +%%GNOME:%%share/gnome/poedit/resources.zip +@dirrm share/gnome/poedit Property changes on: head/editors/poedit/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property