notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
non port: net/silc-client/Makefile

Number of commits found: 78

Monday, 25 Aug 2014
10:20 bapt search for other commits by this committer
Reset maintainership on nonstaged ports

With hat:	portmgr
Original commitRevision:366054 
Friday, 20 Sep 2013
22:10 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
Original commitRevision:327755 
Sunday, 15 Sep 2013
14:54 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327343 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 3 May 2013
08:16 bapt search for other commits by this committer
Fix with bmake(1)
Original commitRevision:317181 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* 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
Original commitRevision:313633 
Wednesday, 2 Jan 2013
13:32 wxs search for other commits by this committer
Fix index build when perl is not there yet.

PR:		ports/174576
Submitted by:	bdrewery@
Original commitRevision:309816 
Sunday, 25 Nov 2012
03:21 wxs search for other commits by this committer
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
Original commitRevision:307732 
Monday, 19 Nov 2012
18:28 wxs search for other commits by this committer
Remove unnecessary quotes.

Noticed by:	crees
Feature safe:	yes
Original commitRevision:307567 
16:22 wxs search for other commits by this committer
Convert to new options.
Avoid using != in assignment.

Feature safe:	yes
Original commitRevision:307565 
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Sunday, 17 Oct 2010
01:41 wxs search for other commits by this committer
Remove dead master sites.

Noticed by:     The Distilator
Original commit
Friday, 20 Aug 2010
11:33 wxs search for other commits by this committer
Forced commit to note that the previous work was done by
mkhan.freebsd@gmail.com.
Original commit
Thursday, 19 Aug 2010
21:51 wxs search for other commits by this committer
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>
Original commit
Sunday, 30 Aug 2009
10:25 linimon search for other commits by this committer
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.

Hat:            portmgr
Original commit
Tuesday, 4 Aug 2009
17:49 wxs search for other commits by this committer
- Update to 1.1.8 to address security vulnerabilities and general bug fixes.

PR:             ports/137421
Submitted by:   Marc Lagrange <markocpc@gmail.com>
Original commit
Saturday, 9 May 2009
02:46 wxs search for other commits by this committer
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
  is MAKE_JOBS_UNSAFE).
Original commit
Tuesday, 24 Mar 2009
00:27 wxs search for other commits by this committer
- Register conflicts on other silc ports (except silc-server), they all
  install libsilcclient.
Original commit
Wednesday, 21 Jan 2009
15:21 wxs search for other commits by this committer
- Update to 1.1.7
Original commit
Tuesday, 11 Nov 2008
12:13 wxs search for other commits by this committer
Update to 1.1.6
Original commit
Sunday, 7 Sep 2008
16:16 wxs search for other commits by this committer
- Update to 1.1.5
Original commit
Wednesday, 27 Aug 2008
03:17 wxs search for other commits by this committer
Enable perl and iconv support.

PR:             ports/126771
Submitted by:   Matt <freebsdbugs@fjarlq.com>
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
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)
Original commit
Thursday, 24 Jul 2008
02:57 wxs search for other commits by this committer
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.
Original commit
Thursday, 27 Mar 2008
15:01 wxs search for other commits by this committer
Update to 1.1.4 - security fix.

http://www.vuxml.org/freebsd/ff304c35-fb5b-11dc-91c1-00e0815b8da8.html

Approved by:    garga (mentor)
Original commit
Tuesday, 18 Mar 2008
14:02 wxs search for other commits by this committer
Update my address.

Approved by:    garga (mentor)
Original commit
Saturday, 15 Dec 2007
18:18 miwi search for other commits by this committer
- Update to 1.1.3

PR:             118244
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Monday, 17 Sep 2007
15:21 miwi search for other commits by this committer
- Update to 1.1.2

PR:             115767
Submitted by:   Wesley Shields <wxs@atarininja.org> (maintainer)
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Monday, 16 Jul 2007
23:42 linimon search for other commits by this committer
Reassign to submitter of last 2 PRs.

Approved by:    previous maintainer
Hat:            portmgr
Original commit
Sunday, 15 Jul 2007
21:41 pav search for other commits by this committer
- Update to 1.1.1

PR:             ports/114135
Submitted by:   Wesley Shields <wxs@atarininja.org>
Approved by:    maintainer timeout (16 days)
Original commit
Thursday, 21 Jun 2007
19:29 rafan search for other commits by this committer
- 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)
Original commit
Thursday, 18 Jan 2007
16:26 rafan search for other commits by this committer
- Update to 1.0.3

PR:             ports/108075
Submitted by:   Evgueni V. Gavrilov <aquatique-ports at rambler.ru> (maintainer)
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Sunday, 26 Feb 2006
02:28 ade search for other commits by this committer
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)
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Sunday, 13 Feb 2005
10:31 krion search for other commits by this committer
Fix plist.

PR:             ports/77442
Submitted by:   maintainer
Original commit
Tuesday, 13 Jul 2004
06:22 krion search for other commits by this committer
Fix build

Submitted by:   krion, tobez
Reported by:    cluster via kris
Approved by:    maintainer
Original commit
Sunday, 11 Jul 2004
01:29 kris search for other commits by this committer
BROKEN: Broken pkg-plist
Original commit
Friday, 16 Apr 2004
07:47 krion search for other commits by this committer
- Change maintainer's email

