# New ports collection makefile for: PostgreSQL docs # Date created: August 26, 2002 # Whom: Palle Girgensohn # # $FreeBSD$ # PORTNAME= postgresql PKGNAMESUFFIX= -docs MAINTAINER= girgen@pingpong.net POSTGRESQL_SUBPORT= YES POSTGRESQL_PORT?= databases/postgresql7 .include <${.CURDIR}/../../${POSTGRESQL_PORT}/Makefile> DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX} .undef USE_GMAKE .undef GNU_CONFIGURE NO_BUILD= YES do-install: @ $(MKDIR) ${PREFIX}/share/doc/postgresql/html; \ ${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \ ( cd $(PREFIX)/share/doc/postgresql/html && $(TAR) xf - ) post-install: @ ${TAR} ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} -v /$$ | \ ${XARGS} printf "share/doc/postgresql/html/%s\n" >> ${TMPPLIST} ;\ for dir in `$(TAR) ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} /$$` ; do \ ${ECHO} @dirrm $$dir >> ${TMPPLIST} ;\ done ;\ ${ECHO} @dirrm share/doc/postgresql/html >> ${TMPPLIST} ;\ ${ECHO} '@unexec rmdir %D/share/postgresql 2> /dev/null || true' >> ${TMPPLIST} .include 023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
- Add LICENSE 2018-03-07T08:33:08+00:00 amdmi3 amdmi3@FreeBSD.org 2018-03-07T08:33:08+00:00 96803fb354900447674c44b732089889ba59419e - Update WWW Approved by: portmgr blanket
- Update WWW

Approved by:	portmgr blanket
Cleanup plist 2014-12-08T19:56:26+00:00 bapt bapt@FreeBSD.org 2014-12-08T19:56:26+00:00 cb0cfb7eb8ea9f3556c8a4ffd27e842937dda155

Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run 2013-09-24T06:24:17+00:00 bapt bapt@FreeBSD.org 2013-09-24T06:24:17+00:00 5c563445feeb5a8337c610fef2fcec2bb3ff26ca Exp-run by: bdrewery
Exp-run by:	bdrewery
Add NO_STAGE all over the place in preparation for the staging support (cat: x11) 2013-09-20T23:43:19+00:00 bapt bapt@FreeBSD.org 2013-09-20T23:43:19+00:00 75c703a072d2981400dc17a23ec971f3cf28a570

The FreeBSD x11 team proudly presents 2013-05-25T14:37:02+00:00 zeising zeising@FreeBSD.org 2013-05-25T14:37:02+00:00 715298b528f23a6a763e28623a4c98f1365c81ce an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
an zeising, kwm, miwi, bapt, eadler production:

Xorg 7.7

Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities

Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.

PR:		ports/177942
Exp-run by:	miwi
Approved by:	portmgr (miwi)

Thanks to all who helped testing!
- Please welcome Xorg 7.5.1 2011-02-25T16:52:50+00:00 miwi miwi@FreeBSD.org 2011-02-25T16:52:50+00:00 afbd9adc91ea20af30292938d6abd193791ae93f The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457
The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

	Beat Gaetzi
	Dima Panov
	Koop Mast
	Eitan Adler
	and all Testers.

PR:		ports/147646
		ports/148035
		ports/148744
		ports/150223
		ports/152889
		ports/154457
- Update to Xorg 7.5 2010-05-01T11:41:07+00:00 miwi miwi@FreeBSD.org 2010-05-01T11:41:07+00:00 988b674197d5158ec2b9735dd2a18cab568384cd The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs
The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*

or:

portmaster -af

Please report any problems and issus to x11 (at) FreeBSD.org.

Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help
and Feeback.

Tested by:	Community and 2x exp-runs