CVS log for ports/audio/esound/Makefile
Up to [FreeBSD] / ports / audio / esound
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.77: download - view: text, markup, annotated - select for diffs
Thu Aug 11 19:19:00 2011 UTC (6 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Dec 4 07:30:21 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.75: preferred, colored
Changes since revision 1.75: +1 -1 lines
Sync to new bsd.autotools.mk
Revision 1.75: download - view: text, markup, annotated - select for diffs
Sun Aug 2 19:32:13 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +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.74: download - view: text, markup, annotated - select for diffs
Mon Feb 2 01:35:51 2009 UTC (3 years ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +1 -2 lines
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav)
Revision 1.73: download - view: text, markup, annotated - select for diffs
Sat Jan 10 05:21:06 2009 UTC (3 years, 1 month ago) by marcus
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -1 lines
Presenting GNOME 2.24 for FreeBSD. See http://library.gnome.org/misc/release-notes/2.24/ for the general release notes. On the FreeBSD front, this release introduces Fuse support in HAL, adds multi-CPU support to libgtop, WebKit updates, and fixes some long-standing seahorse and gnome-keyring bugs. The documentation updates to the website are forthcoming. This release features commits by adamw, ahze, kwm, mezz, and myself. It would not have been possible without are contributors and testers: Alexander Loginov Craig Butler [1] Dmitry Marakasov [6] Eric L. Chen Joseph S. Atkinson Kris Moore Lapo Luchini [7] Nikos Ntarmos Pawel Worach Romain Tartiere TAOKA Fumiyoshi [3] Yasuda Keisuke Zyl aZ [4] bf [2] [5] Florent Thoumie Peter Wemm pluknet PR: 125857 [1] 126993 [2] 130031 [3] 127399 [4] 127661 [5] 124302 [6] 129570 [7] 129936 123790
Revision 1.72: download - view: text, markup, annotated - select for diffs
Mon Sep 8 02:25:14 2008 UTC (3 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -2 lines
Update to 0.2.40.
Revision 1.71: download - view: text, markup, annotated - select for diffs
Fri Jul 18 04:35:19 2008 UTC (3 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Fix a potential infinite loop when starting esd from gnome-settings-daemon.
Revision 1.70: download - view: text, markup, annotated - select for diffs
Thu Jul 17 18:52:39 2008 UTC (3 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +1 -1 lines
Update to 0.2.39.
Revision 1.69: download - view: text, markup, annotated - select for diffs
Thu Mar 20 09:19:34 2008 UTC (3 years, 10 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +0 -1 lines
- Remove USE_GETOPT_LONG which is a no-op since March 2007
Revision 1.68: download - view: text, markup, annotated - select for diffs
Sun Sep 16 17:43:17 2007 UTC (4 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -0 lines
Add a pkg-message talking about the correct way to start esd. PR: 114168
Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Jul 23 09:35:30 2007 UTC (4 years, 6 months ago) by rafan
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +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.66: download - view: text, markup, annotated - select for diffs
Mon May 28 19:28:52 2007 UTC (4 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +2 -2 lines
Update to 0.2.38.
Revision 1.65: download - view: text, markup, annotated - select for diffs
Thu Mar 22 23:51:46 2007 UTC (4 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Protect the check for the mode argument to open with a test to make sure flags contains O_CREAT. This fixes a potential bus error. PR: 110673
Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Feb 27 07:17:52 2007 UTC (4 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -0 lines
Fix a bug where esd could take 100% of the CPU when a client disconnected.
Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Feb 27 06:28:10 2007 UTC (4 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
Update to 0.2.37.
Revision 1.62: download - view: text, markup, annotated - select for diffs
Thu Feb 1 02:41:17 2007 UTC (5 years ago) by kris
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -0 lines
Use libtool port instead of included version to avoid objformat a.out botch
Revision 1.61: download - view: text, markup, annotated - select for diffs
Sun Nov 5 02:35:58 2006 UTC (5 years, 3 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -1 lines
INSTALLS_SHLIB -> USE_LDCONFIG. Found by: portlint (cports.sh)
Revision 1.60: download - view: text, markup, annotated - select for diffs
Wed May 3 05:14:15 2006 UTC (5 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +0 -1 lines
Remove USE_REINPLACE from ports in categories starting with A.
Revision 1.59: download - view: text, markup, annotated - select for diffs
Sun Mar 26 23:34:28 2006 UTC (5 years, 10 months ago) by marcus
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +1 -0 lines
Fix the build when docbook-utils is installed. Submitted by: Andreas Kohn <andreas@syndrom23.de>
Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Feb 23 10:34:25 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.57: preferred, colored
Changes since revision 1.57: +2 -1 lines
Conversion to a single libtool environment. Approved by: portmgr (kris)
Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Nov 15 06:47:51 2005 UTC (6 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +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.56: download - view: text, markup, annotated - select for diffs
Wed Sep 14 02:44:35 2005 UTC (6 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -27 lines
Remove arts support as this causes a circular dependency when arts is built with esound support. Reported by: mi
Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue Jun 7 17:16:43 2005 UTC (6 years, 8 months ago) by ahze
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +28 -3 lines
- Update to 0.2.36 - Add new knob, WITH_ARTS, this enables arts backend (weird...)
Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed Apr 27 03:38:33 2005 UTC (6 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
Only process the var_args argument to open() if flags contain O_CREAT. This avoids a bus error crash when using esddsp. PR: 80382
Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Aug 17 05:23:07 2004 UTC (7 years, 5 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +17 -3 lines
- Respect the esd.conf and add est.conf.default. [1] - Remove the patch-configure; it's no longer need. - Make the portlint a happy man. PR: ports/69175 [1] Reported by: Torfinn Ingolfsen <tingo@start.no> [1]
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Aug 12 17:31:26 2004 UTC (7 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Update to 0.2.35.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Fri Jul 9 17:41:51 2004 UTC (7 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
Revision 1.50: download - view: text, markup, annotated - select for diffs
Tue Mar 16 18:49:43 2004 UTC (7 years, 10 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Update to 0.2.34.
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 14 06:15:56 2004 UTC (7 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +1 -1 lines
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Revision 1.48: download - view: text, markup, annotated - select for diffs
Mon Mar 1 21:41:46 2004 UTC (7 years, 11 months ago) by marcus
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +1 -2 lines
Update to 0.2.33.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Oct 10 02:37:20 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -0 lines
Add CONFLICTS to these ports as they install conflicting plist items. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sun Oct 5 19:38:38 2003 UTC (8 years, 4 months ago) by marcus
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +1 -0 lines
Fix an LD_PRELOAD in esddsp. PR: 57610 Submitted by: James McNaughton <jtm63@rcn.com>
Revision 1.45: download - view: text, markup, annotated - select for diffs
Wed Sep 3 18:25:22 2003 UTC (8 years, 5 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Update to 0.2.32.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Aug 11 15:49:45 2003 UTC (8 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +1 -1 lines
Update to 0.2.31.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Aug 1 16:42:25 2003 UTC (8 years, 6 months ago) by marcus
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Update to 0.2.30.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Jun 30 18:36:37 2003 UTC (8 years, 7 months ago) by osa
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -4 lines
Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings) Do not bump PORTREVISION Approved by: adamw (gnome), fjoe (mentor) (implicit)
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Mar 7 05:56:00 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_8_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +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.40: download - view: text, markup, annotated - select for diffs
Thu Dec 26 16:54:12 2002 UTC (9 years, 1 month ago) by marcus
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +1 -2 lines
Remove MarcusCom from the list of MASTER_SITES. I was only hosting 0.2.28. Spotted by: edwin
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Sep 20 17:06:01 2002 UTC (9 years, 4 months ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -1 lines
GNOME has just changed the layout of their FTP site. This resulted in making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Aug 27 22:10:33 2002 UTC (9 years, 5 months ago) by marcus
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Update to 0.2.29.
Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jun 19 21:26:25 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -1 lines
Add another mirror for esound since it appears there are some GNOME-mirror problems. PR: 39541 Prompted by: many
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed Jun 19 17:09:23 2002 UTC (9 years, 7 months ago) by marcus
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Update to 0.2.28. Reminder by: pat
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sun Jun 9 06:03:58 2002 UTC (9 years, 8 months ago) by marcus
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -2 lines
Update to 0.2.27.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat May 11 12:55:44 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +4 -3 lines
Put back gugetopt dependency taken out by marcus. The reason the dependency is here is to prevent gettext from rolling its own version of getopt_long into the binary, thereby slightly improving code sharing.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue May 7 16:22:03 2002 UTC (9 years, 9 months ago) by marcus
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Remove need for gnugetopt. This was corrected in 0.2.26.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue May 7 06:42:25 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Update to 0.2.26.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Apr 24 19:03:37 2002 UTC (9 years, 9 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +6 -3 lines
Update to 0.2.25.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Mar 11 06:40:07 2002 UTC (9 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fix silly typo in last commit.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 4 09:26:24 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +5 -2 lines
Update to 0.2.24. PR: 35468 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Feb 21 09:38:01 2002 UTC (9 years, 11 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +0 -2 lines
Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited
along with libaudiofile dependency.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Oct 24 07:22:47 2001 UTC (10 years, 3 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -2 lines
Update to 0.2.23.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri May 11 16:36:12 2001 UTC (10 years, 9 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
SWitch maintainership of core GNOME ports to a small group of committers (gnome@FreeBSD.org), since this is now definitely too big for just one person.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Mar 23 05:42:16 2001 UTC (10 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Sigh. Reclaim these, primarily for GNOME 1.4
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Dec 1 21:20:27 2000 UTC (11 years, 2 months ago) by ade
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Update to 0.2.22
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Oct 5 23:03:41 2000 UTC (11 years, 4 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -2 lines
Update to 0.2.20
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Aug 4 01:15:03 2000 UTC (11 years, 6 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Update to 0.2.19
Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:50:19 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Jun 16 10:37:24 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1 lines
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 8 21:23:27 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
update with the new PORTNAME/PORTVERSION variables
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 6 15:30:20 2000 UTC (11 years, 10 months ago) by ade
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
Update to 0.2.18
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 6 19:20:14 2000 UTC (12 years ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Update to 0.2.17 OK'd by: vanilla
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Dec 4 19:07:42 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
New location on MASTER_SITE. PR: 15238, 15248 Submitted by: Ade Lovett <ade@lovett.com>
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Nov 9 09:52:56 1999 UTC (12 years, 3 months ago) by nakai
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Update to 0.2.16 PR: ports/14788 Submitted by: Ade Lovett<ade@lovett.com>
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Oct 8 02:25:53 1999 UTC (12 years, 4 months ago) by nakai
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update to 0.2.15
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:40:29 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Aug 25 04:35:27 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -1 lines
Change Id->FreeBSD.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun May 30 03:41:51 1999 UTC (12 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -5 lines
Set USE_LIBTOOL=yes and get rid of those pesky .la files. PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Apr 7 18:12:58 1999 UTC (12 years, 10 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Fixed MASTER_SITE_SUBDIR PR: ports/10989 Submitted by: mharo@area51.fremont.ca.us
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 27 10:35:54 1999 UTC (12 years, 10 months ago) by vanilla
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -5 lines
Fix the MASTER_SITE_SUBDIR.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Mar 9 01:08:46 1999 UTC (12 years, 11 months ago) by nectar
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
Upgrade to GNOME 1.0. The following are the details: ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422 ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426 ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421 ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435 ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423 ports/devel/gettext shared libs now PR ports/10293 ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419 ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430 ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436 ports/graphics/electriceyes distfile moved PR ports/10437 ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424 ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441 ports/math/gnumeric 0.6 -> 0.15 PR ports/10439 ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442 ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445 ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446 ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477 ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438 ports/www/libghttp distfile moved PR ports/10429 ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450 ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432 ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425 ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448 ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427 ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420 Note that repository copies were made before this commit, as follows: ports/devel/glib11-devel -> ports/devel/glib12 ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Jan 27 08:31:46 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Use ${MASTER_SITE_GNOME}
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 26 05:56:52 1998 UTC (13 years, 1 month ago) by vanilla
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -4 lines
Change MASTER_SITES to GNOME project temporary.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Dec 23 19:22:07 1998 UTC (13 years, 1 month ago) by vanilla
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +5 -6 lines
Upgrade to 0.2.7.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Sep 22 15:47:43 1998 UTC (13 years, 4 months ago) by vanilla
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Convert esound to elf.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 5 09:30:43 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or 1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted correctly.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 20 10:01:55 1998 UTC (13 years, 6 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
"$Id$" is not spelled "$ID$". Also, change "Jily" to "July", I assume it's a typo.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jul 19 05:05:11 1998 UTC (13 years, 6 months ago) by vanilla
Branches: VANILLA
CVS tags: esound_0_2_4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
esound is the sound library for enlightenment.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jul 19 05:05:11 1998 UTC (13 years, 6 months ago) by vanilla
Branches: MAIN
Initial revision
