Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.99.99_21 04 Jul 2016 20:48:24 |
rene |
Remove expired ports without open PRs:
2016-07-04 security/openpgpsdk: Broken for more than 6 months
2016-07-04 security/radiusniff: Broken for more than 6 months
2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months
2016-07-04 security/sshit: Broken for more than 6 months
2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months
2016-07-04 security/rainbowcrack: Broken for more than 6 months
2016-07-04 security/vlog: Broken for more than 6 months
2016-07-04 security/cryptstring: Broken for more than 6 months
2016-07-04 x11/libdnd: Broken for more than 6 months
2016-07-04 x11/xlupe: Broken for more than 6 months
2016-07-04 x11/xco: Broken for more than 6 months
2016-07-04 x11/xclick: Broken for more than 6 months
2016-07-04 devel/ocfpcsc: Broken for more than 6 months
2016-07-04 devel/dits: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
0.99.99_21 03 Jun 2016 16:44:58 |
antoine |
Deprecate ports broken for more than 6 months |
0.99.99_21 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.99.99_21 22 Dec 2015 05:03:58 |
miwi |
- Mark BROKEN, no longer able to fetch stream information.
PR: 205405
Submitted by: Zane C. Bowers-Hadley
Approved by: mat (mentor)
Differential Revision: D4655 |
0.99.99_21 02 Jun 2015 12:29:23 |
amdmi3 |
- Strip libraries |
0.99.99_20 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.99.99_20 04 Jan 2015 08:23:24 |
mva |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python |
0.99.99_20 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
0.99.99_20 20 Oct 2014 06:36:00 |
bapt |
Cleanup plist |
0.99.99_20 02 Mar 2014 21:10:40 |
bapt |
Support stage
Add python option
Use options helpers |
0.99.99_20 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
11 Dec 2013 14:35:37
|
bapt |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio
With hat: portmgr |
0.99.99_20 22 Oct 2013 13:50:44 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with a)
Approved by: portmgr (bdrewery) |
0.99.99_20 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
0.99.99_20 02 Sep 2013 22:50:21 |
bapt |
Add an explicit dependency on pkgconf |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
0.99.99_20 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
0.99.99_19 28 Mar 2013 03:28:31 |
eadler |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix"
instead. |
0.99.99_19 13 Mar 2013 11:54:26 |
danfe |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed. |
0.99.99_19 01 Jun 2012 12:17:20 |
bapt |
Convert to new options framework |
0.99.99_19 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.99.99_18 23 Sep 2011 22:26:39 |
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 |
0.99.99_18 24 Feb 2011 23:25:54 |
miwi |
- Move over to python2.5 or higher
- While here kick md5 |
0.99.99_17 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
0.99.99_16 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.99.99_15 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.99.99_14 21 Dec 2009 02:19:12 |
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. |
0.99.99_14 13 Dec 2009 17:00:14 |
miwi |
- Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+
With hat: portmgr |
0.99.99_14 02 Dec 2009 17:16:16 |
fluffy |
- Chase taglib update
Approved by: miwi (mentor)
Exp-run by: miwi |
0.99.99_13 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.99.99_12 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
0.99.99_11 20 Jun 2008 15:41:53 |
tabthorpe |
- Chase taglib bump |
0.99.99_10 06 Jun 2008 13:07:20 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.99.99_9 29 Apr 2008 05:11:44 |
linimon |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
0.99.99_9 23 Mar 2008 23:03:18 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.99.99_9 20 Mar 2008 09:19:39 |
pav |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.99.99_9 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
0.99.99_7 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.99.99_6 23 Mar 2007 22:38:33 |
pav |
- Fix after objformat removal |
0.99.99_6 13 Dec 2006 12:41:36 |
roam |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
0.99.99_5 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
0.99.99_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.99.99_4 22 Jan 2006 08:13:12 |
edwin |
SHA256ify
Approved by: krion@ |
0.99.99_4 15 Nov 2005 06:52:12 |
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. |
0.99.99_4 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.99.99_3 11 May 2005 01:59:38 |
jylefort |
Fix Live365 support. |
0.99.99_2 13 Apr 2005 21:12:40 |
jylefort |
Fixes a crash in the Python plugin.
PR: ports/79201
Submitted by: myself
Approved by: adamw (mentor) |
0.99.99_1 12 Apr 2005 22:10:43 |
jylefort |
Change my MAINTAINER email address to jylefort@FreeBSD.org
Approved by: adamw (mentor) |
0.99.99_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.99.99 22 Dec 2004 02:25:39 |
edwin |
Update port: audio/streamtuner to 0.99.99
PR: ports/75359
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
0.99_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.99 28 Oct 2004 21:20:12 |
pav |
- Update to 0.99
PR: ports/73025
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.12.5 10 Aug 2004 12:32:56 |
vs |
Update to 0.12.5
PR: ports/70211
Submitted by: Jean-Yves Lefort (maintainer) |
0.12.4 27 Jul 2004 07:56:23 |
vs |
Update to 0.12.4
PR: ports/69626
Submitted by: jean-Yves Lefort (maintainer) |
0.12.3_1 27 Jun 2004 17:32:30 |
marcus |
Add more locale directory hacks to bsd.gnome.mk, and fix ports that tried
to fix these using their own patches.
PR: 68256
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
0.12.3_1 20 Jun 2004 16:19:56 |
krion |
Point the compiled-in LOCALEDIR to the correct location.
PR: ports/68148
Submitted by: maintainer |
0.12.3 14 May 2004 14:10:16 |
pav |
- Add patch to fix build with gcc 3.4
PR: ports/66601
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.12.3 12 May 2004 07:03:36 |
linimon |
Update to 0.12.3.
PR: ports/66526
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.12.1_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.12.1 31 Mar 2004 15:21:29 |
nork |
Update to 0.12.1.
PR: ports/64940
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.11.1 07 Feb 2004 20:12:15 |
krion |
- Update to version 0.11.1
PR: ports/62490
Submitted by: maintainer |
0.11.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.11.0 01 Feb 2004 12:48:50 |
pav |
- Switch MASTER_SITES back to Savannah
PR: ports/62215
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.11.0 01 Feb 2004 01:39:35 |
pav |
- Update to 0.11.0
PR: ports/62183
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.10.2 29 Jan 2004 18:55:00 |
krion |
- Fix MASTER_SITES
PR: ports/62062
Submitted by: maintainer |
0.10.2 29 Dec 2003 18:23:45 |
pav |
- Put distfile on Project's ftp site until Savannah gets back up.
PR: ports/60695 (another solution used)
Reported by: Stefan Eggers <seggers@semyam.dinoco.de> |
0.10.2 04 Dec 2003 10:16:48 |
pav |
- Update to 0.10.2
- Use gnomehack and covert patching to sed_reinplace
PR: ports/59924
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.10.1 03 Oct 2003 11:04:59 |
edwin |
Chase up new MASTER_SITE_SAVANNAH.
PR: ports/56970
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |
0.10.1 25 Sep 2003 10:16:04 |
krion |
- Add patch for correct pixmap install
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.10.1 25 Sep 2003 09:42:48 |
krion |
- Update to version 0.10.1
PR: 56974
Submitted by: maintainer |
0.10.0_1 22 Jul 2003 19:05:13 |
marcus |
* Add the missing pkgconfig file to the plist [1]
* Quiet portlint a bit
PR: 54758 [1]
Submitted by: maintainer [1] |
0.10.0 16 Jul 2003 06:23:23 |
daichi |
update audio/streamtuner: 0.9.1 -> 0.10.0
PR: 54460
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.9.1 05 Mar 2003 10:29:41 |
kris |
Update to streamtuner 0.9.1
PR: ports/48887
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) |
0.9.0 21 Feb 2003 10:59:39 |
knu |
De-pkg-comment. |
0.9.0 04 Feb 2003 01:06:58 |
edwin |
new port: audio/streamtuner
streamtuner is a stream directory browser. It will connect
to a source (probably a web server) and retrieve the list
of available audio streams.
PR: ports/43665
Submitted by: Jean-Yves Lefort <jylefort@brutele.be> |