aboutsummaryrefslogtreecommitdiff
path: root/devel/libslang2
Commit message (Collapse)AuthorAgeFilesLines
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Fix build with ONIG option enabledRenato Botelho2013-11-081-1/+1
| | | | Notes: svn path=/head/; revision=333212
* . Fix DOCS installRenato Botelho2013-11-051-1/+8
| | | | | | | | PR: ports/183600 (based on) Submitted by: nemysis <nemysis@FreeBSD.org> Notes: svn path=/head/; revision=332926
* Fix wrong use of OPTIONS_SUBRenato Botelho2013-11-011-1/+1
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=332346
* . Add LICENSERenato Botelho2013-10-312-36/+12
| | | | | | | | . Use space on WWW . Simplify Makefile Notes: svn path=/head/; revision=332296
* Support stagingRenato Botelho2013-09-272-2/+1
| | | | Notes: svn path=/head/; revision=328489
* Update LIB_DEPENDS syntax on my ports and silent make check-makefileRenato Botelho2013-09-241-3/+3
| | | | Notes: svn path=/head/; revision=328166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 3) Notes: svn path=/head/; revision=327724
* - Fix iconv dependency after the USES= iconv conversionMarcus von Appen2013-04-291-2/+2
| | | | | | | | Reported by: olgeni@ Approved by: garga@ Notes: svn path=/head/; revision=316812
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+0
| | | | Notes: svn path=/head/; revision=305298
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-2/+2
| | | | Notes: svn path=/head/; revision=301957
* - Fix a reverse logic to check NOPORTDOCS introduced when moved to OPTIONSngRenato Botelho2012-07-161-2/+2
| | | | | | | | | - Bump PORTREVISION Reported by: flo@ Notes: svn path=/head/; revision=300964
* - Move to OPTIONSngRenato Botelho2012-06-291-11/+11
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=300228
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* Update to 2.2.4Renato Botelho2011-06-293-3/+4
| | | | Notes: svn path=/head/; revision=276690
* Fix WWWRenato Botelho2011-02-071-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268758
* Update to 2.2.3Renato Botelho2011-01-163-5/+12
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267894
* - update to 1.4.1Dirk Meyer2010-03-281-1/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 2.2.2Renato Botelho2009-12-154-20/+16
| | | | Notes: svn path=/head/; revision=245874
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+1
| | | | Notes: svn path=/head/; revision=231204
* - Fix following bug:Renato Botelho2009-02-212-1/+17
| | | | | | | | | | | | | If you execute an application (e.g. mc), which uses devel/libslang2 to do screen I/O on a non-unicode terminal then the line drawing characters will appear as spaces. PR: ports/131857 Submitted by: Szalai Andras <szalai.bandi@gmail.com> Reviewed by: John E. Davis (author) Notes: svn path=/head/; revision=228791
* - devel/libslang2 has completely replaced devel/libslang which has not beenPhilip M. Gollucci2009-02-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | released in ~5yrs. - WITH_SLANG2 is now no longer a valid ports knob - WITH_SLANG implies devel/libslang2 now - devel/libslang -> devel/libslang2 is a SHARED LIB bump so bump PORTREVISION for affected ports - Take MAINTAINER for most unmaintained ports in this chain - some SF macro conversions - BROKEN with devel/libslang2 and DEPRECATE math/slsc (abandoned upstream) - BROKEN with devel/libslang2 japanese/slirc PR: ports/125255 Reviewed by: garga (libslang maintainer), portmgr (pav) Exp Run by: pav Notes: svn path=/head/; revision=227786
* - Update to 2.1.4Renato Botelho2008-09-304-8/+14
| | | | | | | | | | - Fix WWW since jedsoft website seems to be down - Use a macro SHLIB_VERSION at pkg-plist and export it with PLIST_SUB, no more changes will be needed in libversion on next versions. - Remove one MASTER_SITE that is nor working Notes: svn path=/head/; revision=221063
* 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
* - Respect NOPORTDOCS, no bump PORTREVISION is needed since it's not defaultRenato Botelho2008-05-191-1/+3
| | | | | | | | | and package will be the same Reported by: itetcu Notes: svn path=/head/; revision=213347
* - Update to 2.1.3Renato Botelho2007-12-113-5/+5
| | | | Notes: svn path=/head/; revision=202950
* - Update to 2.1.2Renato Botelho2007-10-094-24/+7
| | | | Notes: svn path=/head/; revision=201180
* - Force empty dir creation on pkg-plist to create it when installed using aRenato Botelho2007-09-202-1/+2
| | | | | | | | | | package - Bump PORTREVISION Notified by: pointyhat via linimon Notes: svn path=/head/; revision=199831
* - Remove PORTSDATA and back files to pkg-plist to prevent removing modulesRenato Botelho2007-09-122-4/+77
| | | | | | | | files - Bump PORTREVISION Notes: svn path=/head/; revision=199377
* - 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
* - Remove devel/libslang2-devel since devel/libslang was already updated toRenato Botelho2007-07-111-1/+1
| | | | | | | | version 2.1.1 and it's newer than -devel version - Fix CONFLICTS Notes: svn path=/head/; revision=195413
* - Update to 2.1.1Renato Botelho2007-07-053-71/+36
| | | | Notes: svn path=/head/; revision=195025
* - Fix libs installationRenato Botelho2007-07-043-0/+20
| | | | | | | | | | - Bump PORTREVISION PR: ports/114277 Submitted by: Conrad J. Sabatier <conrads@cox.net> Notes: svn path=/head/; revision=194902
* - Add devel/libslang2-devel, 2.1-PRE development version.Renato Botelho2007-03-031-1/+1
| | | | | | | | | - Fix CONFLICTS on related ports Repocopied by: marcus@ Notes: svn path=/head/; revision=186392
* Update to 2.0.7Renato Botelho2006-11-104-17/+11
| | | | Notes: svn path=/head/; revision=177012
* s/INSTALLS_SHLIB/USE_LDCONFIG/Renato Botelho2006-08-291-1/+1
| | | | Notes: svn path=/head/; revision=171623
* - Update to 2.0.6Renato Botelho2006-04-053-6/+5
| | | | | | | | - Drop USE_REINPLACE - Change WWW line to master site Notes: svn path=/head/; revision=158856
* 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=154110
* - Add SHA256Renato Botelho2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147578
* - Update to 2.0.5Renato Botelho2005-10-272-3/+3
| | | | Notes: svn path=/head/; revision=146472
* - Update to 2.0.4Renato Botelho2005-08-293-4/+9
| | | | | | | | PR: ports/84947 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Notes: svn path=/head/; revision=141266
* Change MAINTAINER to my @FreeBSD.org accountRenato Botelho2005-07-111-1/+1
| | | | | | | Approved by: flz (mentor) Notes: svn path=/head/; revision=138919
* - Update to 2.0.3Pav Lucistnik2005-06-173-57/+58
| | | | | | | | PR: ports/82368 Submitted by: Renato Botelho <freebsd@galle.com.br> (maintainer) Notes: svn path=/head/; revision=137647
* OPTIONS'ify.Roman Bogorodskiy2005-05-201-2/+5
| | | | | | | | PR: 81310 Submitted by: Renato Botelho (maintainer) Notes: svn path=/head/; revision=135714
* Fix plist.Kirill Ponomarev2005-05-201-0/+3
| | | | Notes: svn path=/head/; revision=135702
* Add WITHOUT_PCRE and WITHOUT_PNG knobs and fix plist.Roman Bogorodskiy2005-05-202-2/+18
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=135692
* Add devel/libslang2 - a multi-platform programmer's library designed toRoman Bogorodskiy2005-05-165-0/+130
allow a developer to create robust multi-platform software. PR: 81110 Submitted by: Renato Botelho <freebsd@galle.com.br> Notes: svn path=/head/; revision=135380