aboutsummaryrefslogtreecommitdiff
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Update to KDE 3.2.0Michael Nottebrock2004-02-052-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Important changes: ================== - Kmail and knode have been moved from kdenetwork to kdepim. This means you will have to install kdepim if you want to continue using kmail or knode. This is to ease integration with korganizer, in the new 'Kontact' application. - The arabic translations for KDE and KOffice have been moved from misc to the arabic category. - There is a new module called kdeaccessibility in the accessibility category. It contains a few utilities for disabled users like a magnification lens and a text-to-speech frontend. - In KDM, you need to select the 'CUSTOM' session profile in order to have your .xsession executed. This is particularly important if you're using the aegypten tools (http://freebsd.kde.org/howtos/aegypten-kmail.php). - We have started making more parts of the ports optional. In kdepim, both Kandy and KPilot can be turned off with ports-knobs. This process will continue in the 3.2 series. Notes: svn path=/head/; revision=100015
* * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1]Joe Marcus Clarke2004-02-044-167/+563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove trailing whitespace from bsd.port.mk [2] * Enhanced OPTIONS handling [3] * Add a USE_ICONV macro [4] * Add a USE_GETTEXT macro [5] * Add support for p5-Module::Build [6] * Enhance bsd.sdl.mk with WANT_SDL [7] * Remove NetBSD and OpenBSD bits from bsd.port.mk [8] * Correct a type in PKGDIR description in bsd.port.mk [9] * Add new DIRNAME macro [10] * Cleanup bsd.port.mk [11] * The default Perl for -CURRENT has been updated to 5.8.2 [12] * Optimize recursive operations on the ports tree [13] * Do not attempt to remove _CPUCFLAGS from CFLAGS if _CPUCFLAGS is not defined [14] * Remove sysutils/rc_subr dependency on -CURRENT [15] * Add MySQL 5.X support to the ports system [16] * Fix a comment typo related to MySQL [17] * Change PTHREAD_{CFLAGS,LIBS} behavior [18] * Do not check distfile size on FreeBSD < 4.8 [19] * Do not install ports with security vulnerabilities [20] * Use ${LOCALBASE}/sbin/pkg_* tools if found [21] * A new net-mgmt physical category has been added [22] * Stop relying on port.mkversion [23] * Fix a regression in checksum processing [24] * Allow PLIST_{DIRS,FILES} to make use of PLIST_SUB [25] * Switch to root to run config and rmconfig targets [26] * Add SIZE attributes for distfiles by default [27] PR: 61683 [3] 62131 [4] 61992 [5] 61621 [6] 61877 [7] 61401 [8] 61684 [10] 61684 61955 [11] 61857 [12] 61757 [14] 61454 [15] 60559 [16] 62039 [20] 62039 [21] 61856 [23] 61972 [27] Submitted by: ale [1] marcus [2] eik [3] trevor [4] trevor [5] skv [6] edwin [7] Markus Brueffer <brueffer@phoenix-systems.de> [8] trevor [9] eik [10] eik des [11] des [12] kris [13] marcus [14] Sergey Matveychuk <sem@ciam.ru> [15] ale [16] linimon [17] eischen netchild [18] marcus netchild [20] eik [21] wollman [22] des [23] marcus eik [24] marcus [25] marcus [26] trevor [27] Notes: svn path=/head/; revision=99913
* * Add another check to make sure bsd.gnome.mk isn't included more than neededJoe Marcus Clarke2004-02-031-6/+9
| | | | | | | * Remove all trailing whitespace Notes: svn path=/head/; revision=99907
* - Savannah is back! Hooray!Pav Lucistnik2004-01-291-1/+2
| | | | | | | Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=99422
* Sort www.gtlib.cc.gatech.edu further down away from the top inPete Fritchman2004-01-271-2/+2
| | | | | | | | MASTER_SITE_{GNOME,GNU}. It's been rather slow lately, and listing it first for GNOME and GNU couldn't be helping. Notes: svn path=/head/; revision=99239
* Add ZOPEPRODUCTDIR to PLIST_SUB when USE_ZOPE is triggered.Hye-Shik Chang2004-01-261-1/+2
| | | | | | | | PR: 61611 Submitted by: Khairil Yusof <kaeru@streamyx.com> Notes: svn path=/head/; revision=99151
* Back out last change to make PTHREAD_LIBS and PTHREAD_CFLAGS conditionalDaniel Eischen2004-01-241-2/+2
| | | | | | | | | as I didn't get explicit permission from portmgr. Suggested by: adamw Notes: svn path=/head/; revision=98936
* Make PTHREAD_LIBS and PTHREAD_CFLAGS conditional. Also removeDaniel Eischen2004-01-231-2/+2
| | | | | | | -D_THREAD_SAFE from PTHREAD_CFLAGS when it isn't needed. Notes: svn path=/head/; revision=98925
* Fix a regression in bsd.port.mk where ports with multiple checksums per fileJoe Marcus Clarke2004-01-231-1/+1
| | | | | | | | | | | | would fail make checksum. Note: this is the simplest fix, but there is a more complete fix by eik and myself that works in the spirit of the original distinfo cleanup patch. However, that patch needs to be tested on bento first. PR: 61772 Submitted by: dinoex Notes: svn path=/head/; revision=98897
* Fixed an incorrect comment.Ernst de Haan2004-01-231-2/+1
| | | | | | | | Requested by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 61741 Notes: svn path=/head/; revision=98868
* Correct two GNU mirrors, delete an outdated one.Oliver Eikemeier2004-01-231-3/+2
| | | | | | | Obtained from: Bill Fenner's portsurvey Notes: svn path=/head/; revision=98856
* Chase the new locations for atspi, atk, and gail.Joe Marcus Clarke2004-01-221-3/+3
| | | | Notes: svn path=/head/; revision=98771
* - Replace sdl_mm directory and use sdlmmKirill Ponomarev2004-01-211-0/+1
| | | | | | | | Submitted by: erwin Approved by: edwin Notes: svn path=/head/; revision=98693
* Remove an extra blank line.Joe Marcus Clarke2004-01-201-1/+0
| | | | Notes: svn path=/head/; revision=98681
* Conditionalize the max command length on whether or not GNU_CONFIGURE isJoe Marcus Clarke2004-01-201-2/+2
| | | | | | | defined. Notes: svn path=/head/; revision=98680
* OPTIONSFILE now defaults to ${PORT_DBDIR}/${UNIQUENAME}/options whereJoe Marcus Clarke2004-01-201-4/+7
| | | | | | | | | | | | | | | ${PORT_DBDIR} is /var/db/ports and ${UNIQUENAME} is ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}. OPTIONSFILE, PORT_DBDIR, and UNIQUENAME are all overrideable by the porter. Note: a better solution may be forthcoming after it can be shaken out on bento. This is a simple fix to workaround PORTNAME conflicts in the tree. Submitted by: eivind Notes: svn path=/head/; revision=98679
* * Chase the shared lib version of OpenLDAP 2.2 [1]Joe Marcus Clarke2004-01-201-2/+9
| | | | | | | | | | | | * Make CONFIGURE_MAX_CMD_LEN default to sysctl -n kern.argmax which is more accurate, and has been in FreeBSD since the beginning (NOTE: CONFIGURE_MAX_CMD_LEN is still overrideable from a port's Makefile) [2] Submitted by: eik [1] Requested by: juli [2] Notes: svn path=/head/; revision=98671
* s/sanity-check/check-sanity/ since the latter is the actual target name.Joe Marcus Clarke2004-01-201-3/+3
| | | | | | | | Submitted by: rushani Pointy hats to: linimon and me Notes: svn path=/head/; revision=98656
* Gak! That last commit overwrote my bsd.gnome.mk changes from earlierJoe Marcus Clarke2004-01-201-4/+12
| | | | | | | tonight. Revert back to rev 1.57. Notes: svn path=/head/; revision=98636
* Actually add bsd.sdl.mk from the previous commit.Joe Marcus Clarke2004-01-201-0/+144
| | | | Notes: svn path=/head/; revision=98635
* Here come the patches!Joe Marcus Clarke2004-01-208-223/+595
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add ghostscript knobs [1] * Add per-port persistent build options with a menu-driven front-end [2] * Allow porters to override the message generated when do-configure fails [3] * Add patch to obviate many pkg-plist files [4] * Fix the PKG_DBDIR comment [5] * Make ports framework more robust with regard to make index [6] * Add new command macros to bsd.port.mk [7] * Remove direct command use from bsd.port.mk [8] * Make the ports system respect WITHOUT_CPU_CFLAGS [9] * Break the SDL code out into bsd.sdl.mk [10] * Add working support for USE_SIZE [11] * Fix RANDOMIZE_MASTER_SITES on -CURRENT [12] * Convert some spaces to tabs [13] * Add new physcial categories accessibility and x11-themes [14] * Speed up GNU configure scripts [15] * Remove "//" from MLINKS items in PLISTs and fix make -s install and make -s deinstall [16] * Be more specific about looking for files in distinfo [17] * Add new run-autotools target, and resort configure targets [18] * Make CONFLICTS compare prefix for installed packages and PREFIX [19] * Change directory to ${.CURDIR} before running certain make commands [20] * When INSTALL_AS_USER is set, run ldconfig with failures ignored [21] * Speed up the security check phase [22] * Fix some corner cases in the PORTDOCS code [23] * Add a new DEPRECATED macro [24] * Make INDEX breakage more informative [25] Look for a full write-up to follow on ports@ and ports-developers@. PR: 36112 [1] 59909 [4] 61351 [6] 59058 [7] 59058 [8] 59493 [9] 55494 [10] 59058 [11] 59315 [12] 59058 [13] 59811 [15] 59058 [16] 59058 [17] 60882 [18] 58149 [19] 59058 [20] 61133 [21] 55331 [22] 59070 [23] 59362 [24] 59626 [25] Submitted by: linimon [1] eivind [2] marcus [3] trevor [4] gerald [5] linimon [6] eik [7] eik [8] jeh [9] edwin [10] eik [11] Sergey Matveychuk <sem@ciam.ru> [12] eik [13] trevor gnome [14] adamw [15] eik [16] eik [17] edwin [18] clement [19] eik [20] edwin lev [21] Eugene M. Kim <ab@astralblue.com> [22] eik [23] linimon [24] eik [25] Notes: svn path=/head/; revision=98634
* * Add a new intltool component which adds a BUILD_DEPENDS on textproc/intltoolJoe Marcus Clarke2004-01-191-4/+12
| | | | | | | | | * Make intlhack and gtk20 use the new intltool component * Add a new gtkhtml3 component that adds a dependency on www/gtkhtml3 (this will be used for balsa2 as well as some of the upcoming GNOME 2.6 ports) Notes: svn path=/head/; revision=98591
* Remove the gnomeaudio component as it is only used by one port, x11/gnome2,Joe Marcus Clarke2004-01-131-4/+1
| | | | | | | | | which registers it as an explicit RUN_DEPENDS. Submitted by: adamw Notes: svn path=/head/; revision=98092
* * Correct a typo in the libartlgpl2 detection [1]Joe Marcus Clarke2004-01-131-16/+54
| | | | | | | | | | | | | | | | | * Simplify the {BUILD,RUN}_DEPENDS code [1] * Add a new intlhack component for ports that require intltool >= 0.28 * Add a gstreamerplugins component [2] * Add an lthack component that takes the place of the standard GNOME patch-configure [2] * Add pygtk, pygnome, pygtk2, and pygnome2 components [2] * Point gnomeaudio to audio/gnomeaudio2 [2] * Categorize the USE_GNOME component list [2] Submitted by: Rolf Grossmann <rg@progtech.net> [1] adamw [2] Notes: svn path=/head/; revision=98091
* - Update GnuPG sitesPav Lucistnik2004-01-121-12/+4
| | | | | | | | PR: ports/61268 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=98021
* Update python-devel to 2.4 20040106 snapshot.Hye-Shik Chang2004-01-091-1/+1
| | | | Notes: svn path=/head/; revision=97726
* Update lang/ruby18 to the 1.8.1 final release. Merry Christmas!Akinori MUSHA2003-12-241-2/+2
| | | | Notes: svn path=/head/; revision=96550
* Update lang/ruby18 to 1.8.1.p4.Akinori MUSHA2003-12-221-2/+2
| | | | Notes: svn path=/head/; revision=96416
* - Add redhat 7.1 master site that have XFree86-4.1 rpm needed forPav Lucistnik2003-12-211-1/+2
| | | | | | | devel/linux_devtools-7 port. Notes: svn path=/head/; revision=96309
* - Update to Python-2.3.3Hye-Shik Chang2003-12-201-2/+3
| | | | | | | | | - Pass PYTHON_VERSION variable to dependent builds. - Enable email package to use cjkcodecs. - Decrease default recursion limit to 900 on sparc64. Notes: svn path=/head/; revision=96254
* . Update to match changes in the Apache distribution structure.Greg Lewis2003-12-191-42/+40
| | | | | | | | PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=96210
* Fixed bug. If a Linux 1.4 JDK would have been installed, itErnst de Haan2003-12-151-4/+7
| | | | | | | | | | | | | | | | would not have been picked up if USE_JAVA was set to "1.3+". The behaviour is now as follows if USE_JAVA is set to "1.3+": - If the setting is 1.3+, then use an already installed 1.3 or 1.4 JDK. If there is no such JDK, then set USE_JAVA to 1.3. The FreeBSD JDK 1.4 is preferred over all other JDK's. Noticed by: pav Notes: svn path=/head/; revision=95846
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.Akinori MUSHA2003-12-151-7/+7
| | | | Notes: svn path=/head/; revision=95835
* Add MASTER_SITE_FEDORA_LINUXMark Pulford2003-12-121-0/+10
| | | | Notes: svn path=/head/; revision=95660
* * Sync with update of editors/xemacs-devel (to 21.5-b15).Kiriyama Kazuhiko2003-12-081-3/+3
| | | | | | | | | | * Sync with update of editors/xemacs-devel-mule (to 21.5-b16). Approved by: shige (maintainer) portmgr (joe) Notes: svn path=/head/; revision=95328
* - fixes a comment that did no longer match.Dirk Meyer2003-12-051-3/+2
| | | | | | | Submitted by: seanc Notes: svn path=/head/; revision=95110
* Typo. Pointed out by S.J. Yu <sjyu@msi.com.tw>Kevin Lo2003-11-281-1/+1
| | | | Notes: svn path=/head/; revision=94814
* Set the configure target properly and unbreak packaging for amd64.Akinori MUSHA2003-11-241-3/+3
| | | | | | | | | | | | It turned out that the configure target does not need to be overridable but just RUBY_ARCH does for those who are to use a hand-built interpreter with modules from ports. Hint given from: obrien Approved by: kris (implicitly), and myself Notes: svn path=/head/; revision=94760
* Fix a typo that prevented proper automake257 dependencies from working.Joe Marcus Clarke2003-11-241-1/+1
| | | | | | | | | PR: 59433 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: portmgr (implicit and kris) Notes: svn path=/head/; revision=94750
* . Update MASTER_SITE_APACHE_JAKARTA to allow some of the older JakartaGreg Lewis2003-11-201-0/+1
| | | | | | | ports to fetch. Notes: svn path=/head/; revision=94548
* Fix another error introduced in 1.199.Trevor Johnson2003-11-191-1/+1
| | | | Notes: svn path=/head/; revision=94312
* Fix MASTER_SITE_MOZILLAOliver Eikemeier2003-11-141-1/+1
| | | | | | | Approved by: marcus (mentor) Notes: svn path=/head/; revision=93965
* - populate MASTER_SITE_GNUSTEPDirk Meyer2003-11-121-0/+6
| | | | Notes: svn path=/head/; revision=93824
* . Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native oneGreg Lewis2003-11-111-7/+7
| | | | | | | was updated today in particular). Notes: svn path=/head/; revision=93756
* Catch up on the libgnomeprint[ui] detection file names.Joe Marcus Clarke2003-11-111-2/+2
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=93749
* Document the new PORTDOCS macro. This is a comment change only.Joe Marcus Clarke2003-11-081-0/+10
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93346
* Really add the fix for 56096. This was tested on bento, but somehow removedJoe Marcus Clarke2003-11-071-1/+1
| | | | | | | | | at the last minute. This fixes PKG_ARGS when WRKDIRPREFIX is specified. Reminded by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93316
* * Improve the test for the old ports directory layout [1]Joe Marcus Clarke2003-11-072-108/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Include SITE_PERL earlier [2] * Use the correct versions of autoconf and automake [3] * Add a PORTDOCS macro for automating installation of documentation files [4] * Define a default Fortran compiler for each version of USE_GCC [5] * Fix package builds when WRKDIRPREFIX is set [6] * Add more comment documentation on default targets [7] * Fix plist generation in certain cases [8] * Fix COMMENT/COMMENTFILE checking [9] * Use SU_CMD for deinstall and deinstall-all targets (provided INSTALL_AS_USER is not set) [10] * Define a default WWWOWN and WWWGRP [11] * Make INDEX builds work even when the port name is the same as a default target [12] * Fix the new share/nls/C links [13] * Don't look in ${LOCALBASE}/lib/compat/pkg for LIB_DEPENDS [14] * Document package-recursive [15] * Create a new virtual category, lisp [16] * Create a new real category, arabic * Add a new GCCVERSION macro for eaisly tracking compiler version changes [17] * Abstract out some of the common Apache bits [18] * Enable the use of USE_OPENLDAP after including bsd.port.pre.mk [19] * Add a new virtual category, pear [20] * Add support for randomizing MASTER_SITES [21] * Don't accept PORTVERSIONS that pkg_version can't handle [22] * Add support for dynamic pkg-install, pkg-deinstall, pkg-message, and pkg-req scripts [23] * Don't redirect stderr when running pkg_info -O. This may help troubleshoot mysterious "Error 1" messages. * Fix up the order of the various PKGNAME related macros to be consistent with portlint [24] PR: 21885 [1] 51588 [2] 55325 [3] 57778 [4] 55674 [5] 56096 [6] 56355 [7] 56533 [8] 57272 [9] 57378 [10] 57403 [11] 57438 [12] 57488 [13] 57664 [14] 57928 [15] 58232 [16] 58317 [17] 32604 [18] 57529 [19] 56582 [20] 48377 [21] 56960 [22] 58885 [23] 54351 [24] Submitted by: trevor [1] eik@fillmore-labs.com [2] rehsack@liwing.de, ade [3] eikemeier@fillmore-labs.com [4] thierry@pompo.net [5] Palle Girgensohn <girgen@pingpong.net> [6] edwin [7] leeym [8] edwin [9] fjoe [10] edwin [11] eikemeier@fillmore-labs.com [12] fuyuki@nigredo.org [13] eikemeier@fillmore-labs.com [14] freebsd@generalresources.com [15] linimon [16] linimon [17] dinoex [18] eikemeier@fillmore-labs.com [19] edwin [20] seanc [21] eikemeier@fillmore-labs.com [22] Reviewed by: eikemeier@fillmore-labs.com [23] Notes: svn path=/head/; revision=93291
* Per distfile survey, remove mastersite from exim list that disappearedMark Linimon2003-11-051-1/+0
| | | | | | | October 1st. Notes: svn path=/head/; revision=93165
* Chase the libxslt shared lib version.Joe Marcus Clarke2003-11-041-1/+1
| | | | Notes: svn path=/head/; revision=93100