aboutsummaryrefslogtreecommitdiff
path: root/polish/ekg
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* polish/ekg: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-2/+2
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408212
* Fix library dependency.Bryan Drewery2016-01-071-2/+3
| | | | | | | | | The library is provided by textproc/aspell, which is what pkg was already registering as a dependency. This fixes Poudriere rebuilding ekg every time due to a 'new dependency' on polish/aspell when ASPELL is selected. Notes: svn path=/head/; revision=405490
* Switch to USES=execinfoPawel Pekala2014-10-251-3/+2
| | | | Notes: svn path=/head/; revision=371482
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-131-4/+0
| | | | Notes: svn path=/head/; revision=370822
* Add support for STAGEDIRPawel Pekala2013-10-052-6/+3
| | | | Notes: svn path=/head/; revision=329478
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | polish) Notes: svn path=/head/; revision=327761
* - Switch to new LIB_DEPENDS formatPawel Pekala2013-08-291-3/+3
| | | | | | | | | - Convert USE_PERL5 to USES - Remove stale MAKE_JOBS_SAFE - Trim dependencies where they are too detailed Notes: svn path=/head/; revision=325602
* Convert my ports to current standardsPawel Pekala2013-07-101-11/+4
| | | | | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense Notes: svn path=/head/; revision=322729
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Remove PTHREAD_CFLAGS and PTHREAD_LIBS from my portsPawel Pekala2013-02-071-1/+1
| | | | Notes: svn path=/head/; revision=311874
* Build and link with base ncurses otherwise program has UI display problems.Pawel Pekala2013-01-051-3/+3
| | | | Notes: svn path=/head/; revision=309960
* - Update to version 1.8rc2Pawel Pekala2012-12-212-25/+22
| | | | | | | | | - Remove ABI versions from LIB_DEPENDS - Order USE_ flags, remove stale CONFIGURE_ARGS - Take maintainership Notes: svn path=/head/; revision=309367
* use USE_PKGCONFIG= buildBaptiste Daroussin2012-10-061-2/+3
| | | | | | | Bump portrevision for ports which run-depends list changed Notes: svn path=/head/; revision=305349
* Convert to new options frameworkBaptiste Daroussin2012-10-041-6/+6
| | | | Notes: svn path=/head/; revision=305249
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-221-5/+2
| | | | Notes: svn path=/head/; revision=304653
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Fix buildMartin Wilke2010-02-131-23/+0
| | | | Notes: svn path=/head/; revision=249796
* - Update to 1.8rc1Martin Wilke2010-02-133-29/+29
| | | | | | | | | PR: 143524 (based on) Submitted by: Bartlomiej Syryjczyk <guzik@anka.net.pl> Approved by: maintainer Notes: svn path=/head/; revision=249788
* Fix build on 6-STABLE after adding --with-pthread to polish/libgaduMax Brazhnikov2009-03-221-1/+1
| | | | Notes: svn path=/head/; revision=230639
* Assign to new maintainer.Mark Linimon2008-09-051-1/+1
| | | | Notes: svn path=/head/; revision=219874
* Reset alex@bsdguru.org due to maintainer-timeouts and no response to email.Mark Linimon2008-09-031-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=219705
* - Add openssl optionBeech Rintoul2008-04-231-2/+7
| | | | | | | | | | | - Bump portrevision PR: ports/120688 Submitted by: "Bart&#322;omiej Syryjczyk" <guzik@zst.edu.pl> Approved by: maintainer timeout (2 Months) Notes: svn path=/head/; revision=211863
* - 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
* - Update to 1.7Ion-Mihai Tetcu2007-06-103-20/+11
| | | | | | | | | | - Fix manpaths PR: ports/113224 Submitted by: Jan Srzednicki (maintainer) Notes: svn path=/head/; revision=193198
* - When devel/libexecinfo presents, configure script detects but does notRong-En Fan2007-04-162-4/+10
| | | | | | | | | | | | | | set LDFLAGS correctly. Therefore, unconditionally depends on libexecinfo and set correct LDFLAGS. - Disable libungif, libjpeg, and openssl support since they are disabled in libgadu PR: ports/110453 Submitted by: mwisnicki at gmail.com Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=190141
* - Update 1.7 rc3Rong-En Fan2007-03-122-6/+6
| | | | | | | | | | - Make it fetchable again PR: ports/110202 Submitted by: maintainer (different address) Notes: svn path=/head/; revision=187185
* - Update to 1.7 RC2Rong-En Fan2007-02-253-18/+34
| | | | | | | | | | - Remove default aspell. Add option for that. PR: ports/109487 Submitted by: Aleksander Fafula (maintainer) Notes: svn path=/head/; revision=185856
* Update master site.Sam Lawrance2006-11-051-2/+2
| | | | | | | | | | s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: ports/104655 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer) Notes: svn path=/head/; revision=176437
* Make polish/ekg not install libgadu.so and use the one provided withIon-Mihai Tetcu2006-07-283-18/+21
| | | | | | | | | | | polish/libgadu. PR: ports/99725 Submitted by: Marcin Wisnicki Approved by: maintainer timeout Notes: svn path=/head/; revision=168973
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - Update to 1.6Pav Lucistnik2005-11-112-7/+7
| | | | | | | | | | - Give maintainership to <alex@bsdguru.org> PR: ports/88858 Submitted by: <jacek@combit.com.pl> (maintainer) Notes: svn path=/head/; revision=147975
* - Change second category to be net-imPav Lucistnik2005-11-091-1/+1
| | | | | | | Suggested by: arved Notes: svn path=/head/; revision=147744
* - Update to 1.6r3Pav Lucistnik2005-07-192-4/+4
| | | | | | | | PR: ports/83743 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Notes: svn path=/head/; revision=139627
* - Update to 1.6r2Pav Lucistnik2005-07-162-5/+5
| | | | | | | | | PR: ports/83570 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Security: http://www.freebsd.org/ports/portaudit/9a035a56-eff0-11d9-8310-0001020eed82.html Notes: svn path=/head/; revision=139374
* - update polish/ekg to version 1.6rc1Yen-Ming Lee2005-04-163-24/+23
| | | | | | | | PR: 79985 Submitted by: Jacek Pelka <jacek@combit.com.pl> Notes: svn path=/head/; revision=133465
* Fix plist.Kirill Ponomarev2005-01-151-0/+2
| | | | Notes: svn path=/head/; revision=126487
* Chase libaspell to aspell.16.Thierry Thomas2004-08-281-2/+2
| | | | Notes: svn path=/head/; revision=117535
* Fix build with gcc-3.4Kirill Ponomarev2004-08-041-0/+2
| | | | | | | | PR: ports/69962 Submitted by: maintainer Notes: svn path=/head/; revision=115396
* - OpenSSL is special on FreeBSD, it's always there, and is not visiblePav Lucistnik2004-07-212-0/+11
| | | | | | | | | | | to pkg-config, so the test will falsely fail. This fix configure of gnugadu-2.0.3, which is coming soon. PR: ports/69315 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Notes: svn path=/head/; revision=114368
* - Update to 1.5Pav Lucistnik2004-07-052-4/+4
| | | | | | | | PR: ports/68693 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Notes: svn path=/head/; revision=112983
* Back out accidental modification.Michael Nottebrock2004-06-091-2/+1
| | | | | | | Pointy hat to: me Notes: svn path=/head/; revision=111166
* Update to version 3.2.3Michael Nottebrock2004-06-091-0/+1
| | | | Notes: svn path=/head/; revision=111165
* - Update to ekg-1.4.20040505Pav Lucistnik2004-05-092-6/+13
| | | | | | | | | | - Add dependency on pkgconfig PR: ports/66369 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Notes: svn path=/head/; revision=108752
* - Update to 20040208 snapshotPav Lucistnik2004-02-142-4/+4
| | | | | | | | PR: ports/62707 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Notes: svn path=/head/; revision=100907
* 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
* Update to 1.4Tilman Keskinoz2003-11-193-8/+9
| | | | | | | | | | (Bump PORTEPOCH because versionno. decreased) PR: 59430 Submitted by: Jacek Pelka <jacek@combit.com.pl> Notes: svn path=/head/; revision=94372
* Update ekg to new version.James E. Housley2003-11-092-3/+3
| | | | | | | | PR: 58650 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93530