head	1.32;
access;
symbols
	RELEASE_8_3_0:1.30
	RELEASE_9_0_0:1.30
	RELEASE_7_4_0:1.28
	RELEASE_8_2_0:1.28
	RELEASE_6_EOL:1.27
	RELEASE_8_1_0:1.26
	RELEASE_7_3_0:1.25
	RELEASE_8_0_0:1.24
	RELEASE_7_2_0:1.22
	RELEASE_7_1_0:1.22
	RELEASE_6_4_0:1.22
	RELEASE_5_EOL:1.21
	RELEASE_7_0_0:1.19
	RELEASE_6_3_0:1.19
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.17
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.15
	RELEASE_5_5_0:1.15
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.10;
locks; strict;
comment	@# @;


1.32
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.31;

1.31
date	2012.06.01.05.24.06;	author dinoex;	state Exp;
branches;
next	1.30;

1.30
date	2011.09.23.22.25.13;	author amdmi3;	state Exp;
branches;
next	1.29;

1.29
date	2011.07.30.09.39.44;	author kwm;	state Exp;
branches;
next	1.28;

1.28
date	2010.12.04.07.33.27;	author ade;	state Exp;
branches;
next	1.27;

1.27
date	2010.10.28.11.10.46;	author kwm;	state Exp;
branches;
next	1.26;

1.26
date	2010.03.28.06.43.24;	author dinoex;	state Exp;
branches;
next	1.25;

1.25
date	2010.02.05.11.43.49;	author dinoex;	state Exp;
branches;
next	1.24;

1.24
date	2009.08.02.19.35.29;	author mezz;	state Exp;
branches;
next	1.23;

1.23
date	2009.07.31.13.55.42;	author dinoex;	state Exp;
branches;
next	1.22;

1.22
date	2008.06.06.14.00.55;	author edwin;	state Exp;
branches;
next	1.21;

1.21
date	2008.03.25.22.44.39;	author miwi;	state Exp;
branches;
next	1.20;

1.20
date	2008.03.20.10.03.41;	author pav;	state Exp;
branches;
next	1.19;

1.19
date	2007.10.24.23.36.32;	author marcus;	state Exp;
branches;
next	1.18;

1.18
date	2007.05.19.20.22.44;	author flz;	state Exp;
branches;
next	1.17;

1.17
date	2006.10.08.06.09.29;	author lawrance;	state Exp;
branches;
next	1.16;

1.16
date	2006.09.23.19.35.55;	author adamw;	state Exp;
branches;
next	1.15;

1.15
date	2006.02.23.10.38.58;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2005.11.15.06.50.58;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2005.11.05.05.21.12;	author marcus;	state Exp;
branches;
next	1.12;

1.12
date	2005.07.01.22.37.00;	author adamw;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.17.02.08.41;	author adamw;	state Exp;
branches;
next	1.10;

1.10
date	2005.03.12.10.53.24;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2005.02.08.21.40.01;	author adamw;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.16.04.27.22;	author adamw;	state Exp;
branches;
next	1.7;

1.7
date	2005.01.16.04.14.24;	author adamw;	state Exp;
branches;
next	1.6;

1.6
date	2005.01.14.21.58.03;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.14.19.25.56;	author adamw;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.14.08.13.57;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.14.05.01.25;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.13.05.48.54;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2005.01.12.17.57.48;	author adamw;	state Exp;
branches;
next	;


desc
@@


1.32
log
@Switch exporter over
@
text
@# New ports collection makefile for:	libgnomesu
# Date created:				12 January 2005
# Whom:					Adam Weinberger <adamw@@FreeBSD.org>
#
# $FreeBSD: head/security/libgnomesu/Makefile 300897 2012-07-14 14:29:18Z beat $
#    $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $

PORTNAME=	libgnomesu
PORTVERSION=	1.0.0
PORTREVISION=	10
CATEGORIES=	security gnome
MASTER_SITES=	http://members.chello.nl/~h.lai/libgnomesu/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Library and frontend for running commands as root

USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
USE_GNOME=	gnomehack gnomeprefix libgnomeui
CONFIGURE_ARGS+=--disable-install-pam
CONFIGURE_ENV+=	LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=	-I${LOCALBASE}/include

