1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

38 Commits

Author SHA1 Message Date
Baptiste Daroussin
9346b215f0 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)
2012-07-26 05:40:22 +00:00
Dennis Herrmann
0871451d38 - Update to 1.9.1 2012-06-20 07:08:22 +00:00
Dennis Herrmann
0a6d6e930d - Update to 1.9 2012-06-15 08:08:41 +00:00
Dennis Herrmann
7a63deb2a8 - Update to 1.8.5 2012-01-29 13:28:35 +00:00
Dennis Herrmann
ec2c8bdb3e - Update to 1.8.4 2012-01-22 13:43:39 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Dennis Herrmann
1294cfea17 - Update to 1.8.3 2011-10-15 01:02:13 +00:00
Dennis Herrmann
d020b75d3d - Update to 1.8.2 2011-10-07 10:13:29 +00:00
Dennis Herrmann
d986189d9d - Update to 1.8.1 2011-08-23 16:07:12 +00:00
Dennis Herrmann
eec4114162 - Fix listing for Router Solicitations
PR:		ports/158697
Submitted by:	Geoffrey Sisson <geoff@dns-oarc.net>
2011-07-09 09:49:16 +00:00
Dennis Herrmann
0863ec8d3a - Update to 1.8 2011-06-11 13:31:45 +00:00
Dennis Herrmann
46057726e5 - Update to 1.7
Feature safe:	yes
2011-01-15 13:27:05 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dennis Herrmann
0a80504c04 - Update to 1.6 2010-03-07 10:09:10 +00:00
Dennis Herrmann
bd89595920 - Update to 1.5 2009-09-11 12:11:16 +00:00
Dennis Herrmann
51837a3fbc - Update to 1.4 2009-08-04 10:34:54 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Dennis Herrmann
b96d5c8031 - Update to 1.3 2009-07-07 20:37:18 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Martin Wilke
11d252a3ba - Update to 1.2
- Pass maintainership to  submitter

PR:		129530
Submitted by:	Dennis Herrmann <adox@mcx2.org>
2008-12-14 10:15:10 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Andrew Pantyukhin
0fb9c5dd8d - Update to 1.1 2008-02-04 18:54:48 +00:00
Andrew Pantyukhin
d293b9db16 - De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
2007-04-18 08:01:25 +00:00
Andrew Pantyukhin
c5383dafd0 - Update to 1.0 2006-11-15 12:53:41 +00:00
Andrew Pantyukhin
1ec9be9672 - Mark broken on 4.x
Reported by:	pointyhat via kris
2006-08-06 17:16:19 +00:00
Andrew Pantyukhin
c36ad3d129 - Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
2006-07-30 22:46:04 +00:00
Andrew Pantyukhin
eb6dfa42a6 - Try to fix build on 4.x by USE_GCC=3.4+
Reported by:	pointyhat via kris
Approved by:	krion (mentor, implicit)
2006-05-21 21:04:22 +00:00
Andrew Pantyukhin
d14aab6936 - Update to 0.9.1
- RC'ify
- Take maintainership

PR:		ports/95889
Submitted by:	me
Approved by:	krion (mentor)
2006-05-08 07:55:34 +00:00
Mark Linimon
5ee761961b Reset pat due to no response to email about his status.
Hat:	portmgr
2006-04-14 22:53:13 +00:00
Edwin Groothuis
dbef3380d2 SHA256ify
Approved by: krion@
2006-01-22 21:24:05 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +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
Patrick Li
7c69ac13ab Update to 0.7.2 2003-02-14 20:47:05 +00:00
Patrick Li
8d8c366ce3 Update to 0.7.1 2002-01-17 08:13:21 +00:00
Patrick Li
7efa8c2c83 Update to 0.7.0 2001-11-23 21:37:55 +00:00
Patrick Li
8ca16eda55 Maintainer is now committer so change to new email address.
Approved by:	lioux
2001-11-15 03:59:42 +00:00
Kevin Lo
4fa23ba4a6 Initial import of radvd-0.6.2p4.
Radvd is the Linux/BSD IPv6 router advertisement daemon.

PR: 28760
Submitted by: Patrick Li <pat@databits.net>
2001-07-06 16:29:39 +00:00