summaryrefslogtreecommitdiff
path: root/devel/imake-4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Due to popular demant into each port which might be inserted into dependencyMaxim Sobolev2002-09-141-0/+4
| | | | | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.) Notes: svn path=/head/; revision=66299
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).Eric Anholt2002-07-181-6/+6
| | | | | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des Notes: svn path=/head/; revision=63216
* imake(1) thinks that the first place where to look for a compiler on FreeBSDMaxim Sobolev2002-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 Notes: svn path=/head/; revision=59702
* The prevalent style is <pkgname><major_ver_num> w/o -'s.David E. O'Brien2002-03-281-5/+5
| | | | Notes: svn path=/head/; revision=56800
* Allow pkg_add -r to work easily given change to XF4.David E. O'Brien2002-03-281-0/+4
| | | | Notes: svn path=/head/; revision=56799
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradesWill Andrews2002-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 Notes: svn path=/head/; revision=56229
* Variables which are defined in bsd.port.mk could never be used as conditionalFUJISHIMA Satsuki2002-01-241-1/+3
| | | | | | | | | parameter before bsd.port.pre.mk. This time it is ${DISTDIR}. Submitted by: Alan Eldridge <alane@geeksrus.net> Notes: svn path=/head/; revision=53695
* o don't grok ${FILESDIR} for Wraphelp.c.FUJISHIMA Satsuki2002-01-062-8/+16
| | | | | | | | This means bento will not ship XDM-AUTHORIZATION-1 enabled package. o fetch Wraphelp.c for non-US residents. Notes: svn path=/head/; revision=52666
* Keep imake-4 and -libraries consistent with its HasXdmAuth status.FUJISHIMA Satsuki2002-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 Notes: svn path=/head/; revision=52633
* Fix long-standing bug of this ports: support HasXdmAuth correctly.FUJISHIMA Satsuki2001-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 Notes: svn path=/head/; revision=51544
* Set LATEST_LINK to imake-4.Akinori MUSHA2001-11-071-0/+1
| | | | Notes: svn path=/head/; revision=49720
* fix typo to unbreak Alpha arch.FUJISHIMA Satsuki2001-06-121-1/+1
| | | | Notes: svn path=/head/; revision=43906
* update to 4.1.0.FUJISHIMA Satsuki2001-06-1210-130/+71
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=43901
* o fix MASTER_SITE_SUBDIR.FUJISHIMA Satsuki2001-03-291-0/+1
| | | | | | | | | o unbreak -clients when USA_RESIDENT does not set. Submitted by: Mori Kouji <mori@tri.asanuma.co.jp> Notes: svn path=/head/; revision=40526
* update to 4.0.3.FUJISHIMA Satsuki2001-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 Notes: svn path=/head/; revision=40377
* Style police over the devel category.Jimmy Olgeni2001-02-051-2/+2
| | | | Notes: svn path=/head/; revision=37976
* NO_INSTALL_MANPAGES is not for user defined variable.FUJISHIMA Satsuki2001-01-011-4/+0
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=36573
* Add "#define BuildAoutLibraries ${BuildAoutLibraries}".Motoyuki Konno2000-11-291-0/+3
| | | | | | | | | | | This variable is declared in port Makefile. Submitted by: motoyuki Reviewed by: maintainer Reference: [ports-jp 10459],[ports-jp 10464] Notes: svn path=/head/; revision=35508
* Enable PAM support.Satoshi Asami2000-10-261-1/+9
| | | | | | | | Submitted by: Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br> Reviewed by: maintainer Notes: svn path=/head/; revision=34244
* FreeBSD specific hack -- prefer OSREL from the environment over whatSatoshi Asami2000-09-291-0/+22
| | | | | | | | | | uname(3) says. This is necessary for cross-version chroot builds. Requested by: PW Submitted by: maintainer Notes: svn path=/head/; revision=33237
* Add "#define NothingOutsideProjectRoot YES" to make sure nothing isSatoshi Asami2000-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 Notes: svn path=/head/; revision=33192
* Both of the below areSatoshi Asami2000-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) Notes: svn path=/head/; revision=32360
* Work around bug (?) in BSD make that causes HTML manpages to be generatedSatoshi Asami2000-09-061-1/+12
| | | | | | | | | with wrong suffix when MANSUFFIX is defined. Submitted by: maintainer Notes: svn path=/head/; revision=32330
* Update to 4.0.1. Remove libraries from -clients. Try to extractSatoshi Asami2000-08-256-35/+48
| | | | | | | | | only what each port needs. Other miscellaneous bug fixes. Submitted by: maintainer Notes: svn path=/head/; revision=31962
* Add imake based on XFree86-4.0.Satoshi Asami2000-06-087-82/+222
| | | | | | | Submitted by: taguchi@tohoku.iij.ad.jp Notes: svn path=/head/; revision=29373
* Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes someSteve Price2000-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. Notes: svn path=/head/; revision=28800
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
| | | | Notes: svn path=/head/; revision=28453
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* Define MTREE_FILEMasafumi Max NAKANE2000-03-081-0/+1
| | | | Notes: svn path=/head/; revision=26644
* A port to install utilities in xc/config of XFree86, includingMasafumi Max NAKANE2000-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. Notes: svn path=/head/; revision=26487