non port: net/silc-client/Makefile |
Number of commits found: 78 |
Monday, 25 Aug 2014
|
10:20 bapt
Reset maintainership on nonstaged ports
With hat: portmgr
 |
Friday, 20 Sep 2013
|
22:10 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
 |
Sunday, 15 Sep 2013
|
14:54 az
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
 |
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
Friday, 3 May 2013
|
08:16 bapt
Fix with bmake(1)
 |
Saturday, 27 Apr 2013
|
11:59 mva
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Friday, 8 Mar 2013
|
10:51 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
 |
Wednesday, 2 Jan 2013
|
13:32 wxs
Fix index build when perl is not there yet.
PR: ports/174576
Submitted by: bdrewery@
 |
Sunday, 25 Nov 2012
|
03:21 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
 |
Monday, 19 Nov 2012
|
18:28 wxs
Remove unnecessary quotes.
Noticed by: crees
Feature safe: yes
 |
16:22 wxs
Convert to new options.
Avoid using != in assignment.
Feature safe: yes
 |
Friday, 23 Sep 2011
|
22:26 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
 |
Sunday, 17 Oct 2010
|
01:41 wxs
Remove dead master sites.
Noticed by: The Distilator
 |
Friday, 20 Aug 2010
|
11:33 wxs
Forced commit to note that the previous work was done by
mkhan.freebsd@gmail.com.
 |
Thursday, 19 Aug 2010
|
21:51 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>
 |
Sunday, 30 Aug 2009
|
10:25 linimon
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr
 |
Tuesday, 4 Aug 2009
|
17:49 wxs
- Update to 1.1.8 to address security vulnerabilities and general bug fixes.
PR: ports/137421
Submitted by: Marc Lagrange <markocpc@gmail.com>
 |
Saturday, 9 May 2009
|
02:46 wxs
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
 |
Tuesday, 24 Mar 2009
|
00:27 wxs
- Register conflicts on other silc ports (except silc-server), they all
install libsilcclient.
 |
Wednesday, 21 Jan 2009
|
15:21 wxs
- Update to 1.1.7
 |
Tuesday, 11 Nov 2008
|
12:13 wxs
Update to 1.1.6
 |
Sunday, 7 Sep 2008
|
16:16 wxs
- Update to 1.1.5
 |
Wednesday, 27 Aug 2008
|
03:17 wxs
Enable perl and iconv support.
PR: ports/126771
Submitted by: Matt <freebsdbugs@fjarlq.com>
 |
Thursday, 21 Aug 2008
|
06:18 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
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
 |
Thursday, 24 Jul 2008
|
02:57 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.
 |
Thursday, 27 Mar 2008
|
15:01 wxs
Update to 1.1.4 - security fix.
http://www.vuxml.org/freebsd/ff304c35-fb5b-11dc-91c1-00e0815b8da8.html
Approved by: garga (mentor)
 |
Tuesday, 18 Mar 2008
|
14:02 wxs
Update my address.
Approved by: garga (mentor)
 |
Saturday, 15 Dec 2007
|
18:18 miwi
- Update to 1.1.3
PR: 118244
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
 |
Monday, 17 Sep 2007
|
15:21 miwi
- Update to 1.1.2
PR: 115767
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
 |
Monday, 23 Jul 2007
|
09:36 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
 |
Monday, 16 Jul 2007
|
23:42 linimon
Reassign to submitter of last 2 PRs.
Approved by: previous maintainer
Hat: portmgr
 |
Sunday, 15 Jul 2007
|
21:41 pav
- Update to 1.1.1
PR: ports/114135
Submitted by: Wesley Shields <wxs@atarininja.org>
Approved by: maintainer timeout (16 days)
 |
Thursday, 21 Jun 2007
|
19:29 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)
 |
Thursday, 18 Jan 2007
|
16:26 rafan
- Update to 1.0.3
PR: ports/108075
Submitted by: Evgueni V. Gavrilov <aquatique-ports at rambler.ru> (maintainer)
 |
Tuesday, 7 Mar 2006
|
08:28 ade
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
 |
Sunday, 26 Feb 2006
|
02:28 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)
 |
Tuesday, 12 Apr 2005
|
03:26 obrien
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
 |
Monday, 11 Apr 2005
|
08:04 obrien
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
 |
Sunday, 13 Feb 2005
|
10:31 krion
Fix plist.
PR: ports/77442
Submitted by: maintainer
 |
