Commit graph

52 commits

Author SHA1 Message Date
tnn
004780c315 Uses pax -z, so needs gzip(1) tool 2015-03-14 13:33:46 +00:00
tnn
672d2c1235 needs ncurses 2015-03-13 16:53:40 +00:00
zafer
bdb71c6cad ftp service suspended. fetch from master_sites_backup. 2011-03-11 11:47:28 +00:00
joerg
4bd41386e5 Remove @dirrm entries from PLISTs 2009-06-14 17:56:38 +00:00
obache
2d7bf63357 Remove unresolvable hosts from MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
2008-08-23 07:46:59 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
jlam
0c6a3253fe Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 06:59:03 +00:00
wiz
a7c8e0cd61 Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
cube
fd94e0898c Back out previous: SETGIDGAME is user-settable. It will take a lot more
work to make angband unprivileged-install-friendly!

Pointed out by salo@.
2006-08-06 18:26:51 +00:00
cube
43667e6b67 Restore setgid bit (and other related properties) on installed binary.
Bump PKGREVISION.

PR#34149 by David A. Holland.
2006-08-06 18:00:05 +00:00
rillig
d8a6056ef7 Fixed permissions for the game directories, since in unprivileged mode,
they ended without the execute bits set. In 2004, some variables have
been introduced to pkgsrc that fit exactly this purpose. Bumped
PKGREVISION.
2006-07-03 05:15:49 +00:00
joerg
40d4b32010 Use NetBSD hack for FreeBSD and DragonFly as well. 2005-12-19 19:39:44 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
snj
e6ad5ccb07 USE_BUILDLINK3=yes. 2004-04-12 04:39:59 +00:00
xtraeme
58ef723b39 bl3ify 2004-03-30 09:16:40 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
kristerw
800de69100 Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler
for arm, so that we don't need to install the gcc package(s) on
machines that already have a working compiler in their /usr/bin.
2004-01-25 16:22:15 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +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
agc
2c2c675ea8 Use -O to tell pax(1) that there is only 1 volume in the angband spoilers
file. This is a workaround for what seems like a tar archive produced by
GNU tar not being able to be read by our pax(1).
2003-01-26 10:30:50 +00:00
jlam
e2e5fd23aa buildlink1 -> buildlink2 2002-09-29 06:29:38 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
cjep
6d6a0d02bc Backout previous and do somewhat more elegantly... 2002-04-20 15:04:19 +00:00
cjep
a346e8e55c On arm32, use gcc-2.95.3. Pass CC to make in the environment. 2002-04-20 12:54:08 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + 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 11:22:34 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
wiz
9f1ec65bbb Fix typo, add RCS Id. 2001-01-29 11:38:58 +00:00
wiz
b094294559 Install spoiler files, as requested in pkg/8341; sort PLIST. 2000-09-11 00:22:23 +00:00
hubertf
c15124aa7a Don't use curses internal functions.
Code submitted by Brett Lymn <blymn@baesystems.com.au>
(via Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>)
2000-05-04 01:48:11 +00:00
pooka
173214894d Remove homepage from pkg/DESCR and add it to Makefile 2000-01-26 16:41:51 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
855416f289 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:14:03 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
6b7aad5d83 Don't reach into other pkg's ${WRKDIR}. Add appropriate CONFLICTS between
the angband pkgs.
1998-12-31 15:19:13 +00:00
frueauf
7138d002c5 Some more for pkglint. 1998-11-12 23:34:30 +00:00