Skip site navigation (1)Skip section navigation (2)

CVS log for ports/devel/libslang2/Makefile

[BACK] Up to [FreeBSD] / ports / devel / libslang2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jun 29 21:07:56 2011 UTC (7 months, 1 week ago) by garga
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -1 lines
Update to 2.2.4

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jan 16 23:27:54 2011 UTC (12 months, 3 weeks ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Update to 2.2.3

Feature safe:	yes

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Mar 28 06:33:21 2010 UTC (22 months, 2 weeks ago) by dinoex
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_6_EOL
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Dec 15 10:06:30 2009 UTC (2 years, 1 month ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -2 lines
Update to 2.2.2

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 28 17:53:19 2009 UTC (2 years, 10 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 21 20:34:13 2009 UTC (2 years, 11 months ago) by garga
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
- Fix following bug:

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)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Feb 8 03:14:14 2009 UTC (3 years ago) by pgollucci
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
- devel/libslang2 has completely replaced devel/libslang which has not been
  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

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Sep 30 18:40:36 2008 UTC (3 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
- Update to 2.1.4
- 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

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:44 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +0 -1 lines
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
 - 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)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon May 19 20:14:18 2008 UTC (3 years, 8 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1 lines
- Respect NOPORTDOCS, no bump PORTREVISION is needed since it's not default
  and package will be the same

Reported by:	itetcu

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Dec 11 19:18:05 2007 UTC (4 years, 2 months ago) by garga
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
- Update to 2.1.3

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Oct 9 15:13:43 2007 UTC (4 years, 4 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -2 lines
- Update to 2.1.2

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Sep 20 13:59:15 2007 UTC (4 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
- Force empty dir creation on pkg-plist to create it when installed using a
  package
- Bump PORTREVISION

Notified by:	pointyhat via linimon

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Sep 12 14:16:42 2007 UTC (4 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
- Remove PORTSDATA and back files to pkg-plist to prevent removing modules
  files
- Bump PORTREVISION

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:42 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +0 -1 lines
- 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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Jul 11 12:04:41 2007 UTC (4 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
- Remove devel/libslang2-devel since devel/libslang was already updated to
version 2.1.1 and it's newer than -devel version
- Fix CONFLICTS

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Jul 5 19:21:20 2007 UTC (4 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +30 -11 lines
- Update to 2.1.1

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 4 13:07:42 2007 UTC (4 years, 7 months ago) by garga
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
- Fix libs installation
- Bump PORTREVISION

PR:		ports/114277
Submitted by:	Conrad J. Sabatier <conrads@cox.net>

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 3 12:27:43 2007 UTC (4 years, 11 months ago) by garga
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Add devel/libslang2-devel, 2.1-PRE development version.
- Fix CONFLICTS on related ports

Repocopied by:	marcus@

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 10 18:55:05 2006 UTC (5 years, 3 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -3 lines
Update to 2.0.7

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Aug 29 15:41:00 2006 UTC (5 years, 5 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
s/INSTALLS_SHLIB/USE_LDCONFIG/

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 5 11:33:48 2006 UTC (5 years, 10 months ago) by garga
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
- Update to 2.0.6
- Drop USE_REINPLACE
- Change WWW line to master site

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 27 12:21:38 2005 UTC (6 years, 3 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
- Update to 2.0.5

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Aug 29 10:13:07 2005 UTC (6 years, 5 months ago) by garga
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -2 lines
- Update to 2.0.4

PR:		ports/84947
Submitted by:	Herbert J. Skuhra <h.skuhra@gmail.com>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Jul 11 16:47:14 2005 UTC (6 years, 7 months ago) by garga
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change MAINTAINER to my @FreeBSD.org account

Approved by:	flz (mentor)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jun 17 18:44:11 2005 UTC (6 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3 lines
- Update to 2.0.3

PR:		ports/82368
Submitted by:	Renato Botelho <freebsd@galle.com.br> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 20 15:41:46 2005 UTC (6 years, 8 months ago) by novel
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -2 lines
OPTIONS'ify.

PR:		81310
Submitted by:	Renato Botelho (maintainer)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 20 12:07:50 2005 UTC (6 years, 8 months ago) by novel
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +16 -0 lines
Add WITHOUT_PCRE and WITHOUT_PNG knobs and fix plist.

Reported by:	pointyhat via kris

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 16 17:13:02 2005 UTC (6 years, 8 months ago) by novel
Branches: MAIN
Add devel/libslang2 - a multi-platform programmer's library designed to
allow a developer to create robust multi-platform software.

PR:		81110
Submitted by:	Renato Botelho <freebsd@galle.com.br>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options