summaryrefslogtreecommitdiffstats
path: root/Mk
Commit message (Collapse)AuthorAgeFilesLines
* Change the default version of ruby to 1.8 for i386 as well, finally.knu2004-02-261-23/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Always put a version suffix to the ruby name (no matter if ruby is the default version) to avoid mess in future. [Notes for i386 users] If you are a ruby developer and still want to stick with ruby 1.6 as default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. If you are a ruby developer and want to keep ruby 1.6 as default, please add RUBY_DEFAULT_VER=1.6 to /etc/make.conf. Otherwise, please run the following series of commands to migrate to ruby 1.8: 1) Reinstall portupgrade manually (and ruby 1.8 will be installed) pkg_delete portupgrade-\* (cd /usr/ports/sysutils/portupgrade; make install clean) 2) Reinstall everything that depends on ruby 1.6 (to use ruby 1.8) portupgrade -fr lang/ruby16 3) Reinstall ruby 1.8 (because the previous step kills symlinks) portupgrade -f lang/ruby18 4) Deinstall ruby 1.6 stuff (if you are paranoia) pkg_deinstall -ri lang/ruby16
* - Refresh mirrors in MASTER_SITE_GNU, change some ftp to http to improvepav2004-02-241-4/+8
| | | | | | | http/ftp ratio PR: ports/63194 Submitted by: Jason Harris <jharris@widomaker.com>
* Fennerize a windowmaker master site that does not appear to carry a fullkris2004-02-211-1/+0
| | | | mirror.
* Remove two sites from the REDHAT list due to problems found bytrevor2004-02-171-2/+0
| | | | | | fenner's survey: ftp.cso.uiuc.edu is no longer in the DNS, and ftp.monash.edu.au says "451 Local resource failure: malloc: no such device or address"
* Prefer a LIB_DEPENDS.lofi2004-02-092-4/+4
| | | | Pointy hat to: me.
* Fix apache2 auto-detection, since apr is now conditional.ale2004-02-091-1/+1
| | | | | Submitted by: kuriyama Approved by: nork (mentor/implicitly)
* Be more anal about dependencies: Depend on something only present in kdelibslofi2004-02-092-4/+4
| | | | 3.2.0, but not in 3.1.x.
* Fix MASTER_SITE_GNOME.bland2004-02-091-1/+1
| | | | Reported by: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
* housekeeping for FESTIVAL and FESTIVAL_OGI liststrevor2004-02-061-2/+4
|
* In Mozilla list, remove sites which do not have recent files. Addtrevor2004-02-051-6/+6
| | | | | | | new sites. PR: 62371 Submitted by: Tom McLaughlin
* Update to KDE 3.2.0lofi2004-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.
* * Add a new bsd.php.mk that takes the place of lang/php4/bsd.php.mk [1]marcus2004-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]
* * Add another check to make sure bsd.gnome.mk isn't included more than neededmarcus2004-02-031-6/+9
| | | | * Remove all trailing whitespace
* - Savannah is back! Hooray!pav2004-01-291-1/+2
| | | | Submitted by: Jason Harris <jharris@widomaker.com>
* Sort www.gtlib.cc.gatech.edu further down away from the top inpetef2004-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.
* Add ZOPEPRODUCTDIR to PLIST_SUB when USE_ZOPE is triggered.perky2004-01-261-1/+2
| | | | | PR: 61611 Submitted by: Khairil Yusof <kaeru@streamyx.com>
* Back out last change to make PTHREAD_LIBS and PTHREAD_CFLAGS conditionaldeischen2004-01-241-2/+2
| | | | | | as I didn't get explicit permission from portmgr. Suggested by: adamw
* Make PTHREAD_LIBS and PTHREAD_CFLAGS conditional. Also removedeischen2004-01-231-2/+2
| | | | -D_THREAD_SAFE from PTHREAD_CFLAGS when it isn't needed.
* Fix a regression in bsd.port.mk where ports with multiple checksums per filemarcus2004-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
* Fixed an incorrect comment.znerd2004-01-231-2/+1
| | | | | Requested by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> PR: 61741
* Correct two GNU mirrors, delete an outdated one.eik2004-01-231-3/+2
| | | | Obtained from: Bill Fenner's portsurvey
* Chase the new locations for atspi, atk, and gail.marcus2004-01-221-3/+3
|
* - Replace sdl_mm directory and use sdlmmkrion2004-01-211-0/+1
| | | | | Submitted by: erwin Approved by: edwin
* Remove an extra blank line.marcus2004-01-201-1/+0
|
* Conditionalize the max command length on whether or not GNU_CONFIGURE ismarcus2004-01-201-2/+2
| | | | defined.
* OPTIONSFILE now defaults to ${PORT_DBDIR}/${UNIQUENAME}/options wheremarcus2004-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
* * Chase the shared lib version of OpenLDAP 2.2 [1]marcus2004-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]
* s/sanity-check/check-sanity/ since the latter is the actual target name.marcus2004-01-201-3/+3
| | | | | Submitted by: rushani Pointy hats to: linimon and me
* Gak! That last commit overwrote my bsd.gnome.mk changes from earliermarcus2004-01-201-4/+12
| | | | tonight. Revert back to rev 1.57.
* Actually add bsd.sdl.mk from the previous commit.marcus2004-01-201-0/+144
|
* Here come the patches!marcus2004-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]
* * Add a new intltool component which adds a BUILD_DEPENDS on textproc/intltoolmarcus2004-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)
* Remove the gnomeaudio component as it is only used by one port, x11/gnome2,marcus2004-01-131-4/+1
| | | | | | which registers it as an explicit RUN_DEPENDS. Submitted by: adamw
* * Correct a typo in the libartlgpl2 detection [1]marcus2004-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]
* - Update GnuPG sitespav2004-01-121-12/+4
| | | | | PR: ports/61268 Submitted by: Jason Harris <jharris@widomaker.com>
* Update python-devel to 2.4 20040106 snapshot.perky2004-01-091-1/+1
|
* Update lang/ruby18 to the 1.8.1 final release. Merry Christmas!knu2003-12-241-2/+2
|
* Update lang/ruby18 to 1.8.1.p4.knu2003-12-221-2/+2
|
* - Add redhat 7.1 master site that have XFree86-4.1 rpm needed forpav2003-12-211-1/+2
| | | | devel/linux_devtools-7 port.
* - Update to Python-2.3.3perky2003-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.
* . Update to match changes in the Apache distribution structure.glewis2003-12-191-42/+40
| | | | | PR: 58943 Submitted by: Palle Girgensohn <girgen@pingpong.net>
* Fixed bug. If a Linux 1.4 JDK would have been installed, itznerd2003-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
* Update lang/ruby18 and lang/ruby16-shim-ruby18 to 1.8.1-preview3.knu2003-12-151-7/+7
|
* Add MASTER_SITE_FEDORA_LINUXmarkp2003-12-121-0/+10
|
* * Sync with update of editors/xemacs-devel (to 21.5-b15).kiri2003-12-081-3/+3
| | | | | | | * Sync with update of editors/xemacs-devel-mule (to 21.5-b16). Approved by: shige (maintainer) portmgr (joe)
* - fixes a comment that did no longer match.dinoex2003-12-051-3/+2
| | | | Submitted by: seanc
* Typo. Pointed out by S.J. Yu <sjyu@msi.com.tw>kevlo2003-11-281-1/+1
|
* Set the configure target properly and unbreak packaging for amd64.knu2003-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
* Fix a typo that prevented proper automake257 dependencies from working.marcus2003-11-241-1/+1
| | | | | | PR: 59433 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Approved by: portmgr (implicit and kris)
* . Update MASTER_SITE_APACHE_JAKARTA to allow some of the older Jakartaglewis2003-11-201-0/+1
| | | | ports to fetch.
OpenPOWER on IntegriCloud