Commit graph

861 commits

Author SHA1 Message Date
Marcus Alves Grando
1d6fc4b0a9 Update to 0.3.4_2
* Fixes bug where on initial installation if portmanager is run in single port update
mode first it is missing a database

* Added WITH_BUILD_DEPENDS_ARE_LEAVES information to man page

PR:		88953
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-13 22:14:04 +00:00
Colin Percival
77683c01d1 Both bsdiff and portsnap have been added to the base system in
FreeBSD 5-STABLE and 6-STABLE.  Add conditional IGNORE lines to
reflect this.

PR:		ports/88879 (portsnap)
Reminded by:	delphij
Approved by:	linimon
2005-11-13 08:13:16 +00:00
Marcus Alves Grando
3a78b7196d Update to 0.3.4_1
* Fixed seg fault in -slid on 6.0 machines
* Fixed segfault when cvsup not set to delete and an installed port
is removed from the ports tree

PR:		88888
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-12 19:27:27 +00:00
Marcus Alves Grando
154de1f792 Update to 0.3.4
Add WITH_BUILD_DEPENDS_ARE_LEAVES in OPTIONS

PR:		88847
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-11 16:24:13 +00:00
Marcus Alves Grando
e461ef72df Update to 0.3.3_3
* Adds ability to stop programs like postfix
from running during upgrade then restarts them
afterwards. See pm-020.conf-example or man page
for instructions

* Fixes reported bug where -slid option removes
the wrong port

* May fix a reported segfault at:

MGPMrCreateAllUpdateStatusDb.c:162

since user didn't include portmanager version or
uname -a output can't be certain fix is good

PR:		88800
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-11 00:32:35 +00:00
Mark Linimon
ad09954ad7 Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/. 2005-11-10 00:29:46 +00:00
Marcus Alves Grando
48ade7c42b Update to 0.3.3_2
* At user's request portmanager now respects a defined BATCH

* -sl works again, -sl and -slid options no longer consider
build dependencies as "leaves"

PR:		88744
Submitted by:	Michael C. Shultz <ringworm01@gmail.com> (maintainer)
2005-11-09 20:52:50 +00:00
Marcus Alves Grando
f829908bb2 Update to 0.3.3_1
* Cleaned up valgrind related nits and a few compiler warnings

PR:		88705
Submitted by:	maintainer
2005-11-09 11:25:18 +00:00
Edwin Groothuis
bd415575bf use USE_SQLITE 2005-11-08 22:05:41 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Marcus Alves Grando
a458d5229d Change post-configure externVars.h.in to externVars.h
Submitted by:	maintainer via email.
2005-11-08 03:15:22 +00:00
Marcus Alves Grando
db848b5980 Update to 0.3.3
Take MAINTAINER

PR:		88630
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-11-08 02:23:38 +00:00
Marcus Alves Grando
27dd4c4aef Update to 0.3.2
PR:		88521
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-11-05 13:49:10 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Clement Laforet
f501e41dde - Sync with 1.68 2005-11-03 22:19:41 +00:00
Clement Laforet
5800fc0821 Add 2 more patches for exp build:
ports/83514 - fix typo in bsd.port.mk: s/RC_ORDER/USE_RCORDER/g
ports/88466 - small update to bsd.port.mk for postgresql (support of 8.1)

exp build also contains ports/78596. It's worthless to backport it to
devel/portmk
2005-11-03 21:18:09 +00:00
Edwin Groothuis
5891854837 Fix install target.
Noticed by: YAPHR
2005-11-03 02:29:18 +00:00
Erwin Lansing
6bc5c356ee Let the IGNORE message make a bit more sense and change it from:
===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:	maintainer
2005-10-31 18:19:51 +00:00
Edwin Groothuis
da544b9b48 Upgrade to 1.3. 2005-10-30 23:41:06 +00:00
Joe Marcus Clarke
01d64e0c1b Correct compilation with perl 5.005. 2005-10-25 04:48:06 +00:00
Marcus Alves Grando
13f5e482a0 Don't need USE_GMAKE [1]
Bump PORTREVISION
Use OPTIONS
Use post-patch instead post-configure
Change PACKAGE_VERSION only if PORTREVISION != 0

