summaryrefslogtreecommitdiff
path: root/print/mftrace (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-11- Update to 1.2.15Nicola Vitale2-6/+6
- Replace LOCAL/chinsan with LOCAL/nivit/${PORTNAME}/ in MASTER_SITES Notes: svn path=/head/; revision=221416
2008-08-21Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan1-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
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-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
2008-03-20- Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik1-1/+0
Notes: svn path=/head/; revision=209420
2007-05-19- Welcome X.org 7.2 \o/.Florent Thoumie1-0/+1
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
2007-04-01Give maintainership to Nicola Vitale <nivit@FreeBSD.org>.Mario Sergio Fujikawa Ferreira1-1/+1
Notes: svn path=/head/; revision=188910
2007-02-26- Update to 1.2.14Rong-En Fan4-24/+13
PR: ports/108978 Submitted by: chinsan Approved by: maintainer timeout (17 days) Notes: svn path=/head/; revision=186001
2006-01-05Chase libversion bumb to libMagick.so.9Edwin Groothuis1-0/+1
PR: ports/91270 Notes: svn path=/head/; revision=152778
2005-11-11Add SHA256 checksumMario Sergio Fujikawa Ferreira1-0/+1
Notes: svn path=/head/; revision=147883
2005-04-19o Update to 1.1.8 [1]Mario Sergio Fujikawa Ferreira2-14/+9
o Take over maintainership [2] Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) [2] Approved by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) [1] Notes: svn path=/head/; revision=133655
2005-04-12At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien1-1/+1
after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
2005-04-11Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien1-1/+1
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
2004-05-03o Chase dependency on print/pfaedit -> print/fontforge.Norikatsu Shigemura1-1/+2
o Bump PORTREVISION accordingly. Pointed out by: Hermes Trismegistus <hermes@trismegistus.net> Notes: svn path=/head/; revision=108250
2004-03-15- Update to version 1.0.29Kirill Ponomarev2-5/+3
PR: ports/64290 Submitted by: maintainer Notes: svn path=/head/; revision=104058
2004-03-14Mark BROKEN: Checksum mismatchKirill Ponomarev1-0/+2
PR: ports/64268 Submitted by: David Gilbert <dgilbert@daveg.ca> Notes: svn path=/head/; revision=104017
2004-02-04Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke1-0/+1
(Part 1) Notes: svn path=/head/; revision=99918
2004-01-18- Update to 1.0.27Pav Lucistnik2-2/+2
PR: ports/61538 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) Notes: svn path=/head/; revision=98501
2004-01-15- Update to 1.0.26Pav Lucistnik2-3/+8
- Optional dependency on potrace instead of autotrace PR: ports/61386 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) Notes: svn path=/head/; revision=98228
2004-01-01- Update to 1.0.24Pav Lucistnik3-9/+2
PR: ports/60774 Submitted by: Patrick Atamaniuk <atamaniuk-ports@frobs.net> (maintainer) Notes: svn path=/head/; revision=97027
2003-11-08Patrick Atamaniuk has agreed to maintain this.Trevor Johnson1-1/+1
Notes: svn path=/head/; revision=93428
2003-10-14Add $ to {ECHO_CMD}Edwin Groothuis1-1/+1
Submitted by: Keith Davis <daviskacer@comcast.net> Notes: svn path=/head/; revision=91125
2003-10-13Rename to mftrace.Trevor Johnson6-17/+34
PR: 50578 Submitted by: Keith White of SITE, University of Ottawa Also fix master site, update to 1.0.19, generate packing list upon installation, support getopt_long on -CURRENT, and assume maintainership. Notes: svn path=/head/; revision=91113
2003-07-14get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki1-1/+2
use USE_GETOPT_LONG instead. This commit does not fix compilation. Notes: svn path=/head/; revision=84834
2003-02-20De-pkg-comment.Akinori MUSHA2-1/+1
Notes: svn path=/head/; revision=75971
2002-11-10o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2-2/+1
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2-1/+2
Approved by: pat Notes: svn path=/head/; revision=69612
2002-06-02add pktrace 1.0.4Ying-Chieh Liao6-0/+59
Scalable PostScript (Type1) Fonts for MetaFont Notes: svn path=/head/; revision=60471