non port: net/silc-client/Makefile |
SVNWeb
|
Number of commits found: 78 |
Mon, 25 Aug 2014
|
[ 10:20 bapt ]
Reset maintainership on nonstaged ports
With hat: portmgr
|
Fri, 20 Sep 2013
|
[ 22:10 bapt ] (Only the first 10 of 1288 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
|
Sun, 15 Sep 2013
|
[ 14:54 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Fri, 3 May 2013
|
[ 08:16 bapt ]
Fix with bmake(1)
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Tue, 23 Apr 2013
|
[ 14:20 bapt ] (Only the first 10 of 407 ports in this commit are shown above. )
Finish converting the whole ports tree to USES=pkgconfig
|
Fri, 8 Mar 2013
|
[ 10:51 kwm ] (Only the first 10 of 417 ports in this commit are shown above. )
* 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
|
Wed, 2 Jan 2013
|
[ 13:32 wxs ]
Fix index build when perl is not there yet.
PR: ports/174576
Submitted by: bdrewery@
|
Sun, 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
|
Mon, 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
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Sun, 17 Oct 2010
|
[ 01:41 wxs ]
Remove dead master sites.
Noticed by: The Distilator
|
Fri, 20 Aug 2010
|
[ 11:33 wxs ]
Forced commit to note that the previous work was done by
mkhan.freebsd@gmail.com.
|
Thu, 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>
|
Sun, 30 Aug 2009
|
[ 10:25 linimon ]
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr
|
Tue, 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>
|
Sat, 9 May 2009
|
[ 02:46 wxs ] (Only the first 10 of 28 ports in this commit are shown above. )
- Mark my ports as MAKE_JOBS_SAFE (with the exception of nethack34-gnome which
is MAKE_JOBS_UNSAFE).
|
Tue, 24 Mar 2009
|
[ 00:27 wxs ]
- Register conflicts on other silc ports (except silc-server), they all
install libsilcclient.
|
Wed, 21 Jan 2009
|
[ 15:21 wxs ]
- Update to 1.1.7
|
Tue, 11 Nov 2008
|
[ 12:13 wxs ]
Update to 1.1.6
|
Sun, 7 Sep 2008
|
[ 16:16 wxs ]
- Update to 1.1.5
|
Wed, 27 Aug 2008
|
[ 03:17 wxs ]
Enable perl and iconv support.
PR: ports/126771
Submitted by: Matt <freebsdbugs@fjarlq.com>
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
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 )
|
Thu, 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.
|
Thu, 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)
|
Tue, 18 Mar 2008
|
[ 14:02 wxs ]
Update my address.
Approved by: garga (mentor)
|
Sat, 15 Dec 2007
|
[ 18:18 miwi ]
- Update to 1.1.3
PR: 118244
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
|
Mon, 17 Sep 2007
|
[ 15:21 miwi ]
- Update to 1.1.2
PR: 115767
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
|
Mon, 23 Jul 2007
|
[ 09:36 rafan ] (Only the first 10 of 437 ports in this commit are shown above. )
- 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
|
Mon, 16 Jul 2007
|
[ 23:42 linimon ]
Reassign to submitter of last 2 PRs.
Approved by: previous maintainer
Hat: portmgr
|
Sun, 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)
|
Thu, 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)
|
Thu, 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)
|
Tue, 7 Mar 2006
|
[ 08:28 ade ] (Only the first 10 of 633 ports in this commit are shown above. )
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit)
|
Sun, 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)
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sun, 13 Feb 2005
|
[ 10:31 krion ]
Fix plist.
PR: ports/77442
Submitted by: maintainer
|
Tue, 13 Jul 2004
|
[ 06:22 krion ]
Fix build
Submitted by: krion, tobez
Reported by: cluster via kris
Approved by: maintainer
|
Sun, 11 Jul 2004
|
[ 01:29 kris ]
BROKEN: Broken pkg-plist
|
Fri, 16 Apr 2004
|
[ 07:47 krion ]
- Change maintainer's email
PR: ports/65602
Submitted by: maintainer
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Wed, 14 Jan 2004
|
[ 15:12 krion ]
- Update to version 1.0.1
PR: 61363
Submitted by: maintainer
|
Thu, 4 Dec 2003
|
[ 06:06 krion ]
- Update to version 1.0
PR: 59746
Submitted by: maintainer
|
Tue, 18 Nov 2003
|
[ 09:59 krion ]
- Update to version 0.9.16
PR: 59411
Submitted by: maintainer
|
Wed, 12 Nov 2003
|
[ 13:59 krion ]
- Fix install on ARCH != i386
PR: 59101 59204
Submitted by: maintainer
Reported by: bento via kris
|
Tue, 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
|
Fri, 31 Oct 2003
|
[ 13:21 krion ]
- Update to version 0.9.15
PR: 58763
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
|
Sat, 25 Oct 2003
|
[ 06:52 krion ]
- Update to 0.9.14
PR: 58506
Submitted by: maintainer
|
Thu, 16 Oct 2003
|
[ 09:33 krion ]
- Update to 0.9.13
PR: 58112
Submitted by: maintainer
|
Tue, 14 Oct 2003
|
[ 08:15 krion ]
- Fix build package
- Bump PORTREVISION
PR: 57947
Submitted by: maintainer
|
Thu, 9 Oct 2003
|
[ 13:32 krion ]
- Fix plist of perl stuff
- Bump PORTREVISION
PR: 57797
Submitted by: maintainer
|
Fri, 3 Oct 2003
|
[ 14:50 krion ]
- Bump PORTREVISION, forgotten by previous commit.
Pointed out by: osa
|
Fri, 26 Sep 2003
|
[ 13:14 krion ]
- Build non-threaded version by default
PR: 57243
Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer)
|
Wed, 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>
|
Sun, 7 Sep 2003
|
[ 23:39 lioux ] (Only the first 10 of 15 ports in this commit are shown above. )
Drop maintainership
|
Thu, 26 Jun 2003
|
[ 22:58 ade ] (Only the first 10 of 113 ports in this commit are shown above. )
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)
|
Sun, 20 Apr 2003
|
[ 19:38 marcus ] (Only the first 10 of 66 ports in this commit are shown above. )
Remove USE_GNOMENG.
|
Sun, 23 Feb 2003
|
[ 19:58 lioux ] (Only the first 10 of 265 ports in this commit are shown above. )
De-pkg-comment
|
Fri, 7 Feb 2003
|
[ 15:43 lioux ]
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey
|
Tue, 31 Dec 2002
|
[ 20:33 lioux ] (Only the first 10 of 15 ports in this commit are shown above. )
Emergency update to 0.9.10.1: previous port version is incompatible
with current SILC protocol
Prompted by: many
Approved by: portmgr (self)
|
Tue, 26 Nov 2002
|
[ 13:03 lioux ]
Sanitize MASTER_SITES
Submitted by: fenner's distfiles survey
|
Fri, 20 Sep 2002
|
[ 14:38 lioux ] (Only the first 10 of 12 ports in this commit are shown above. )
Sanitize MASTER_SITES
Submitted by: fenner's distfile survey
|
Thu, 19 Sep 2002
|
[ 22:15 lioux ]
Update to 0.9.5.1
PR: 42856
Submitted by: Thomas Vogt <thomas.vogt@bsdunix.ch>
|
Mon, 15 Jul 2002
|
[ 17:21 sobomax ] (Only the first 10 of 38 ports in this commit are shown above. )
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
|
Wed, 10 Jul 2002
|
[ 21:22 lioux ]
Update to 0.9.4
|
Wed, 19 Jun 2002
|
[ 23:21 lioux ]
Update to 0.9.2
|
Fri, 3 May 2002
|
[ 18:56 lioux ]
Update to 0.8.6
|
Fri, 22 Feb 2002
|
[ 17:41 lioux ]
Update MASTER_SITES as wiretapped.net renamed their servers
|
Sun, 3 Feb 2002
|
[ 20:06 lioux ]
o Update to 0.7.6.1 o Add ipv6 support
|
Fri, 25 Jan 2002
|
[ 14:24 lioux ]
Update to 0.7.3
|
Mon, 21 Jan 2002
|
[ 19:32 lioux ]
o Update to 0.7.2 o Have WITHOUT_OPTIMIZED_ASM actually work when ARCH!=i386
|
Fri, 21 Dec 2001
|
[ 03:58 lioux ]
Update to 0.7.1
|
Fri, 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
|
Fri, 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 |