aboutsummaryrefslogtreecommitdiffstats
path: root/news/trn4
Commit message (Expand)AuthorAgeFilesLines
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-281-2/+2
* Commit #3/4 to enforce caps, no period.hoek1999-06-271-1/+1
* Correct distfile fennerage by upgrading to beta72.mph1999-05-222-5/+5
* WWW: - the root of all evilmharo1999-05-031-1/+1
* Correct distfile fennerage by upgrading to 4.0b70.mph1999-02-102-5/+5
* Upgrade to beta-69.mph1998-09-262-5/+5
* NEWSFLASH! Manpages to be deleted from PLISTs!hoek1998-08-201-3/+0
* Upgrade to 4.0test66. This sat in my working copy for some time;mph1998-06-243-5/+6
* Upgrade to 4.0-test65 from 4.0-test64. (Version in previous commit logmph1998-05-022-5/+5
* Major upgrade to 4.0test26.mph1998-05-026-183/+220
* Mark this port broken while awaiting upgrade after repository copy.asami1998-05-011-1/+2
* Adjust mpack path to point to converters.asami1997-04-271-2/+2
* No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,max1996-12-081-2/+2
* Now, string describing reason for defining these variables must be setmax1996-12-071-2/+2
* lib/news -> news/libache1996-12-071-2/+2
* Another NO_PACKAGE port, too many questions asked.asami1996-11-221-1/+2
* Compress a bunch of manpages. Remove unnecessary @ directives fromasami1996-11-182-9/+9
* Typo ($id$ -> $Id$).asami1996-11-181-1/+1
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-1/+1
* Oh my goodness! Satoshi is finally fed up and decided to "clean up"asami1996-10-101-1/+1
* Change EXEC_DEPENDS -> RUN_DEPENDSache1995-09-241-1/+1
* Activate munpackache1995-05-062-8/+12
* Makefiles of news ports cleaned up!asami1995-04-121-3/+1
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-0/+1
* Next batch of MD5 files.gpalmer1995-01-041-0/+1
* Upgrade to 3.6gpalmer1995-01-041-3/+3
* Import of TRN 3.5smace1994-10-225-0/+333
s in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine) * Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-8/+3 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr * Switch to USES=pgsqlcrees2014-11-231-1/+1 | * Clean up plistbapt2014-10-201-11/+0 | * Use default LIBTOOLIZE_ARGStijl2014-09-141-1/+0 | * - Switch to USES=libtool, drop .la filesamdmi32014-07-242-15/+6 | | | | Approved by: portmgr blanket * Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.adamw2014-07-161-1/+1 | * Bump more ports that depend on libsqlite3.so:tijl2014-07-051-0/+1 | | | | | | | - ports that set USE_SQLITE with the *_USE option helper - ports that depend on libsqlite3 indirectly as reported by pkg rquery Approved by: portmgr (implicit) * Remove all the bootstrap files (.bs) from the plists.mat2014-06-101-1/+0 | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight * - Add stage supportdanilo2014-02-092-78/+43 | | | | - Use options helpers * Fix properties on pkg-plistbapt2014-01-221-1/+0 | * - Convert to USES=tclgahr2013-11-191-7/+6 | | | | - Convert to new LIB_DEPENDS format * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1 | | | | ftp) * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1 | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 | | | | Approved by: portmgr (bdrewery) * - Convert to new perl frameworkaz2013-07-311-1/+1 | | | | - Trim Makefile header * - Fix build with new site_perlaz2013-06-131-1/+1 | | | | Submitted by: olli hauer <ohauer@gmx.de> * - Update to 0.8.3miwi2013-04-307-116/+167 | | | | | PR: 178152 Submitted by: Ports Fury * - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1 | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm * Convert f* to USES=pkgconfigbapt2013-04-231-6/+2 | * Style: tab -> space.eadler2013-03-291-1/+1 | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. * - Add UPDATING entry for gnutls updatenovel2013-02-061-2/+2 | | | | - Chase shlib version bump for dependant ports * Convert SINGLE -> RADIO optionbapt2012-12-111-5/+4 | * Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1 | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op * new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-2/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) * For ports maintained by ports@ where pkgconfig is one of the USE_GNOME depsdougb2012-07-231-1/+3 | | | | | convert it to BUILD_DEPENDS. This avoids the problem of the bogus run dep added by bsd.gnome.mk. * Convert to new options frameworkbapt2012-06-121-24/+23 | * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. * Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0 | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. * Drop maintainership as I'm not using this software anymore.novel2011-09-251-1/+1 | * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav * Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-2/+2 | * - Get Rid MD5 supportmiwi2011-03-191-1/+0 | * Sync to new bsd.autotools.mkade2010-12-041-1/+1 | * Chase the avahi-core shared lib version.marcus2010-07-251-2/+2 | * GC the hand-rolled RC_SCRIPTS_SUB which is no longer relevant because thedougb2010-03-271-3/+0 | | | | port uses USE_RC_SUBR * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1 | | | | starting with E,F * Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-2/+2 | * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-5/+5 | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. * Chase the avahi-core shared lib version.marcus2008-12-17