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

CVS log for ports/sysutils/msyslog/Makefile

[BACK] Up to [FreeBSD] / ports / sysutils / msyslog

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Feb 12 17:21:40 2010 UTC (23 months, 4 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -0 lines
- Fix build on HEAD

PR:		143239
Submitted by:	Rob Farmer <rfarmer@predatorlabs.net>

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Aug 22 02:23:49 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -1 lines
- Fix broken makefiles introduced with translation to new SF File Release System

Reported by:	dan
Pointyhat to:	myself

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:35:23 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with P,R,S

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:26 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.27: preferred, colored
Changes since revision 1.27: +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.27: download - view: text, markup, annotated - select for diffs
Tue Jun 24 07:10:59 2008 UTC (3 years, 7 months ago) by az
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -1 lines
- Drop maintainership

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Sep 16 19:39:44 2006 UTC (5 years, 4 months ago) by az
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- s/INSTALLS_SHLIB/USE_LDCONFIG/
- Write notes about msyslogd_flags in pkg-message
- Add msyslogd_flags into rcng file [1]
- bump portversion

[1] Few people ask me todo that, i remember about it, but missed all email from them, sorry guys.
no you names,emails here.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Jun 12 15:35:22 2006 UTC (5 years, 8 months ago) by az
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
- Fix spelling in Makefile

PR:		ports/98393
Submitted by:	Richard Tector <richard@tector.org.uk>

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Feb 22 08:35:49 2006 UTC (5 years, 11 months ago) by az
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +0 -1 lines
- Remove deprecated USE_REINPLACE
- Remove no longer exist core.inec.ru from MASTER_SITES list - R.I.P

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 5 08:36:08 2005 UTC (6 years, 4 months ago) by az
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
- Fix SYMBOL_PREFIX, it's must be null.

Noticed by:	Guido <guido_ro@yahoo.it> (via email)
Approved by:	sem (mentor)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Oct 3 12:55:23 2005 UTC (6 years, 4 months ago) by az
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
- Change my e-mail

Approved by: sem (mentor)

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 15 12:01:47 2005 UTC (6 years, 4 months ago) by sem
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +40 -62 lines
- Update to 1.08g
- Simplify Makefile
- Add OPTIONS support
- Pass maintainership to submitter

PR:		ports/86151
Submitted by:	Andrej Zverev <az@inec.ru>

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Sep 14 08:37:58 2005 UTC (6 years, 4 months ago) by linimon
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Chase mastersite change.  Note: a newer version (1.08g) seems to be
available.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jan 31 00:35:54 2005 UTC (7 years ago) by girgen
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2 lines
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:		75344
Approved by:	portmgr@ (kris), ade & sean (mentors)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jun 30 12:19:18 2004 UTC (7 years, 7 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -1 lines
Log to /var/run/log instead of /dev/log.
(bump PORTREVISION)

PR:		ports/55237
Submitted by:	Janos Mohacsi

Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri May 28 11:53:48 2004 UTC (7 years, 8 months ago) by anders
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -0 lines
Add WITH_DAEMON_NAME knob for setting --with-daemon-name option for
configure script.

PR:		62738
Submitted by:	Bill Melvin <Bill.Melvin@esc.edu>

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri May 28 11:24:16 2004 UTC (7 years, 8 months ago) by anders
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
Give up maintaining msyslog.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Feb 4 05:09:04 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 19 23:21:54 2003 UTC (8 years, 9 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Create directories mode 755, not 775

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:11:12 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jan 4 19:34:05 2003 UTC (9 years, 1 month ago) by anders
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -8 lines
Update to 1.08f final.
Chase WWW URL.
Remove autoconf dependency.
Bump PORTREVISION.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 4 15:53:39 2003 UTC (9 years, 1 month ago) by seanc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Chase libpq version bump.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Nov 19 07:59:14 2002 UTC (9 years, 2 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
On request of DougB@, change of USE_PERL5 to USE_PERL5_RUN.
I'll send a PR regarding the real solution (= automatic USE_PERL5_RUN
when USE_AUTOCONF is selected)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Nov 16 01:36:40 2002 UTC (9 years, 2 months ago) by edwin
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -0 lines
sysutils/msyslog needs perl to configure, -> USE_PERL5=yes
Noticed on: bento

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 8 23:03:48 2002 UTC (9 years, 3 months ago) by edwin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -2 lines
lang/fpc needed perl to complete its install, the others are renaming
of PERL to REINPLACE_CMD

Noticed on: bento

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 24 17:56:19 2002 UTC (9 years, 10 months ago) by anders
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -2 lines
Move libs to alat dir like msyslog/audit defaults to.
Fix MANDIR, add two lost manpages.
Port is prefix-clean.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 23 18:28:12 2002 UTC (9 years, 10 months ago) by anders
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +11 -6 lines
Update to version 1.08f.
Reclaim maintainership.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Oct 7 02:03:43 2001 UTC (10 years, 4 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Set maintainer to ports@FreeBSD.org

Submitted by:	Anders Nordby <anders@fix.no> (previous maintainer)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Aug 29 06:37:43 2001 UTC (10 years, 5 months ago) by petef
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -31 lines
- update to version 1.07
- add a backup MASTER_SITE
- sort MAN8
- handle doc install better, use DOCSDIR
- move message from Makefile post-install target to pkg-message
- sort pkg-plist

PR:		30109
Submitted by:	maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 1 15:36:45 2001 UTC (10 years, 7 months ago) by kevlo
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Update to version 1.05

PR: 28559
Submitted by: MAINTAINER

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 7 11:12:51 2001 UTC (10 years, 8 months ago) by jeh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3 lines
Updates the msyslog port to the latest version: 1.04d

PR:		27856
Submitted by:	Anders Nordby <anders@fix.no>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 20 02:54:49 2001 UTC (10 years, 8 months ago) by will
Branches: MAIN
Add msyslog 1.04b, a flexible and easy to integrate syslog daemon.

PR:		27308
Submitted by:	Anders Nordby <anders@fix.no>

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