Commit graph

48 commits

Author SHA1 Message Date
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
joerg
41cb515c37 DESTDIR support 2009-02-10 17:18:43 +00:00
gdt
19b69e90fb Set NO_*_ON_FTP pending reading the license. With no MASTER_SITES,
this is unreasonably difficult.
2008-09-12 00:48:05 +00:00
gdt
dfd3a09827 add
# XXX missing
LICENSE=		socks5-license

due to

RESTRICTED=		no commercial use
2007-10-31 21:45:02 +00:00
rillig
5832dbbff7 Changed the file permissions of the binaries from 111 to 555, so that
they can be packaged by an unprivileged user. I don't see any reason to
make the binaries non-readable, since they are neither set-uid nor
closed source.

PKGREVISION++
2007-01-09 05:20:15 +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
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
rillig
437d44e6af Replaced $f with ${f} to fix a pkglint warning. 2005-10-23 21:45:57 +00:00
wiz
4986ff5b19 Creating the directory once should be enough.
Prefer INSTALL_DATA_DIR to MKDIR.
2005-10-13 13:22:46 +00:00
abs
114bfd3e52 update socks5 to socks5-1.0.2nb5
socks5 comes with a set of examples configurations - install them
2005-10-13 12:35:18 +00:00
reed
cc432375b8 Use INSTALLATION_DIRS to create "include" directory.
(This broke my bulk builds; it also appears that other directories
are precreated in Makefile's, just not include.)

TODO for non-root installs -- fix the hardcoded 111 mode which causes
binaries to be unreadable for packaging.
2005-08-31 18:47:36 +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
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
jlam
2c03f435c8 bl3ify 2004-01-05 11:17:10 +00:00
agc
a4501a4216 Bump PKGREVISION for varargs -> stdarg fixes. 2003-12-19 12:25:02 +00:00
cjep
5e369de816 Sort DISTNAME section 2003-10-18 12:36:07 +00:00
grant
6a55d3b4e3 add patch from http://online.securityfocus.com/archive/2/9842,
fixing remotely exploitable buffer overflow.

bump PKGREVISION.

addresses PR pkg/22687 from Wolfgang S. Rupprecht.
2003-10-11 11:27:56 +00:00
grant
58ca0f6e61 update HOMEPAGE. 2003-10-11 11:16:20 +00:00
jlam
d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00
grant
f226863502 add rc script and use bsd.pkg.install.mk.
bump PKGREVISION.
2002-10-02 13:27:11 +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
wiz
a4904542d4 Fix MASTER_SITES (none any longer) and HOMEPAGE. 2002-07-02 14:36:43 +00:00
fredb
d67bd1b569 Use ${EXTRACT_SUFX} properly. 2002-04-05 11:41:09 +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
jlam
0d519e28f8 Mark as USE_BUILDLINK_ONLY, and some minor whitespace alignments. 2001-06-28 20:28:56 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
wiz
b14cbab103 Try fixing PLIST problem. 2001-02-23 13:38:41 +00:00
wiz
a13ea108bb Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:52:59 +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
rh
33dddd8972 Prevent the automatic shlib handling mechanism from getting confused and
overwriting the shared socks library with circular symbolic links.  Remove
automatically generated symbolic link 'lib/libsocks5_sh.so' from PLIST.
Fixes PR 8969 by Claus Andersen.
2000-05-03 17:44:27 +00:00
hubertf
2821cb1110 Use wildcard depends 1999-02-20 22:26:22 +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
67f284bbe6 Update for automatic shared object handling. 1998-07-15 10:32:41 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
agc
cf9420e142 Note conflict with socks4 package. 1998-06-11 16:05:40 +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
hubertf
f6fc8a8a9e Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things
even work after a reboot.
1998-02-02 08:58:13 +00:00
hubertf
403cfa3d46 Introduce TRUE?=/usr/bin/true, and use it. 1998-02-02 08:10:41 +00:00
hubertf
443ff70534 portlint: fix ldconfig 1998-01-24 21:45:15 +00:00
hubertf
809d8e2067 Fix setting CONFIGURE_ENV ("=" -> "+=") 1997-12-22 07:52:00 +00:00
hubertf
8639bafeaa Fix setting CONFIGURE_ARGS ("=" -> "+=") 1997-12-22 07:45:38 +00:00
hubertf
28fd456bb0 Fix MASTER_SITES 1997-12-17 14:55:36 +00:00
agc
14b1e39225 Add NetBSD RCS Id.
Add section 5 manual page that was missed.

Add a symbolic link to the libsocs5 shared object with a file name
that NetBSD's ldconfig(8) will recognise.
1997-11-21 14:57:28 +00:00
agc
d5b0b7af30 Initial import of FreeBSD's socks5 port into the NetBSD package
collection.
1997-11-21 14:51:06 +00:00