CVS log for ports/net/asterisk/files/Attic/patch-Makefile.rules
Up to [FreeBSD] / ports / net / asterisk / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6
Mon Nov 29 04:29:46 2010 UTC (14 months, 1 week ago) by fjoe
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
Remove errorneously added patches from the old asterisk 1.4 port. Pointy hat to: fjoe
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 28 19:33:57 2010 UTC (14 months, 2 weeks ago) by fjoe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -0 lines
Add asterisk 1.8 port. Submitted by: Florian Smeets
Revision 1.4
Wed Nov 24 13:58:38 2010 UTC (14 months, 2 weeks ago) by fjoe
Branches: MAIN
FILE REMOVED
Changes since revision 1.3: +0 -0 lines
Remove and disconnect net/asterisk port in preparation for repocopy from net/asterisk16
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Mar 21 05:36:40 2010 UTC (22 months, 3 weeks ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -15 lines
Update to 1.4.29.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:34:54 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.1: preferred, colored
Changes since revision 1.1: +0 -0 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.1: download - view: text, markup, annotated - select for diffs
Sun Aug 17 08:28:29 2008 UTC (3 years, 5 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Make asterisk respect CFLAGS. This should fix numerous "undefined reference to `__sync_xxx'" build errors reported by many people who have CPUTYPE set to i686 and similar values in /etc/make.conf. The problem itself is related to the fact that asterisk used FreeBSD CFLAGS when probing for gcc capabilities during configure phase, while its own CFLAGS during actual build. As a result, object code generated by gcc missed those functions.
