aboutsummaryrefslogtreecommitdiff
path: root/finance/qhacc
Commit message (Collapse)AuthorAgeFilesLines
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-3/+0
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-221-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244657
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with E,F Notes: svn path=/head/; revision=240069
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* - Chase security/gpgme update.Wesley Shields2009-07-152-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the following ports require a patch to use the new gpgme correctly: deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim4 deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 finance/qhacc mail/mutt-devel net-im/ayttm net-im/centericq net-im/centerim net-im/centerim-devel security/openvas-libnasl These patches were submitted by various people and documented in ports/135911. PR: ports/135911 Notes: svn path=/head/; revision=237891
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-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) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Update gpgme to 1.1.2, chase dependencies.Michael Nottebrock2006-09-131-1/+2
| | | | Notes: svn path=/head/; revision=172981
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-141-1/+1
| | | | | | | | | | | - these include dns/ editors/ emulators/ finance/ games/ graphics/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170640
* Update to 3.5Erwin Lansing2006-06-173-22/+13
| | | | | | | | PR: 99042 Submitted by: Ports fury Notes: svn path=/head/; revision=165624
* Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161557
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+39
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149316
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Chase gpgme updateOliver Lehmann2005-11-051-1/+2
| | | | | | | | | Bump PORTREVISION Pointy hat to: lofi Notes: svn path=/head/; revision=147410
* - Update to 3.4Pav Lucistnik2005-07-263-9/+9
| | | | | | | | PR: ports/84068 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=140186
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 3.3.Florent Thoumie2005-03-033-10/+44
| | | | | | | | | PR: ports/78312 Submitted by: Ports Fury Approved by: pav (mentor) Notes: svn path=/head/; revision=130260
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-2/+1
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* Software developers fixed double-entry account field inKirill Ponomarev2004-12-151-2/+2
| | | | | | | | | | transaction editor and rerolled tarball. PR: ports/75112 Submitted by: Ports Fury Notes: svn path=/head/; revision=124131
* Update to version 3.2.3Kirill Ponomarev2004-12-117-231/+81
| | | | | | | | PR: ports/74946 Submitted by: Ports Fury Notes: svn path=/head/; revision=123744
* Update to version 3.2.1Kirill Ponomarev2004-10-122-3/+3
| | | | | | | | PR: ports/71878 Submitted by: Ports Fury Notes: svn path=/head/; revision=119019
* Update to version 3.2Kirill Ponomarev2004-08-1411-120/+54
| | | | | | | | PR: ports/70408 Submitted by: Ports Fury Notes: svn path=/head/; revision=116173
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andAde Lovett2004-07-011-1/+1
| | | | | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!) Notes: svn path=/head/; revision=112679
* - Update to version 3.0Kirill Ponomarev2004-05-282-7/+3
| | | | | | | | PR: ports/67288 Submitted by: Ports Fury Notes: svn path=/head/; revision=110226
* - Update to version 2.9.9Kirill Ponomarev2004-04-092-3/+3
| | | | | | | | PR: ports/65365 Submitted by: Ports Fury Notes: svn path=/head/; revision=106598
* - Update to version 2.9.8Kirill Ponomarev2004-02-204-16/+92
| | | | | | | | PR: ports/63135 Submitted by: Ports Fury Notes: svn path=/head/; revision=101519
* - Update to version 2.9.7Kirill Ponomarev2004-02-085-35/+21
| | | | | | | | PR: ports/62428 Submitted by: Ports Fury Notes: svn path=/head/; revision=100398
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Bump PORTREVISION for plist fixKris Kennaway2004-01-301-1/+1
| | | | Notes: svn path=/head/; revision=99486
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Fix pkg-plistKirill Ponomarev2004-01-252-0/+2
| | | | | | | | | - Bump PORTREVISION Noticed by: bento via kris Notes: svn path=/head/; revision=99039
* - Update to version 2.9.6Kirill Ponomarev2004-01-163-4/+16
| | | | | | | | PR: 61423 Submitted by: Ports Fury Notes: svn path=/head/; revision=98311
* - Update to version 2.9.4Kirill Ponomarev2003-12-1712-39/+364
| | | | | | | | PR: 60335 Submitted by: Ports Fury Notes: svn path=/head/; revision=96061
* - Fix pkg-plistKirill Ponomarev2003-09-032-1/+2
| | | | | | | | | | | - Fix khacc build which depends on qhacc - Bump PORTREVISION Submitted by: KATO Tsuguru <tkato@prontomail.com> Noticed by: kris via bento Notes: svn path=/head/; revision=88421
* - software author added new headers to tarballKirill Ponomarev2003-08-223-56/+2
| | | | | | | | | | | | - tarball was rerolled, hence new checksum - bump PORTREVISION PR: 55825 Submitted by: Ruslan Babayev <ruslan@babayev.com> KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=87504
* - Update to version 2.9.1Kirill Ponomarev2003-08-184-10/+80
| | | | | | | | PR: 55686 Submitted by: Ports Fury Notes: svn path=/head/; revision=87187
* - Fixed missed dependencyKirill Ponomarev2003-08-171-1/+2
| | | | | | | Reported by: kris via bento Notes: svn path=/head/; revision=87120
* Fix qhacc script to handle bash properlyKirill Ponomarev2003-08-131-2/+4
| | | | | | | | PR: 55516 Submitted by: Ruslan Babayev <ruslan@babayev.com> Notes: svn path=/head/; revision=86873
* - Update to version 2.9Kirill Ponomarev2003-08-128-67/+101
| | | | | | | | PR: 55497 Submitted by: Ports Fury Notes: svn path=/head/; revision=86846
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75953
* Homepage updates.Christian Weisgerber2003-02-051-1/+1
| | | | | | | | PR: 47914, 47915, 47916, 47938, 47941 Submitted by: tadalunch@s5.xrea.com Notes: svn path=/head/; revision=74913
* Adjust pkg-comment and pkg-descr, this is not a QT2 Application anymoreTilman Keskinoz2003-01-223-3/+3
| | | | | | | Set Maintainer back to ports, after successful QT2 -> QT3 update. Notes: svn path=/head/; revision=73775