Commit graph

35 commits

Author SHA1 Message Date
zafer
2dd4098c36 add more mirror. 2009-05-01 15:31:14 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
rillig
f20ca158d7 Fixed PKGMANDIR. 2006-11-04 09:23:01 +00:00
wiz
7938151fe6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
snj
2e5cf5587f Convert to buildlink3. 2004-04-22 03:54:17 +00:00
tron
74a9fdb330 Remove ".gz" from entry for manual page. "bsd.pkg.mk" will add it if it
is necessary.
2003-09-02 17:23:23 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
90fb80758b Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 04:17:23 +00:00
jlam
ec8d69b87e Convert to use buildlink2. This makes using this package as a buildlink2
test actually mean something.
2002-12-28 19:47:07 +00:00
tron
4b06af5b33 Fix build problem under NetBSD-current. 2002-09-12 18:50:28 +00:00
cjep
8ceba7b7c3 Add NetBSD tag. 2002-05-20 19:12:22 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
zuntum
d3db18607d Move pkg/ files into package's toplevel directory 2001-10-31 22:03:21 +00:00
atatat
3affde40dd Eliminate the hideous blue-on-black problem with zoom factors set too
high.  The problem is with casting doubles to ints, which is nasty and
overflows easily.
2001-07-10 14:32:32 +00:00
skrll
7c75053771 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:07:33 +00:00
agc
8f972b049a + 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 12:12:16 +00:00
wiz
a486f11406 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:06:11 +00:00
fredb
6c58a47f51 Update xearth to 1.1. From the HISTORY file:
xearth version 1.1 (6 November 1999)

  Finalize some changes that I've been sitting on for a few years;
  integrate some contributed code. New features:

  - new position specifier (moon)
  - new rotation specifier (galactic)
  - cylindrical projections (-proj cyl)
  - support for "real" 24-bit displays
  - support for running xearth it its own top-level window (-noroot,
    -geometry)

  Plus miscellaneous code cleanup.

  "moon" and "galactic" changes are courtesy of Frank T. Solensky
  <solensky@TopLayer.com>.
1999-11-10 18:41:45 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
tron
48aab55b53 Fix by Wolfgang Rupprecht for 24BPP in continuous mode. 1999-06-04 21:59:01 +00:00
tron
772f4d3b50 Rework patch so that 32BPP displays still work.
XXX 24BPP display need to be tested again.
1999-05-27 07:40:29 +00:00
tron
b6565d766a Remove leading and trailing garbage and add RCS Id. 1999-05-26 23:11:41 +00:00
hubertf
aa93645659 Fix for 24bit displays per PR 7626 by Wolfgang Rupprecht <wolfgang@wsrcc.com> 1999-05-26 22:55:20 +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
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
258b808c9f 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:15 +00:00
frueauf
ccb687ddc0 portlint: remove unnecessery blank line. 1998-03-10 16:48:20 +00:00
frueauf
0020334be0 portlint: move NetBSD Id where it belongs. 1998-02-10 21:58:50 +00:00
agc
88e95e0a73 Initial addition, to the NetBSD packages collection, of
xearth 1.0 - a utility to display an image of the Earth,
as viewed from space, in an X11 root window
1998-02-05 15:39:59 +00:00