Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.10_12 28 Jan 2015 16:18:28 |
rene |
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into
devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months |
1.10_12 26 Dec 2014 21:47:11 |
antoine |
Deprecate ports broken for more than 6 months |
1.10_12 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
1.10_12 19 Jun 2014 21:35:15 |
antoine |
Mark BROKEN: Fails to patch
===> Patching for ump-1.10_12
===> Applying distribution patches for ump-1.10_12
===> Applying extra patch /usr/ports/audio/timidity++/files/patch-Makefile.in
===> Applying extra patch
/usr/ports/audio/timidity++/files/patch-interface__Makefile.in
===> Applying extra patch
/usr/ports/audio/timidity++/files/patch-interface__tk_c.c
===> Applying extra patch
/usr/ports/audio/timidity++/files/patch-timidity__Makefile.in
7 out of 10 hunks failed--saving rejects to timidity/Makefile.in.rej
*** [do-patch] Error code 7
Reported by: pkg-fallout |
1.10_12 16 Mar 2014 16:07:59 |
ohauer |
ports in cat www where MAINTAINER=ports
- USE_BZIP2 -> USES= tar:bzip2
- LICENSE=BSD -> BSD[n]CLAUSE |
1.10_12 10 Feb 2014 00:51:39 |
marino |
www/ump: Unbreak; it builds fine when the spelling errors are fixed |
1.10_12 18 Dec 2013 10:38:34 |
koobs |
Reset maintainer for llwang@infor.org
Reset maintainership for llwang@infor.org due to multiple timeouts and email
address permanent failure. Return all ports to the free pool except
py-numpy, which is taken under the wing of the python@ team.
We thank you for your contribution to the FreeBSD project
Approved by: portmgr |
1.10_12 13 Nov 2013 08:21:53 |
bapt |
Mark as broken:
recache.c: In function 'resamp_cache_fetch':
recache.c:108: warning: cast from pointer to integer of different size
recache.c: In function 'resamp_cache_refer_on':
recache.c:134: warning: cast from pointer to integer of different size
readmidi.c: In function 'url_make_file_data':
readmidi.c:4797: error: 'DeflateHandler' undeclared (first use in this function)
readmidi.c:4797: error: (Each undeclared identifier is reported only once
readmidi.c:4797: error: for each function it appears in.)
readmidi.c:4797: error: expected ';' before 'compressor'
readmidi.c:4802: error: 'compressor' undeclared (first use in this function)
While here convert toUSES=webplugin, stageify |
1.10_12 04 Oct 2013 06:22:19 |
bapt |
Do not arbitrary change PKGNAMESUFFIX |
1.10_12 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.10_12 29 Apr 2013 08:57:13 |
bapt |
Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.
Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format |
1.10_12 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.10_12 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 |
1.10_12 23 Aug 2011 07:45:27 |
dougb |
Geocities has been gone for almost 2 years now, so let's remove
references to it.
Deprecate ports whose only MASTER_SITE is (was) geocities |
1.10_12 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.10_12 22 Aug 2009 00:38:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with W |
1.10_12 10 Jan 2009 02:45:46 |
mezz |
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.
FYI: GNOME 2.24 depends on this, so it's coming.
BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.
Approved by: portmgr |
1.10_11 19 Apr 2008 17:56:05 |
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) |
1.10_11 24 Mar 2008 13:03:55 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
1.10_10 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}. |
1.10_9 30 Jan 2007 10:25:34 |
pav |
- Remove support for a.out format and PORTOBJFORMAT variable from individual
ports
With hat: portmgr |
1.10_9 11 Nov 2006 14:12:05 |
rafan |
- Chase GECKO moved to LOCALBASE
PR: ports/105225
Submitted by: Leland Wang (maintainer) |
1.10_8 23 Jun 2006 02:25:30 |
ahze |
- Retire MASTER_SITE_NETSCAPE since only one port uses it and quite
a few of the hosts don't work anymore. |
1.10_8 25 May 2006 21:23:20 |
pav |
- Use external libarc
- Unbreak
- Correct dependency
- Set latest link
PR: ports/97869
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) |
1.10_7 05 May 2006 09:11:56 |
ehaupt |
Register CONFLICTS |
1.10_7 01 Feb 2006 22:12:21 |
edwin |
SHA256ify[1]
Note that the SIZE in www/p5-AxKit wasn't correct, but that the md5
checksum was.
Approved by: krion@[1] |
1.10_7 22 Jan 2006 02:58:25 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.10_7 11 Oct 2005 06:15:22 |
kris |
BROKEN: Does not build |
1.10_7 10 Oct 2005 22:43:07 |
fenner |
Fix MASTER_SITE_* grouping syntax.
Approved by: "Li-Lun Wang (Leland Wang)" <llwang@infor.org> (MAINTAINER) |
1.10_7 01 Oct 2005 22:51:43 |
linimon |
Remove broken mastersite.
Source: distfile survey
Approved by: maintainer |
1.10_7 22 Jun 2005 10:43:11 |
sem |
- Add one more site in PATCH_SITES. Unbreak.
PR: ports/82514
Submitted by: maintainer |
1.10_7 11 Jun 2005 23:45:27 |
kris |
BROKEN: Unfetchable |
1.10_7 23 Apr 2005 21:39:48 |
pav |
- Fix extract
Reported by: krismail
Pointy hat: pav |
1.10_7 21 Apr 2005 08:01:11 |
pav |
- Fix fetching
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
Reported by: krismail |
1.10_7 20 Apr 2005 08:51:21 |
pav |
- Patch to build with new timidity++
- Sanitize install target
PR: ports/80087
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer) |
1.10_6 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.10_5 30 Nov 2004 23:58:47 |
marcus |
Fix the Mozilla dependency.
Reported by: pointyhat via kris |
1.10_5 15 Nov 2004 16:45:45 |
nork |
Change install directory.
PR: ports/58158
Submitted by: Kensaku Masuda <greg@greg.jp>
Approved by: Li-Lun Wang (Leland Wang) <llwang@infor.org> |
1.10_4 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
1.10_3 29 Apr 2004 10:09:08 |
kris |
Convert last 3 explicit dependencies on graphics/xpm to USE_XPM=YES |
1.10_3 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
1.10_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.10_2 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.10_1 20 Apr 2003 19:46:57 |
marcus |
Remove USE_GNOMENG. |
1.10_1 13 Apr 2003 10:41:03 |
edwin |
fix port: www/ump (by maintainer)
Fix MASTER_SITES to unbreak distfiles fetch
PR: ports/50826
Submitted by: Li-lun Wang (Leland Wang) <llwang@infor.org> |
1.10_1 21 Feb 2003 14:01:38 |
knu |
De-pkg-comment. |
1.10_1 09 Nov 2002 18:58:53 |
sada |
use MASTER_SITE_NETSCAPE as netscape related master-site.
PR: ports/42678
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Approved by: maintainer |
1.10_1 01 Sep 2002 15:31:33 |
lioux |
Deploy USE_GNOMENG infrastructure
PR: 42289
Submitted by: Edwin Groothuis <edwin@mavetju.org> |
15 Feb 2002 06:21:57 |
kevlo |
Make this port keep up with the version of audio/timidity++. |
24 Nov 2001 18:53:23 |
ijliao |
add ump Unix MIDI Plugin based on TiMidity++ |