summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-11Move the USE_BUILDLINK2 definition to the common Makefile as we need tojlam3-10/+9
include buildlink2.mk files from there.
2002-09-11Update to 0.19.0, convert to buildlink2.wiz2-12/+10
Changes: * Speed improvement when removing many songs at once from the playlist. * Fixed incorrect column location for text entry when editing comments in the playlist window. * Fixed bug causing flybys to never show when the delay between songs is set to 0 seconds. - Skin resizing speed improvements. - List scrolling speed improvements. - Added skin release info editing to the skin editor (comments button). - Added keyboard window sizing support. * Fixed list bugs when clicking on a non active row. * Fixed events being sent to a window twice. * Skin editor fixes. * Fixed initial path display in file dialogs.
2002-09-11buildlink2.mk files don't need to symlink *Conf.sh files.jlam1-2/+1
2002-09-11Depend on latest kdepim, and bump PKGREVISION.wiz2-5/+6
2002-09-11Wildcard p5-Text-Iconv depends.wiz1-2/+2
2002-09-11Installs into LOCALBASE by default, not X11PREFIX.wiz1-2/+2
2002-09-11Remove oaf buildlink2.mk.wiz1-2/+1
2002-09-11Move the USE_BUILDLINK2 definition into the common Makefile as we need tojlam3-13/+11
include buildlink2.mk files from there.
2002-09-11Move USE_BUILDLINK2 definition into the common Makefile as we need tojlam3-13/+12
include buildlink2.mk files from there.
2002-09-11Build on Darwin:schmonz3-10/+40
* don't pass a second (and wrong) pair of -o and -u arguments to ${INSTALL} * use canonical pkgsrc config.guess and config.sub
2002-09-11Note conflicts between hpijs and ghostscript{,-nox11}. This will bejlam2-2/+6
resolved later by pulling out the hpijs server from the current ghostscript packages.
2002-09-11Add and enable print/hpijs.jlam1-1/+2
2002-09-11Initial import of hpijs-1.2.2.jlam5-0/+41
HPIJS implements a IJS server for IJS clients such as GNU Ghostscript, and provides printing support for more than 150 printer models, including DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet models.
2002-09-10Give Darwin a chance at this (though I haven't tried it for licenseschmonz1-4/+2
reasons), and remove support for pre-1.6 NetBSD-current.
2002-09-10Use ${MAKE} instead of "make". Helps a little on Darwin.schmonz2-5/+5
2002-09-10Update to 1.2a4. Changes are approximately:schmonz2-9/+9
- merged in a patch with improves mp3 recognision using mp3tech. - Updated the build_dpkg.sh file. - libusb is now the default method to connect to the rio - You can still use the old default driver with the option --without-libusb. - Small updates to mp3.c to try to improve mp3 recognision. - Small improvement in my english skills (fixed spelling probs). english is my only language and i can't spell! - On a subnote, I updated the README a bit (though not much of it is spelling). - Implemented a solution to lost song bug. It needs testing! - Fixed glaring bugs in driver_macosx.c. - Fixed my implementaion of basename. pkgsrc changes: - use canonical pkgsrc config.guess and config.sub - we no longer care about pre-1.6 -current systems
2002-09-10Use a stricter test for a true rc.d system and default to pgsql=NO if notjlam1-2/+3
supplied in /etc/rc.conf.
2002-09-10Update HOMEPAGE. From Martin Weber in pkg/18259.wiz1-2/+2
2002-09-10buildlink1 -> buildlink2jlam2-4/+4
2002-09-10USE_PTHREAD died a long time ago; match pthread handling from buildlink.mkjlam1-7/+11
and add the PTL header directory to CPPFLAGS so that the headers for the pthread implementation used by glib2 may be found by other packages.
2002-09-10USE_PTHREAD died a long time ago; match pthread handling from buildlink.mk.jlam1-5/+3
2002-09-10USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does.jlam1-2/+2
2002-09-10Remove a site that doesn't contain current distfiles.wiz1-3/+2
2002-09-10Update to 2.4.1. Lots of changes and bug fixes.wiz3-80/+123
2002-09-10Convert to buildlink2. Fix PLIST.wiz2-15/+14
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz135-238/+278
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10buildlink2.wiz1-3/+4
2002-09-10Convert to buildlink2.wiz1-4/+5
2002-09-10Unused.wiz1-40/+0
2002-09-10Unused.wiz1-40/+0
2002-09-10Make build again after recent ImageMagick update.markd7-6/+88
While here switch to buildlink2. Bump PKGREVISION
2002-09-10Convert to buildlink2 (was mixing one and two).wiz1-3/+3
2002-09-10Remove pkgname from comment.wiz1-2/+2
2002-09-10buildlink1 -> buildlink2jlam3-11/+8
2002-09-10buildlink1 -> buildlink2jlam1-2/+2
2002-09-10Add a buildlink2.mk file for other packages to use.jlam1-0/+19
2002-09-10The master site moved the archive in a subdirectory with the same name. ↵manu1-2/+2
Requesting the archive was causing the server to tar.Z the direcctory on the fly, and we ended up with an archive containing the source archive. This was blocked by the checksum. Fixed the archive path.
2002-09-10Use buildlink2 and add a buildlink2.mk file for other packages.jlam2-3/+24
2002-09-09The shared libraries are installed on Solaris now.markd1-1/+7
2002-09-09Explicitly disable lcms to stop it being half found on Solaris.markd1-3/+4
Also Solaris needs the configure script run under bash as well.
2002-09-09Use PKG_SYSCONFDIR. From Urban Boquist in pkg/18242.wiz1-3/+3
2002-09-09Because of USE_X11BASE, guppi installs into X11PREFIX by default,wiz1-2/+2
not LOCALBASE. Noted by J. D. Fisher on tech-pkg.
2002-09-09Fix IPv6 detection on Darwin. Patch supplied by itojun in private e-mail.jlam3-17/+85
2002-09-09We don't symlink binaries into ${BUILDLINK_DIR}/bin because they mayjlam1-24/+21
conflict with wrapper scripts. Also modify INCOMPAT_BINUTILS to take ${MACHINE_PLATFORM}-style wildcards.
2002-09-09Added dependency on libiconv, per pkg/18041. Bump PKGREVISION.wiz1-2/+8
2002-09-09unusedwiz1-41/+0
2002-09-09Add some more files. From Julio Merino in pkg/18218.wiz1-1/+2
2002-09-09Add MESSAGE explaining the need for a well-configured openssl installation.wiz1-0/+13
From Julio Merino in pkg/18214.
2002-09-09* buildlink1 --> buildlink2.jlam5-26/+33
* Pass the LDFLAGS through to the build process so that the final binaries are built with the appropriate -Wl,-R flags. This should fix pkg/18054. * Use ROOT_{USER,GROUP} instead of hardcoding "root" and "wheel" when installing poppassd.
2002-09-09Remove two unnecessary EXECs, and replace a dirrm with unexec RMDIR.wiz1-4/+2
The latter requested by Julio Merino in pkg/18213.