| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.0.0_1
|
dougb  |
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. |
23 Sep 2011 22:26:39
1.0.0_1
|
amdmi3  |
- 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 |
11 Aug 2011 19:20:17
1.0.0_1  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
25 Apr 2011 19:17:00
1.0.0_1
|
glarkin  |
- Assign maintainership to submitter
PR: ports/156635
Submitted by: Paul Donovan <freebsd@donovansbrain.co.uk> |
20 Mar 2011 12:54:45
1.0.0_1
|
miwi  |
- Get Rid MD5 support |
14 Mar 2011 17:10:51
1.0.0_1
|
bapt  |
Deprecate unmaintained ports from net where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports |
04 Dec 2010 07:34:27
1.0.0_1
|
ade  |
Sync to new bsd.autotools.mk |
27 Mar 2010 00:15:24
1.0.0_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
21 Dec 2009 02:19:12
1.0.0_1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
02 Aug 2009 19:36:34
1.0.0_1
|
mezz  |
-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 |
15 Jul 2009 16:39:21
1.0.0_1
|
dougb  |
Overhaul this script to better fit the rc.d way of doing things;
1. Add a comment telling the user what to put into rc.conf
2. Instead of specifying start and stop commands, simply define command=
3. Move the default _enable assignment to after load_rc_config() and
remove the empty _flags assignment. |
15 Jul 2009 05:21:42
1.0.0_1
|
pgollucci  |
- USE_RC_SUBR !=yes
- portlint |
01 Sep 2008 01:06:58
1.0.0_1
|
marcus  |
Reset maintainer as I am purely an avahi guy now. |
19 Apr 2008 17:56:05
1.0.0_1  |
miwi  |
- 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) |
20 Mar 2008 09:56:52
1.0.0_1
|
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
28 Jan 2007 09:07:47
1.0.0_1
|
kris  |
Use libtool port instead of included one to avoid objformat a.out botch |
11 May 2006 22:49:56
1.0.0_1
|
edwin  |
Remove USE_REINPLACE from all categories starting with N |
01 May 2006 16:22:13
1.0.0_1
|
marcus  |
Register a conflict with avahi. |
23 Feb 2006 10:40:45
1.0.0_1
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
20 Feb 2006 20:47:50
1.0.0
|
dougb  |
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. |
22 Jan 2006 21:24:05
1.0.0
|
edwin  |
SHA256ify
Approved by: krion@ |
15 Nov 2005 06:52:12
1.0.0
|
ade  |
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. |
04 Jul 2005 05:11:17
1.0.0
|
marcus  |
Correct LDFLAGS after adding USE_GETOPT_LONG. |
04 Jul 2005 05:02:51
1.0.0
|
marcus  |
Add USE_GETOPT_LONG to fix the build on 4.X.
Reported by: pointyhat via kris |
03 Jul 2005 06:24:36
1.0.0
|
marcus  |
Update to 1.0.0, and change references of Rendezvous to Bonjour. |
30 Jan 2005 04:03:36
0.9.10
|
marcus  |
* Update to 0.9.10
* Add an rcNG script for starting mDNSResponder
* Assume maintainership
Approved by: Paul Dlug <paul@aps.org> (previous maintainer) |
24 Jan 2005 22:28:37
0.9.8_1
|
marcus  |
Now that howl's pkg-config file has been fixed, we no longer need to hack
the howl include path. |
24 Jan 2005 20:10:58
0.9.8
|
marcus  |
Update to 0.9.8, and fix the build on 4.X Alpha.
Approved by: maintainer timeout |
02 Jan 2005 01:07:47
0.9.7
|
kris  |
BROKEN on alpha: Does not compile
Approved by: portmgr (self) |
01 Nov 2004 18:09:02
0.9.7
|
marcus  |
Update to 0.9.7 which incorporates the previously committed portability
patches.
Approved by: maintainer |
31 Oct 2004 20:44:27
0.9.6_1
|
marcus  |
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 |
17 Aug 2004 20:22:24
0.9.6
|
marcus  |
Update to 0.9.6.
Approved by: maintainer |
21 Jul 2004 02:02:02
0.9.5_1
|
marcus  |
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 |
09 Jul 2004 17:43:11
0.9.5
|
marcus  |
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 |
24 Jun 2004 00:08:35
0.9.5
|
marcus  |
Update to 0.9.5.
Approved by: maintainer |
31 May 2004 12:15:55
0.9.4_1
|
krion  |
- Use pkgconfig PREFIX |
15 Apr 2004 08:45:06
0.9.4
|
krion  |
- Fix build on 4-x
- Respect PTHREAD_CFLAGS[LIBS]
Reported by: bento via kris |
11 Apr 2004 14:12:03
0.9.4
|
krion  |
- Update to 0.9.4
PR: ports/65418
Submitted by: maintainer |
31 Mar 2004 03:12:58
0.9.1_1
|
trevor  |
SIZEify (maintainer timeout) |
14 Mar 2004 06:17:56
0.9.1_1
|
ade  |
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. |
04 Feb 2004 05:10:27
0.9.1_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
16 Jan 2004 17:12:57
0.9.1
|
clement  |
- 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) |
18 Nov 2003 17:41:27
0.8.1
|
sergei  |
- 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 |
25 Oct 2003 01:01:18
0.6.1
|
maho  |
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 |
24 Aug 2003 06:34:07
0.6.1
|
edwin  |
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> |
10 Aug 2003 22:29:22
0.6.1
|
maho  |
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> |