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

CVS log for ports/devel/libbinio/Makefile

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:22:02 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -4 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:31:12 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -1 lines
Sync to new bsd.autotools.mk

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 2 15:01:36 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:33:16 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 27 09:53:23 2009 UTC (2 years, 10 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
Mark MAKE_JOBS_SAFE

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 7 13:41:56 2008 UTC (3 years, 7 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -1 lines
Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we support
via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the
system compiler.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:27 2007 UTC (5 years ago) by kris
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL, PRE_XORG_7
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jun 29 17:52:29 2006 UTC (5 years, 7 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Replace INSTALL_SHLIB with USE_LDCONFIG

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:35:48 2006 UTC (5 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Conversion to a single libtool environment.

Approved by:	portmgr (kris)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 19 11:39:07 2006 UTC (5 years, 11 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +0 -1 lines
Remove deprecated USE_REINPLACE

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:48:46 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 6 11:57:00 2005 UTC (6 years, 4 months ago) by ehaupt
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Change MAINTAINER address for my ports.

Approved by:	novel (mentor)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Sep 22 12:49:18 2005 UTC (6 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
devel/libbinio:
- Update to 1.4

all:
- Cleanup Makefile Header
- Remove signature from pkg-descr
- Adjustments to build with libbinio 1.4

PR:		ports/86431
Submitted by:	maintainer

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue May 31 21:24:38 2005 UTC (6 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
- Use USE_GCC=3.4+ for upcoming audio/ocp release.

PR:		ports/81703
Submitted by:	maintainer

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 9 20:13:31 2005 UTC (6 years, 9 months ago) by jylefort
Branches: MAIN
The binary I/O stream class library presents a platform-independent way to
access binary data streams in C++.

The library is hardware independent in the form that it transparently
converts between the different forms of machine-internal binary data
representation.

It further employs no special I/O protocol and can be used on arbitrary
binary data sources.

WWW: http://libbinio.sourceforge.net/

PR:		ports/80727
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>

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