summaryrefslogtreecommitdiff
path: root/audio/id3ed/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-01-10Update to 1.10.4salo1-6/+3
- update HOMEPAGE - remove unneccessary post-extract target Changes: 01/09/2003 - 1.10.4 - Fix build problem if curses was found but readline wasn't. (reported by Adam Schuetze) - Fix g++-3.2 compile warnings and errors. (Many people) - Remove $(wildcard ..) use from Makefile, it works with BSD make now. (suggested by Nick Nauwelaerts) 09/16/2001 - 1.10.3 - Include getopt.h if available. (Needed for cygwin, reported by Scott Alfter) - No longer attempt to set user/group in make install. (Needed for cygwin, and probably better anyway. Scott Alfter) - Fix lstat errors on files <128 bytes. (reported by Thomas Kunz? From: was mangled so I'm not sure.) - Fixed truncated name of genre 140. (was "Contemporary C")
2002-10-25buildlink1 -> buildlink2.wiz1-3/+3
2001-06-20Mark as USE_BUILDLINK_ONLY.jlam1-6/+6
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-11The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,jlam1-3/+2
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra definitions to add them from the package Makefiles. As advised by the bsd.buildlink.mk file, also ensure that the buildlink.mk files are included prior to defining any package-specific CFLAGS/LDFLAGS to ensure that the buildlink directories are at the head of the compiler search paths.
2001-06-10Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-buildjlam1-3/+1
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-05-24Standardize name of file to include for build-links to be "buildlink.mk".jlam1-5/+5
Use BUILDLINK_INCDIR, BUILDLINK_LIBDIR for locations of linked headers and libraries. Create a variable BUILDLINK_TARGETS whose value is the list of build-link targets to execute.
2001-05-22Use ../../devel/Makefile.readline to get readline support and note whyjlam1-4/+10
GNU readline is required. Pass configure script some variables instead and remove the unneeded patch file.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-05Jeff Rizzopdate to 1.10.2, per PR 11423 by Jeff Rizzo <riz@boogers.sf.ca.us>hubertf1-4/+4
Changes: 10/04/2000 - 1.10.2 It is now possible to clear a tag in interactive mode. (Eugene Paskevich) (See NOTES in manpage for more info.) 09/06/2000 - 1.10.1 Fixed -NAYCKG options selecting wrong/multiple things. (Laurent Alacoque) 02/22/2000 - 1.10 Added -m/M mp3 rename options. alpha-ish. Added readline completion for genres Fixed default genre type with no readline (Glenn Maynard)
2000-07-20Depend on version 4.0 or newer of the "readline" package.tron1-2/+2
1999-07-13Update readline dependency.jlam1-2/+2
1999-07-05update to V1.9.hubertf1-2/+2
Changes: -i opens with O_RDONLY as well as id3 v1.1 track number support.
1999-06-10Update to V1.7.hubertf1-3/+8
Changes: Fixed missing genre entry, now uses autoconf and -i now on the manpage.
1999-06-05id tag editor for mp3 fileshubertf1-0/+16