aboutsummaryrefslogtreecommitdiff
path: root/devel/imake-4
Commit message (Collapse)AuthorAgeFilesLines
* Force imake build respect ${CC}.Dejan Lesjak2005-11-252-2/+4
| | | | | | | | Noticed by: skv PR: ports/85735 Notes: svn path=/head/; revision=149407
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,Dejan Lesjak2005-11-112-1/+5
| | | | | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256. Notes: svn path=/head/; revision=147991
* Upgrade to XFree86 4.5.0.Dejan Lesjak2005-06-158-74/+149
| | | | | | | | | | | | | | | | | | | | | Ports changes: - Drop dependency on x11/wrapper. X server already contains this code (programs/Xserver/os/utils.c rev. 3.58). - Install default SecurityPolicy with XFree86-4-libraries, thus avoiding plists and who-owns-what complications between different fooServer ports. Copy default file to real one if that doesn't exist and remove both upon uninstall if they are the same. - Revert change to Imake.rules rev. 3.132 in devel/imake-4 port, since couple of ports break with this change (devel/imake-4/files/patch-Imake.rules) - Add grehans patches for PPC [1] - Several of directories that were previously in /etc/mtree/BSD.x11-4.dist were moved to respective ports pkg-plists PR: [1] 78345, 78346, 78348, 78352, 78353, 78354, 78355, 78356 Notes: svn path=/head/; revision=137466
* Bump PORTREVISION, since html manpages are no longer built/installedDejan Lesjak2004-12-231-0/+1
| | | | | | | and that changes packaging content. Notes: svn path=/head/; revision=124897
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-232-3/+1
| | | | | | | | | | | | | | | DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more) Notes: svn path=/head/; revision=124866
* Update XFree86 clients to 4.4 release. Release notes are available atJoe Marcus Clarke2004-08-107-59/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.xfree86.org/4.4.0/RELNOTES.html PR: ports/67733 imake ports/67508 libraries ports/67510 clients ports/67513 server ports/67776 100dpi fonts ports/67777 75dpi fonts ports/67778 cyrillic fonts ports/67779 default bitmap fonts ports/67781 font encodings ports/67783 scalable fonts ports/67784 font server ports/67785 XFree86 meta-port ports/67775 documents ports/67786 manpages ports/67787 nest server ports/67788 print server ports/67789 virtual framebuffer server ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files) ports/44252 (XFree86-4-Server port removes/overwrites config files) Submitted by: Dejan Lesjak (dejan DOT lesjak AT ijs DOT si) Additional changes by: anholt Jung-uk Kim (jkim AT niksun DOT com) arved Tested by: pointyhat linimon Notes: svn path=/head/; revision=115778
* - Add a check to prevent installation to wrong X distribution, as seenPav Lucistnik2004-07-231-0/+4
| | | | | | | | | in other XFree86/X.Org ports. Approved by: anholt (x11 hat) Notes: svn path=/head/; revision=114532
* Register CONFLICTS between imake ports.Eric Anholt2004-06-191-0/+2
| | | | Notes: svn path=/head/; revision=111789
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
| | | | Notes: svn path=/head/; revision=105747
* Add a patch to make imake compatible with upcoming make(1) fixes.Michael Nottebrock2004-03-242-1/+13
| | | | | | | Submitted by: Harti Brandt <brandt at fokus.fraunhofer.de> Notes: svn path=/head/; revision=105134
* Do the same PTHREAD_{CFLAGS,LIBS} magic here so that the installed FreeBSD.cfJoe Marcus Clarke2004-02-062-3/+38
| | | | | | | | | includes the correct settings. Reported by: Stefan Farfeleder <stefan@fafoe.narf.at> Notes: svn path=/head/; revision=100165
* - Change maintainership of this port to x11@, too.Eric Anholt2003-12-124-2/+28
| | | | | | | | | | | | - Install xttMod.tmpl, which may be used by XFree86-4-Server soon - Use #!/usr/bin/env perl to increase chances of finding perl. Perl should be unnecessarry once we get XFree86 4.4.0. PR: ports/60005 (perl) Submitted by: nik Notes: svn path=/head/; revision=95688
* Fix a bug in string handling in rman.Eric Anholt2003-07-162-0/+13
| | | | | | | Submitted by: marcel Notes: svn path=/head/; revision=85003
* Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-develEric Anholt2003-03-118-259/+83
| | | | | | | | | | for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr Notes: svn path=/head/; revision=77104
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* 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