head	1.25;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3;
locks; strict;
comment	@# @;


1.25
date	2012.11.17.06.03.26;	author svnexp;	state Exp;
branches;
next	1.24;

1.24
date	2012.08.04.22.52.02;	author kwm;	state Exp;
branches;
next	1.23;

1.23
date	2012.07.30.08.30.17;	author bapt;	state Exp;
branches;
next	1.22;

1.22
date	2012.07.26.05.40.22;	author bapt;	state Exp;
branches;
next	1.21;

1.21
date	2012.07.22.23.23.59;	author dougb;	state Exp;
branches;
next	1.20;

1.20
date	2012.06.01.05.25.31;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2012.02.18.10.18.32;	author mva;	state Exp;
branches;
next	1.18;

1.18
date	2011.09.23.22.26.19;	author amdmi3;	state Exp;
branches;
next	1.17;

1.17
date	2011.08.10.16.42.16;	author ehaupt;	state Exp;
branches;
next	1.16;

1.16
date	2011.02.27.04.54.41;	author tabthorpe;	state Exp;
branches;
next	1.15;

1.15
date	2010.03.28.06.46.00;	author dinoex;	state Exp;
branches;
next	1.14;

1.14
date	2010.02.05.11.45.51;	author dinoex;	state Exp;
branches;
next	1.13;

1.13
date	2010.01.30.09.43.30;	author mva;	state Exp;
branches;
next	1.12;

1.12
date	2009.07.31.13.57.06;	author dinoex;	state Exp;
branches;
next	1.11;

1.11
date	2009.01.23.16.28.02;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2008.04.19.17.54.59;	author miwi;	state Exp;
branches;
next	1.9;

1.9
date	2008.03.23.11.11.23;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2008.03.13.14.28.33;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2007.05.19.20.28.58;	author flz;	state Exp;
branches;
next	1.6;

1.6
date	2006.09.20.11.21.57;	author stas;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.13.05.00.25;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2006.04.09.13.08.16;	author alepulver;	state Exp;
branches;
next	1.3;

1.3
date	2006.01.12.12.54.28;	author sem;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.28.08.08.57;	author danfe;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.26.11.03.27;	author danfe;	state Exp;
branches;
next	;


desc
@@


1.25
log
@Switch exporter over
@
text
@# New ports collection makefile for:	TDFSB
# Date created:				31 Jul 2005
# Whom:					Alejandro Pulver <alejandro@@varnet.biz>
#
# $FreeBSD: head/x11-fm/tdfsb/Makefile 302037 2012-08-04 22:52:02Z kwm $
#

PORTNAME=	tdfsb
PORTVERSION=	0.0.10
PORTREVISION=	3
CATEGORIES=	x11-fm
MASTER_SITES=	http://www.determinate.net/webdata/data/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A 3D filesystem browser

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg

USE_GL=		glut
USE_SDL=	image sdl
USE_PKGCONFIG=	yes

PORTDOCS=	README
PLIST_FILES=	bin/${PORTNAME}

CPPFLAGS+=	`${LOCALBASE}/bin/pkgconf --cflags SDL_image gl` \
		`${LOCALBASE}/bin/smpeg-config --cflags` \
		-I ${LOCALBASE}/include
