aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/Xfstt
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* 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
* - fix typo -> plist for -DNOPORTDOCSIon-Mihai Tetcu2008-07-042-7/+10
| | | | | | | | | | | - SUB_FILES= pkg-plist and s/X11/Xorg/ - use MASTER_SITE_BERLIOS - bump PORTREVISION Prompted by: QA Tindy run Notes: svn path=/head/; revision=216298
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-2/+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-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from categories starting with XEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162219
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149467
* 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
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99421
* - Update to version 1.6Kirill Ponomarev2003-09-048-44/+48
| | | | | | | | PR: 56439 Submitted by: Ports Fury Notes: svn path=/head/; revision=88560
* Update to version 1.4.Christian Weisgerber2003-02-1616-192/+92
| | | | | | | | PR: 48048 Submitted by: Ports Fury Notes: svn path=/head/; revision=75649
* I broke the port by committing bogus stuff I was working on :-/Jimmy Olgeni2003-02-021-3/+2
| | | | | | | Noticed by: Sergey Mokryshev <mokr@mokr.net> Notes: svn path=/head/; revision=74531
* Give back maintanership to ports@, due to lack of time and clues.Jimmy Olgeni2003-01-311-3/+4
| | | | Notes: svn path=/head/; revision=74366
* Convert more spaces into tabs in ports/x11-servers.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38013
* Remove blank line from files/patch-ad to make portlint happy.Jimmy Olgeni2001-02-041-1/+0
| | | | Notes: svn path=/head/; revision=37953
* Use proper capitalization (freebsd.org -> FreeBSD.org)Jimmy Olgeni2001-01-241-1/+1
| | | | | | | Noted by: sobomax Notes: svn path=/head/; revision=37538
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)Jimmy Olgeni2001-01-241-1/+1
| | | | Notes: svn path=/head/; revision=37537
* Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now inWill Andrews2001-01-162-11/+5
| | | | | | | | | bsd.port.mk, for easy removal of documentation. I left alone one port - japanese/elisa8x8 (or something like that), because it appeared to have some rather weird way of doing PORTDOCS substitution. Notes: svn path=/head/; revision=37257
* A whole bunch of updates from the new maintainer:Ade Lovett2000-11-186-8/+134
| | | | | | | | | | | | | | * install startup file * create TrueType directory * add new --notcp option (from ports/21957) and document it See PR for complete details PR: 22946 Submitted by: maintainer Notes: svn path=/head/; revision=35248
* Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.Maxim Sobolev2000-11-161-3/+3
| | | | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=35180
* Reassign maintainership to ports@FreeBSD.org to make clear that new maintainerMaxim Sobolev2000-11-021-1/+1
| | | | | | | | | wanted. Submitted by: previous maintainer Notes: svn path=/head/; revision=34655
* From submitter:Steve Price2000-07-071-3/+18
| | | | | | | | | | | | | | | | | | xfstt core dumps at times, especially when trying to serve the regular "Courier New" font (COUR.TTF). As a result, X clients trying to set the font will hang, and killing the hung clients brings down X. The problem is that xfstt calls realloc(), through its #define shrinkMem(), but neglects to adjust a pointer that used to point to memory within the old block. A subsequent copying of that pointer then merrily SIGSEGV's the code. PR: 19716 Submitted by: Chan Tur Wei <twchan@singnet.com.sg> Notes: svn path=/head/; revision=30306
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-2/+2
| | | | Notes: svn path=/head/; revision=27433
* use CXX instead of c++ and don't compile with -gMichael Haro2000-04-021-8/+18
| | | | | | | | PR: 17564 Submitted by: mi@kot.ne.mediaone.net Notes: svn path=/head/; revision=27264
* update to 1.1Michael Haro2000-03-313-9/+8
| | | | | | | | PR: 17440 Submitted by: Maxim Sobolev <sobomax@altavista.net> Notes: svn path=/head/; revision=27198
* Previous MAINTAINER mail bouncing, new MAINTAINER requested it withNeil Blakey-Milner2000-01-181-1/+1
| | | | | | | | | | an update. PR: 15315 Submitted by: R.I.Pienaar <rip@pinetec.co.za> Notes: svn path=/head/; revision=24811
* Update to version 1.0.Steve Price1999-12-255-24/+28
| | | | | | | | PR: 15315 Submitted by: R.I.Pienaar <rip@pinetec.co.za> Notes: svn path=/head/; revision=24033
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21148
* New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles.Bill Fumerola1999-06-281-2/+2
| | | | Notes: svn path=/head/; revision=19854
* Initial import of Xfstt version 0.9.10.Steve Price1998-12-248-0/+105
A TrueType font server for X11. PR: 7883 Submitted by: Joe Abley <jabley@clear.co.nz> Notes: svn path=/head/; revision=15552