Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.8 01 Sep 2014 23:05:27 |
bapt |
Remove non staged ports without pending PR from net-p2p, net and news |
1.1.8 25 Aug 2014 10:20:51 |
bapt |
Reset maintainership on nonstaged ports
With hat: portmgr |
1.1.8 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
1.1.8 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.1.8 15 Sep 2013 14:54:36 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.1.8 03 May 2013 08:16:34 |
bapt |
Fix with bmake(1) |
1.1.8 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
1.1.8 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
1.1.8 08 Mar 2013 10:51:36 |
kwm |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo |
1.1.8 02 Jan 2013 13:32:21 |
wxs |
Fix index build when perl is not there yet.
PR: ports/174576
Submitted by: bdrewery@ |
1.1.8 25 Nov 2012 03:21:09 |
wxs |
Rename OPTIMIZED_ASM option to just ASM. This one has a description
in bsd.options.desc.mk.
Fix build on i386 by partially reverting r307565. Only a partial revert
because I worked around a bug where ${PERL} was not recognized after switching
to new style options.
Feature safe: yes |
1.1.8 19 Nov 2012 18:28:57 |
wxs |
Remove unnecessary quotes.
Noticed by: crees
Feature safe: yes |
1.1.8 19 Nov 2012 16:22:35 |
wxs |
Convert to new options.
Avoid using != in assignment.
Feature safe: yes |
1.1.8 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.1.8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.1.8 17 Oct 2010 01:41:40 |
wxs |
Remove dead master sites.
Noticed by: The Distilator |
1.1.8 20 Aug 2010 11:33:15 |
wxs |
Forced commit to note that the previous work was done by
mkhan.freebsd@gmail.com. |
1.1.8 19 Aug 2010 21:51:28 |
wxs |
Make net/silc-irssi-plugin work with the newer versions of irssi. The fixes
were taken from Debian bug report #522080 and #577501. The work to fix this was
done by Murad Khan (mraoul.freebsd@gmail.com) and sent to me privately.
PR: ports/140073
Submitted by: Nathaniel Filardo <nwf@cs.jhu.edu> |
1.1.8 30 Aug 2009 10:25:14 |
linimon |
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr |
1.1.8 04 Aug 2009 17:49:35 |
wxs |
- Update to 1.1.8 to address security vulnerabilities and general bug fixes.
PR: ports/137421
Submitted by: Marc Lagrange <markocpc@gmail.com> |
1.1.7_1 09 May 2009 02:46:09 |
wxs |
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE). |
1.1.7_1 24 Mar 2009 00:27:46 |
wxs |
- Register conflicts on other silc ports (except silc-server), they all
install libsilcclient. |
1.1.7 21 Jan 2009 15:21:00 |
wxs |
- Update to 1.1.7 |
1.1.6 11 Nov 2008 12:13:54 |
wxs |
Update to 1.1.6 |
1.1.5 07 Sep 2008 16:16:35 |
wxs |
- Update to 1.1.5 |
1.1.4_1 27 Aug 2008 03:17:50 |
wxs |
Enable perl and iconv support.
PR: ports/126771
Submitted by: Matt <freebsdbugs@fjarlq.com> |
1.1.4 21 Aug 2008 06:18: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 ) |
1.1.4 04 Aug 2008 01:47:14 |
wxs |
Fix patch to address the breakage when converters/recode is installed.
PR: ports/125986
Submitted by: Armin Pirkovitsch <a.pirko@inode.at> |
1.1.4 24 Jul 2008 02:57:09 |
wxs |
Stop net/silc-irssi-plugin from installing an unnecessary symlink which
causes duplicate /me messages to appear.
Bump PORTREVISION of net/silc-irssi-plugin because of this. |
1.1.4 27 Mar 2008 15:01:42 |
wxs |
Update to 1.1.4 - security fix.
http://www.vuxml.org/freebsd/ff304c35-fb5b-11dc-91c1-00e0815b8da8.html
Approved by: garga (mentor) |
1.1.3 18 Mar 2008 14:02:25 |
wxs |
Update my address.
Approved by: garga (mentor) |
1.1.3 15 Dec 2007 18:18:35 |
miwi |
- Update to 1.1.3
PR: 118244
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) |
1.1.2 18 Sep 2007 07:23:02 |
miwi |
- Fix build when converters/recode installed is
PR: 115905
Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz>
Approved by: maintainer |
1.1.2 17 Sep 2007 15:21:26 |
miwi |
- Update to 1.1.2
PR: 115767
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) |
1.1.1 23 Jul 2007 09:36:52 |
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 |
1.1.1 16 Jul 2007 23:42:58 |
linimon |
Reassign to submitter of last 2 PRs.
Approved by: previous maintainer
Hat: portmgr |
1.1.1 15 Jul 2007 21:41:00 |
pav |
- Update to 1.1.1
PR: ports/114135
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer timeout (16 days) |
1.1 21 Jun 2007 19:29:47 |
rafan |
- Update to 1.1
- Install manual page
Cleanups:
- Remove USE_PERL5, use REINPLACE_CMD instead
- Remove PKGDEINSTALL hacks. Replace the same functionality with
Makefile and pkg-plist equivlents
- Remove OPTIMIZED_CFLAGS knob, it is no use. -O2 is always on according
to pointyhat build log
- Remove unnecessary OSVERSION check for 4.x
- Remove installation of unnecessary documents (TODO, CHANGES, etc.)
- Use DOCSDIR, DATADIR macros
PR: ports/113367
Submitted by: Wesley Shields <wxs at atarininja.org>
Approved by: maintainer timeout (16 days) |
1.0.3 18 Jan 2007 16:26:34 |
rafan |
- Update to 1.0.3
PR: ports/108075
Submitted by: Evgueni V. Gavrilov <aquatique-ports at rambler.ru> (maintainer) |
1.0.1_4 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.0.1_3 26 Feb 2006 02:28:44 |
ade |
Purge the last vestiges of the (really) old autotools world order.
Since all these items were commented out, this is a null-op commit.
Approved by: portmgr (implicit) |
1.0.1_3 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.1_3 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.0.1_3 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.0.1_3 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.0.1_3 13 Feb 2005 10:31:18 |
krion |
Fix plist.
PR: ports/77442
Submitted by: maintainer |
1.0.1_2 13 Jul 2004 06:22:34 |
krion |
Fix build
Submitted by: krion, tobez
Reported by: cluster via kris
Approved by: maintainer |
1.0.1_1 11 Jul 2004 01:29:09 |
kris |
BROKEN: Broken pkg-plist |
1.0.1_1 16 Apr 2004 07:47:21 |
krion |
- Change maintainer's email
PR: ports/65602
Submitted by: maintainer |
1.0.1_1 20 Mar 2004 09:58:08 |
erwin |
SIZEify
PR: 64496
Submitted by: maintainer, trevor |
1.0.1_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.0.1 26 Jan 2004 06:45:28 |
krion |
- Fix build on AMD64
Noticed by: kris via bento
Approved by: maintainer |
1.0.1 14 Jan 2004 15:12:17 |
krion |
- Update to version 1.0.1
PR: 61363
Submitted by: maintainer |
1.0 04 Dec 2003 06:06:42 |
krion |
- Update to version 1.0
PR: 59746
Submitted by: maintainer |
0.9.16 18 Nov 2003 09:59:04 |
krion |
- Update to version 0.9.16
PR: 59411
Submitted by: maintainer |
0.9.15_2 12 Nov 2003 13:59:21 |
krion |
- Fix install on ARCH != i386
PR: 59101 59204
Submitted by: maintainer
Reported by: bento via kris |
0.9.15_1 04 Nov 2003 10:52:28 |
krion |
- Reenable perl stuff of net/silc-client
(pointed out by William Dell Wisner <william@dell.wisner.name>)
- Bump PORTREVISION
PR: 58917
Submitted by: maintainer |
0.9.15 31 Oct 2003 13:21:01 |
krion |
- Update to version 0.9.15
PR: 58763
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer) |
0.9.14 25 Oct 2003 06:52:04 |
krion |
- Update to 0.9.14
PR: 58506
Submitted by: maintainer |
0.9.13 16 Oct 2003 09:33:51 |
krion |
- Update to 0.9.13
PR: 58112
Submitted by: maintainer |
0.9.12.1_3 14 Oct 2003 08:15:00 |
krion |
- Fix build package
- Bump PORTREVISION
PR: 57947
Submitted by: maintainer |
0.9.12.1_2 09 Oct 2003 13:32:59 |
krion |
- Fix plist of perl stuff
- Bump PORTREVISION
PR: 57797
Submitted by: maintainer |
0.9.12.1_1 03 Oct 2003 14:50:46 |
krion |
- Bump PORTREVISION, forgotten by previous commit.
Pointed out by: osa |
0.9.12.1 03 Oct 2003 14:38:32 |
krion |
- Add patch for recoding actions in 8-bit terminals (obtained
from silc CVS)
PR: 57537
Submitted by: maintainer |
0.9.12.1 26 Sep 2003 13:14:49 |
krion |
- Build non-threaded version by default
PR: 57243
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer) |
0.9.12.1 24 Sep 2003 18:03:08 |
krion |
- Update to 0.9.12.1
- Give maintainership to Evgueni V. Gavrilov
<aquatique@rusunix.org>
PR: 50930 53672
Submitted by: krion, Evgueni V. Gavrilov <aquatique@rusunix.org> |
0.9.10.1 07 Sep 2003 23:39:04 |
lioux |
Drop maintainership |
0.9.10.1 26 Jun 2003 22:58:32 |
ade |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly) |
0.9.10.1 20 Apr 2003 19:38:02 |
marcus |
Remove USE_GNOMENG. |
0.9.10.1 23 Feb 2003 19:58:35 |
lioux |
De-pkg-comment |
0.9.10.1 07 Feb 2003 15:43:57 |
lioux |
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey |
0.9.10.1 31 Dec 2002 20:33:56 |
lioux |
Emergency update to 0.9.10.1: previous port version is incompatible
with current SILC protocol
Prompted by: many
Approved by: portmgr (self) |
0.9.5.1 26 Nov 2002 13:03:28 |
lioux |
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey |
0.9.5.1 20 Sep 2002 14:38:47 |
lioux |
Sanitize MASTER_SITES
Submitted by: fenner's distfile survey |
0.9.5.1 19 Sep 2002 22:15:12 |
lioux |
Update to 0.9.5.1
PR: 42856
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch> |
0.9.4 15 Jul 2002 17:21:56 |
sobomax |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME. |
0.9.4 10 Jul 2002 21:22:38 |
lioux |
Update to 0.9.4 |
0.9.2 19 Jun 2002 23:21:24 |
lioux |
Update to 0.9.2 |
0.8.6 03 May 2002 19:28:13 |
lioux |
Update to 0.8.6 |
0.8.6 03 May 2002 18:56:21 |
lioux |
Update to 0.8.6 |
22 Feb 2002 17:41:42 |
lioux |
Update MASTER_SITES as wiretapped.net renamed their servers |
03 Feb 2002 20:06:54 |
lioux |
o Update to 0.7.6.1 o Add ipv6 support |
25 Jan 2002 14:24:31 |
lioux |
Update to 0.7.3 |
21 Jan 2002 19:32:28 |
lioux |
o Update to 0.7.2 o Have WITHOUT_OPTIMIZED_ASM actually work when ARCH!=i386
|
21 Dec 2001 03:58:59 |
lioux |
Update to 0.7.1 |
16 Nov 2001 00:25:52 |
lioux |
o Update to 0.6.6 o Depend on silc-doc instead of installation documentation
by itself o Update PKG{,DE}INSTALL: do not create/remove modules directory.
There are no modules for BSD platforms yet |
09 Nov 2001 22:12:14 |
lioux |
o add more MASTER_SITES o add PKG{,DE}INSTALL scripts to handle: - empty
directories - configuration files o do not create unnecessary directories
|
09 Nov 2001 07:46:17 |
lioux |
o Add port silc-client version 0.6.4: Secure Internet Live Conferencing
(SILC) network client o With invaluable feedback from debolaz during our
all-nighter porting work :) |