1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
Commit Graph

67 Commits

Author SHA1 Message Date
Sahil Tandon
72a5ef2021 - Fix pkg-plist to delete directories installed out of PREFIX (on /var)
PR:		ports/145743
Submitted by:	sahil@ (myself)
Approved by:	marck@ (maintainer), itetcu@ (mentor)
2010-05-17 02:30:22 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Pav Lucistnik
518a737a36 - Fix on 9.x
PR:		ports/140074
Reported by:	Dmitry Afanasiev <KOT@MATPOCKuH.Ru>
2009-12-18 18:05:45 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Ion-Mihai Tetcu
6b357e5cd1 - fix plist for -DNOPORTDOCS
- install rc script via USE_RC_SUBR
- pet portlint a little
- bump PORTREVISION

Submitted by:	marck@ (maintainer)
Prompted by:	QA Tindy run
2008-06-29 09:53:47 +00:00
Pav Lucistnik
a89a5b6058 - Fix build on FreeBSD 8.x
Submitted by:	Wesley Shields <wxs@atarininja.org>
2007-12-21 10:01:25 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Sergey Matveychuk
1f2bae50fc - Fix build on CURRENT
Approved by:	marck (maintainer)
2006-05-25 10:44:43 +00:00
Kris Kennaway
5746eaeca8 BROKEN on 7.0: Does not compile 2006-05-21 21:57:33 +00:00
Erwin Lansing
bb45c0e7e4 Add extra master site
PR:		96143
Submitted by:	marck (maintainer)
2006-04-22 08:36:04 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
7659a915b8 - Create a user with nobody group instead of wheel.
Theoretically it could be a reason for security weakness
  on some configurations with sudo.
- Bump a PORTVERSION.

PR:		ports/85247
Submitted by:	maintainer
Approved by:	portmgr (linimon)
2005-08-24 17:56:38 +00:00
Pav Lucistnik
8b97de1de4 - Fix build on FreeBSD 7
PR:		ports/83675
Submitted by:	marck (maintainer)
2005-07-18 20:16:05 +00:00
Pav Lucistnik
6cfc4afaa6 - One more fix for IPL_NAT
- Convert to OPTIONS

PR:		ports/81623
Submitted by:	markm (maintainer)
2005-05-30 21:20:39 +00:00
Pav Lucistnik
dbcd1fc8e9 - Fix: after recent ipfilter update IPL_NAT symbol has disappeared
PR:		ports/80934
Submitted by:	marck (maintainer)
2005-05-20 17:53:56 +00:00
Pav Lucistnik
e0920dfad9 - Don't change ownership on ${PREFIX}/sbin
PR:		ports/77302
Submitted by:	marck (maintainer)
2005-02-09 14:43:05 +00:00
Pav Lucistnik
a7830d9ea3 - Update to 1.5.24
PR:		ports/77112
Submitted by:	Dmitry Morozovsky <marck@freebsd.org> (maintainer)
2005-02-05 18:33:40 +00:00
Pav Lucistnik
75ed07acb6 - Fix for multiple redir modules
PR:		ports/72710
Submitted by:	marck (maintainer)
Obtained from:	author
2004-10-15 12:13:38 +00:00
Sergey A. Osokin
e030dab681 Pass maintainership to Dmitry Morozovsky (aka marck),
who highly activity using oops for business and
kindly volunteered to keep this port up-to-date.
2004-10-12 15:03:52 +00:00
Kris Kennaway
02ef3c4695 Respect PTHREAD_{CFLAGS,LIBS} on 5.x and beyond.
Submitted by:	marcus
Approved by:	portmgr (self)
2004-10-07 16:00:44 +00:00
Kris Kennaway
9bd096b20d Fix build on amd64 by linking against shared libraries instead of trying
to link static libraries into a shared library.

Reviewed by:	maintainer
2004-03-17 12:25:04 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Sergey A. Osokin
017e891a43 Attempt to fix build on amd64. [1]
Also fix build problem with MySQL support. [2]
Correct use PTHREAD_[CFLAGS|LIBS].
Bump PORTREVISION.

