aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
Commit message (Collapse)AuthorAgeFilesLines
* - Sync with 1.68Clement Laforet2005-11-031-0/+5
| | | | Notes: svn path=/head/; revision=147165
* Add 2 more patches for exp build:Clement Laforet2005-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 Notes: svn path=/head/; revision=147159
* Fix install target.Edwin Groothuis2005-11-031-1/+7
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=147064
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-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 Notes: svn path=/head/; revision=146849
* Upgrade to 1.3.Edwin Groothuis2005-10-303-4/+12
| | | | Notes: svn path=/head/; revision=146788
* Correct compilation with perl 5.005.Joe Marcus Clarke2005-10-252-2/+3
| | | | Notes: svn path=/head/; revision=146296
* Don't need USE_GMAKE [1]Marcus Alves Grando2005-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] Notes: svn path=/head/; revision=146202
* Update to 2.7.5.Joe Marcus Clarke2005-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] Notes: svn path=/head/; revision=146132
* - Add "make patch-o-matic" target. It applies to a fresh ports tree patchesClement Laforet2005-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 Notes: svn path=/head/; revision=145957
* fix: ports/54424 problemDaichi GOTO2005-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 Notes: svn path=/head/; revision=145827
* - Sync bsd.java.mk with rev 1.67Clement Laforet2005-10-161-0/+4
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=145593
* - Update to 0.3.0.Florent Thoumie2005-10-1612-2830/+37
| | | | | | | | PR: ports/87497 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=145567
* Update to version 1.2:Edwin Groothuis2005-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. Notes: svn path=/head/; revision=145549
* - Add a workaround to new checksum target to keep backward compatibility.Clement Laforet2005-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. Notes: svn path=/head/; revision=145541
* - Update to 0.2.9_9.Florent Thoumie2005-10-132-1/+770
| | | | | | | | PR: ports/87349 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=145238
* Update to 1.1 (see previous commit on Makefile)Edwin Groothuis2005-10-131-2/+2
| | | | Notes: svn path=/head/; revision=145228
* Update to 1.1Edwin Groothuis2005-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 Notes: svn path=/head/; revision=145226
* Add note about ports/86776 requirement.Edwin Groothuis2005-10-122-0/+5
| | | | | | | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776 Notes: svn path=/head/; revision=145068
* Add sysutils/newportsversioncheckEdwin Groothuis2005-10-125-0/+65
| | | | | | | Tool to check for new ports distfiles availability. Notes: svn path=/head/; revision=145049
* Update to 2.7.4.Joe Marcus Clarke2005-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] Notes: svn path=/head/; revision=144699
* Update to a -CURRENT snapshot from October 1, 2005.Joe Marcus Clarke2005-10-012-3/+3
| | | | Notes: svn path=/head/; revision=143925
* Update to latest versionVolker Stolz2005-09-232-4/+7
| | | | | | | | PR: ports/86467 Submitted by: maintainer Notes: svn path=/head/; revision=143393
* - Remove -02 [1] related patchClement Laforet2005-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) Notes: svn path=/head/; revision=143244
* - Fix output when redirectingPav Lucistnik2005-09-202-1/+307
| | | | | | | | PR: ports/81481 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=143203
* - Don't switch to www/apache20 to minimize changes to not break INDEXClement Laforet2005-09-192-6/+12
| | | | | | | | | | - Introduce APACHE_COMPAT variable keep weak dependencies on APACHE_PORT working make INDEX is still broken Notes: svn path=/head/; revision=143130
* Sync with bsd.port.mk: bump MySQL 5.0 shared lib version.Alex Dupre2005-09-191-1/+1
| | | | Notes: svn path=/head/; revision=143124
* - Sync portmk with next exp-build patchset.Clement Laforet2005-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 Notes: svn path=/head/; revision=143098
* - Really fix crashes on 6.0Pav Lucistnik2005-09-171-13/+17
| | | | | | | | PR: ports/86272 Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=143021
* - Fix runtime crash on FreeBSD 6.0Pav Lucistnik2005-09-172-1/+11
| | | | | | | | | PR: ports/86180 Reported by: Mike Lednev <liettneff@bk.ru> Submitted by: Michael C. Shultz <ringworm01@gmail.com> Notes: svn path=/head/; revision=143011
* Update to version 0.9.5. This is identical to 0.9.4 except for a fixColin Percival2005-09-172-3/+3
| | | | | | | | | | which makes make_index not coredump when it encounters a circular dependency in the ports tree. Approved by: erwin Notes: svn path=/head/; revision=143008
* While I'm here, tweak the master port detection code and comment out aDag-Erling Smørgrav2005-09-111-4/+4
| | | | | | | warning which is more annoying than useful. Notes: svn path=/head/; revision=142446
* Fix problems with PLIST_SUB, and update copyrights.Dag-Erling Smørgrav2005-09-113-39/+39
| | | | Notes: svn path=/head/; revision=142444
* Update to 2.7.3.Joe Marcus Clarke2005-09-082-10/+9
| | | | | | | | | | * 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 Notes: svn path=/head/; revision=142250
* Add managepkg 1.1, script for maintining ports.Renato Botelho2005-09-053-0/+47
| | | | | | | | PR: ports/85732 Submitted by: Andreas Fehlner <fehlner@gmx.de> Notes: svn path=/head/; revision=141993
* - Fix portsdb issue.Florent Thoumie2005-08-024-2/+24
| | | | | | | | | | 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) Notes: svn path=/head/; revision=140731
* Upgrade to version 0.9.4 to fix a deadlock bug in the experimentalColin Percival2005-07-312-3/+3
| | | | | | | | | | pipelined http code. This has no effect for anyone not using the -x option to portsnap. Approved by: pav Notes: svn path=/head/; revision=140538
* Upgrade to version 0.9.3.Colin Percival2005-07-302-3/+5
| | | | | | | | | | | | | | | | | | | This adds some new _experimental_ pipelined HTTP code which typically makes portsnap 3-10 times faster at downloading updates. This experimental code is disabled by default; to enable it, run portsnap with the (undocumented) -x option. (e.g., "portsnap -x fetch") I am not currently aware of any problems with this new code, but it has had less than 24 hours of testing; I would definitely like to know if it breaks anything. If portsnap is run without the -x option, this version should behave exactly the same way as the previous version. Approved by: simon Notes: svn path=/head/; revision=140507
* Change MAINTAINER address for ports maintained by the Security Team toSimon L. B. Nielsen2005-07-302-2/+2
| | | | | | | | | secteam@ instead of security@ to make it more clear that the ports are not maintained by the freebsd-security@ mailing list. Both addresses go to the same people. Notes: svn path=/head/; revision=140487
* We only need Perl5 at runtime.Joe Marcus Clarke2005-07-301-1/+1
| | | | | | | | PR: 84029 Submitted by: edwin Notes: svn path=/head/; revision=140438
* Pass full path to pkg_{add,info} invoked from portupgrade.Renato Botelho2005-07-294-2/+46
| | | | | | | | PR: ports/84278 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Notes: svn path=/head/; revision=140411
* - Fix crash when TERM is undefined in environmentPav Lucistnik2005-07-282-1/+12
| | | | | | | | PR: ports/84168 Submitted by: Thierry Besancon <Thierry.Besancon@math.jussieu.fr> Notes: svn path=/head/; revision=140351
* Reset maintainershipRenato Botelho2005-07-271-1/+1
| | | | | | | | PR: ports/84181 Submitted by: Michael C. Shultz <ringworm01@gmail.com> (ex-maintainer) Notes: svn path=/head/; revision=140251
* Update to a snapshot from HEAD from 2005-07-20.Joe Marcus Clarke2005-07-202-3/+3
| | | | Notes: svn path=/head/; revision=139647
* - GrabClement Laforet2005-07-182-2/+2
| | | | Notes: svn path=/head/; revision=139479
* With portmgr hat on, reset eik's ports since he has been inactive forMark Linimon2005-07-183-3/+3
| | | | | | | | | several months (not responding to email). Discussed among: portmgr team Notes: svn path=/head/; revision=139457
* Update to 1.2.2.Hye-Shik Chang2005-07-172-3/+3
| | | | | | | | | | | | | | | | | | | | | | pkg_genplist: *) Fixed a problem that couldn't open plist when command line arguments leads to change PKGNAME. *) FIxed manpage filename mask to include '-' (reported by Radim Kolar) [1] pkg_trackinst: *) Replaced a unfriendly exception with friendly message for an error occurrs when Makefile doesn't exist in current directory. PR: 83224 [1] Submitted by: Radim Kolar <hsn@netmag.cz> [1] Notes: svn path=/head/; revision=139388
* - Add checking of empty directories to leftover checkPav Lucistnik2005-07-151-0/+30
| | | | | | | | PR: ports/71363 Submitted by: leeym Notes: svn path=/head/; revision=139299
* - Fix finding original directory name for py- and ruby- portsPav Lucistnik2005-07-152-2/+20
| | | | | | | | | | | | | PR: ports/70156 Submitted by: clsung - Add detection of leftover empty directories to leftover checking code PR: ports/71363 Submitted by: leeym Notes: svn path=/head/; revision=139298
* Log:Dirk Meyer2005-07-101-0/+2
| | | | | | | | | | - allow build with openssl installed from ports. PR: 76643 Reviewed by: William Fletcher Approved by: MAINTAINER timeout Notes: svn path=/head/; revision=138789
* - Set maintainership to security@.Simon L. B. Nielsen2005-07-031-1/+1
| | | | | | | Suggested by: nectar, remko Notes: svn path=/head/; revision=138432