Tuesday, 13 Jul 2004
|
06:22 krion
Fix build
Submitted by: krion, tobez
Reported by: cluster via kris
Approved by: maintainer
 |
Sunday, 11 Jul 2004
|
01:29 kris
BROKEN: Broken pkg-plist
 |
Friday, 16 Apr 2004
|
07:47 krion
- Change maintainer's email
PR: ports/65602
Submitted by: maintainer
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Wednesday, 14 Jan 2004
|
15:12 krion
- Update to version 1.0.1
PR: 61363
Submitted by: maintainer
 |
Thursday, 4 Dec 2003
|
06:06 krion
- Update to version 1.0
PR: 59746
Submitted by: maintainer
 |
Tuesday, 18 Nov 2003
|
09:59 krion
- Update to version 0.9.16
PR: 59411
Submitted by: maintainer
 |
Wednesday, 12 Nov 2003
|
13:59 krion
- Fix install on ARCH != i386
PR: 59101 59204
Submitted by: maintainer
Reported by: bento via kris
 |
Tuesday, 4 Nov 2003
|
10:52 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
 |
Friday, 31 Oct 2003
|
13:21 krion
- Update to version 0.9.15
PR: 58763
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
 |
Saturday, 25 Oct 2003
|
06:52 krion
- Update to 0.9.14
PR: 58506
Submitted by: maintainer
 |
Thursday, 16 Oct 2003
|
09:33 krion
- Update to 0.9.13
PR: 58112
Submitted by: maintainer
 |
Tuesday, 14 Oct 2003
|
08:15 krion
- Fix build package
- Bump PORTREVISION
PR: 57947
Submitted by: maintainer
 |
Thursday, 9 Oct 2003
|
13:32 krion
- Fix plist of perl stuff
- Bump PORTREVISION
PR: 57797
Submitted by: maintainer
 |
Friday, 3 Oct 2003
|
14:50 krion
- Bump PORTREVISION, forgotten by previous commit.
Pointed out by: osa
 |
Friday, 26 Sep 2003
|
13:14 krion
- Build non-threaded version by default
PR: 57243
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
 |
Wednesday, 24 Sep 2003
|
18:03 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>
 |
Sunday, 7 Sep 2003
|
23:39 lioux
Drop maintainership
 |
Thursday, 26 Jun 2003
|
22:58 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)
 |
Sunday, 20 Apr 2003
|
19:38 marcus
Remove USE_GNOMENG.
 |
Sunday, 23 Feb 2003
|
19:58 lioux
De-pkg-comment
 |
Friday, 7 Feb 2003
|
15:43 lioux
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey
 |
Tuesday, 31 Dec 2002
|
20:33 lioux
Emergency update to 0.9.10.1: previous port version is incompatible
with current SILC protocol
Prompted by: many
Approved by: portmgr (self)
 |
Tuesday, 26 Nov 2002
|
13:03 lioux
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey
 |
Friday, 20 Sep 2002
|
14:38 lioux
Sanitize MASTER_SITES
Submitted by: fenner's distfile survey
 |
Thursday, 19 Sep 2002
|
22:15 lioux
Update to 0.9.5.1
PR: 42856
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch>
 |
Monday, 15 Jul 2002
|
17:21 sobomax
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
 |
Wednesday, 10 Jul 2002
|
21:22 lioux
Update to 0.9.4
 |
Wednesday, 19 Jun 2002
|
23:21 lioux
Update to 0.9.2
 |
Friday, 3 May 2002
|
18:56 lioux
Update to 0.8.6
 |
Friday, 22 Feb 2002
|
17:41 lioux
Update MASTER_SITES as wiretapped.net renamed their servers
 |
Sunday, 3 Feb 2002
|
20:06 lioux
o Update to 0.7.6.1 o Add ipv6 support
 |
Friday, 25 Jan 2002
|
14:24 lioux
Update to 0.7.3
 |
Monday, 21 Jan 2002
|
19:32 lioux
o Update to 0.7.2 o Have WITHOUT_OPTIMIZED_ASM actually work when ARCH!=i386
 |
Friday, 21 Dec 2001
|
03:58 lioux
Update to 0.7.1
 |
Friday, 16 Nov 2001
|
00:25 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
 |
Friday, 9 Nov 2001
|
22:12 lioux
o add more MASTER_SITES o add PKG{,DE}INSTALL scripts to handle: - empty
directories - configuration files o do not create unnecessary directories
 |
07:46 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 :)
 |
Number of commits found: 78 |