summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.3.8_2mnag2005-11-222-1/+98
| | | | | | | | | | * Had to disable automatic timeouts until I learn how to properly close then open stdin. 0.3.8_1 will seg fault upon a second timeout and 0.3.8 leaves these random errors: awk: i/o error occurred while closing /dev/stdin input record number PR: 89424 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.8_1mnag2005-11-212-0/+429
| | | | | | | | | | * Added --pristine mode that guarentees no inconsistancies in +CONTENTS files * Fixed (I hope) stdin not being reopened properly after a [Y/N/A] timeout * Fixed a segfault when portmanager reads a very old pre 4.11 +CONTENTS file, identified by Andrew Gordon <arg@arg.me.uk> PR: 89397 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* - Update to 0.3.8pav2005-11-213-4/+5
| | | | | PR: ports/89315 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* * Add some additional verbose messagesmarcus2005-11-192-2/+13
| | | | | | | * Work around a crash in Perl that can be triggered with complex regular expressions [1] Reported by: thierry and aspell [1]
* Update to 2.8.0.marcus2005-11-192-19/+50
| | | | | | | | | | | * USE_PYTHON still cannot be included after bsd.port.pre.mk * USE_APACHE can now be included after bsd.port.pre.mk [1] * Handle the new autotools world order * Check that IGNORE is properly capitalized and terminated [2] PR: 88546 [2] Reported by: pav [1] Submitted by: lawrance [2]
* Update to 0.3.7mnag2005-11-184-99/+7
| | | | | PR: 89242 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.5_1mnag2005-11-162-0/+94
| | | | | | | | | | | | | * Craig Boston <craig@yekse.gank.org> brought to my attention a problem with how dependency information is gathered in +CONTENT files. portmanager -s (status report) uses port +CONTENT files to generate its report and now that is proven as not 100% accurate. This patch modifies the data source for status reports from +CONTENT files to the results obtained when running make -V *_DEPENDS in each port directory. PR: 89084 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.5mnag2005-11-154-912/+4
| | | | | PR: 89040 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.4_2mnag2005-11-132-1/+78
| | | | | | | | | | * 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)
* Both bsdiff and portsnap have been added to the base system incperciva2005-11-131-0/+4
| | | | | | | | | FreeBSD 5-STABLE and 6-STABLE. Add conditional IGNORE lines to reflect this. PR: ports/88879 (portsnap) Reminded by: delphij Approved by: linimon
* Update to 0.3.4_1mnag2005-11-122-0/+831
| | | | | | | | | * 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)
* Update to 0.3.4mnag2005-11-115-2644/+10
| | | | | | | Add WITH_BUILD_DEPENDS_ARE_LEAVES in OPTIONS PR: 88847 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (maintainer)
* Update to 0.3.3_3mnag2005-11-112-1/+720
| | | | | | | | | | | | | | | | | | | | * 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)
* Fix mis-merge from latest round of changes. Fixes 'make describe' in misc/.linimon2005-11-101-1/+0
|
* Update to 0.3.3_2mnag2005-11-093-7/+1046
| | | | | | | | | | * 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)
* Update to 0.3.3_1mnag2005-11-093-0/+880
| | | | | | | * Cleaned up valgrind related nits and a few compiler warnings PR: 88705 Submitted by: maintainer
* use USE_SQLITEedwin2005-11-081-2/+2
|
* Add SHA256 checksums to the distinfo files.edwin2005-11-082-0/+2
|
* Change post-configure externVars.h.in to externVars.hmnag2005-11-081-1/+2
| | | | Submitted by: maintainer via email.
* Update to 0.3.3mnag2005-11-082-8/+5
| | | | | | | Take MAINTAINER PR: 88630 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to 0.3.2mnag2005-11-055-44/+39
| | | | | PR: 88521 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-053-3/+3
|
* - Sync with 1.68clement2005-11-031-0/+5
|
* Add 2 more patches for exp build:clement2005-11-032-2/+4
| | | | | | | | 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
* Fix install target.edwin2005-11-031-1/+7
| | | | Noticed by: YAPHR
* Let the IGNORE message make a bit more sense and change it from:erwin2005-10-311-1/+1
| | | | | | | | | | | | ===> 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
* Upgrade to 1.3.edwin2005-10-303-4/+12
|
* Correct compilation with perl 5.005.marcus2005-10-252-2/+3
|
* Don't need USE_GMAKE [1]mnag2005-10-241-41/+17
| | | | | | | | | | 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]
* Update to 2.7.5.marcus2005-10-222-8/+37
| | | | | | | | | | | | * 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]
* - Add "make patch-o-matic" target. It applies to a fresh ports tree patchesclement2005-10-201-0/+21
| | | | | | | | | | 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
* fix: ports/54424 problemdaichi2005-10-196-2/+60
| | | | | | | | - fix PKG_ALTDEP does not work problem PR: ports/54424 Submitted by: koma2@lovepeers.org (maintainer) Approved by: bharat@menalto.com
* - Sync bsd.java.mk with rev 1.67clement2005-10-161-0/+4
| | | | Reported by: kris
* - Update to 0.3.0.flz2005-10-1612-2830/+37
| | | | | PR: ports/87497 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to version 1.2:edwin2005-10-162-3/+4
| | | | | | | - 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.
* - Add a workaround to new checksum target to keep backward compatibility.clement2005-10-161-1/+3
| | | | | | 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.
* - Update to 0.2.9_9.flz2005-10-132-1/+770
| | | | | PR: ports/87349 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* Update to 1.1 (see previous commit on Makefile)edwin2005-10-131-2/+2
|
* Update to 1.1edwin2005-10-132-3/+3
| | | | | | - 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
* Add note about ports/86776 requirement.edwin2005-10-122-0/+5
| | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776
* Add sysutils/newportsversioncheckedwin2005-10-125-0/+65
| | | | Tool to check for new ports distfiles availability.
* Update to 2.7.4.marcus2005-10-092-3/+23
| | | | | | | | * 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]
* Update to a -CURRENT snapshot from October 1, 2005.marcus2005-10-012-3/+3
|
* Update to latest versionvs2005-09-232-4/+7
| | | | | PR: ports/86467 Submitted by: maintainer
* - Remove -02 [1] related patchclement2005-09-201-3/+0
| | | | | | It's b0rked for compilers which don't support -fno-strict-aliasing [1] ports/73797 : Be causious compiling with -O2 (use -fno-strict-aliasing)
* - Fix output when redirectingpav2005-09-202-1/+307
| | | | | PR: ports/81481 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
* - Don't switch to www/apache20 to minimize changes to not break INDEXclement2005-09-192-6/+12
| | | | | | | - Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT working make INDEX is still broken
* Sync with bsd.port.mk: bump MySQL 5.0 shared lib version.ale2005-09-191-1/+1
|
* - Sync portmk with next exp-build patchset.clement2005-09-1813-6665/+6562
| | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Really fix crashes on 6.0pav2005-09-171-13/+17
| | | | | PR: ports/86272 Submitted by: Michael C. Shultz <ringworm01@gmail.com>
OpenPOWER on IntegriCloud