[1] Notify from:	kris via bento
[2] Submitted by:	Sergey Mokryshev <mokr@mokr.net>
2004-02-12 14:04:59 +00:00
Sergey A. Osokin
5022d772a4 SIZEfy my ports. 2004-02-04 12:55:42 +00:00
Sergey A. Osokin
3e20d6b4c0 Do not grab ${PREFIX}/sbin owhership.
Remove FORBIDDEN, bump PORTREVISION.

Notify from:	kris via bento
2004-01-30 10:19:16 +00:00
Kris Kennaway
ed51a8c917 FORBIDDEN: Changes ownership of ${PREFIX}/sbin 2004-01-30 08:59:39 +00:00
Sergey A. Osokin
ad7caefb96 Author remove some needless files from distro and reroll it. 2003-11-21 10:25:28 +00:00
Sergey A. Osokin
bc92812ab5 Update to 1.5.23. 2003-11-20 10:35:27 +00:00
Sergey A. Osokin
aa248a3a41 Update www/oops:
*) Respect to ${CXX}
*) Use ${PTHREAD_CFLAGS} and ${PTHREAD_LIBS} instead
   of hardcoded -pthread flag
*) Remove rwlock.c support, because libc_r already
   support pthread_rwlock family calls
*) Bump ${PORTREVISION}

PR:	56943
2003-09-24 09:51:07 +00:00
Sergey A. Osokin
b2b271d3b3 Change my e-mail address
Approved by: fjoe (mentor)
2003-06-06 13:27:54 +00:00
Max Khon
50c87885e0 Update to 1.5.22.20030403
PR:		50562
2003-04-03 14:36:01 +00:00
Max Khon
775f41988a - Update to 1.5.22-20030321
- Assign maintainership to Sergey Osokin

PR:		50187
2003-03-24 15:13:35 +00:00
Akinori MUSHA
cb07270bfe De-pkg-comment. 2003-02-20 19:21:36 +00:00
Sean Chittenden
854109b51e Missed configure scripts in libpq version bump: chase lib version. 2003-01-04 16:17:27 +00:00
Yaroslav Tykhiy
544ef85d7e a) Update www/oops to 1.5.22-20021204, which solves
a number of build problems.
b) Obey BATCH.
c) Locate DB4 correctly.
d) Explicitly specify dependency on gawk.

PR:		ports/46006 ports/44071 ports/45989 ports/40593
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
Approved by:	portmgr (knu)
2002-12-13 23:09:44 +00:00
Yaroslav Tykhiy
07ac96e307 Add a patch file for src/parser.y that remedies the YACC grammar
compatibility problem against new bison (>=1.75).

PR:		ports/45898
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
Approved by:	portmgr
2002-12-06 10:53:21 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Ying-Chieh Liao
209fcbbecb update WWW
PR:		43363
Submitted by:	Sergey A. Osokin <osa@FreeBSD.org.ru>
2002-09-28 13:31:20 +00:00
Christian Weisgerber
5ee4f82222 Fix build on -CURRENT. 2002-07-26 12:14:00 +00:00
Patrick Li
5ed1dc1ffd Simplify MASTER_SITES and also while i am here, fix FATAL warning from
portlint

PR:		ports/40989
Submitted by:	Dmitry Morozovsky <marck@rinet.ru>
2002-07-25 17:24:10 +00:00
Pete Fritchman
29421e3724 Sadly reset maintainership to ports@FreeBSD.org. Sergey, thanks for
your hard work on these & I hope to see you contribute more.

PR:		38750
Submitted by:	Sergey A.Osokin <osa@FreeBSD.org.ru> (previous maintainer)
2002-05-30 23:02:40 +00:00
David W. Chapman Jr.
0c62bdd3eb Update maintainer's email to match what he uses on send-pr to avoid
confusion

Submitted by:	maintainer
2002-05-23 15:11:55 +00:00
Ying-Chieh Liao
904be9c0bc upgrade to 20020519
PR:		38327
Submitted by:	maintainer
2002-05-20 11:34:38 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Patrick Li
edebfa0b98 Update to 1.5.22.20020312
PR:		35824
Submitted by:	maintainer
2002-03-12 22:40:15 +00:00
Pete Fritchman
102c75ba96 Populate SCRIPTS_ENV with variables the configure script needs.
PR:		34969
Submitted by:	maintainer
2002-02-20 07:42:14 +00:00