Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.7.1_3,1 20 Dec 2013 19:02:51 |
rene |
Remove expired ports:
2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired
textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron |
1.0.7.1_3,1 18 Oct 2013 07:51:19 |
bapt |
deprecate ports broken for more than 6 month |
1.0.7.1_3,1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
03 Aug 2013 13:44:01
|
mat |
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.0.7.1_3,1 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 |
1.0.7.1_2,1 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.0.7.1_2,1 17 Apr 2013 12:31:32 |
bapt |
Mark as broken, does not build:
awgn.c: In function 'awgn_init_dbov':
awgn.c:109: error: 'cpowl' undeclared (first use in this function)
awgn.c:109: error: (Each undeclared identifier is reported only once
awgn.c:109: error: for each function it appears in.)
awgn.c:109: error: 'cpow' undeclared (first use in this function)
awgn.c:109: error: 'cpowf' undeclared (first use in this function)
awgn.c:109: error: 'powl' undeclared (first use in this function)
awgn.c: In function 'awgn':
awgn.c:165: error: 'clogl' undeclared (first use in this function)
awgn.c:165: error: 'clog' undeclared (first use in this function)
awgn.c:165: error: 'clogf' undeclared (first use in this function)
awgn.c:165: error: 'logl' undeclared (first use in this function)
Feature safe: yes |
28 Mar 2013 15:51:17
|
eadler |
Drop support for old versions of FreeBSD from unmaintained ports
Reviewed by: miwi |
1.0.7.1_2,1 08 Mar 2013 11:32:12 |
bapt |
Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix |
1.0.7.1_2,1 17 Dec 2012 23:00:25 |
rene |
Convert to optionsNG |
1.0.7.1_2,1 07 Dec 2012 22:26:41 |
linimon |
Current maintainer is away from FreeBSD work ATM, so return these to the
pool for now.
Feature safe: yes |
1.0.7.1_2,1 09 Oct 2012 22:12:14 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
1.0.7.1_2,1 15 Aug 2012 13:37:45 |
olgeni |
Patch ports depending on lang/erlang-lite to use lang/erlang instead.
The current lang/erlang option defaults match those specified in
lang/erlang-lite, thus making it redundant. Also, mixing ports
depending on lang/erlang and lang/erlang-lite is impossible without
manual patching.
Hence, lang/erlang-lite is going to be removed. |
1.0.7.1_2,1 26 Jul 2012 05:40:24 |
bapt |
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) |
1.0.7.1_2,1 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
1.0.7.1_1,1 17 May 2012 21:03:11 |
crees |
Add net/freeswitch-core-devel port; version 1.2 for testing.
Register CONFLICTS with net/freeswitch-core
PR: ports/167872
Submitted by: Richard Neese <r.neese@gmail.com> |
1.0.7.1_1,1 06 Feb 2012 12:25:50 |
miwi |
- Chase unixODBC shlib bump |
1.0.7.1,1 14 Jan 2012 08:57:23 |
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. |
1.0.7.1,1 03 Nov 2011 19:52:07 |
crees |
Unbreak on build cluster by copying extra distfiles to WRKSRC/libs directory;
otherwise curl is used to try to fetch them during build.
Pointyhat: crees from pav |
1.0.7.1,1 30 Oct 2011 19:31:57 |
crees |
- Update to 1.0.7.1
- Re-enable MODSOUNDTOUCH-- no longer broken on amd64
- Add mod_zmq
PR: ports/162143
Submitted by: Richard E Neese <r.neese@gmail.com> (maintainer) |
1.0.7,1 28 Oct 2011 21:56:51 |
crees |
Update to 1.0.7
PR: ports/162059
Submitted by: Richard Neese <r.neese@gmail.com> (maintainer) |
201044_5 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 |
201044_5 12 Sep 2011 13:46:59 |
gabor |
- Track dependencies after databases/gdbm update |
201044_4 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
201044_3 24 Dec 2010 15:15:58 |
jpaetzel |
Fix bug in Makefile which caused a plist issue when python or libzrtp
modules were enabled.
Add missing file to plist when python module is enabled.
Approved by: Richard E. Neese <r.neese@gmail.com> (maintainer)
Pointyhat: jpaetzel |
201044_2 23 Dec 2010 15:36:23 |
jpaetzel |
Add support for new module. (libzrtp)
Fix fetch issue when host system has wget installed.
Fix missing depend when python module is selected.
PR: ports/152789
Submitted by: Marcin Cieslak <saper@saper.info>
Approved by: "Richard E. Neese" <r.neese@gmail.com> (maintainer) |
201044_1 17 Dec 2010 17:40:21 |
jpaetzel |
Add missing files.
PR: ports/153191
Submitted by: Richard Neese <r.neese@gmail.com> |
201044 13 Dec 2010 00:25:34 |
pgollucci |
- remove empty files |
201044 08 Dec 2010 18:33:22 |
jpaetzel |
Update to latest version
PR: ports/152423
Submitted by: Richard Neese <r.neese@gmail.com> |
1.0.6_5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.6_5 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.0.6_5 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.0.6_5 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.0.6_4 20 Aug 2010 21:49:18 |
jpaetzel |
Bump PORTREVISION, missed in prior commit.
Pointyhat to: jpaetzel |
1.0.6_3 20 Aug 2010 17:13:56 |
jpaetzel |
Fix plist to work better with net/freeswitch meta port
PR: ports/149839
Submitted by: jpaetzel@FreeBSD.org |
1.0.6_3 11 Aug 2010 05:22:11 |
dougb |
1. It's generally preferred that ports rc.d files use REQUIRE: LOGIN
unless there is a good reason not to. However this service runs as an
unprivileged user, which makes that a requirement.
2. The default variable assignments have to come after load_rc_config to
be effective.
3. _flags should not be reproduced in command_args
4. The start and restart methods were superfluous, instead use
wait_for_pids in the _stop method.
Bump PORTREVISION
PR: ports/146442
Submitted by: me
Approved by: maintainer |
1.0.6_2 11 Aug 2010 01:39:18 |
jpaetzel |
Fix issues with plist caused by previous commit.
Remove BROKEN
PR: ports/149119
Submitted by: Richard Neese <r.neese@gmail.com> |
1.0.6_2 28 Jul 2010 19:47:44 |
jpaetzel |
change MAINTAINER, mark as BROKEN until plist issues from
ORTNAME change are resolved
PR: ports/149043
Submitted by: Eric F Crist <ecrist@secure-computing.net> |
1.0.6_2 26 Jul 2010 13:03:19 |
linimon |
Attempt to fix handling of this Makefile on portsmon.
While here, fix an obvious typo in post-install messages.
Hat: portmgr |
1.0.6_2 16 Jul 2010 17:29:05 |
jpaetzel |
Move check for OSVERSION to a better place in the Makefile |
1.0.6_2 16 Jul 2010 14:57:42 |
jpaetzel |
Refactor to fit better in the ports infrastructure.
PR: ports/148440
Submitted by: Richard Neese <r.neese@gmail.com> |
1.0.6 16 Jun 2010 17:26:10 |
jpaetzel |
Mark BROKEN on pointyhat
Approved by: itetcu@ (mentor) implicit |
1.0.6 12 Jun 2010 00:30:19 |
jpaetzel |
Whitespace fix
Approved by: itetcu@ (mentor) implicit |
1.0.6 11 Jun 2010 22:26:45 |
jpaetzel |
Add net/freeswitch-core, part of a revamp to the freeswitch ports
PR: ports/145369
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Approved by: itetcu@ (mentor) |