LDFLAGS+=	`${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \
		`${LOCALBASE}/bin/smpeg-config --libs` \
		-L ${LOCALBASE}/lib -lGLU -lglut

.include <bsd.port.pre.mk>

do-build:
	(cd ${BUILD_WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} ${PORTNAME}.c \
		-o ${PORTNAME} ${LDFLAGS})

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.post.mk>
@


1.24
log
@SVN rev 302037 on 2012-08-04 22:52:02Z by kwm

Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@@
Obtained from:	xorg-dev staging area.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.23
log
@SVN rev 301712 on 2012-07-30 08:30:17Z by bapt

Fix build with pkgconf

Reported by:	pointyhat (erwin)
@
text
@d10 1
a10 1
PORTREVISION=	2
d29 6
a34 4
CPPFLAGS+=	`${LOCALBASE}/bin/pkgconf --cflags SDL_image glut` \
		`${LOCALBASE}/bin/smpeg-config --cflags`
LDFLAGS+=	`${LOCALBASE}/bin/pkgconf --libs SDL_image glut` \
		`${LOCALBASE}/bin/smpeg-config --libs`
@


1.22
log
@SVN rev 301539 on 2012-07-26 05:40:22Z by bapt

new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
@
text
@d29 1
a29 1
CPPFLAGS+=	`${pkgconfig_DETECT} --cflags SDL_image glut` \
d31 1
a31 1
LDFLAGS+=	`${pkgconfig_DETECT} --libs SDL_image glut` \
@


1.21
log
@SVN rev 301357 on 2012-07-22 23:23:59Z by dougb

For the ports that are maintained by ports@@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
@
text
@a19 1
BUILD_DEPENDS=	pkg-config>0:${PORTSDIR}/devel/pkg-config
d24 1
@


1.20
log
@- update png to 1.5.10
@
text
@d20 1
a24 1
USE_GNOME=	pkgconfig
@


1.19
log
@- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:	exp-run by pav
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.18
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d10 1
@


1.17
log
@Update to 0.0.10

PR:		159495
Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
@
text
@d28 1
a28 1
CPPFLAGS=	`${pkgconfig_DETECT} --cflags SDL_image glut` \
d30 1
a30 1
LDFLAGS=	`${pkgconfig_DETECT} --libs SDL_image glut` \
@


1.16
log
@- Reassign ports to heap

Submitted by:	alepulver
@
text
@d9 1
a9 2
PORTVERSION=	0.0.9
PORTREVISION=	10
d16 3
d23 1
d25 1
a26 1
PORTDOCS=	README
d28 6
a33 1
COMPILE_SCRIPT=	compile.sh
d36 2
a37 1
	@@(cd ${BUILD_WRKSRC}; ${SH} ${COMPILE_SCRIPT})
a45 14
.include <bsd.port.pre.mk>

post-patch:
# Dirty hack below (ripping -lm) is needed in order to build the port on
# NVidia-infected system.  Without it, it may complain on conflicting
# libm.so versions (x11/nvidia-driver gets one via misc/compat5x port).
# However, since libGLU.so already depends on it, we should be fine.
	@@${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \
			s|gcc|${CC}| ; s| -lm|| ; \
			s|/usr/local|${LOCALBASE}|g ; \
			s|/usr/X11R6|${LOCALBASE}|g ; \
			s|-O2|${CFLAGS}|g' \
				${WRKSRC}/${COMPILE_SCRIPT}

@


1.15
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d14 1
a14 1
MAINTAINER=	alepulver@@FreeBSD.org
@


1.14
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	9
@


1.13
log
@- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
@
text
@d10 1
a10 1
PORTREVISION=	8
@


1.12
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.11
log
@- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.10
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	5
d17 1
a17 2
LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg \
		glut.4:${PORTSDIR}/graphics/libglut
d19 1
a19 1
USE_GL=		yes
@


1.9
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d48 1
a48 1
			s|/usr/X11R6|${X11BASE}|g ; \
@


1.8
log
@- Chase devel/sdl12 shlib version bump
@
text
@d10 1
a10 1
PORTREVISION=	4
a21 1
USE_X_PREFIX=	yes
@


1.7
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.6
log
@ - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.5
log
@Remove USE_REINPLACE from categories starting with X
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@Change the maintainership address to the @@FreeBSD.org one.

Approved by:	garga (mentor)
@
text
@a20 1
USE_REINPLACE=	yes
@


1.3
log
@- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@@albabsd.org>
@
text
@d14 1
a14 1
MAINTAINER=	alejandro@@varnet.biz
@


1.2
log
@Register missing dependency to fix the build.

Reported by:	krismail
@
text
@d10 1
d18 1
a18 1
		glut.3:${PORTSDIR}/graphics/libglut
@


1.1
log
@Add tdfsb 0.0.9, a 3D filesystem browser.

PR:		ports/84414
Submitted by:	Alejandro Pulver <alejandro(at)varnet.biz>
@
text
@d16 2
a17 1
LIB_DEPENDS=	smpeg.1:${PORTSDIR}/multimedia/smpeg
@

