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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: www/dpsearch/Makefile

Number of commits found: 56

Saturday, 22 Nov 2014
22:32 crees search for other commits by this committer
Fix some USE_PGSQL that were missed before

Submitted by:	antoine
Original commitRevision:373110 
Saturday, 25 Oct 2014
16:49 antoine search for other commits by this committer
Deprecate ports broken for more than 6 months
Original commitRevision:371489 
Saturday, 30 Aug 2014
18:18 tijl search for other commits by this committer
dns/libidn:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Always install libidn-components.png because it is used by libidn.info
- Add -lintl to Libs.private instead of Libs in libidn.pc
Original commitRevision:366659 
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 
Sunday, 13 Apr 2014
11:56 rene search for other commits by this committer
- Remove optional dependency on expired japanese/chasen
- Use modern LIB_DEPENDS
- Use option helpers (aspell detection is broken upstream)
- Stage support (untested)
- Bump PORTREVISION

- BROKEN: does not link (10.0 amd64):
cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing
-I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\"
-DDPS_VAR_DIR=\"/var/dpsearch\"
-DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/search.cgi
search_cgi-search.o  ./.libs/libdpsearch.so -L/usr/local/lib
./.libs/libdpcharset.so -lpthread -lm -lz  -Wl,--rpath
-Wl,/prefix/dpsearch-4.53_2/lib
cc -DHAVE_PTHREAD -D_REENTRANT -O2 -pipe -fno-strict-aliasing
-I/usr/local/include -DDPS_CONF_DIR=\"/prefix/dpsearch-4.53_2/etc/dpsearch\"
-DDPS_VAR_DIR=\"/var/dpsearch\"
-DDPS_SHARE_DIR=\"/prefix/dpsearch-4.53_2/share/dpsearch\" -o .libs/storedoc.cgi
storedoc_cgi-storedoc.o  ./.libs/libdpsearch.so -L/usr/local/lib
./.libs/libdpcharset.so -lpthread -lm -lz  -Wl,--rpath
-Wl,/prefix/dpsearch-4.53_2/lib
./.libs/libdpcharset.so: undefined reference to `dps_minimove_backward'
./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit8'
./.libs/libdpsearch.so: undefined reference to `DpsSQLValue'
./.libs/libdpsearch.so: undefined reference to `DpsSQLResInit'
./.libs/libdpsearch.so: undefined reference to `DpsSQLLimit4'
./.libs/libdpsearch.so: undefined reference to `DpsSQLFree'
./.libs/libdpcharset.so: undefined reference to `dps_minimove_forward'
./.libs/libdpsearch.so: undefined reference to `DpsSQLNumRows'
./.libs/libdpsearch.so: undefined reference to `_DpsSQLQuery'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Original commitRevision:351205 
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 
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 
Monday, 24 Jun 2013
20:16 antoine search for other commits by this committer
Unbreak after PORT_OPTIONS conversion
Original commitRevision:321713 
Thursday, 7 Feb 2013
12:37 gahr search for other commits by this committer
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: www)

Approved by:	portmgr
Original commitRevision:311829 
Friday, 5 Oct 2012
16:30 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:305307 
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
Monday, 14 Mar 2011
08:40 wen search for other commits by this committer
- Bump PORTREVISION to chase the update of dns/libidn
Original commit
Sunday, 6 Mar 2011
23:19 pav search for other commits by this committer
- Chase libextractor shlib raise

Reported by:    pointyhat
Pointy hat to:  vd
Original commit
Sunday, 31 Jan 2010
08:38 lwhsu search for other commits by this committer
- Update to 4.53

PR:             ports/143140
Submitted by:   Maxim Zakharov <maxime AT maxime.net.ru>
Original commit
Monday, 27 Apr 2009
01:39 amdmi3 search for other commits by this committer
- Update to 4.52

PR:             133997
Submitted by:   Maxim Zakharov <maxime at maxime dot net dot ru>
Original commit
Tuesday, 13 Jan 2009
11:31 beech search for other commits by this committer
- Update to 4.51
- Respect NOPORTDOCS

PR:             ports/130490
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
Original commit
Monday, 29 Dec 2008
22:38 amdmi3 search for other commits by this committer
- Chase japanese/chasen-base shlib version bump
- While here, fix misspelled *_DEPENDS, improve APACHE dependency handling, fix
plist
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Thursday, 7 Aug 2008
22:24 miwi search for other commits by this committer
- Update to 4.50

PR:             126341
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
Original commit
Tuesday, 29 Jul 2008
15:45 pav search for other commits by this committer
- Update to 4.50

PR:             ports/126072
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
Original commit
Friday, 15 Feb 2008
08:59 beech search for other commits by this committer
- Update to 4.49

Changelog:
        * String tokenization has been improved. For example, "c--" and "c#"
          are now cosidered as words.
        * A subdocument indexing technique has been implemented.
        * LongestTextItems command has been added. Use it to specify the number
          of longest text items to index.
        * The support has been added for georgian-academy and georgian-ps
          charsets.
        * URL data preloading has been fixed for multi-DBAddr configurations.
        * HTML parser is now skiping indexing within tags with visibility set to
          "none" or "hidden" in "style" attribute.
        * Subnet command has been fixed.
        * $*(x) type of template meta-variable has been added. Use it to
          HTML-escape value without search words highlighting.
        * $(np) and $(p) have been fixed in "resbot" and "bottom" sections of
          search template.
        * PagesInGroup command has been added. Use it to specify the number of
          additional pages from the same site when google-like groupping
          is enabled.
        * ServerWeight command has been fixed.

