summaryrefslogtreecommitdiffstats
path: root/devel/imake-4
Commit message (Collapse)AuthorAgeFilesLines
* imake(1) thinks that the first place where to look for a compiler on FreeBSDsobomax2002-05-222-0/+15
| | | | | | | | | is /usr/local/bin/gcc, which simply is not true. Correct it. Bump PORTREVISION for imake-4 port (XFree86-4-libraries isn't bumped because this port doesn't install its own imake binary, but builds it for internal consumption only). No reply from: MAINTAINERs
* The prevalent style is <pkgname><major_ver_num> w/o -'s.obrien2002-03-281-5/+5
|
* Allow pkg_add -r to work easily given change to XF4.obrien2002-03-281-0/+4
|
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-165-64/+22
| | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
* Variables which are defined in bsd.port.mk could never be used as conditionalsf2002-01-241-1/+3
| | | | | | parameter before bsd.port.pre.mk. This time it is ${DISTDIR}. Submitted by: Alan Eldridge <alane@geeksrus.net>
* o don't grok ${FILESDIR} for Wraphelp.c.sf2002-01-062-8/+16
| | | | | This means bento will not ship XDM-AUTHORIZATION-1 enabled package. o fetch Wraphelp.c for non-US residents.
* Keep imake-4 and -libraries consistent with its HasXdmAuth status.sf2002-01-051-2/+15
| | | | | | | | | | This fix only affects if you have - set USA_RESIDENT=YES and - not set XasXdmAuth to NO and - not had Wraphelp.c. You don't need to recompile -libraries to recover this inconsistency. PR: 33024
* Fix long-standing bug of this ports: support HasXdmAuth correctly.sf2001-12-152-5/+4
| | | | | | | | | | | | | | | Previously, devel/imake-4 disables XDM-AUTHORIZATION-1 support whether HasXdmAuth is set to YES or NO if you don't have Wraphelp.c in local ${DISTDIR}. devel/imake-4: rip off meaningless existent check for Wraphelp.c. x11/XFree86-4-libraries: imake-4 change affects libXdmcp.a. ++REVISION. x11/XFree86-4-clients: xdm and chooser depends on libXdmcp.a. ++REVISION. x11-servers/XFree86-{Nest,Print,Server,VFB}: add Wraphelp.c retrieval code. depends on libXdmcp.a. ++REVISION. Reported by: Alan Eldridge <alane@geeksrus.net> Reviewed by: maintainer
* Set LATEST_LINK to imake-4.knu2001-11-071-0/+1
|
* fix typo to unbreak Alpha arch.sf2001-06-121-1/+1
|
* update to 4.1.0.sf2001-06-1210-130/+71
| | | | Reviewed by: maintainer
* o fix MASTER_SITE_SUBDIR.sf2001-03-291-0/+1
| | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
* update to 4.0.3.sf2001-03-2511-93/+340
| | | | | | | | | | | o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
* Style police over the devel category.olgeni2001-02-051-2/+2
|
* NO_INSTALL_MANPAGES is not for user defined variable.sf2001-01-011-4/+0
| | | | Approved by: maintainer
* Add "#define BuildAoutLibraries ${BuildAoutLibraries}".motoyuki2000-11-291-0/+3
| | | | | | | | This variable is declared in port Makefile. Submitted by: motoyuki Reviewed by: maintainer Reference: [ports-jp 10459],[ports-jp 10464]
* Enable PAM support.asami2000-10-261-1/+9
| | | | | Submitted by: Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br> Reviewed by: maintainer
* FreeBSD specific hack -- prefer OSREL from the environment over whatasami2000-09-291-0/+22
| | | | | | | uname(3) says. This is necessary for cross-version chroot builds. Requested by: PW Submitted by: maintainer
* Add "#define NothingOutsideProjectRoot YES" to make sure nothing isasami2000-09-271-0/+2
| | | | | | | | installed outside /usr/X11R6. This fixes about 70 "type (dir, link)" mtree errors in 5-current. Submitted by: maintainer Reported by: sanpei
* Both of the below areasami2000-09-073-3/+27
| | | | | | | | | | | | Submitted by: maintainer (1) Respect CFLAGS when compiling shared libraries and servers. (imake-4, XFree86-4-libraries) Reported by: asami (2) Do not redefine list of supported cards, and support architectures other than i386 better. (imake-4, XFree86-4-Server)
* Work around bug (?) in BSD make that causes HTML manpages to be generatedasami2000-09-061-1/+12
| | | | | | with wrong suffix when MANSUFFIX is defined. Submitted by: maintainer
* Update to 4.0.1. Remove libraries from -clients. Try to extractasami2000-08-256-35/+48
| | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer
* Add imake based on XFree86-4.0.asami2000-06-087-82/+222
| | | | Submitted by: taguchi@tohoku.iij.ad.jp
* Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes somesteve2000-05-281-0/+2
| | | | | files (most notably xmkmf) that are also in the XFree86 port. This was causing serious problems on my Alpha package building machine.
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-141-1/+1
|
* PORTNAME/PORTVERSION updatemharo2000-04-111-3/+3
|
* Define MTREE_FILEmax2000-03-081-0/+1
|
* A port to install utilities in xc/config of XFree86, includingmax2000-03-025-0/+149
imake, lndir, etc. This port can eliminate the needs to install entire XFree86 when you just need imake to build some ports.
OpenPOWER on IntegriCloud