notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/mod_log_sql2/Makefile

Number of commits found: 32

Friday, 15 Nov 2019
10:12 tobik search for other commits by this committer
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
Original commitRevision:517643 
Sunday, 11 Mar 2018
17:38 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache (category www)

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464189 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Wednesday, 10 Sep 2014
20:58 ohauer search for other commits by this committer
- allow build with apache22/24
- add pkg-message
- remove install message from Makefile
- remove apache13 fix
- add sample module config file instead using apxs to
  install the LoadModule lines into httpd.conf
- install module file into APACHEETCDIR/modules.d

Special Thanks to Simon Wright for testing the port!
Original commitRevision:367890 
Tuesday, 26 Aug 2014
02:09 amdmi3 search for other commits by this committer
- Switch databases/libdbi to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
Original commitRevision:366176 
Tuesday, 19 Aug 2014
13:43 amdmi3 search for other commits by this committer
- Fix plist for WITH_DBI case

Approved by:	portmgr blanket
MFH:		2014Q3
Original commitRevision:365378 
Wednesday, 11 Jun 2014
14:50 tijl search for other commits by this committer
Support LIBS like LDFLAGS.

- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS.  Also remove references to
  PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
  required additional patches.

Somewhat simplified a linker command line looks like:

${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}

where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us.  If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:357486 
Saturday, 15 Mar 2014
08:12 miwi search for other commits by this committer
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES
Original commitRevision:348295 
Sunday, 2 Mar 2014
21:51 ohauer search for other commits by this committer
- fix commit r346541

Pointyhat to: miwi
Original commitRevision:346813 
Friday, 28 Feb 2014
16:19 miwi search for other commits by this committer
- Stage support
Original commitRevision:346541 
Friday, 20 Sep 2013
23:36 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Original commitRevision:327776 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Saturday, 22 Sep 2012
21:15 ohauer search for other commits by this committer
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
Original commitRevision:304723 
Saturday, 18 Aug 2012
14:29 ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Original commit
Sunday, 1 Jan 2012
16:47 ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Original commit
Saturday, 20 Aug 2011
17:27 ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Original commit
Saturday, 19 Mar 2011
13:15 ale search for other commits by this committer
Bump PORTREVISION for ports linking to default libmysqlclient.
Original commit
Monday, 7 Mar 2011
15:59 clsung search for other commits by this committer
- dbi.0 => dbi.1
- bump PORTREVISION
Original commit
Sunday, 13 Feb 2011
19:45 ohauer search for other commits by this committer
- fix pkg-plist
- cleanup Makefile
- remove MD5 from distfile

PR:             ports/147009
Original commit
Tuesday, 25 May 2010
20:17 pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Original commit
Sunday, 17 May 2009
07:24 pgollucci search for other commits by this committer
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
Original commit
Tuesday, 20 Mar 2007
10:38 clement search for other commits by this committer
- Update to 1.101
- Convert to USE_APACHE framework
Original commit
Saturday, 13 May 2006
04:41 edwin search for other commits by this committer
Remove USE_REINPLACE from categories starting with W
Original commit
Sunday, 4 Dec 2005
00:18 clement search for other commits by this committer
- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:             ports/78119
Repocopied by:  marcus
Original commit
Saturday, 22 Jan 2005
09:37 kuriyama search for other commits by this committer
Append missing space separator for $SSL variable.

Reported by:    pointyhat via kris
Original commit
Sunday, 16 Jan 2005
15:52 clement search for other commits by this committer
- Update to 1.100
Original commit
Wednesday, 18 Aug 2004
16:21 clement search for other commits by this committer
- Assign maintainership to freshly created apache@ mailing list
Original commit
Sunday, 8 Aug 2004
10:03 clement search for other commits by this committer
- We are no more forced to used libdbi

Obtained from:  authors
Original commit
Saturday, 31 Jul 2004
12:17 clement search for other commits by this committer
- Update to 1.99
This release reuires an useless dependency on libdbi (since dbi support
is not complete).
I'll try to make this ports libdbi-free soon.
Original commit
Friday, 30 Apr 2004
12:53 clement search for other commits by this committer
- Fix LATEST_LINK conflict
- Grab back maintainership
Original commit
Sunday, 18 Apr 2004
11:49 clement search for other commits by this committer
- Remove blank line at the end of pkg-plist
- Cosmetic changes in Makefile
Original commit
Friday, 16 Apr 2004
19:57 clement search for other commits by this committer
Add mod_log_sql 1.97.

This add-on module allows the apache web server to use a MySQL database
for logging of all operations.

WWW: http://www.outoforder.cc/projects/apache/mod_log_sql/

This release add supports for apache2.
Original commit

Number of commits found: 32