post-patch:
	@@${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \
		${WRKSRC}/src/Makefile.in

post-install:
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.sample ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/api.html ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR}
.endif
	@@${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.31
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.30
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
a10 1
PORTREVISION=	9
@


1.29
log
@Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.
@
text
@d21 2
a22 2
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
@


1.28
log
@Sync to new bsd.autotools.mk
@
text
@d24 4
@


1.27
log
@Remove the 4.x script, and rename the 5.x script. One script works for all
supported FreeBSD versions.
Update instuction for the pam script.

PR:		ports/151772
Submitted by:	dougb@@
@
text
@d17 1
a17 1
USE_AUTOTOOLS=	libtool:22
@


1.26
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	8
d26 1
a26 2
	${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.4.x.sample ${EXAMPLESDIR}
	${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.5.x.sample ${EXAMPLESDIR}
@


1.25
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	7
@


1.24
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d10 1
a10 1
PORTREVISION=	6
@


1.23
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d17 1
a17 1
USE_AUTOTOOLS=	libtool:15
@


1.22
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d10 1
a10 1
PORTREVISION=	5
@


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

Approved by:	portmgr (xorg cleanup)
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.20
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@a16 1
USE_X_PREFIX=	yes
@


1.19
log
@Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
@
text
@a17 1
USE_GETOPT_LONG=yes
@


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


1.17
log
@Remove obsolete CONFLICTS line for gnomesu.
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.16
log
@Release my ports back into the wild.

Be free, little ports. May you all grow big and strong.

Except gnome-icons-edge. You should probably be nuked. Just sayin'.
@
text
@a25 2
CONFLICTS=	gnomesu-[0-9]*

@


1.15
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d14 1
a14 1
MAINTAINER=	adamw@@FreeBSD.org
@


1.14
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.13
log
@Bump PORTREVISION to chase the glib20 shared library update.
@
text
@d19 1
a19 1
USE_LIBTOOL_VER=15
@


1.12
log
@Update to 1.0.0.
@
text
@d10 1
@


1.11
log
@Hostname of MASTER_SITE and WWW site changed slightly.
@
text
@d9 1
a9 2
PORTVERSION=	0.9.7
PORTREVISION=	1
@


1.10
log
@Bump PORTREVISION to chase the glib20 shared lib version change.
@
text
@d12 1
a12 1
MASTER_SITES=	http://members1.chello.nl/~h.lai/libgnomesu/
@


1.9
log
@Update to 0.9.7.
@
text
@d10 1
@


1.8
log
@Remove leftover directory.

PORTREVISION bump.
@
text
@d9 1
a9 2
PORTVERSION=	0.9.6
PORTREVISION=	2
d14 1
a14 1
COMMENT=	Library for and frontend for running commands as root
@


1.7
log
@Use a vendor-provided method for preventing gnomesu-pam installation.
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@Adjust the CONFLICTS to appease portlint.
@
text
@d22 1
@


1.5
log
@Extra super OMFG-I'd-be-screwed-without-you thanks to marcus for the
sleuthing here.

- Stop libgnomesu from causing 4.x machines to catch fire and break
  all your dishes.

- Don't install stuff into /etc/pam.d by default.

- Install example "gnomesu-pam"s, and include a pkg-message explaining
  what to do with them (HINT: copy the appropriate one into /etc/pam.d
  and name it gnomesu-pam).

- Fix a double-free.

With these fixes, the gnomeu binary in libgnomesu provides a much more
comprehensive GNOME su frontend, and the Great Red Eye of Adamwdor is
now turned towards sysutils/gnomesu.
@
text
@d25 1
a25 1
CONFLICTS=	gnomesu-*
@


1.4
log
@With my portmgr hat on, mark this port IGNORE on 4.X as it will corrupt
your PAM configuration, and cause subsequent logins to fail.  The
maintainer has been notified.
@
text
@d10 1
d15 1
a15 1
COMMENT=	Library for su integration with GNOME apps
a26 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE=	Corrupts PAM configuration
.endif

d28 3
d36 1
d38 1
a38 1
.include <bsd.port.post.mk>
@


1.3
log
@Fix build on >4.x.
@
text
@d26 6
d39 1
a39 1
.include <bsd.port.mk>
@


1.2
log
@Register conflict with gnomesu. The removal of gnomesu is being
considered, as its functionality appears to be encapsulated within
libgnomesu. Thoughts/opinions welcome.
@
text
@d21 2
@


1.1
log
@libgnomesu is a library for providing superuser privileges to GNOME
applications. It supports consolehelper, PAM and su.

libgnomesu will use one the following services (in order of priority),
depending on which one is available:
- consolehelper
- PAM
- su

libgnomesu will use the su-based backend as final fallback, if no other
services are available. This service uses a backend which is a modified
version of GNU su.

libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component
for Nautilus integration.

WWW: http://members1.chello.nl/~h.lai/libgnomesu/
@
text
@d22 2
@