PR:             ports/65602
Submitted by:   maintainer
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Wednesday, 14 Jan 2004
15:12 krion search for other commits by this committer
- Update to version 1.0.1

PR:             61363
Submitted by:   maintainer
Original commit
Thursday, 4 Dec 2003
06:06 krion search for other commits by this committer
- Update to version 1.0

PR:             59746
Submitted by:   maintainer
Original commit
Tuesday, 18 Nov 2003
09:59 krion search for other commits by this committer
- Update to version 0.9.16

PR:             59411
Submitted by:   maintainer
Original commit
Wednesday, 12 Nov 2003
13:59 krion search for other commits by this committer
- Fix install on ARCH != i386

PR:             59101 59204
Submitted by:   maintainer
Reported by:    bento via kris
Original commit
Tuesday, 4 Nov 2003
10:52 krion search for other commits by this committer
- Reenable perl stuff of net/silc-client
  (pointed out by William Dell Wisner <william@dell.wisner.name>)
- Bump PORTREVISION

PR:             58917
Submitted by:   maintainer
Original commit
Friday, 31 Oct 2003
13:21 krion search for other commits by this committer
- Update to version 0.9.15

PR:             58763
Submitted by:   Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Original commit
Saturday, 25 Oct 2003
06:52 krion search for other commits by this committer
- Update to 0.9.14

PR:             58506
Submitted by:   maintainer
Original commit
Thursday, 16 Oct 2003
09:33 krion search for other commits by this committer
- Update to 0.9.13

PR:             58112
Submitted by:   maintainer
Original commit
Tuesday, 14 Oct 2003
08:15 krion search for other commits by this committer
- Fix build package
- Bump PORTREVISION

PR:             57947
Submitted by:   maintainer
Original commit
Thursday, 9 Oct 2003
13:32 krion search for other commits by this committer
- Fix plist of perl stuff
- Bump PORTREVISION

PR:             57797
Submitted by:   maintainer
Original commit
Friday, 3 Oct 2003
14:50 krion search for other commits by this committer
- Bump PORTREVISION, forgotten by previous commit.

Pointed out by: osa
Original commit
Friday, 26 Sep 2003
13:14 krion search for other commits by this committer
- Build non-threaded version by default

PR:             57243
Submitted by:   Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
Original commit
Wednesday, 24 Sep 2003
18:03 krion search for other commits by this committer
- 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>
Original commit
Sunday, 7 Sep 2003
23:39 lioux search for other commits by this committer
Drop maintainership
Original commit
Thursday, 26 Jun 2003
22:58 ade search for other commits by this committer
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)
Original commit
Sunday, 20 Apr 2003
19:38 marcus search for other commits by this committer
Remove USE_GNOMENG.
Original commit
Sunday, 23 Feb 2003
19:58 lioux search for other commits by this committer
De-pkg-comment
Original commit
Friday, 7 Feb 2003
15:43 lioux search for other commits by this committer
Sanitize MASTER_SITES

Submitted by:   fenner's distfiles survey
Original commit
Tuesday, 31 Dec 2002
20:33 lioux search for other commits by this committer
Emergency update to 0.9.10.1: previous port version is incompatible
with current SILC protocol

Prompted by:    many
Approved by:    portmgr (self)
Original commit
Tuesday, 26 Nov 2002
13:03 lioux search for other commits by this committer
Sanitize MASTER_SITES

Submitted by:   fenner's distfiles survey
Original commit
Friday, 20 Sep 2002
14:38 lioux search for other commits by this committer
Sanitize MASTER_SITES

Submitted by:   fenner's distfile survey
Original commit
Thursday, 19 Sep 2002
22:15 lioux search for other commits by this committer
Update to 0.9.5.1

PR:             42856
Submitted by:   Thomas Vogt <thomas.vogt@bsdunix.ch>
Original commit
Monday, 15 Jul 2002
17:21 sobomax search for other commits by this committer
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Original commit
Wednesday, 10 Jul 2002
21:22 lioux search for other commits by this committer
Update to 0.9.4
Original commit
Wednesday, 19 Jun 2002
23:21 lioux search for other commits by this committer
Update to 0.9.2
Original commit
Friday, 3 May 2002
18:56 lioux search for other commits by this committer
Update to 0.8.6
Original commit
Friday, 22 Feb 2002
17:41 lioux search for other commits by this committer
Update MASTER_SITES as wiretapped.net renamed their servers    
Original commit
Sunday, 3 Feb 2002
20:06 lioux search for other commits by this committer
o Update to 0.7.6.1   o Add ipv6 support    
Original commit
Friday, 25 Jan 2002
14:24 lioux search for other commits by this committer
Update to 0.7.3    
Original commit
Monday, 21 Jan 2002
19:32 lioux search for other commits by this committer
o Update to 0.7.2   o Have WITHOUT_OPTIMIZED_ASM actually work when ARCH!=i386  
 
Original commit
Friday, 21 Dec 2001
03:58 lioux search for other commits by this committer
Update to 0.7.1    
Original commit
Friday, 16 Nov 2001
00:25 lioux search for other commits by this committer
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    
Original commit
Friday, 9 Nov 2001
22:12 lioux search for other commits by this committer
o add more MASTER_SITES   o add PKG{,DE}INSTALL scripts to handle:   	- empty
directories   	- configuration files   o do not create unnecessary directories  
 
Original commit
07:46 lioux search for other commits by this committer
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 :)    
Original commit

Number of commits found: 78