CVS log for ports/comms/aldo/Makefile
Up to [FreeBSD] / ports / comms / aldo
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Dec 22 20:05:41 2010 UTC (13 months, 2 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -2 lines
Sync to final (for now) bsd.autotools.mk
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:37 2010 UTC (14 months, 1 week ago) by ade
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 16 11:51:49 2010 UTC (15 months, 3 weeks ago) by ade
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Punt autoconf267->autoconf268
Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 5 19:57:26 2010 UTC (16 months ago) by ade
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Round one migration of ports from automake{19,110} to automake111
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Sep 15 18:33:59 2010 UTC (16 months, 3 weeks ago) by ade
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
Autotools update. Read ports/UPDATING 20100915 for details. Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:39:17 2010 UTC (20 months ago) by naddy
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +1 -0 lines
Bump PORTREVISION after libao update and handle API incompatibility.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:33 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +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.16: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:23 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +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.15: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:56:28 2008 UTC (3 years, 5 months ago) by ade
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62 Tested by: exp build run (erwin)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Jul 25 09:08:41 2008 UTC (3 years, 6 months ago) by pav
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +0 -1 lines
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 6 02:35:58 2008 UTC (3 years, 8 months ago) by ade
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -0 lines
Major autotools-related update: automake 1.10 -> 1.10.1 gettext 0.16.1 -> 0.17 libtool 1.5.24 -> 1.5.26 m4 1.4.9 -> 1.4.11 Please see ports/UPDATING entry 20080605 for further information. PR: 123450 Tested by: Full -exp package building run Thanks to: linimon, pav Approved by: portmgr
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 18 12:18:12 2007 UTC (4 years, 1 month ago) by db
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
- Update to 0.7.5 Submitted by: self Approved by: Scott Lambert <lambert@lambertfam.org> (Maintainer)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Oct 5 21:25:23 2007 UTC (4 years, 4 months ago) by db
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -8 lines
- Update to 0.7.4 - unbreak gcc4.2 build on amd64 - fix vendor bug (vendor notified) PR: ports/116941 Submitted by: db Approved by: maintainer
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jun 11 08:41:21 2007 UTC (4 years, 8 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +0 -4 lines
Remove support to FreeBSD 4.x (EOL) PR: ports/111941 Submitted by: araujo Approved by: maintainer
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 26 20:20:37 2007 UTC (4 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -0 lines
BROKEN with gcc 4.2
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:02 2006 UTC (6 years ago) by krion
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
- Fix 'all-depends-list' target in cases if dependencies list is
very long and if some dependencies can't be added into the list.
[1]
- Fix FAM support. Make gamin the default FAM system. [2]
- Introduce new 'quicksearch' target to show only port, path and
info section of the matching ports. [3]
- Introduce new category - rubygems. [4]
- Fix stale dependencies while installing qmail slaveport and
another port that depends on qmail. [5]
- Add commentary for describes target in bsd.port.mk. [6]
- Fix warning issued during make index on archs !368. [7]
- Add USE_DOS2UNIX variable. If set to "YES", remove the ^M from
all files under ${WRKSRC}. If set to a string, remove in all files
under ${WRKSRC} with one of these names the ^Ms. [8]
- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
checking the existance of the Perl modules with the "perl -e 'use
module;'" command. [9]
- Fix bsd.port.mk variable quoting issues. No quoting is necessary
anymore either in the Makefile or on the command line. Affected
variables include:
BROKEN
FORBIDDEN
IGNORE
MANUAL_PACKAGE_BUILD
NO_CDROM
NO_PACKAGE
RESTRICTED
[10]
- Add NOFETCHFILES variable. If set, don't download these files
from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
${MASTER_SITE_OVERRIDE}). [11]
- Improve 'search' target output. [12]
- Add a new virtual category for Amateur Radio - hamradio. [13]
- Cleanup some old/unused pathes in bsd.port.mk. [14]
- Add @dirrmtry for plists which does the same as:
"@unexec rmdir %D/foo 2>/dev/null || true" [15]
- Remove virtual category - offix. [16]
- Use portsnap instead of cvsup or cvs on "make update" in
/usr/ports. [17]
- Move location of bsd.autotools.mk within bsd.port.mk [18]
- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]
- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]
- Replace the string "FreeBSD" by "The FreeBSD Project" in the
security warning [21]
- Add bsd.local.mk for local modification to ports framework. [22]
- Replace rcNG spelling by rc.d [23]
- Remove superfluous USE_REINPLACE. [24]
Special thanks to: linimon for spending hours with all these patches
clement for fixes
kris for help with pointyhat
PR: ports/86310 [1], ports/89498 [2], ports/83530 [3],
ports/83789 [4], ports/84053 [5], ports/86281 [6],
ports/87214 [7], ports/87234 [8], ports/87318 [9],
ports/87396 [10], ports/87605 [11], ports/87840 [12],
ports/88230 [13], ports/88493 [14], ports/88711 [15],
ports/88751 [16], ports/89281 [17], ports/89999 [18],
ports/90031 [19], ports/90150 [20], ports/90668 [21],
ports/91433 [23], ports/88754 [24]
Submitted by: mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
edwin [8, 9, 11, 15, 21],
fenner [10], Arseny Nasokin <tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
Carl Makin <carl@stagecraft.cx> [13], arved [14],
NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
jylefort [19], linimon [22], dougb [23]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Oct 18 17:17:56 2005 UTC (6 years, 3 months ago) by garga
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2 lines
- Mark it as BROKEN: Doesn't build on 4.x Reported by: krismail Approved by: maintainer
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Sep 27 11:08:41 2005 UTC (6 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -3 lines
- Update to 0.6.11 - Change MASTER_SITES and WWW to new ones PR: ports/86153 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Sep 30 05:31:50 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Increase USE_GCC to 3.4 for those ports which compile with it. Approved by: portmgr
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Sep 23 07:12:12 2004 UTC (7 years, 4 months ago) by danfe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +0 -4 lines
The port builds fine now, so remove BROKEN mark. Approved by: portmgr (marcus), fjoe (mentor, implicit)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Sep 17 22:38:39 2004 UTC (7 years, 4 months ago) by kris
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
BROKEN on 5.x: Does not compile Approved by: portmgr (self)
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 28 08:23:11 2004 UTC (7 years, 8 months ago) by vs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -0 lines
Cleanup CC/CFLAGS handling & patch. PR: ports/65839 Submitted by: Michael Johnson Approved by: maintainer timeoute (busy)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 29 21:29:34 2004 UTC (7 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_4_10_0
Add aldo, a Morse code tutor. At the moment it has four kinds of exercises: Classic exercise, the Koch method, Callsign exercise, and exercises read from files. PR: ports/64358 Submitted by: Scott Lambert <lambert@lambertfam.org>
