Commit graph

25 commits

Author SHA1 Message Date
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
joerg
2094535ab1 Drop unnecessary casts after fixing constness of the prototypes. 2015-06-10 14:57:52 +00:00
roy
36167307ba digest 2013-10-16 12:32:34 +00:00
roy
e933448a8c elf does't actually use curses, termcap or terminfo. 2013-10-16 12:32:17 +00:00
ryoon
f8e628f818 * .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
  USE_GNU_READLINE are removed,

* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
  are replaced with .include "../../mk/readline.buildlink3.mk".
2013-07-15 02:02:17 +00:00
rodent
cdadf8804e 'You can use "foo" instead of "${WRKSRC}/foo".' 2013-04-06 15:46:33 +00:00
joerg
f5429fb720 Reset maintainer, domain no longer exists. 2013-03-28 23:59:03 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
sbd
42d835b7ec Add @LDFLAGS@ the CFLAGS make variable so it gets used in the link commands.
Bump PKGREVISION as this may changes link time options.
2011-10-31 19:21:47 +00:00
wiz
272d51cc21 Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib
major change.

Reported by Robert Elz in PR 41345.
2009-05-20 00:58:05 +00:00
heinz
06ac4ac683 Added support for installation to DESTDIR. 2007-05-25 18:22:45 +00:00
rillig
51db782fd3 Fixed PKGMANDIR. 2006-12-19 23:38:49 +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
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
xtraeme
a1e5244960 distfile unavailable, same with HOMEPAGE... use MASTER_SITE_BACKUP for
now.
2004-12-28 23:31:35 +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
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
minskim
e18fbbdd4f Add dependency on readline to build on platforms without a native
readline library.
2004-08-13 00:42:31 +00:00
snj
ec9875a0a0 Convert to buildlink3. 2004-04-25 05:23:54 +00:00
kristerw
c05b4a4283 mk/curses.buildlink2.mk has been removed, so go back to
devel/ncurses/buildlink2.mk again...
2003-09-28 23:01:15 +00:00
recht
32aba9c232 ncurses/buildlink2.mk is no more, use mk/curses.buildlink2.mk instead 2003-09-27 21:05:14 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
salo
554d1e52c1 Import elf-0.5.3: ELF header analyzer.
elf is an ELF header (e_header) statistics tool.  It allows you to gather
various statistics about a binary's ELF header, unlike other releases
(readelf), elf concentrates on the e_header itself.  This allows for some
more usability in many instances (be it by an end-user or application).

Package submitted to pkgsrc-wip by Douwe Kiela with modifications by me.
2003-05-04 20:38:07 +00:00