Commit Graph

85 Commits

Author SHA1 Message Date
Joe Marcus Clarke
0d0680aaab Update to 0.2.40. 2008-09-08 02:25:14 +00:00
Joe Marcus Clarke
54b9cc63c7 Fix a potential infinite loop when starting esd from gnome-settings-daemon. 2008-07-18 04:35:19 +00:00
Joe Marcus Clarke
bd932eab0f Update to 0.2.39. 2008-07-17 18:52:40 +00:00
Pav Lucistnik
dad0d0873a - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:23:28 +00:00
Joe Marcus Clarke
0bf064ec87 Add a pkg-message talking about the correct way to start esd.
PR:		114168
2007-09-16 17:43:17 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Joe Marcus Clarke
8b8cb1e2ec Update to 0.2.38. 2007-05-28 19:28:53 +00:00
Joe Marcus Clarke
3564f183cb Protect the check for the mode argument to open with a test to make
sure flags contains O_CREAT.  This fixes a potential bus error.

PR:		110673
2007-03-22 23:51:46 +00:00
Joe Marcus Clarke
a3afe3e0f6 Fix a bug where esd could take 100% of the CPU when a client disconnected. 2007-02-27 07:17:52 +00:00
Joe Marcus Clarke
239665a706 Update to 0.2.37. 2007-02-27 06:28:10 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Jeremy Messenger
2d96507252 INSTALLS_SHLIB -> USE_LDCONFIG.
Found by:	portlint (cports.sh)
2006-11-05 02:46:18 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Joe Marcus Clarke
0c0a9192a7 Fix the build when docbook-utils is installed.
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-03-26 23:34:28 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Joe Marcus Clarke
39f8b15ac2 Remove arts support as this causes a circular dependency when arts is
built with esound support.

Reported by:	mi
2005-09-14 02:44:35 +00:00
Michael Johnson
2cf8468ce0 - Update to 0.2.36
- Add new knob, WITH_ARTS, this enables arts backend (weird...)
2005-06-07 17:16:43 +00:00
Joe Marcus Clarke
fc0c338e9f Only process the var_args argument to open() if flags contain O_CREAT.
This avoids a bus error crash when using esddsp.

PR:		80382
2005-04-27 03:38:33 +00:00
Jeremy Messenger
21139d4598 - Respect the esd.conf and add est.conf.default. [1]
- Remove the patch-configure; it's no longer need.
- Make the portlint a happy man.

PR:		ports/69175 [1]
Reported by:	Torfinn Ingolfsen <tingo@start.no> [1]
2004-08-17 05:23:07 +00:00
Joe Marcus Clarke
6f1594391c Update to 0.2.35. 2004-08-12 17:31:27 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Joe Marcus Clarke
b2cc5e0412 Update to 0.2.34. 2004-03-16 18:49:43 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
af79e3f939 Update to 0.2.33. 2004-03-01 21:41:46 +00:00
Joe Marcus Clarke
4e33ae17e2 Add CONFLICTS to these ports as they install conflicting plist items.
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-10-10 02:37:20 +00:00
Joe Marcus Clarke
a72399e9a9 Fix an LD_PRELOAD in esddsp.
PR:		57610
Submitted by:	James McNaughton <jtm63@rcn.com>
2003-10-05 19:38:38 +00:00
Joe Marcus Clarke
cde826cf1e Update to 0.2.32. 2003-09-03 18:25:22 +00:00
Joe Marcus Clarke
a6bcab594e Update to 0.2.31. 2003-08-11 15:49:45 +00:00
Joe Marcus Clarke
c1ce9e1f8d Update to 0.2.30. 2003-08-01 16:42:25 +00:00
Sergey A. Osokin
c1d355bfe4 Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings)
Do not bump PORTREVISION

Approved by:    adamw (gnome), fjoe (mentor) (implicit)
2003-06-30 18:36:37 +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
Joe Marcus Clarke
1a2dfac6a5 Remove MarcusCom from the list of MASTER_SITES. I was only hosting
0.2.28.

Spotted by:	edwin
2002-12-26 16:54:12 +00:00
Adam Weinberger
38997e6781 Use a description that actually explains what esound is, and what it does. 2002-12-10 09:19:52 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
f120b52f88 Update to 0.2.29. 2002-08-27 22:10:35 +00:00
Joe Marcus Clarke
f3839f5ef8 Add another mirror for esound since it appears there are some GNOME-mirror
problems.

PR:		39541
Prompted by:	many
2002-06-19 21:26:25 +00:00
Joe Marcus Clarke
a25f29def1 Update to 0.2.28.
Reminder by:	pat
2002-06-19 17:09:23 +00:00
Joe Marcus Clarke
536c69d904 Update to 0.2.27. 2002-06-09 06:04:00 +00:00
Maxim Sobolev
3c3f1e3d41 Put back gugetopt dependency taken out by marcus. The reason the dependency
is here is to prevent gettext from rolling its own version of getopt_long
into the binary, thereby slightly improving code sharing.
2002-05-11 12:55:44 +00:00
Joe Marcus Clarke
179302cded Remove need for gnugetopt. This was corrected in 0.2.26. 2002-05-07 16:22:03 +00:00
Maxim Sobolev
00d4f1915e Update to 0.2.26. 2002-05-07 06:42:25 +00:00
Maxim Sobolev
b0a84db592 Update to 0.2.25. 2002-04-24 19:03:37 +00:00
Ade Lovett
b2edd33fe3 Fix silly typo in last commit. 2002-03-11 06:40:07 +00:00
Maxim Sobolev
2d6bcf8bcf Update to 0.2.24.
PR:		35468
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-04 09:26:24 +00:00
Maxim Sobolev
6a6fbb4e6f Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited
along with libaudiofile dependency.
2002-02-21 09:38:01 +00:00
Maxim Sobolev
3639e8a772 Prevent /bin/sh from hanging around along with esd just polluting ps(1) output.
This is more a "style" fix than anything else, so that leave PORTREVISION
intact.
2002-02-18 10:10:18 +00:00
Maxim Sobolev
357ed9d52c Update to 0.2.23. 2001-10-24 07:22:47 +00:00
Ade Lovett
5ed28dbe7a SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
2001-05-11 16:36:50 +00:00