Commit graph

52 commits

Author SHA1 Message Date
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
hans
a7d5e0d53b Don't try to recursively chmod WRKDIR. Do it in WRKSRC instead. 2012-02-29 13:13:14 +00:00
dholland
fb1db48619 Forgot one, the debug switches patch.
This has no effect by default but lets one turn on debug info or add
CFLAGS without having to wade into imake goop directly. (It will do
this for everything that uses the xview imake templates; but you have
to reinstall xview-config for the changes to take effect.)
2011-08-11 06:09:34 +00:00
dholland
1e64d1218a Add an explanation of what's going on, in case I get hit by a bus. 2011-08-11 05:57:06 +00:00
dholland
08d07b1671 Reorganize the patches here by topic. 2011-08-11 05:50:37 +00:00
dholland
e225f8f6e9 Take OWNER, at least while flogging the patches. 2011-08-11 05:49:29 +00:00
dholland
01a20df66e Restore a patch hunk lost when abs@ added DESTDIR support. This hunk
has no effect by default, but it identifies the otherwise highly
obscure place you can throw a switch to build xview with debug info,
and, by being here, makes it possible to throw that switch relatively
easily.
2011-08-11 02:40:52 +00:00
abs
8895a24e0f Commit distinfo missed in last commit 2009-12-22 20:48:41 +00:00
abs
2915bba1c7 - Update so openlook based packages have a chance of PKG_DESTDIR_SUPPORT
- Mark as LICENSE sun-openlook-license
2009-12-10 20:34:44 +00:00
dholland
d5facf8c52 Fix my last change (back in August) -- apparently I forgot to escape the
shell variable $? as $$? so it wouldn't be treated as a make variable.
This is wrong but nonfatal with NetBSD's make, but fatal with some other
versions of make.

While here, unhide a chmod that pkglint was complaining about.

PKGREVISION++ (now at 5)
2009-01-07 04:28:53 +00:00
dholland
69d7a368b0 Fix the xview imake templates to stop on error in a number of cases. 2008-08-30 19:52:50 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
snj
dfcc7bb880 Change MAINTAINER to tech-pkg@. Requested by jlam@.
These packages are going to be removed soon.  If you care about them
(and are interested in fixing them), please speak up.
2004-04-22 23:15:02 +00:00
snj
871ce6b998 Convert to buildlink3. 2004-04-13 21:47:22 +00:00
agc
24a46ed346 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:28:26 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
e2afa97f51 Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
2002-08-25 18:38:05 +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
dmcmahill
51b94997c0 Fix on powerpc. Patches provided by Andrew Cagney <cagney@tpgi.com.au>
in PR pkg/12803 and integrated by me.  It also now compiles on alpha but
segfaults there so change the broken message accordingly.
2001-05-02 21:46:07 +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
jlam
16d3061a24 Update xview-config to 3.2.1nb2. Changes from version 3.2.1nb1:
* Remove xvmkmf; we use pkgxmkmf now.
    * Move config files to ${PREFIX}/lib/X11/config where pkgxmkmf can
      find them.
2000-10-23 18:02:54 +00:00
jlam
c5ff395652 After getting whacked upside the head...set the maintainer to me. 2000-09-14 14:07:49 +00:00
jlam
003c3ecd5e Remove config dir on deinstallation. 2000-09-13 22:00:37 +00:00
jlam
e08034b16f Make this work with xpkgwedge:
* Move installation of config files to ${PREFIX}/lib/X11/xview
     (consistent with how lesstif installs into ${PREFIX}/lib/X11/lesstif)
   * Provide a xmkmf-type script called "xvmkmf" which does the right thing
     for programs needing to generate Makefiles from Imakefiles using XView.
   * Bump version number to 3.2.1nb1.
2000-09-13 20:21:53 +00:00
jlam
9fedb7f8b6 Regen. 2000-09-13 15:30:48 +00:00
jlam
a86038530c Use unified diffs 2000-09-13 15:30:25 +00:00
jlam
228ddf4361 Cosmetic changes 2000-09-13 15:19:38 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
wiz
80be0234e1 chmod -> ${CHMOD} 2000-03-16 14:20:03 +00:00
dmcmahill
95bcc9991e Change the -fpic flag to -fPIC. This allows the xview-libs package to
link on the sparc.  Thanks to Ethan Bakshy, ethan@enteract.com
for pointing out some of the xview problems on the sparc.
1999-12-15 23:44:10 +00:00
soren
3a94a4cd47 Use a relative path for bsd.pkg.mk instead of relying on the search path. 1999-09-28 20:40:02 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
tron
84471838ff Make buildling of shared libraries work on ELF systems. 1999-07-23 22:52:16 +00:00
agc
00a16e3008 Add package patch checksum files. 1999-07-09 14:22:59 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
agc
f7c4996e0b Add NetBSD RCS Ids. 1998-08-07 13:27:33 +00:00
agc
41bfb30737 Add NetBSD RCS Ids. 1998-08-07 11:08:53 +00:00
tron
ea3fd44915 Don't mirror distribution files which are kept locally anyway. 1998-07-03 23:30:09 +00:00