Update of /cvsroot/pure-data/packages/darwin-pkg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13876
Modified Files: BUGS Makefile Log Message: fixed a few minor bugs in Makefile
Index: BUGS =================================================================== RCS file: /cvsroot/pure-data/packages/darwin-pkg/BUGS,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BUGS 23 Oct 2003 03:20:18 -0000 1.2 --- BUGS 9 Mar 2004 15:27:03 -0000 1.3 *************** *** 7,11 **** any differently.
! - alt stops working?
- shift sometimes does not work with multiple selections --- 7,11 ---- any differently.
! - alt stops working/doesn't work?
- shift sometimes does not work with multiple selections *************** *** 15,20 ****
- many unauthorized externals don't work. try -bundle_loader ../../../pd/bin/pd ! ! - "compute audio" checkbox only refreshes when you click on the Pd window
------------------------------------------------------------------------------ --- 15,19 ----
- many unauthorized externals don't work. try -bundle_loader ../../../pd/bin/pd ! - externals/sprinkler doesn't compile
------------------------------------------------------------------------------ *************** *** 24,28 **** to but it doesn't allow you to install there. You have to either click "Go Back" then "Continue" or click on another disk, then click on the System Disk. - - help files don't load properly (can't seem to find anymore broken ones)
--- 23,30 ---- to but it doesn't allow you to install there. You have to either click "Go Back" then "Continue" or click on another disk, then click on the System Disk. - help files don't load properly (can't seem to find anymore broken ones)
+ - Gem help files don't load due to path problem + + - "compute audio" checkbox only refreshes when you click on the Pd window +
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin-pkg/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 27 Oct 2003 15:03:35 -0000 1.5 --- Makefile 9 Mar 2004 15:27:03 -0000 1.6 *************** *** 1,4 ****
! current: dmg
# --- 1,4 ----
! current: darwin_mpkg
# *************** *** 27,31 **** PACKAGE_MAJOR_VERSION = 0 PACKAGE_MINOR_VERSION = 2 ! PACKAGE_BUGFIX_VERSION = 4 PACKAGE_VERSION = $(PACKAGE_MAJOR_VERSION).$(PACKAGE_MINOR_VERSION).$(PACKAGE_BUGFIX_VERSION) PACKAGE_PREFIX = Pure Data --- 27,31 ---- PACKAGE_MAJOR_VERSION = 0 PACKAGE_MINOR_VERSION = 2 ! PACKAGE_BUGFIX_VERSION = 5 PACKAGE_VERSION = $(PACKAGE_MAJOR_VERSION).$(PACKAGE_MINOR_VERSION).$(PACKAGE_BUGFIX_VERSION) PACKAGE_PREFIX = Pure Data *************** *** 34,38 **** # needs to have no spaces for SourceForce DMG_PREFIX = PureData ! DMG_NAME = $(DMG_PREFIX)-$(PD_VERSION)_MacOSX-$(PACKAGE_VERSION))
WELCOME_FILE = Welcome.html --- 34,38 ---- # needs to have no spaces for SourceForce DMG_PREFIX = PureData ! DMG_NAME = $(DMG_PREFIX)-$(PD_VERSION)_MacOSX-($(PACKAGE_VERSION))
WELCOME_FILE = Welcome.html *************** *** 145,150 **** cd ../../pd/src && ./configure && make darwin_pkg sudo cp -R ../../pd/pd-*.pkg installroot/Packages ! # cyclone ! cd ../../externals/miXed/cyclone && make darwin_pkg sudo cp -R ../../externals/miXed/cyclone/pd-*.pkg installroot/Packages # 'externals' --- 145,150 ---- cd ../../pd/src && ./configure && make darwin_pkg sudo cp -R ../../pd/pd-*.pkg installroot/Packages ! # miXed (cyclone,toxy) ! cd ../../externals/miXed/cyclone && make darwin_pkg sudo cp -R ../../externals/miXed/cyclone/pd-*.pkg installroot/Packages # 'externals' *************** *** 170,175 **** sudo cp -R ../../doc/pddp/pd-pddp*.pkg installroot/Packages # double-clicker ! cd double-clicker && make darwin_pkg ! sudo cp -R double-clicker/pd-*.pkg installroot/Packages # don't fail on these since they aren't in CVS # pd-noncvs --- 170,175 ---- sudo cp -R ../../doc/pddp/pd-pddp*.pkg installroot/Packages # double-clicker ! cd double-clickers && make darwin_pkg ! sudo cp -R double-clickers/pd-*.pkg installroot/Packages # don't fail on these since they aren't in CVS # pd-noncvs