Commit graph

45 commits

Author SHA1 Message Date
Dejan Lesjak
30783c4453 Force imake build respect ${CC}.
Noticed by:	skv
PR:		ports/85735
2005-11-25 12:10:56 +00:00
Dejan Lesjak
b8b6f22af1 If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.

Add SHA256.
2005-11-11 22:16:17 +00:00
Dejan Lesjak
2552b8e5f9 Upgrade to XFree86 4.5.0.
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
2005-06-15 02:40:03 +00:00
Dejan Lesjak
5870a4864c Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
2004-12-23 05:31:04 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
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)
2004-12-23 01:35:49 +00:00
Joe Marcus Clarke
42c2cdc260 Update XFree86 clients to 4.4 release. Release notes are available at
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
2004-08-10 01:29:22 +00:00
Pav Lucistnik
42e71648ad - Add a check to prevent installation to wrong X distribution, as seen
in other XFree86/X.Org ports.

Approved by:	anholt (x11 hat)
2004-07-23 23:45:10 +00:00
Eric Anholt
af01fcc14e Register CONFLICTS between imake ports. 2004-06-19 06:16:17 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Michael Nottebrock
f8afd36f58 Add a patch to make imake compatible with upcoming make(1) fixes.
Submitted by: Harti Brandt <brandt at fokus.fraunhofer.de>
2004-03-24 18:25:50 +00:00
Joe Marcus Clarke
dd64637baf Do the same PTHREAD_{CFLAGS,LIBS} magic here so that the installed FreeBSD.cf
includes the correct settings.

Reported by:	Stefan Farfeleder <stefan@fafoe.narf.at>
2004-02-06 17:34:48 +00:00
Eric Anholt
91450ce207 - Change maintainership of this port to x11@, too.
- 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
2003-12-12 22:49:05 +00:00
Eric Anholt
7ff8996243 Fix a bug in string handling in rman.
Submitted by:	marcel
2003-07-16 20:45:02 +00:00
Eric Anholt
62d3b1c1fc Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated.  Thank you to all the testers and people who submitted
patches for this update.

Approved by:	portmgr
2003-03-11 23:38:11 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maxim Sobolev
4fe6852b8f Due to popular demant into each port which might be inserted into dependency
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.)
2002-09-14 13:32:06 +00:00
Eric Anholt
a5596482c6 Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).
Clean up Wraphelp.c inclusion in the ports that need it.
Add USE_PERL5 to imake-4.

Approved by:	des
2002-07-18 20:30:22 +00:00
Maxim Sobolev
045d1253be imake(1) thinks that the first place where to look for a compiler on FreeBSD
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
2002-05-22 14:29:17 +00:00
David E. O'Brien
d4888fda26 The prevalent style is <pkgname><major_ver_num> w/o -'s. 2002-03-28 18:30:14 +00:00
David E. O'Brien
bb44b11566 Allow pkg_add -r to work easily given change to XF4. 2002-03-28 18:28:07 +00:00
Will Andrews
92becb4baf XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[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
2002-03-16 23:40:19 +00:00
FUJISHIMA Satsuki
0d1ecd91a6 Variables which are defined in bsd.port.mk could never be used as conditional
parameter before bsd.port.pre.mk. This time it is ${DISTDIR}.

Submitted by:	Alan Eldridge <alane@geeksrus.net>
2002-01-24 23:26:37 +00:00
FUJISHIMA Satsuki
930f74535e o don't grok ${FILESDIR} for Wraphelp.c.
This means bento will not ship XDM-AUTHORIZATION-1 enabled package.
o fetch Wraphelp.c for non-US residents.
2002-01-06 20:41:44 +00:00
FUJISHIMA Satsuki
9b569a32a1 Keep imake-4 and -libraries consistent with its HasXdmAuth status.
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
2002-01-05 20:35:44 +00:00
FUJISHIMA Satsuki
bfadd1fd9b Fix long-standing bug of this ports: support HasXdmAuth correctly.
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
2001-12-15 02:58:35 +00:00
Akinori MUSHA
afb9a06835 Set LATEST_LINK to imake-4. 2001-11-07 08:37:52 +00:00
FUJISHIMA Satsuki
1e40b0ac18 fix typo to unbreak Alpha arch. 2001-06-12 15:20:58 +00:00
FUJISHIMA Satsuki
a7f5ab93b2 update to 4.1.0.
Reviewed by:	maintainer
2001-06-12 14:59:12 +00:00
FUJISHIMA Satsuki
10427f3863 o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.

Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2001-03-29 12:04:27 +00:00
FUJISHIMA Satsuki
984a75e189 update to 4.0.3.
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
2001-03-25 23:04:52 +00:00
Jimmy Olgeni
9a723dd34f Style police over the devel category. 2001-02-05 14:34:42 +00:00
FUJISHIMA Satsuki
86c34c7330 NO_INSTALL_MANPAGES is not for user defined variable.
Approved by: maintainer
2001-01-01 15:09:06 +00:00
Motoyuki Konno
fb2cbc9afb Add "#define BuildAoutLibraries ${BuildAoutLibraries}".
This variable is declared in port Makefile.

Submitted by:	motoyuki
Reviewed by:	maintainer
Reference:	[ports-jp 10459],[ports-jp 10464]
2000-11-29 12:08:19 +00:00
Satoshi Asami
8086f52b78 Enable PAM support.
Submitted by:	Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br>
Reviewed by:	maintainer
2000-10-26 01:46:50 +00:00
Satoshi Asami
e9af94f3e7 FreeBSD specific hack -- prefer OSREL from the environment over what
uname(3) says.  This is necessary for cross-version chroot builds.

Requested by:	PW
Submitted by:	maintainer
2000-09-29 00:21:49 +00:00
Satoshi Asami
f72f73a1b4 Add "#define NothingOutsideProjectRoot YES" to make sure nothing is
installed outside /usr/X11R6.  This fixes about 70 "type (dir, link)"
mtree errors in 5-current.

Submitted by:	maintainer
Reported by:	sanpei
2000-09-27 22:47:56 +00:00
Satoshi Asami
e9c8b285ce Both of the below are
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)
2000-09-07 00:03:49 +00:00
Satoshi Asami
56c6e47356 Work around bug (?) in BSD make that causes HTML manpages to be generated
with wrong suffix when MANSUFFIX is defined.

Submitted by:	maintainer
2000-09-06 09:41:47 +00:00
Satoshi Asami
036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00
Satoshi Asami
061d6c265f Add imake based on XFree86-4.0.
Submitted by:	taguchi@tohoku.iij.ad.jp
2000-06-08 03:25:55 +00:00
Steve Price
922c1f0360 Mark this port as MANUAL_PACKAGE_BUILD. It installs and them removes some
files (most notably xmkmf) that are also in the XFree86 port.  This was
causing serious problems on my Alpha package building machine.
2000-05-28 03:31:26 +00:00
Bill Fumerola
ccf4c430e0 ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go. 2000-05-14 05:40:52 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Masafumi Max NAKANE
e56b849cd1 Define MTREE_FILE 2000-03-08 08:29:51 +00:00
Masafumi Max NAKANE
1164c762f6 A port to install utilities in xc/config of XFree86, including
imake, lndir, etc.
This port can eliminate the needs to install entire XFree86 when you just
need imake to build some ports.
2000-03-02 04:11:56 +00:00