aboutsummaryrefslogtreecommitdiff
path: root/net/silc-client
Commit message (Collapse)AuthorAgeFilesLines
* - Register conflicts on other silc ports (except silc-server), they allWesley Shields2009-03-241-0/+3
| | | | | | | install libsilcclient. Notes: svn path=/head/; revision=230824
* - Update to 1.1.7Wesley Shields2009-01-214-8/+17
| | | | Notes: svn path=/head/; revision=226616
* Update to 1.1.6Wesley Shields2008-11-112-4/+4
| | | | Notes: svn path=/head/; revision=222730
* - Update to 1.1.5Wesley Shields2008-09-072-5/+4
| | | | Notes: svn path=/head/; revision=220144
* Enable perl and iconv support.Wesley Shields2008-08-272-1/+46
| | | | | | | | PR: ports/126771 Submitted by: Matt <freebsdbugs@fjarlq.com> Notes: svn path=/head/; revision=219258
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Fix patch to address the breakage when converters/recode is installed.Wesley Shields2008-08-041-18/+11
| | | | | | | | PR: ports/125986 Submitted by: Armin Pirkovitsch <a.pirko@inode.at> Notes: svn path=/head/; revision=218011
* Stop net/silc-irssi-plugin from installing an unnecessary symlink whichWesley Shields2008-07-242-1/+15
| | | | | | | | | causes duplicate /me messages to appear. Bump PORTREVISION of net/silc-irssi-plugin because of this. Notes: svn path=/head/; revision=217399
* Update to 1.1.4 - security fix.Wesley Shields2008-03-272-4/+4
| | | | | | | | | http://www.vuxml.org/freebsd/ff304c35-fb5b-11dc-91c1-00e0815b8da8.html Approved by: garga (mentor) Notes: svn path=/head/; revision=209952
* Update my address.Wesley Shields2008-03-181-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=209299
* - Update to 1.1.3Martin Wilke2007-12-152-23/+16
| | | | | | | | PR: 118244 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=203758
* - Fix build when converters/recode installed isMartin Wilke2007-09-181-0/+18
| | | | | | | | | PR: 115905 Submitted by: Vaclav Haisman <v.haisman@sh.cvut.cz> Approved by: maintainer Notes: svn path=/head/; revision=199677
* - Update to 1.1.2Martin Wilke2007-09-173-8/+35
| | | | | | | | PR: 115767 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=199622
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=196111
* Reassign to submitter of last 2 PRs.Mark Linimon2007-07-161-1/+1
| | | | | | | | Approved by: previous maintainer Hat: portmgr Notes: svn path=/head/; revision=195779
* - Update to 1.1.1Pav Lucistnik2007-07-153-5/+4
| | | | | | | | | PR: ports/114135 Submitted by: Wesley Shields <wxs@atarininja.org> Approved by: maintainer timeout (16 days) Notes: svn path=/head/; revision=195687
* - Update to 1.1Rong-En Fan2007-06-218-242/+160
| | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=194016
* - Update to 1.0.3Rong-En Fan2007-01-188-118/+41
| | | | | | | | PR: ports/108075 Submitted by: Evgueni V. Gavrilov <aquatique-ports at rambler.ru> (maintainer) Notes: svn path=/head/; revision=182736
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Purge the last vestiges of the (really) old autotools world order.Ade Lovett2006-02-261-1/+0
| | | | | | | | | Since all these items were commented out, this is a null-op commit. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156828
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Fix plist.Kirill Ponomarev2005-02-133-35/+2
| | | | | | | | PR: ports/77442 Submitted by: maintainer Notes: svn path=/head/; revision=128683
* Fix buildKirill Ponomarev2004-07-133-28/+32
| | | | | | | | | Submitted by: krion, tobez Reported by: cluster via kris Approved by: maintainer Notes: svn path=/head/; revision=113525
* BROKEN: Broken pkg-plistKris Kennaway2004-07-111-0/+2
| | | | Notes: svn path=/head/; revision=113369
* - Change maintainer's emailKirill Ponomarev2004-04-161-1/+1
| | | | | | | | PR: ports/65602 Submitted by: maintainer Notes: svn path=/head/; revision=107197
* SIZEifyErwin Lansing2004-03-201-0/+1
| | | | | | | | PR: 64496 Submitted by: maintainer, trevor Notes: svn path=/head/; revision=104726
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* - Fix build on AMD64Kirill Ponomarev2004-01-261-0/+11
| | | | | | | | Noticed by: kris via bento Approved by: maintainer Notes: svn path=/head/; revision=99160
* - Update to version 1.0.1Kirill Ponomarev2004-01-144-15/+23
| | | | | | | | PR: 61363 Submitted by: maintainer Notes: svn path=/head/; revision=98163
* - Update to version 1.0Kirill Ponomarev2003-12-045-29/+68
| | | | | | | | PR: 59746 Submitted by: maintainer Notes: svn path=/head/; revision=94872
* - Update to version 0.9.16Kirill Ponomarev2003-11-183-5/+4
| | | | | | | | PR: 59411 Submitted by: maintainer Notes: svn path=/head/; revision=94242
* - Fix install on ARCH != i386Kirill Ponomarev2003-11-122-20/+21
| | | | | | | | | PR: 59101 59204 Submitted by: maintainer Reported by: bento via kris Notes: svn path=/head/; revision=93815
* - Reenable perl stuff of net/silc-clientKirill Ponomarev2003-11-043-12/+32
| | | | | | | | | | | (pointed out by William Dell Wisner <william@dell.wisner.name>) - Bump PORTREVISION PR: 58917 Submitted by: maintainer Notes: svn path=/head/; revision=93053
* - Update to version 0.9.15Kirill Ponomarev2003-10-313-2/+4
| | | | | | | | PR: 58763 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer) Notes: svn path=/head/; revision=92711
* - Update to 0.9.14Kirill Ponomarev2003-10-252-2/+2
| | | | | | | | PR: 58506 Submitted by: maintainer Notes: svn path=/head/; revision=92097
* - Update to 0.9.13Kirill Ponomarev2003-10-165-47/+13
| | | | | | | | PR: 58112 Submitted by: maintainer Notes: svn path=/head/; revision=91414
* - Fix build packageKirill Ponomarev2003-10-143-25/+13
| | | | | | | | | | - Bump PORTREVISION PR: 57947 Submitted by: maintainer Notes: svn path=/head/; revision=91147
* - Fix plist of perl stuffKirill Ponomarev2003-10-092-2/+18
| | | | | | | | | | - Bump PORTREVISION PR: 57797 Submitted by: maintainer Notes: svn path=/head/; revision=90710
* - Bump PORTREVISION, forgotten by previous commit.Kirill Ponomarev2003-10-031-0/+1
| | | | | | | Pointed out by: osa Notes: svn path=/head/; revision=90134
* - Add patch for recoding actions in 8-bit terminals (obtainedKirill Ponomarev2003-10-031-0/+33
| | | | | | | | | | from silc CVS) PR: 57537 Submitted by: maintainer Notes: svn path=/head/; revision=90133
* - Build non-threaded version by defaultKirill Ponomarev2003-09-261-1/+1
| | | | | | | | PR: 57243 Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org> (maintainer) Notes: svn path=/head/; revision=89450
* - Update to 0.9.12.1Kirill Ponomarev2003-09-244-27/+32
| | | | | | | | | | | - Give maintainership to Evgueni V. Gavrilov <aquatique@rusunix.org> PR: 50930 53672 Submitted by: krion, Evgueni V. Gavrilov <aquatique@rusunix.org> Notes: svn path=/head/; revision=89265
* Drop maintainershipMario Sergio Fujikawa Ferreira2003-09-071-1/+1
| | | | Notes: svn path=/head/; revision=88696
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=83696
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* Sanitize MASTER_SITESMario Sergio Fujikawa Ferreira2003-02-071-3/+1
| | | | | | | Submitted by: fenner's distfiles survey Notes: svn path=/head/; revision=75029