aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--finance/pear_Payment_DTA/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/finance/pear_Payment_DTA/Makefile b/finance/pear_Payment_DTA/Makefile
index bc6513cd39ed..09e9651ca0b5 100644
--- a/finance/pear_Payment_DTA/Makefile
+++ b/finance/pear_Payment_DTA/Makefile
@@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
PEAR_AUTOINSTALL= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
Review by: bapt, David Naylor (kde team) * - update png to 1.5.10dinoex2012-06-011-1/+1 | * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-1/+1 | * Add missing manmakc2011-05-081-1/+2 | * Update to 4.0.4makc2011-05-083-9/+19 | | | | | PR: ports/155766 Submitted by: Axel Gonzalez <loox at e-shell.net> * Take maintainership againmakc2011-04-171-8/+2 | | | | Remove support for 6.x * Return these ports to the pool.linimon2011-03-031-1/+1 | | | | | PR: ports/155217 Submitted by: maintainer * Pass maintainership to Chris Petrik (previous maintainer)makc2010-10-302-2/+1 | | | | Remove md5 sum * Update to 4.0.2makc2010-09-164-126/+20 | * Add patch from upstream to fix security issue:makc2010-08-022-0/+119 | | | | | | | https://svn.kvirc.de/kvirc/ticket/858 PR: ports/149094 Reported by: Axel Gonzalez <loox at e-shell.net> * Update to 4.0.0makc2010-07-188-2487/+2279 | | | | Build with KDE4 support * Mark FORBIDDEN: multiple vulnerabilitiesmakc2010-07-011-0/+2 | | | | | | PR: ports/148203 Reported by: Axel Gonzalez <loox at e-shell.net> Feature safe: yes * Grab maintainershipmakc2010-06-161-1/+1 | * Reset maintainer at his request.linimon2010-06-151-1/+1 | | | | PR: ports/147838 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 | * - update to 1.4.1dinoex2010-03-281-1/+1 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - The maintainer reappearedpav2010-03-141-1/+1 | | | | Requested by: the maintainer * - update to jpeg-8dinoex2010-02-051-1/+1 | * Reset maintainer at his request.linimon2009-12-161-1/+1 | | | | PR: ports/141647 * Reinstate maintainer at his request.linimon2009-12-041-1/+1 | * Temporarily reassign ports maintained by chris@officialunix.com back tolinimon2009-11-261-1/+1 | | | | | | the pool for the duration of his upcoming move. Requested by: maintainer * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1 | | | | | | bumped or updated Requested by: edwin * Use LTMAIN instead of hardcore.mezz2009-07-032-1/+2 | | | | Approved by: chris <chris@officialunix.com> (maintainer) * - Pass maintainership to submitter.wxs2009-06-271-1/+1 | | | | | | PR: ports/135978 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: old maintainer * - Update to 3.4.2dhn2009-06-093-11/+11 | | | | | | PR: ports/135297 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer (via private mail) * - Update to maintainer mail adressmiwi2009-03-211-1/+1 | | | | | PR: 132862 Submitted by: Michael Ranner <mranner@inode.at> (maintainer) * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) * - Make fetchablebeech2008-07-151-3/+3 | * - Update to 3.4.0beech2008-07-155-1413/+2147 | | | | | | | | - Unbreak on 7.x PR: ports/125110 Suggested by: Chris Pet <chrispetso@gmail.com> Approved by: Maintainer timeout (two weeks) * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) * Mark BROKEN with gcc 4.2 on all archs.erwin2007-12-281-2/+0 | * Mark as broken with gcc4.2 on 64-bit archs.linimon2007-10-021-1/+7 | * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+0 | | | | | Submitted by: rafan Tested on: pointyhat * - Respect X11BASErafan2006-12-081-0/+1 | | | | Approved by: portmgr (linimon) * remove USE_REINPLACE for all categories starting with Iedwin2006-05-081-1/+0 | * Fix conflict between kvirc and kdenetwork.anray2006-05-014-5/+27 | | | | | | PR: ports/93402 Submitted by: "chris@i13i.com" <kse@admin.i13i.com> Approved by: maintainer