PR:             ports/120677
Submitted by:   Maxim Zakharov <maxime@maxime.net.ru>
Original commit
Saturday, 27 Oct 2007
22:46 miwi search for other commits by this committer
- Update to 4.48

PR:             117570
Submitted by:   Maxime Zakharov <maxime@maxime.net.ru>
Original commit
Thursday, 12 Jul 2007
19:35 miwi search for other commits by this committer
- Update to 4.47
- Fix build after objformat removal [1]

PR:             114497
Submitted by:   Maxime Zakharov <maxime@datapark.ru>
                miwi
Original commit
Saturday, 21 Apr 2007
17:39 miwi search for other commits by this committer
- Update to 4.46

PR:             111985
Submitted by:   Maxim Zakharov <maxime@sochi.net.ru>
Original commit
Monday, 26 Mar 2007
10:02 miwi search for other commits by this committer
- Update to 4.45.1

PR:             110841
Submitted by:   Maxim Zakharov <maxime@sochi.net.ru>
Original commit
Tuesday, 23 Jan 2007
16:16 miwi search for other commits by this committer
- Update to 4.44

PR:             ports/108245
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru> (maintainer)
Original commit
Wednesday, 1 Nov 2006
09:52 miwi search for other commits by this committer
- Update to 4.43

PR:             ports/104933
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Wednesday, 6 Sep 2006
08:04 rafan search for other commits by this committer
- Update to 4.42

PR:             ports/102911
Submitted by:   Maxime Zakharov <maxime at sochi.net.ru>
Original commit
Tuesday, 15 Aug 2006
01:11 clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Original commit
Tuesday, 25 Jul 2006
11:37 miwi search for other commits by this committer
- Update to 4.41

PR:             ports/100753
Submitted by:   Maxime Zakharov <maxime(at)sochi.net.ru>
Approved by:    krion (mentor), maintainer
Original commit
Friday, 26 May 2006
17:31 pav search for other commits by this committer
- Update to 4.40.1

PR:             ports/97927
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Saturday, 18 Mar 2006
14:23 pav search for other commits by this committer
- Update to 4.38

PR:             ports/94575
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Sunday, 12 Feb 2006
01:27 lawrance search for other commits by this committer
Update to 4.37.

PR:             ports/93116
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru> (maintainer)
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, 3 Dec 2005
19:24 tdb search for other commits by this committer
- Update to 4.35

PR:             89882
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Approved by:    clement (mentor)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 12 Nov 2005
18:52 pav search for other commits by this committer
Move IDN related ports from devel to dns category:

  devel/libidn -> dns/libidn
  devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN

Approved by:    both maintainers
Repocopy by:    marcus
Original commit
Wednesday, 2 Nov 2005
02:45 mnag search for other commits by this committer
Update to 4.34

PR:             88329
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Friday, 16 Sep 2005
11:14 sem search for other commits by this committer
- Update to 4.33
- Add aspell support (off by default)

PR:             ports/86205
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Sunday, 31 Jul 2005
11:21 sem search for other commits by this committer
- Update to 4.32

PR:             ports/84380
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Monday, 27 Jun 2005
16:19 jylefort search for other commits by this committer
- Update to 4.31 [1]
- Improve pkg-message

[1]:
PR:             ports/82560
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Friday, 3 Jun 2005
20:18 oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
20:28 ahze search for other commits by this committer
- Update to 4.29

PR:             ports/78652
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Monday, 31 Jan 2005
00:35 girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
Original commit
Thursday, 20 Jan 2005
00:07 pav search for other commits by this committer
- Update to 4.28

PR:             ports/76441
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit
Thursday, 23 Dec 2004
08:25 nork search for other commits by this committer
Clean up SQLite and related ports.
o Move databases/sqlite to databases/sqlite2.
o Fix dependency on databases/sqlite.
o Update sqlite2 to 2.8.15.
o Bump PORTREVISION, accordingly.

Approved by:    portmgr, maintainers of sqlite and related ports
Original commit
Friday, 5 Nov 2004
13:02 arved search for other commits by this committer
Update to 4.26

PR:             72746
Submitted by:   Maxim Zakharov
Original commit
Thursday, 4 Nov 2004
17:21 leeym search for other commits by this committer
- update to dpsearch-4.25
- replace spaces with tabs
- utilize DATADIR and PORTDIR
Original commit
Wednesday, 3 Nov 2004
15:00 arved search for other commits by this committer
Add a database dependency for PACKAGE_BUILDING
Original commit
Tuesday, 26 Oct 2004
15:26 krion search for other commits by this committer
Chase libraries for new devel/libidn version.
Original commit
Thursday, 14 Oct 2004
08:56 edwin search for other commits by this committer
New port: www/dpsearch : Open source search engine for Internet and Intranet
sites

        This is a port of the latest released version of DataparkSearch.
        DataparkSearch Engine is a full-featured open sources
        web-based search engine released under the GNU General
        Public License and designed to organize search within a
        website, group of websites, intranet or local system.

PR:             ports/68050
Submitted by:   Maxime Zakharov <maxime@sochi.net.ru>
Original commit

Number of commits found: 56