Commit graph

34 commits

Author SHA1 Message Date
Joe Marcus Clarke
834adf6de3 Reset maintainer as I am purely an avahi guy now. 2008-09-01 01:06:58 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Edwin Groothuis
0f12b488a5 Remove USE_REINPLACE from all categories starting with N 2006-05-11 22:49:56 +00:00
Joe Marcus Clarke
4473092cc9 Register a conflict with avahi. 2006-05-01 16:22:13 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24: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
1881da1a9f Correct LDFLAGS after adding USE_GETOPT_LONG. 2005-07-04 05:11:17 +00:00
Joe Marcus Clarke
3c10a2280a Add USE_GETOPT_LONG to fix the build on 4.X.
Reported by:	pointyhat via kris
2005-07-04 05:02:51 +00:00
Joe Marcus Clarke
866d4c7f47 Update to 1.0.0, and change references of Rendezvous to Bonjour. 2005-07-03 06:24:36 +00:00
Joe Marcus Clarke
b25dc0767d * Update to 0.9.10
* Add an rcNG script for starting mDNSResponder
* Assume maintainership

Approved by:	Paul Dlug <paul@aps.org> (previous maintainer)
2005-01-30 04:03:36 +00:00
Joe Marcus Clarke
61b5ce720e Now that howl's pkg-config file has been fixed, we no longer need to hack
the howl include path.
2005-01-24 22:28:37 +00:00
Joe Marcus Clarke
423fe4c405 Update to 0.9.8, and fix the build on 4.X Alpha.
Approved by:	maintainer timeout
2005-01-24 20:10:58 +00:00
Kris Kennaway
502f124782 BROKEN on alpha: Does not compile
Approved by:    portmgr (self)
2005-01-02 01:07:46 +00:00
Joe Marcus Clarke
37b91421ca Update to 0.9.7 which incorporates the previously committed portability
patches.

Approved by:	maintainer
2004-11-01 18:09:01 +00:00
Joe Marcus Clarke
2b54e91c09 Add patches to fix mDNSResponder on FreeBSD. These patches have been
sent upstream, but I have not yet heard as to whether or not they have
been committed.

Reported by:	markus
Approved by:	maintainer timeout
2004-10-31 20:44:26 +00:00
Joe Marcus Clarke
8345f97840 Update to 0.9.6.
Approved by:	maintainer
2004-08-17 20:22:24 +00:00
Joe Marcus Clarke
90ba67f079 Fix build with non-i386 architectures, and fix the installation path for
the headers.

Most of this was adapted from the RedHat src RPMs.

Approved by:	maintainer timeout
2004-07-21 02:02:02 +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
bba6442507 Update to 0.9.5.
Approved by:	maintainer
2004-06-24 00:08:35 +00:00
Kirill Ponomarev
89059bb996 - Use pkgconfig PREFIX 2004-05-31 12:15:55 +00:00
Kirill Ponomarev
6fdc4e6b80 - Fix build on 4-x
- Respect PTHREAD_CFLAGS[LIBS]

Reported by:	bento via kris
2004-04-15 08:45:06 +00:00
Kirill Ponomarev
f8c296625d - Update to 0.9.4
PR:		ports/65418
Submitted by:	maintainer
2004-04-11 14:12:03 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +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
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Clement Laforet
57c7a1f84d - Update to 0.9.1
While I'm here:
- Use %%DATADIR%%

PR:                 61432
Submitted by:       Paul Dlug <paul@aps.org>
Approved by:        erwin (mentor) (implicitly)
2004-01-16 17:12:57 +00:00
Sergei Kolobov
3dedea3469 - Update to 0.8.1
While I'm here:
- Remove GNU_CONFIGURE - implied by USE_LIBTOOL
- Add CONFIGURE_TARGET to silence a warning
- Use VERSION macro instead of explicit version number in pkg-plist

PR:		59424
Submitted by:	maintainer
2003-11-18 17:41:27 +00:00
Maho Nakata
03a1782e9b Set ONLY_FOR_ARCHS=i386.
Regarding from the source, only endianness seems
to be the problem, so supporting other archs can be
achieved by quick hack, though.

Submitted by:	kris via bento
2003-10-25 01:01:18 +00:00
Edwin Groothuis
81a44e879c New Port: howl 0.6.1: zerconf/rendezvous implementation
Paul Dlug also submitted a PR with the howl port, but kept
	his name in the MAINTAINER field, so I assign him as the
	maintainer for this port.

PR:		ports/55291
Submitted by:	Paul Dlug <paul@aps.org>
2003-08-24 06:34:06 +00:00
Maho Nakata
2337495c1c Add new port:
Howl is a cross-platform implementation of the Zeroconf networking
standard. Zeroconf brings a new ease of use to IP networking.

PR:		54717
Submitted by:	David Magda <dmagda@magda.ca>
2003-08-10 22:29:22 +00:00