| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Oct 2011 04:17:38
3.08
|
dougb  |
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. |
23 Sep 2011 22:26:39
3.08
|
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 |
20 Mar 2011 12:54:45
3.08
|
miwi  |
- Get Rid MD5 support |
13 Oct 2009 14:41:33
3.08
|
db  |
- Update to 3.08 linrad
- remove patches for code accepted upstream |
26 Mar 2009 13:54:46
3.03
|
db  |
- Update to 3.03 |
21 Aug 2008 06:18:49
2.49
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
04 Aug 2008 17:08:51
2.49
|
db  |
- Update to 2.49
- Vendor has fixed lsetad.c so patch no longer necessary. |
25 Jul 2008 16:33:31
2.48
|
db  |
- Update to 2.48 |
19 Apr 2008 17:56:05
2.43  |
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) |
23 Mar 2008 10:35:22
2.43
|
pav  |
- Correct previous commit
Pointy hat to: db |
22 Mar 2008 17:55:49
2.43
|
db  |
- Add virtual category hamradio. |
18 Mar 2008 15:55:06
2.43
|
db  |
- Update to 2.43
- Make portlint happy
- Remove unecessary sed |
19 Dec 2007 00:34:41
2.40
|
db  |
- Update to 2.4 |
28 Sep 2007 02:23:01
2.38
|
db  |
- Update to 2.38 |
23 Jul 2007 09:36:52
2.34
|
rafan  |
- 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 |
10 Jul 2007 16:41:16
2.34
|
db  |
- update to 2.34
Approved: ehaupt (mentor) |
19 May 2007 20:32:57
2.28_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
23 Apr 2007 21:28:04
2.28
|
db  |
- Update version to 2.28
- Remove support for 4.x
- Tidy up Makefile a bit
Approved by: ehaupt (mentor) |
27 Feb 2007 17:06:35
2.23
|
db  |
- update to latest
- clean up DOCS install
Approved: ehaupt (mentor) |
19 Jan 2007 18:14:20
2.20
|
db  |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor) |
03 Dec 2006 23:21:04
2.20
|
laszlof  |
1) Update to version 2.20
2) Respect X11BASE
PR: ports/106247
Submitted by: Diane Bruce <db@db.net> (maintainer) |
12 Sep 2006 08:14:22
2.17_1
|
itetcu  |
- fixed dup site in MASTER_SITES
- fixes from upstream until 2.18 is ready
PR: ports/103175
Submitted by: Diane Bruce (maintainer) |
08 Sep 2006 22:52:36
2.17
|
itetcu  |
- Update to 2.17
Added file(s):
- files/linrad
- pkg-message
Removed file(s):
- files/patch-lmain.c
- files/patch-settx.c
- BROKEN on 4
PR: ports/103002
Submitted by: Diane Bruce (maintainer) |
01 Jul 2006 16:45:03
2.14
|
shaun  |
- Update to 2.14
- Limit to i386
PR: ports/99235
Submitted by: Diane Bruce <db@db.net> (maintainer)
Approved by: ahze (mentor) |
03 May 2006 23:38:41
0.16a
|
edwin  |
remove USE_REINPLACE for all ports with categories starting with C |
21 Jan 2006 17:37:14
0.16a
|
krion  |
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6] (Only the first 15 lines of the commit message are shown above ) |
15 Nov 2005 06:52:12
0.16a
|
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. |
13 Nov 2005 03:42:59
0.16a
|
mnag  |
Respect LOCALBASE
Add SHA256
PR: 88891
Submitted by: Diane Bruce <db@db.net> (maintainer) |
14 Jul 2004 16:09:39
0.16a
|
pav  |
Add linrad, Amateur Radio DSP utility (SDR)
PR: ports/68873
Submitted by: Diane Bruce <db@heceta.db.net> |