PR:		87833 [1]
Submitted by:	Helge Oldach <portmanageroct05@oldach.net> [1]
2005-10-24 02:13:16 +00:00
Joe Marcus Clarke
02f93bdf5f Update to 2.7.5.
* Add a check for improperly quoted COMMENTs. [1]
* Require quotes around all of BROKEN, FORBIDDEN, MANUAL_PACKAGE_BUILD,
NO_CDROM, NO_PACKAGE, and RESTRICTED.  Also, enforce the obscure rules around
DEPRECATED. [2]

PR:		87273 [1]
		87498 [2]
Submitted by:	erwin [1]
		fenner [2]
2005-10-22 19:44:50 +00:00
Clement Laforet
c595d1e445 - Add "make patch-o-matic" target. It applies to a fresh ports tree patches
required to build ports correctly with devel/portmk. Currently only USE_GMAKE
  changes [1] are applied. It will be heavily used in the future to support
  new knobs in b.p.m (like USE_APACHE, USE_TCL, new OPTIONS, etc.)
  Currently patches are added by hand. I hope I can add soon an automated way
  to submit patches.

[1] Submitted by:	jylefort
2005-10-20 18:02:18 +00:00
Daichi GOTO
286429f602 fix: ports/54424 problem
- fix PKG_ALTDEP does not work problem

PR:		ports/54424
Submitted by:	koma2@lovepeers.org (maintainer)
Approved by:	bharat@menalto.com
2005-10-19 07:47:48 +00:00
Clement Laforet
6ba32c412d - Sync bsd.java.mk with rev 1.67
Reported by:	kris
2005-10-16 21:05:55 +00:00
Florent Thoumie
264deb1f10 - Update to 0.3.0.
PR:		ports/87497
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-10-16 16:56:51 +00:00
Edwin Groothuis
65ac68bcfc Update to version 1.2:
- bin/find_new_version.pl doesn't check URLs which are
      already found a previous run.
    - bin/mail_maintainers.pl mark a port as reported when you
      have send email to a maintainer.
2005-10-16 12:41:02 +00:00
Clement Laforet
0cfb7f53f2 - Add a workaround to new checksum target to keep backward compatibility.
If checksum should be equal to IGNORE and it doesn't have an entry in distinfo
  check if it has already been "registered". In other words, if they're no
  SHA256 checksum (which is the case IRL), fallback to MD5 checksum results.
2005-10-16 09:56:45 +00:00
Florent Thoumie
bd4007ea04 - Update to 0.2.9_9.
PR:		ports/87349
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-10-13 10:49:56 +00:00
Edwin Groothuis
c1d4ade10f Update to 1.1 (see previous commit on Makefile) 2005-10-13 06:46:37 +00:00
Edwin Groothuis
6c0210e408 Update to 1.1
- You can run bin/find_new_versions.sh with a parameter which will
  filter out the maintainer.
	~/bin/find_new_versions.sh edwin@mavetju.org
2005-10-13 06:36:43 +00:00
Edwin Groothuis
52b4c43ef3 Add note about ports/86776 requirement.
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776
2005-10-12 05:03:18 +00:00
Edwin Groothuis
65e95c6738 Add sysutils/newportsversioncheck
Tool to check for new ports distfiles availability.
2005-10-12 00:05:00 +00:00
Joe Marcus Clarke
10cda8a2e5 Update to 2.7.4.
* Add a warning if only one MASTER_SITE is configured [1]
* Check for misspellings of INSTALLS_SHLIB [2]

PR:		87141 [2]
Requested by:	kris [1]
2005-10-09 18:52:58 +00:00
Joe Marcus Clarke
fea0328aa8 Update to a -CURRENT snapshot from October 1, 2005. 2005-10-01 19:54:34 +00:00
Volker Stolz
47bd7754a2 Update to latest version
PR:		ports/86467
Submitted by:	maintainer
2005-09-23 08:23:42 +00:00
Clement Laforet
66eabe8f09 - Remove -02 [1] related patch
It's b0rked for compilers which don't support -fno-strict-aliasing

