Commit graph

51 commits

Author SHA1 Message Date
adam
fc628f80ff Changes 3.2.1:
BUGFIXES
- Enable/disable color gui should have appeared in configuration dialog,
  and On exit sub-menu in other options did not appear.

NEW FEATURES
- If a supported terminal is detected int the $TERM env var,
  MikMod will set the title bar with -= MikMod x.x.x =- followed by
  the song title between (). There is a configuration option for this
  in config->other_options
2004-11-22 14:40:49 +00:00
ben
ebc609a745 Fix mikmod option parsing using patch provided by David Holland in
PR#27280.
2004-10-18 02:32:14 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
grant
0872fa7055 s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
xtraeme
0f44813f9f bl3ify 2004-04-11 17:25:30 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
kristerw
fca4267919 www.mikmod.org has been taken over by "Girls In Underwear Pics".
Update MASTER_SITE and HOMEPAGE.
From Michal Pasternak in PR pkg/23824.
2004-01-17 19:45:37 +00:00
jlam
a9f08159c4 Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk.  This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.

We should have a better way to say that the NetBSD curses doesn't
quite work well enough.  In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages.  We will look into this again in the future.
2003-09-28 09:13:55 +00:00
grant
7a71199b50 move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
2003-09-27 17:07:34 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
d046981f5b Convert to buildlink2. 2002-08-31 03:54:58 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
mycroft
951aac51c7 Update HOMEPAGE and MASTER_SITES. 2001-10-22 03:47:28 +00:00
jlam
3b65bde2f7 USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles.  Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-29 04:54:49 +00:00
jlam
25a697facf Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-06-19 16:04:18 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
952fa0ef9f Move to sha1 digests, and add distfile sizes. 2001-04-18 12:14:28 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
e6c49387a5 USE_CURSES instead of hardwired curses dependency.
Fix command line parsing (patch by Charles Hannum).
2001-01-07 02:47:02 +00:00
pooka
bd8b7b3628 Use working MASTER_SITES path for better retrieval of the distfile.
Thanks to Hubert for noticing the problem.
2000-04-03 14:52:11 +00:00
pooka
437062e47b Update mikmod to 3.1.6-a. Changes since 3.0.3 are numerous, including
integrated patches from the package system, an on-screen configuration
facility and a "don't loop" interal module option. See NEWS in distribution
for a full list of changes.
2000-04-02 16:32:34 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
b08558ab94 replaced some more commands by their ${COMMAND} counterparts 1999-12-28 04:19:57 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
jlam
fd659cc623 * Update ncurses dependency.
* Pass correct linker options to make this ELF-aware.

XXX Compiles, but doesn't run on my i386 system.  I'm not sure if it's
XXX because I've misconfigured my audio or not.
1999-07-06 07:54:35 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
frueauf
4a9b2ad461 Fix some more pkglint nits. 1998-11-12 23:03:39 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
mycroft
d0fcb1a955 Update to 3.0.3. 1998-07-04 07:50:09 +00:00
tron
21bbcb9759 Define "unix" manually as suggested by Tim Rightnour in PR pkg/5600. 1998-06-27 17:44:24 +00:00
agc
dc15bf01de Update package Makefiles for automatic manual page handling. 1998-06-18 16:15:10 +00:00
agc
24012e69e3 Include bsd.prefs.mk, so that any NOPORTDOCS definition in /etc/mk.conf
or MAKECONF will be honoured.
1998-06-03 11:45:58 +00:00
agc
1f4495b33e Remove the old deprecated DEPENDS definition from bsd.pkg.mk.
Implement a new DEPENDS definition, which looks for an installed
package, building it if not present, and use it in preference to
LIB_DEPENDS.  This should make the package collection more useful on
NetBSD ELF ports.
1998-04-22 14:22:39 +00:00
agc
dccd43243d Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
mycroft
74b6378f0b Mmmm, bzip. 1998-04-03 22:15:02 +00:00
mycroft
d507329323 Remove spurious warning. 1998-03-20 08:25:15 +00:00
mycroft
c78df3335b Tidy this up, and make me the `maintainer'. 1998-03-20 07:08:43 +00:00
mycroft
2291e662e4 Depend on the shared ncurses library, not the static one. 1998-03-11 18:09:38 +00:00
mycroft
c9b7e42bee Check for EOF so we don't core dump on some bad files. 1998-03-11 16:14:01 +00:00
mycroft
2c61a0f987 Use the native audio interface. 1998-03-07 11:04:51 +00:00
agc
65c222c486 Set MIRROR_DISTFILE to "no" in package Makefiles which might have
restrictions placed on the redistribution of their distfiles.  Please
note that I've erred on the side of caution here.
1998-01-22 10:26:36 +00:00
hubertf
b8f7ab7bfb portlint: change order, kill whitespace 1998-01-19 00:57:03 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
augustss
2ca7e351d1 Change RCS id.
NetBSD port.
1997-10-28 23:53:04 +00:00