Index: head/math/gcalctool/Makefile =================================================================== --- head/math/gcalctool/Makefile (revision 81808) +++ head/math/gcalctool/Makefile (revision 81809) @@ -1,33 +1,33 @@ # New ports collection makefile for: gcalctool # Date created: 12 Jun 2002 # Whom: Joe Marcus Clarke # # $FreeBSD$ # PORTNAME= gcalctool -PORTVERSION= 4.2.83 +PORTVERSION= 4.2.86 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/4.2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A GNOME 2 calculator tool based on the old calctool for OpenWindows USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \ + @${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \ 's|malloc\.h|stdlib.h|g' .include Property changes on: head/math/gcalctool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.11 \ No newline at end of property +1.12 \ No newline at end of property Index: head/math/gcalctool/distinfo =================================================================== --- head/math/gcalctool/distinfo (revision 81808) +++ head/math/gcalctool/distinfo (revision 81809) @@ -1 +1 @@ -MD5 (gnome2/gcalctool-4.2.83.tar.bz2) = cfb03eb5e0fee4813eb72b3b04e1feca +MD5 (gnome2/gcalctool-4.2.86.tar.bz2) = e9e11b46a3ff83da25a782ce4fd5d3f7 Property changes on: head/math/gcalctool/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/math/gcalctool/pkg-plist =================================================================== --- head/math/gcalctool/pkg-plist (revision 81808) +++ head/math/gcalctool/pkg-plist (revision 81809) @@ -1,35 +1,38 @@ +@unexec if test -L %D/bin/gnome-calculator; then rm -f %D/bin/gnome-calculator; fi bin/gcalctool etc/gconf/gconf.xml.defaults/apps/gcalctool/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gcalctool/%gconf.xml etc/gconf/schemas/gcalctool.schemas share/gnome/applications/gcalctool.desktop share/gnome/help/gcalctool/C/figures/gcalctool_basic_window.png share/gnome/help/gcalctool/C/figures/gcalctool_financial_window.png share/gnome/help/gcalctool/C/figures/gcalctool_menu_symbol.png share/gnome/help/gcalctool/C/figures/gcalctool_scientific_window.png share/gnome/help/gcalctool/C/gcalctool.xml share/gnome/help/gcalctool/C/legal.xml share/gnome/omf/gcalctool/gcalctool-C.omf @exec scrollkeeper-install -q %D/share/gnome/omf/gcalctool/gcalctool-C.omf 2>/dev/null || /usr/bin/true share/gnome/pixmaps/gcalctool.png share/locale/am/LC_MESSAGES/gcalctool.mo share/locale/ca/LC_MESSAGES/gcalctool.mo share/locale/cs/LC_MESSAGES/gcalctool.mo share/locale/de/LC_MESSAGES/gcalctool.mo share/locale/es/LC_MESSAGES/gcalctool.mo share/locale/fr/LC_MESSAGES/gcalctool.mo share/locale/ja/LC_MESSAGES/gcalctool.mo share/locale/nl/LC_MESSAGES/gcalctool.mo share/locale/no/LC_MESSAGES/gcalctool.mo share/locale/pt/LC_MESSAGES/gcalctool.mo share/locale/pt_BR/LC_MESSAGES/gcalctool.mo +share/locale/sr/LC_MESSAGES/gcalctool.mo +share/locale/sr@Latn/LC_MESSAGES/gcalctool.mo share/locale/sv/LC_MESSAGES/gcalctool.mo share/locale/uk/LC_MESSAGES/gcalctool.mo share/locale/zh_TW/LC_MESSAGES/gcalctool.mo @dirrm share/gnome/omf/gcalctool @dirrm share/gnome/help/gcalctool/C/figures @dirrm share/gnome/help/gcalctool/C @dirrm share/gnome/help/gcalctool @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gcalctool @dirrm etc/gconf/gconf.xml.defaults/apps/gcalctool @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gcalctool/gcalctool-C.omf 2>/dev/null || /usr/bin/true Property changes on: head/math/gcalctool/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property