[1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing)
2005-09-20 19:51:46 +00:00
Pav Lucistnik
71d30b73fe - Fix output when redirecting
PR:		ports/81481
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-09-20 11:58:59 +00:00
Clement Laforet
4a8a47415e - Don't switch to www/apache20 to minimize changes to not break INDEX
- Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT
  working

make INDEX is still broken
2005-09-19 08:57:43 +00:00
Alex Dupre
6630fd6628 Sync with bsd.port.mk: bump MySQL 5.0 shared lib version. 2005-09-19 06:13:52 +00:00
Clement Laforet
e7b1560f4f - Sync portmk with next exp-build patchset.
- Remove temporarily all eik's work. We'll try to find a decent way to deal
  with major changes. Of course we'll reuse his good ideas

List of changes (PR - synopsis)
85695 - Add bsd.database.mk.
85669 - bsd.ports.subdir.mk: Ports not escape plus signal in make search
85488 - [PATCH] New "makepatch: " target to help ports authors
86106 - ${CC} should be added to ${MAKE_ENV} when ${USE_GMAKE} is set
84489 - Depreciated MACHINE_ARCH being used in bsd.port.mk
83835 - Remove OpenLDAP ver. 21
83718 - Add bsd.tcl.mk for convinience for tcl/tk ports
83716 - Fix cosmetic bug in security-check target
83710 - Add INDEX-7
82753 - patch to add functionality to ports macro bsd.port.subdir.mk
82138 - [patch] timewaster: remove old versions from bsd.port.mk
81206 - new category proposal: net-im
79509 - add .desktop file facilities to bsd.port.mk
79123 - [patch] bsd.port.mk - add SHA256 support to "make checksum"
74866 - Update Mk/bsd.port.mk to support python packages with OPTIONS
73797 - Be causious compiling with -O2 (use -fno-strict-aliasing)
85490 - [PATCH] If WANT_LINT is set, port building can break
XXXXX - Add bsd.apache.mk
2005-09-18 20:34:12 +00:00
Pav Lucistnik
ae8c845ffe - Really fix crashes on 6.0
PR:		ports/86272
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-09-17 20:09:50 +00:00
Pav Lucistnik
651c7e0218 - Fix runtime crash on FreeBSD 6.0
PR:		ports/86180
Reported by:	Mike Lednev <liettneff@bk.ru>
Submitted by:	Michael C. Shultz <ringworm01@gmail.com>
2005-09-17 16:35:00 +00:00
Colin Percival
9ca83b2a2d Update to version 0.9.5. This is identical to 0.9.4 except for a fix
which makes make_index not coredump when it encounters a circular
dependency in the ports tree.

Approved by:	erwin
2005-09-17 16:09:55 +00:00
Dag-Erling Smørgrav
5fea26ef30 While I'm here, tweak the master port detection code and comment out a
warning which is more annoying than useful.
2005-09-11 13:30:18 +00:00
Dag-Erling Smørgrav
acceb36326 Fix problems with PLIST_SUB, and update copyrights. 2005-09-11 13:05:04 +00:00
Joe Marcus Clarke
28739eaea9 Update to 2.7.3.
* USE_PYTHON can now safely appear after bsd.port.pre.mk
* Expand the .elseif search to cover ".else if" as well
* Don't complain on direct use of autotools if we're using USE_AUTOTOOLS
* Don't check embedded comments for direct command use
2005-09-08 23:57:36 +00:00
Renato Botelho
19da3c6527 Add managepkg 1.1, script for maintining ports.
PR:		ports/85732
Submitted by:	Andreas Fehlner <fehlner@gmx.de>
2005-09-05 14:37:06 +00:00
Florent Thoumie
8c919ec678 - Fix portsdb issue.
Reported by:	Igor Pokrovsky <ip@doom.homeunix.org>
Patched by:	KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer)
Tested by:	Igor Pokrovsky <ip@doom.homeunix.org>
Approved by:	portmgr (krion)
2005-08-02 09:06:38 +00:00
Colin Percival
bd4355ef23 Upgrade to version 0.9.4 to fix a deadlock bug in the experimental
pipelined http code.  This has no effect for anyone not using the
-x option to portsnap.

Approved by:	pav
2005-07-31 10:56:32 +00:00