aboutsummaryrefslogtreecommitdiff
path: root/devel/libslang2
Commit message (Collapse)AuthorAgeFilesLines
* - 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