summaryrefslogtreecommitdiff
path: root/Mk
AgeCommit message (Collapse)Author
2006-04-07Remove some dead/incative servers from MASTER_SITES_QMAILRenato Botelho
2006-04-07. Add an entry for the new Diablo Caffe (JDK) 1.5.0 binary.Greg Lewis
. Make Diablo Caffe 1.5.0 the default JDK for all the versions/architecture that its available for. . Make the standard jdk15 the default on FreeBSD 4.x as this should now be stable with the release of patchset 3. Reviewed by: hq
2006-04-06- Remove a stale sourceforge mirror (optusnet)Sergey Matveychuk
PR: ports/94870 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2006-04-06[PATCH] bsd.sites.mk and relevant ports: add MASTER_SITE_IDSOFTWAREEdwin Groothuis
This patch adds the MASTER_SITE_IDSOFTWARE list of mirrors to bsd.sites.mk PR: ports/93546 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
2006-04-04Sometimes uic is called in configure scripts, too.Michael Nottebrock
2006-04-04- update to gcc4.1 as defaultDirk Meyer
2006-04-03Set TMPDIR for all users of uic in order to avoid spamming files outsideMichael Nottebrock
WRKDIR.
2006-04-03- add more check and return the correct path of header files and librariesYen-Ming Lee
of Berkeley DB. - add {WANT,WITH,INVALID,<UNIQUENAME>_WITH}_BDB_VER and WITH_BDB_HIGHEST to choose the best version of db. - support db44. - update UPDATING PR: 89023 Submitted by: Scot W. Hetzel <swhetzel at gmail.com> Approved by: maintainer timeout
2006-04-01Add emacs-devel.Andrey Slusar
2006-04-01Update xemacs-devel and xemacs-devel-mule to 21.5-b26.Andrey Slusar
2006-03-30Update to KDE 3.5.2Michael Nottebrock
2006-03-30Update to Python 2.4.3.Hye-Shik Chang
2006-03-28- use gcc ports directly when possibleDirk Meyer
2006-03-28Add gnomedocutils to gnomedesktop's implied dependencies list.Joe Marcus Clarke
2006-03-26Chase the libgda3 addition and resurrection of libgda2.Joe Marcus Clarke
2006-03-26Update to Python trunk snapshot as of 2006-03-26.Hye-Shik Chang
2006-03-21back out last commit, MASTER_SORT can do the job and much moreRenato Botelho
2006-03-21Fix typo on MASTER_SITE_SOURCEFORGE_PREFERREDRenato Botelho
Noted by: tdb
2006-03-21be able to define favourite sourceforge download site just definingRenato Botelho
MASTER_SITE_SOURCEFORGE_PREFERED=xxx on /etc/make.conf PR: ports/94661 Submitted by: edwin
2006-03-20Remove mirrors.rcn.net, it seems to have disappeared.Mark Linimon
PR: ports/94273 Submitted by: Ion-Mihai "IOnut" Tetcu
2006-03-19- hash can now be installed on php4Pav Lucistnik
PR: ports/94705 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
2006-03-18- Add pecl-hash to the list of USE_PHP componentsPav Lucistnik
PR: ports/90568 (part of) Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer timeout (ale; 3 months)
2006-03-18- Add PDO extension to a php5-extensions metaport and enable it by default.Pav Lucistnik
This is consistent with vendor configure. PR: ports/90565 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> Approved by: maintainer timeout (ale; 3 months)
2006-03-18- set default GNUSTEP_PREFIXDirk Meyer
Andriy Gapon - new option USE_GNUSTEP_PREFIX
2006-03-16Update xemacs-devel to 21.5-b25.Andrey Slusar
2006-03-16Update xemacs-devel-mule to 21.5-b25Andrey Slusar
2006-02-23- Fix USE_APACHE=22Clement Laforet
Approved by: portmgr (self) Spotted by: Larry Rosenman <ler at lerctr dot org>
2006-02-23Clean up spurious "true" in the case of a non-autotools run-autotoolsAde Lovett
target. PR: 93757 Forgotten by: ade Approved by: portmgr (implicit)
2006-02-23Conversion to a single libtool environment.Ade Lovett
* devel/libtool13 is no more (requiem mors pacem) * devel/libtool15 now installs as ${LOCALBASE}/bin/libtool etc. (ie: no versioning on the binaries and scripts) * USE_AUTOTOOLS= libtool:XX:inc has been deprecated Where possible, ports should simply set GNU_CONFIGURE=yes and use the pre-packaged version of libtool that comes as part of the source distribution * all the legacy hacks to libtool that we have been saddled with over the years have been removed. (eg: .la files are now installed) This brings us in line not only with Linux distributions, but also pkgsrc. * libtool now understands, and correctly handles, "nonstandard" compilers such as g++34, gcc295, etc. etc. This could not have happened without the truly outstanding work from kris, not only putting up with me, but also running countless builds, both on dosirak and pointyhat. I am truly indebted to him. Sponsored by: Theakston Old Peculier, Marlboro Red, Cafe de Colombia Approved by: portmgr (kris)
2006-02-23Only include bsd.autotools.mk if USE_AUTOTOOLS is defined. Tested asAde Lovett
part of the single-libtool patch. Approved by: portmgr (kris)
2006-02-23As a result of the conversion to single libtool, the glib/gtk 1.2.xAde Lovett
libraries have now moved from <lib>12.so to <lib>-12.so Approved by: portmgr (kris)
2006-02-23* Back out the PERL_(BUILD|RUN)_DEPENDS. It needs to be reimplementedKris Kennaway
so it appends to (BUILD|RUN)_DEPENDS instead of defining new types, since this requires changes to third party code like the tinderbox and pointyhat. Hopefully this will be revisited by the author in the future. [1] * Cause USE_RC_SUBR to install startup scripts as foo, rather than foo.sh, on applicable RELENG_6 systems as well as HEAD [2] PR: ports/92711 [1], ports/93265 [2] Submitted by: ade [1], dougb [2]
2006-02-22Removed unfetchablemastersites from MASTER_SITE_XEMACS.Andrey Slusar
2006-02-22Big port infrastructure overhaul to ease module maintance. The userBrooks Davis
visiable changes are: - Use OPTIONS to control php#-mysql and pear-DB (for PostgreSQL support) depends. - Replace the DRUPDIR make variable with DRUPAL_BASE. Other changes include abstracting some command paths and most of the module makefiles out into a bsd.drupal.mk that lives in www/drupal for now. Module updates to follow.
2006-02-20Perl 5.8.8 is the default now.Anton Berezin
Approved by: portmgr (kris)
2006-02-16Revert previous changes.Andrey Slusar
2006-02-16Remove 19.x emacsen.Andrey Slusar
2006-02-11- Remove the use of .error in favour of BROKEN to fail more gracefullyKris Kennaway
[1] - Fix all-depends-list target with dependencies that use the ':target' syntax. [2] - Correct errors in USE_DOS2UNIX. [3], [4] - Detect conflicts between installed and requested FAM implementations and fail more gracefully instead of registering a dependency on the wrong port. Set the default implementation based on what the user has already installed. [5] - Correctly clean up info subdirectories in pkg-plist [6] - The linux ldconfig invocation has to be done in a chroot, else some FreeBSD native libs get cached in the linux ld.so.cache. Use the internal chroot feature of the linux ldconfig to do this. [7] - Update the OpenLDAP default version. [8] PR: ports/92446 [1], ports/86310 [2], ports/92584 [3], ports/92688 (partial) [4], ports/92583 [5], ports/91057 [6], ports/92322 [7], ports/86310 [9] Submitted by: linimon [1], mi [2], jylefort [3], danfe [3], Alejandro Pulver <alejandro at varnet dot biz> [4], marcus [5], gerald [6], netchild [7], vsevolod [8]
2006-02-05Add MySQL 5.1 shared library number.Alex Dupre
2006-02-02Update xemacs-devel to 21.5.b24Andrey Slusar
2006-02-02- Add osdn, the master sourceforge siteRenato Botelho
PR: ports/92726 Submitted by: Vyacheslav Anikin <ghos@mail.ru>
2006-02-02Add a hack for dbus service installation.Joe Marcus Clarke
2006-02-01Update to KDE 3.5.1.Michael Nottebrock
2006-02-01- pfpro extension is only for php4Alex Dupre
- add location to pfpro directory
2006-02-01Fix capitalization of IGNORE messages.Mark Linimon
2006-02-01The last commit was not quite ready for prime time. Not only did I failMark Linimon
to reword the strings in the IGNORE statements, but also the change from BROKEN_WITH to IGNORE_WITH is wrong without the accompanying changes throughout the ports tree. Hat: portmgr Pointy hat: linimon Noticed by: kris
2006-01-31- Add a php extension pfpro (PayFlow Pro).Pav Lucistnik
PR: ports/82843 Submitted by: Mike Durian <durian@shadetreesoftware.com> Approved by: maintainer timeout (1 month)
2006-01-31Update xemacs and xemacs21-mule to 21.4.19Andrey Slusar
2006-01-30Add support for Zope 2.9.Hye-Shik Chang
Submitted by: HAYASHI Yasushi <yasi@yasi.to>
2006-01-29- support multiple backends as dependeciesDirk Meyer
some internal macros renamed