Commit graph

17 commits

Author SHA1 Message Date
wen
e8d9fd37c0 Update to 0.4.1
Upstream changes:
Version 0.4.1 adds/changes the following:
  - Fixed errno problem on newer glibc's
  - Large file support (files bigger than 2 GB)
    (Thanks to Siwei Liu of Sun Microsystems)
2020-10-25 03:34:42 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
jperkin
2000de6dd8 Use OPSYSVARS. 2016-02-25 16:20:49 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
rodent
9e8537cdd2 "Each sed command should appear in an assignment of its own." 2013-04-06 21:07:31 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
48e8a75609 Fix errno. Since this is a multithreaded program, bump revision. 2006-01-10 19:31:52 +00:00
kristerw
acdfbe85bf Make this package compile on machines without native threads. 2005-06-18 18:55:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jlam
c06a6dd151 Auto-add the PTHREAD_* variables to CFLAGS, LDFLAGS, and LIBS so that
these packages will pick up -lpthread on NetBSD 1.6.x when linking
applications.
2004-12-18 20:58:30 +00:00
jlam
00686c240d Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changed
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to
the configure and build processes.
2004-12-04 23:09:06 +00:00
wiz
44a6c442dd Fix build (missing PTHREAD_LDFLAGS). 2004-12-04 11:51:10 +00:00
jlam
af591191d2 Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're added
automatically by pthread.buildlink3.mk.  Also, factor out the pthread
library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS
and use it in packages where necessary (usually the ones that don't
have a GNU configure script).
2004-11-12 06:39:19 +00:00
minskim
9041c4b6e6 Remove unnecessary trailing backslash. 2004-02-18 04:27:49 +00:00
minskim
e5d4c5e3e5 Import aget from pkgsrc-wip. Packaged by Earl Gay, improved by
Roland Illig to support Solaris, and modified by me.

Aget is a multithreaded HTTP download accelerator.  It aims to imitate
Flashget for Win32.  Aget is an acronym for two Turkish words "Acele
Getir," meaning "Get it fast."
2004-02-18 02:00:34 +00:00